aboutsummaryrefslogtreecommitdiffstats
path: root/www/larbin
Commit message (Expand)AuthorAgeFilesLines
* De-pkg-comment.knu2003-02-212-1/+1
* Larbin is using makedepend, which is part of devel/imake or devel/imake-4edwin2002-11-161-1/+9
* Unbreak by upgrading to 2.6.2arved2002-11-093-22/+7
* BROKEN: Does not compilekris2002-10-061-0/+2
* Unbreak: add a patch to let this build on -current with gcc 3.1.petef2002-06-093-5/+32
* BROKEN: does not buildkris2002-05-171-0/+2
* Add an http web crawler to the ports.joe2002-03-296-0/+87
3-15/+54 * New, implementation for a new "SearchNow" verb. (setup_standard_verbs):Ettore Perazzoli2002-03-192-0/+21 * [Search bar re-design implementation, Take 2.]Ettore Perazzoli2002-03-194-30/+74 * Allow for per-item closures and also instead of taking a const charJeffrey Stedfast2002-03-162-37/+40 * Check for a style_set signal on all the contained GnomeCanvasItems.Christopher James Lahey2002-03-166-0/+82 * [Start implementing the new Search Bar design.]Ettore Perazzoli2002-03-165-107/+178 * Add a GdkPixmap * cache of rendered toggle images. This shouldChristopher James Lahey2002-03-161-48/+130 * Set horizontal scroll policy to GTK_POLICY_NEVER here. Don't set usizeChristopher James Lahey2002-03-162-9/+13 * New function that returns the total minimum width of all the columns.Christopher James Lahey2002-03-164-4/+39 * Implemented capitalization keybindings.Christopher James Lahey2002-03-152-17/+91 * Made this return a boolean that returns whether the ETableSearch used theChristopher James Lahey2002-03-154-9/+12 * Don't search if any modifier but SHIFT or LOCK is pressed.Ettore Perazzoli2002-03-152-4/+6 * If the charset item doesn't have a class (aka "Unknown"), don't write aJeffrey Stedfast2002-03-142-3/+12 * Added alpha blending here.Christopher James Lahey2002-03-142-2/+73 * Added selected_column, focused_column, and unselected_column.Christopher James Lahey2002-03-142-17/+118 * Added this function.Christopher James Lahey2002-03-144-1/+26 * Clean up comment.Ettore Perazzoli2002-03-141-3/+1 * Replaced e_marshal_BOOL__STRING with this since the function it was usedChristopher James Lahey2002-03-135-24/+53 * Added ETableSearch support.Christopher James Lahey2002-03-131-50/+164 * Added support for E_TABLE_MEMORY_STORE_OBJECT which represents a columnChristopher James Lahey2002-03-132-2/+17 * Removed Page struct. (e_multi_config_dialog_add_page): Select the initialChristopher James Lahey2002-03-132-56/+15 * Use Use e_table_memory_store instead of e_table_memory_callbacks. UseChristopher James Lahey2002-03-132-99/+44 * Give the correct height to the subcells instead of overlapping them.Christopher James Lahey2002-03-136-19/+39 * Added e-table-search.lo.Christopher James Lahey2002-03-1214-72/+587 * Proxy request_collapse signals.Christopher James Lahey2002-03-121-48/+65 * Added e-cell-vbox.lo.Christopher James Lahey2002-03-122-0/+556 * Added this function to take a ... list of column data. The expected numberChristopher James Lahey2002-03-122-0/+24 * Added a pixbuf column type.Christopher James Lahey2002-03-126-38/+69 * Use GNOME_STOCK_BUTTON_CLOSE, not GNOME_STOCK_BUTTON_CANCEL. (do_close):Ettore Perazzoli2002-03-122-10/+18 * Rename Page.widget -> Page.page_widget; it is now an EConfigPage insteadEttore Perazzoli2002-03-107-17/+427 * Bumped version number to 0.19.99.7Chris Toshok2002-03-101-2/+2 * Handle a collapse request by marking all descendents of that node asChristopher James Lahey2002-03-095-125/+193 * Added a fill_in_children signal.Christopher James Lahey2002-03-082-5/+50 * Add test-multi-config-dialog.Ettore Perazzoli2002-03-081-1/+2 * Don't display a header in the table on the left.Ettore Perazzoli2002-03-082-2/+8 * New. New.Ettore Perazzoli2002-03-065-4/+563 * Re-disable tooltips since they're (still) fantastically obnoxious withDan Winship2002-03-061-2/+0 * only call the cell's print method if it has one. Avoids crashing forDamon Chaplin2002-03-051-1/+2 * If tab is hit and the cursor is still in the entry, move down into theJon Trowbridge2002-03-011-11/+36 * make a right click bring up the popup menu.Larry Ewing2002-02-282-2/+9 * preserve behavior - hook search_activated signal to the same function asChris Toshok2002-02-254-23/+63 * gtk_widget_show() the icon_pixmap if the specified icon is not NULL.Ettore Perazzoli2002-02-222-1/+23 * Added e-table-memory-store.lo.Christopher James Lahey2002-02-2211-184/+1101 * Initialize frozen_count to 0.Christopher James Lahey2002-02-201-0/+2 * Make the defalut for tooltips be on.Christopher James Lahey2002-02-141-2/+1 * New signal for when the width of the column changes.Christopher James Lahey2002-02-133-0/+24 * Cancel tooltip timeouts here.Christopher James Lahey2002-02-131-8/+25 * remove briefly used filesJP Rosevear2002-02-093-238/+4 * oopsJP Rosevear2002-02-092-0/+234 * button/entry combo that launchs the gnome url handler on the entry textJP Rosevear2002-02-092-2/+9 * Call scroll_off and in e-tree.c hover_off.Christopher James Lahey2002-02-092-8/+29 * build new filesJP Rosevear2002-02-094-1/+248 * New function to handle unmerging menus at control deactivation time. (d):Christopher James Lahey2002-02-083-15/+35 * Bumped the required version of gal.Christopher James Lahey2002-02-073-117/+264 * Create the local directory when loading instead of when saving. This wayChristopher James Lahey2002-02-071-2/+2 * Bumped the version number to 0.19.99.5.Christopher James Lahey2002-02-0710-158/+1295 * *** empty log message ***Chris Lahey2002-02-077-38/+239 * Added gal-view-instance.c and gal-view-instance.h.Christopher James Lahey2002-02-014-72/+573 * Made this function much more readable. Got rid of all the gotos. Fixed aChristopher James Lahey2002-02-012-37/+54 * Make this function take a bitfield of parameters instead of two bools.Christopher James Lahey2002-01-312-6/+12 * Added this simple accessor function.Christopher James Lahey2002-01-314-0/+49 * New function to do a search through a tree in one direction or the other.Christopher James Lahey2002-01-312-89/+206 * Final cleanup for the CFLAGS and LIBS in the Makefiles.Ettore Perazzoli2002-01-285-23/+29 * [Implement an Outlook-style "New" dropdown button. It is basicallyEttore Perazzoli2002-01-243-110/+247 * Implement max_width_by_row.Christopher James Lahey2002-01-224-126/+211 * Request a reflow and an update when the text model changes. Fixes XimianChristopher James Lahey2002-01-211-3/+4 * new file, implements the ECellProgress object.Krisztian Pifko2002-01-172-0/+524 * Added #include <libgnome/gnome-defs.h>.Christopher James Lahey2002-01-177-0/+7 * Added #include <libgnome/gnome-defs.h>.Christopher James Lahey2002-01-1728-0/+31 * New functions for saving selection state and such.Christopher James Lahey2002-01-165-23/+210 * Handle the case of a 0 length string properly here.Christopher James Lahey2002-01-151-0/+6 * translate timezone names, and provide a function to get back to theDamon Chaplin2002-01-124-11/+69 * Made the header item here handle horizontal scrolling when adding aChristopher James Lahey2002-01-102-23/+157 * Bumped version number to 0.19.99.0. Bumped GAL_CURRENT. ResetChristopher James Lahey2002-01-093-43/+87 * Collapse nodes that were opened during a drag, unless the drop site is aChristopher James Lahey2002-01-091-3/+53 * changed the location of the Hebrew charset in the menuJeffrey Stedfast2002-01-051-3/+3 * Added iso-8859-8 (Hebrew; Visual) to the list of charsets in the menu.Jeffrey Stedfast2002-01-052-0/+8 * Reworked to fix bugs related to breaking text on newlines. Some fairlyJon Trowbridge2001-12-281-169/+95 * New. New.Ettore Perazzoli2001-12-204-0/+432 * Merging changes:Christopher James Lahey2001-12-191-11/+2 * Merging changes:Christopher James Lahey2001-12-182-2/+7 * Merging changes:Christopher James Lahey2001-12-182-0/+546 * Merging changes:Christopher James Lahey2001-12-171-28/+27 * Merging changes:Christopher James Lahey2001-12-172-11/+29 * merge from headNot Zed2001-12-142-0/+7 * unregister ETableHeaderItem widget as a drag target when unrealizing it.Gustavo Giráldez2001-12-121-0/+2 * Merging files:Christopher James Lahey2001-12-113-1/+8 * Merging changes:Christopher James Lahey2001-12-111-2/+0 * Merging changes:Christopher James Lahey2001-12-111-8/+16 * Don't crash if the text string is NULL. (text_draw_with_objects): Don'tJon Trowbridge2001-12-111-1/+4 * Merging changes:Christopher James Lahey2001-12-071-0/+2 * Merging changes:Christopher James Lahey2001-12-0511-172/+411 * Merging changes:Christopher James Lahey2001-12-042-11/+15 * Merging changes:Christopher James Lahey2001-12-043-53/+410 * Merging changes:Christopher James Lahey2001-12-011-0/+3 * updated to new version from Ximian Setup Tools. Fixes bug #7641.Damon Chaplin2001-11-293-44/+76 * Bumped version number to 0.18.1.Christopher James Lahey2001-11-151-1/+8 * Ungrab and set maybe_in_grab to FALSE before sending the double clickChristopher James Lahey2001-11-151-0/+17 * From a patch by Yukihiro Nakai <ynakai@redhat.com>.Christopher James Lahey2001-11-151-0/+30 * Handle the case where page up or page down goes off the end of the tableChristopher James Lahey2001-11-152-0/+18 * Don't select all if the source model doesn't have a root node (it used toChristopher James Lahey2001-11-111-1/+6 * Make a printout here be conditionally compiled (and compiled out byChristopher James Lahey2001-11-111-1/+1 * Fixed stupid bug (U_ macro should always take one argument).Chyla Zbigniew2001-11-091-4/+5 * Only popup entries that have focus. Fixes the lingering completion popupJon Trowbridge2001-11-091-1/+3 * set both the date and the time of day in one call, creating only a singleJP Rosevear2001-11-063-0/+43 * Based on a patch by Damon Chaplin <damon@ximian.com>Christopher James Lahey2001-11-062-7/+43 * New functions here.Christopher James Lahey2001-11-063-9/+32 * We should only pre_change here if frozen = 0, otherwise we'll leakChristopher James Lahey2001-11-062-3/+6 * Bumped the version number to 0.17.99.0. Bumped the soname to 18.Christopher James Lahey2001-11-032-1/+4 * Fixed the signature of this function.Christopher James Lahey2001-11-011-1/+1 * Bumped the version number to 0.16.99.0 and GAL_CURRENT to 17.Christopher James Lahey2001-11-016-4/+78 * Snotty code so we only disconnect to rules we no longer have, etc.12001-11-012-20/+50 * Ref and connect to rule changed here, also clear out previous ref's.Not Zed2001-11-013-28/+38 * Bumped the version number here to 0.16.Christopher James Lahey2001-10-311-0/+3 * Added frozen_count variable to know not to show the cursor while a changeChristopher James Lahey2001-10-3115-90/+393 * emit signal when time set to none/empty.Damon Chaplin2001-10-312-0/+6 * Leave edit if commit is called.Christopher James Lahey2001-10-311-8/+16 * Request the right regions here. The range given is inclusive, notChristopher James Lahey2001-10-311-2/+2 * Remove point handler and just let GnomeCanvasGroup handle it.Christopher James Lahey2001-10-312-11/+3 * Bumped the version number here to 0.15.99.10.Christopher James Lahey2001-10-312-0/+8 * Hook to rule changed events. (destroy): Free change id table/unconnect to02001-10-303-5/+60 * try to parse just a date first, and if that works we assume it is a DATEDamon Chaplin2001-10-302-15/+32 * Set the item to the option_base on it, so the current item is set. Fix for02001-10-302-0/+7 * Fix this to check from initial instead of initial + 1.Christopher James Lahey2001-10-301-1/+1 * Added column_width argument.Christopher James Lahey2001-10-301-0/+21 * Calc height here if we need it to check the y position of the cursor.Christopher James Lahey2001-10-301-0/+7 * Adapt to the new ECellPopup signature.Christopher James Lahey2001-10-302-12/+29 * Bumped the version number here to 0.15.99.9.Christopher James Lahey2001-10-305-44/+72 * ref the ECalendarItem and check if it gets destroyed, to try to avoid aDamon Chaplin2001-10-304-7/+31 * Added. Makes our popup window a transient of the toplevel.Jon Trowbridge2001-10-301-0/+24 * destroy our completion_view_popup... we've been leaking them all of thisJon Trowbridge2001-10-301-1/+3 * Ignore buttons 4 and 5 here. Fixes Ximian bug #13853.Christopher James Lahey2001-10-302-12/+16 * Hide the Help button here since there's nothing connected to it.Christopher James Lahey2001-10-302-2/+21 * Silently drop match strings that contain invalid utf-8... not a good thingJon Trowbridge2001-10-301-18/+17 * Don't go outside the table looking for matches when doing the last_accessChristopher James Lahey2001-10-303-16/+17 * Set text->revert = NULL here. (e_text_cancel_editing): Only revert ifChristopher James Lahey2001-10-291-1/+4 * Bumped version number here to 0.15.99.7.Christopher James Lahey2001-10-292-4/+22 * Fix crash here.Christopher James Lahey2001-10-281-1/+1 * Check item->type != NULL here. Fixes Ximian bug #4668.Christopher James Lahey2001-10-281-1/+1 * Removed erroneous comment about needing to handle selection better.Christopher James Lahey2001-10-281-2/+0 * Commented out connecting to the scroll adjustments here since it's notChristopher James Lahey2001-10-281-30/+37 * More fixing of the license texts.Ettore Perazzoli2001-10-286-58/+58 * Bumped the version number to 0.15.99.6 for emulate_label_resize.Christopher James Lahey2001-10-281-13/+88 * Fixing the license text.Ettore Perazzoli2001-10-2828-28/+0 * Update the licensing information to require version 2 of the GPLEttore Perazzoli2001-10-2728-56/+56 * Chain the cursor_activated signal even if the row is -1.Christopher James Lahey2001-10-272-11/+10 * Changed the license announcement at the top of these files.Christopher James Lahey2001-10-273-10/+60 * Changed the license announcement at the top of these files.Christopher James Lahey2001-10-272-38/+38 * Changed the license announcement at the top of these files.Christopher James Lahey2001-10-2750-423/+930 * Changed the license announcement at the top of these files.Christopher James Lahey2001-10-2716-76/+302 * Changed the license announcement at the top of these files.Christopher James Lahey2001-10-27128-495/+2554 * Added cursor_changed handling to set the has_cursor argument of theChristopher James Lahey2001-10-262-0/+42 * Document allow-grouping attribute.Christopher James Lahey2001-10-265-10/+24 * Fixed warnings here.Christopher James Lahey2001-10-261-8/+8 * If the root node is hidden and selected, don't count it in the selectedChristopher James Lahey2001-10-262-23/+48 * Fixes Ximian bug #6832.Federico Mena Quintero2001-10-262-5/+76 * Bumped version to 0.15.99.4 for e-iconv changes.52001-10-262-5/+7 * Added #include "gal/widgets/e-unicode.h".Christopher James Lahey2001-10-255-41/+157 * Ref the BonoboUIComponent that we are holding. (gvm_destroy): Unref ourJon Trowbridge2001-10-252-0/+18 * Don't add the menu item here, do this in the context_changed signalJeffrey Stedfast2001-10-243-28/+115 * copy the translate field over as well. Should fix an uninitialized memoryDamon Chaplin2001-10-242-0/+6 * clear the struct tm fields to keep purify happy.Damon Chaplin2001-10-242-2/+15 * save the UTF-8 strings inside the listitem widgets, but convert to theDamon Chaplin2001-10-241-6/+27 * Got rid of the gc argument to e_table_header_draw_button.Christopher James Lahey2001-10-245-27/+40 * Use the widget's style's text_gc for drawing text if eitherChristopher James Lahey2001-10-231-13/+18 * Got rid of the gc field here and just use the fg_gc from the style forChristopher James Lahey2001-10-232-11/+2 * Bumped version to 0.15.99.3 for EText's "draw_button" argument.Christopher James Lahey2001-10-233-0/+124 * Make this check immediately for whether to show the cursor, instead of inChristopher James Lahey2001-10-232-5/+13 * Call e_tree_model_pre_change here where appropriate.Christopher James Lahey2001-10-231-0/+2 * Cancel the drag or maybe drag if you have the mouse button down when theChristopher James Lahey2001-10-232-6/+27 * use the new ECellText methods to get the text and set the value.Damon Chaplin2001-10-235-7/+240 * removed duplicated declarationDamon Chaplin2001-10-231-2/+0 * added set_value() class method, which sets the model value based on theDamon Chaplin2001-10-234-37/+65 * Added a disabled field here.Christopher James Lahey2001-10-237-25/+66 * Accept UTF8_STRING, UTF-8, and STRING targets when getting the selection.Christopher James Lahey2001-10-222-12/+118 * Offer UTF8_STRING, UTF-8, COMPOUND_TEXT, STRING, and TEXT targets when weChristopher James Lahey2001-10-211-21/+70 * Make this not be a radio button, but instead just a normal menu.Christopher James Lahey2001-10-212-70/+58 * Use right_click_down here instead of maybe_do_something.Christopher James Lahey2001-10-211-1/+1 * Don't convert to locale here since EText takes UTF8 strings. Fixes XimianChristopher James Lahey2001-10-211-9/+3 * Keep us from reading tmp_tm uninitialized, so purify won't complain.Jon Trowbridge2001-10-212-2/+12 * Changed some of these gbooleans to be guint : 1s.Christopher James Lahey2001-10-212-5/+6 * Check for num_children == -1 here and generate the children if theyChristopher James Lahey2001-10-201-0/+5 * Connect keys before we show the widget.Jon Trowbridge2001-10-192-5/+3 * #include bonobo-ui-util.hJeffrey Stedfast2001-10-192-0/+5 * Added bounds checking in a number of places. (etta_init): Initialize allChristopher James Lahey2001-10-171-17/+41 * Use new e_table_header_prioritized_column field.Christopher James Lahey2001-10-138-27/+54 * Copy the can group state on the sort info here.Christopher James Lahey2001-10-131-0/+4 * bumped revision to .112001-10-121-8/+25 * Use e_strdup_append_strings here instead of g_strdup_printf becauseChristopher James Lahey2001-10-122-5/+30 * Implement these functions as pass through to the child cell.Christopher James Lahey2001-10-117-47/+178 * Based on patches from Dan Nguyen <dnn@austin.ibm.com>.Christopher James Lahey2001-10-101-1/+1 * Added this function.Christopher James Lahey2001-10-102-94/+105 * Now takes a menu path argument.Jeffrey Stedfast2001-10-103-3/+11 * Final un-bit rotting. Now actually works.Morten Welinder2001-10-093-37/+100 * More bit-rot fighting in example.Morten Welinder2001-10-091-24/+19 * Partial bit-rot fight. Sample still does not work.Morten Welinder2001-10-083-11/+56 * Check that cell views are realized before doing anything here. FixesChristopher James Lahey2001-10-071-0/+12 * remove the test condition and always work form the locale not he the font.Larry Ewing2001-10-071-11/+1 * Handle row and cell changes properly in the uniform_row_height case.Christopher James Lahey2001-10-071-6/+3 * Use g_dataset_set_data_full to find out when the context is destroyed.Christopher James Lahey2001-10-062-0/+45 * Got rid of the misused button variable here.Christopher James Lahey2001-10-061-6/+3 * Sort the list of categories. (Bug 8088)Jon Trowbridge2001-10-061-1/+1 * Fixed the uniform_row_height + confirm_row_hieght_cache crash.Christopher James Lahey2001-10-061-6/+10 * Adapted height method to deal with a row of -1.Christopher James Lahey2001-10-0511-96/+234 * *.c s/->childs/->xmlChildrenNode/g;Michael Meeks2001-10-052-4/+4 * add E_OBJECT_CLASS_ADD_SIGNALS and E_OBJECT_CLASS_TYPE to ease migrationMichael Meeks2001-10-0529-140/+153 * added BONOBO_GNOME_CFLAGS to make it compile with latest BonoboRodrigo Moya2001-10-044-0/+13 * Sometimes put off maybe showing the cursor until an idle callback.Christopher James Lahey2001-10-042-13/+35 * Call gnome_canvas_world_to_window here. Finishes fixing Ximian bug #2613.Christopher James Lahey2001-10-042-3/+15 * Initialize the hash field. (model_changed_idle): Send cursor changed andChristopher James Lahey2001-10-031-6/+12 * Pick which field of the row to select based on priority.Christopher James Lahey2001-10-036-13/+43 * Transcode empty message from utf8 to gtk charset. Fixes Ximian bug #2468.Christopher James Lahey2001-10-031-6/+12 * Added a max length of 2047 to the standard ETextModel. Fixes Ximian bugChristopher James Lahey2001-10-021-7/+27 * Only show the cursor during changes if it was already shown. Fixes XimianChristopher James Lahey2001-10-022-68/+208 * Bumped the sonumber to 14.Christopher James Lahey2001-10-02