aboutsummaryrefslogtreecommitdiffstats
path: root/widgets
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagEVOLUTION_0_11nobody2001-07-21226-64388/+0
* When the dialog gets closed, always make sure the entry widget becomesJeffrey Stedfast2001-07-192-1/+5
* When the dialog gets closed, always make sure the entry widget becomesJeffrey Stedfast2001-07-192-188/+179
* Remove the debugging message here.Dan Winship2001-07-181-1/+0
* Fixes bug #2901.Federico Mena Quintero2001-07-172-16/+10
* *** empty log message ***Jacob Berkman2001-07-163-21/+27
* Reset the view when we set the model here. Fixes Ximian #4105.Christopher James Lahey2001-07-161-0/+1
* Start editing immediately on a button_press that grabs the focus.Christopher James Lahey2001-07-151-27/+44
* Made these functions return -1 if the x and y aren't over any cell at all.Christopher James Lahey2001-07-131-0/+5
* Ignore set_expanded if the node is the root and root_visible is FALSE.Christopher James Lahey2001-07-132-4/+13
* Created this function for key presses that move in some way other thanChristopher James Lahey2001-07-114-86/+88
* Made the amount to scroll by smaller here.Christopher James Lahey2001-07-112-4/+4
* Use e_selection_model_do_something directly for page up and page downChristopher James Lahey2001-07-112-64/+33
* For E_TEP_END_OF_BUFFER, use the length in bytes, not the length inFederico Mena Quintero2001-07-101-1/+1
* Changed the title of this dialog. Fixes bug #2656.Christopher James Lahey2001-07-091-1/+5
* Destroy the tooltip if we're the owner when we're destroyed. Also, keep aChristopher James Lahey2001-07-083-1/+24
* Added checks for if row is outside of the appropriate range.Christopher James Lahey2001-07-071-0/+4
* Set new_value = value here to fix a warning.Christopher James Lahey2001-07-071-0/+1
* Changed this to match the changed signal on the ETableConfig object. FixesChristopher James Lahey2001-07-071-1/+5
* Added a "state" argument to allow you to get the state out of the configChristopher James Lahey2001-07-071-1/+25
* Added checks that row and col are >= 0.Christopher James Lahey2001-07-061-0/+2
* Don't scroll to the cursor on grab, ungrab, noop, and copy commands.Christopher James Lahey2001-07-051-1/+6
* Call e_table_item_leave_edit here.Christopher James Lahey2001-07-051-0/+4
* Made it so that the drop marker can show up when dragging a new column toChristopher James Lahey2001-07-051-1/+1
* Bumped the version number of gal to 0.8.99.8.Christopher James Lahey2001-07-051-1/+1
* Changed the variable names here to make it clear that these are view modelChristopher James Lahey2001-07-052-21/+52
* Make a whole bunch of control keys not start the ETableItem editing.Christopher James Lahey2001-07-051-19/+43
* Make sure start_row and end_row are within the number of rows in theChristopher James Lahey2001-07-051-0/+8
* Handle an error in construction a little bit better here.Christopher James Lahey2001-07-051-6/+16
* If lines is NULL here split into lines and just return that the point isChristopher James Lahey2001-07-031-0/+7
* added functions to set a callback to get the current time, which is usedDamon Chaplin2001-07-037-50/+230
* Only free the root here if it's non-NULL.Christopher James Lahey2001-07-031-1/+2
* Made the remove this column menu item greyed out if it's the last column.Christopher James Lahey2001-07-031-2/+4
* Don't send the double click signal if there's no row selected.Christopher James Lahey2001-07-031-3/+6
* *misc/e-filter-bar.c (option_changed): Specified a default size for theAnna Marie Dirks2001-07-032-3/+27
* Take a callback function and user_data so that we can add listeners toJeffrey Stedfast2001-07-033-3/+34
* Updated to build e-charset-picker.cJeffrey Stedfast2001-07-035-0/+515
* Calculate the popup position using window coordinates instead of worldRichard Hult2001-07-021-0/+9
* Do nothing if passed NULL. (e_completion_match_compare): Move theJon Trowbridge2001-06-301-16/+16
* send signals even if the row/col is -1. (et_drag_drop): same.Chris Toshok2001-06-292-66/+56
* Bump version number due to incompatible changes in ETree.Peter Williams2001-06-284-34/+50
* Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-2322-33/+33
* send the value to e_table_model_set_value_at as a string as inMikael Hallendal2001-06-201-2/+12
* copied the EMap widget verbatim from Ximian Setup Tools. Hmm. Maybe itDamon Chaplin2001-06-144-0/+1933
* Removed unused frame variable.Christopher James Lahey2001-06-091-2/+0
* Turned off alternating row colors in our ETable specification.Jon Trowbridge2001-06-093-13/+11
* we can ignore the border, as e-text takes care of that for usjacob berkman2001-06-072-24/+15
* Applied patch from Jacob Berkman to un-offset the completion popup and addJon Trowbridge2001-06-073-4/+148
* Oops. Forgot to remove some debugging code before committing.Jon Trowbridge2001-06-061-16/+0
* Small changes throughout to use ECompletionMatch.Jon Trowbridge2001-06-0610-143/+342
* Store the connection ID of the "changed" signal in the collection.Federico Mena Quintero2001-06-013-9/+28
* Removed unused variable.Federico Mena Quintero2001-06-013-2/+9
* set allow_newlines on the etext item to false, since we are like an entryjacob berkman2001-06-011-0/+1
* Document the fact that this function ref()s the factory and that peopleFederico Mena Quintero2001-05-301-7/+55
* Remove row row + i instead of row i. (et_table_rows_inserted): Insert rowChristopher James Lahey2001-05-261-2/+2
* Remove row i instead of row row. Destroy et->group when you get theChristopher James Lahey2001-05-261-4/+11
* #include <stdlib.h> #include <string.h>. Kill warnings.Kjartan Maraas2001-05-251-0/+1
* #include <string.h> Same here. Kills warnings on newer gcc.Kjartan Maraas2001-05-252-0/+2
* format similar to nautilusjacob berkman2001-05-252-9/+12
* allow NULL pixbufs, and draw with crappy alphajacob berkman2001-05-231-33/+17
* Made this faster in some cases.Christopher James Lahey2001-05-231-1/+1
* The double_click signal on the table item now emits the model row insteadChristopher James Lahey2001-05-231-2/+1
* a similar change to below, which makes it actually work for the case wherejacob berkman2001-05-221-1/+1
* make the view menuitems radio items of the same group, and allocate theChris Toshok2001-05-222-52/+85
* increment row each time through the loop so we don't get @count copies ofChris Toshok2001-05-221-0/+1
* Killed a warning here. (model_changed, items_inserted): Check if we'reChristopher James Lahey2001-05-191-7/+5
* Validate utf8 to avoid lock-ups. (_get_position): Validate utf8 to avoidJon Trowbridge2001-05-151-6/+8
* Try to deal with bad utf8. (_get_position): Try to deal with bad utf8.Jon Trowbridge2001-05-151-6/+6
* my computer crashed while commiting this first time.Gediminas Paulauskas2001-05-121-2/+2
* Make a key press stop the tooltip timeout.Christopher James Lahey2001-05-122-1/+5
* Show the date for dates in the future.Christopher James Lahey2001-05-103-34/+52
* Added util/e-sorter-array.lo and widgets/e-reflow-model.lo. RemovedChristopher James Lahey2001-05-084-410/+1199
* Removed EVOLUTION_VERSION from the rest of makefiles. use VERSION instead. SoGediminas Paulauskas2001-05-082-4/+9
* Fix for #2253 (search names not translated), mail-search i18n fixes.Gediminas Paulauskas2001-05-083-13/+46
* Request an update if just our line widths needed recalculation. This fixesFederico Mena Quintero2001-05-082-1/+3
* (Fix bug #53111: Portability fixes for HP's ANSI compiler.)Jason Leach2001-05-083-6/+12
* write what was converted to console, this function does not work always.Gediminas Paulauskas2001-05-082-5/+11
* I am sure at least with this:Gediminas Paulauskas2001-05-072-3/+17
* correct type where same pixmap mask was unreffed twiceJP Rosevear2001-05-052-1/+7
* Found out that I forgot to commit this.Gediminas Paulauskas2001-05-032-4/+7
* Made fewer calls to functions like split_into_lines to save time whenChristopher James Lahey2001-04-301-86/+53
* Added widgets/e-categories-master-list-dialog-model.lo andChristopher James Lahey2001-04-291-3/+25
* Added a read only argument "model" to ETable.Christopher James Lahey2001-04-291-1/+10
* (Make the alternating row colors a option in ETableSpecification insteadJason Leach2001-04-2911-17/+67
* add e-completion-testDan Winship2001-04-281-0/+1
* Add the header height to the returned y location here so that things willChristopher James Lahey2001-04-261-1/+3
* Made this return -1 instead of -2 for not found if the root is notChristopher James Lahey2001-04-262-3/+8
* One-line fix (missing a 'break' at the end of the ARG_SELECTION_MODELJason Leach2001-04-251-0/+1
* UpdateKjartan Maraas2001-04-241-2/+3
* Added #include <glib.h> and moved corresponding local headers to the top.Kjartan Maraas2001-04-247-10/+30
* Added #include <glib.h>.Kjartan Maraas2001-04-243-1/+9
* Documented this function properly.Christopher James Lahey2001-04-243-118/+159
* Added get_cell_geometry method.Christopher James Lahey2001-04-248-9/+122
* Added #include <stdlib.h>.Christopher James Lahey2001-04-241-0/+1
* Made it so that if a message is from the last 8 hours, it only prints theChristopher James Lahey2001-04-241-5/+21
* Make pixbuf columns show their title if there is space.Christopher James Lahey2001-04-241-2/+23
* Remove UNICODE_CFLAGS (e_text_test_LDADD, e_entry_test_LDADD,Dan Winship2001-04-241-43/+42
* remove UNICODE_CFLAGSDan Winship2001-04-241-21/+20
* bump to 0.7.99.1, add gal/unicode/Makefile. gal no longer internallyDan Winship2001-04-242-52/+53
* Limit total matches, for better performance on slow machines. It isJon Trowbridge2001-04-204-29/+98
* Submit a signal even if there are no extras.Christopher James Lahey2001-04-203-44/+132
* Turned off information expanders (tooltips) in ETable by default. TurnChristopher James Lahey2001-04-201-7/+9
* Free some things that weren't getting freed.Dan Winship2001-04-192-3/+10
* Turned on tooltips and alternating colors.Christopher James Lahey2001-04-171-2/+2
* Changed some comments here.Christopher James Lahey2001-04-173-14/+24
* Upped the version number to 0.7.99.0.Jody Goldberg2001-04-171-17/+17
* Propagate the event after sending it to the base EText.Christopher James Lahey2001-04-172-1/+10
* Fix a crash here.Christopher James Lahey2001-04-161-2/+0
* New function, because it is ridiculous to have to hunt down objectFederico Mena Quintero2001-04-163-2/+48
* Set the background color to the specified tooltip->background. Set theChristopher James Lahey2001-04-165-23/+112
* Made setting the rgba color work even if you're using the non-aa canvasChristopher James Lahey2001-04-161-8/+7
* Do not ref both the box and the item; just connect to the item's "destroy"Federico Mena Quintero2001-04-161-7/+15
* Added /* #defines */ at the top. Fixed ALTERNATE_COLORS to be an #ifdefChristopher James Lahey2001-04-162-1/+5
* Added strikeout argument.Christopher James Lahey2001-04-162-4/+34
* Use e_canvas_hide_tooltip and e_canvas_popup_tooltip.Christopher James Lahey2001-04-163-68/+19
* Use e_canvas_hide_tooltip and e_canvas_popup_tooltip. Set bold on theChristopher James Lahey2001-04-153-20/+79
* Cleaned this up. Removed some #if 0 and replaced others with #ifdefs.Christopher James Lahey2001-04-151-59/+4
* Set "bold" argument on created tooltip. Adjusted position of displayedChristopher James Lahey2001-04-154-31/+32
* Added "bold" argument.Christopher James Lahey2001-04-152-37/+58
* Added widget/e-hsv-utils.lo.Christopher James Lahey2001-04-151-14/+13
* Added widget/e-hsv-utils.lo.Christopher James Lahey2001-04-152-0/+197
* Fix memory leakDan Winship2001-04-141-1/+2
* Always emit the cursor changed signal. Even if it's changed to the sameChristopher James Lahey2001-04-131-8/+5
* New cell for floats.Mikael Hallendal2001-04-134-0/+906
* Upped the version number to 0.6.99.0. Upped the so number to 6.Christopher James Lahey2001-04-1310-114/+396
* Fix a memory leak.Dan Winship2001-04-132-4/+9
* svn path=/trunk/; revision=9267Federico Mena Quintero2001-04-132-1/+6
* Return TRUE for left and right arrows.Christopher James Lahey2001-04-111-0/+2
* Put debugging stuff in d().Christopher James Lahey2001-04-111-3/+5
* #include "gal/widgets/e-unicode.h".Christopher James Lahey2001-04-111-0/+1
* Translate the title as we read it.Christopher James Lahey2001-04-111-1/+5
* New function to translate a string and then convert it to utf8. Acts justChristopher James Lahey2001-04-112-1/+37
* i18n fixes, added missing includes.Gediminas Paulauskas2001-04-114-7/+12
* i18n fixes.Gediminas Paulauskas2001-04-112-1/+5
* Changed resizeable to resizable in ETableCol for consistency.Christopher James Lahey2001-04-106-21/+25
* add a missing \Dan Winship2001-04-081-0/+1
* make parent_class staticDan Winship2001-04-081-1/+1
* add "break;" to otherwise-empty "default:" cases to make them ANSI.Dan Winship2001-04-081-0/+2
* Here goes my additional simple include fixes.Gediminas Paulauskas2001-04-052-6/+8
* Some small header cleanups & fixes, and fix to translate all popup menusGediminas Paulauskas2001-04-056-11/+32
* Fix headers.Kjartan Maraas2001-04-052-0/+6
* Fix headers. Same here. Same here. Same here.Kjartan Maraas2001-04-056-0/+22
* More header fixes. Same. Same. Same here. More header fixes. Same here.Kjartan Maraas2001-04-057-8/+47
* Added e_selection_model_cursor_activated.Christopher James Lahey2001-04-042-0/+12
* Call cursor_activated as well.Christopher James Lahey2001-04-041-1/+6
* Fixed headers. Moved the .h associated with each .c to the top of the listChristopher James Lahey2001-04-046-7/+19
* Fixed headers.Christopher James Lahey2001-04-046-12/+26
* Made this work properly for models with 0 rows in the tree table adapter.Christopher James Lahey2001-04-041-1/+14
* Added this function.Christopher James Lahey2001-04-043-0/+11
* Make it so you can switch checking around the last access on and off forChristopher James Lahey2001-04-042-0/+8
* Added e_tree_selection_model_select_single_path and made selection_startChristopher James Lahey2001-04-045-47/+150
* Fix headers. Ditto. Ditto. Ditto. Ditto. Ditto. Ditto. Same. Ditto. SameKjartan Maraas2001-04-0425-23/+51
* Fixed this to not call the callback with a row of -1.Christopher James Lahey2001-04-041-1/+2
* Fix headers. Ditto. Ditto. Ditto. Ditto.Kjartan Maraas2001-04-045-6/+8
* Turn on E_TREE_USE_TREE_SELECTION.Christopher James Lahey2001-04-041-1/+1
* Fix headers. Ditto. Ditto. Ditto. Ditto. Ditto. Ditto. Ditto. Ditto.Kjartan Maraas2001-04-0435-52/+352
* Fixed an off by one error.Richard Hult2001-04-041-1/+1
* Add argument to get the table adapter. (et_set_arg): Add arguments forRichard Hult2001-04-043-1/+117
* forgot last timeGediminas Paulauskas2001-04-041-50/+0
* Typo fix; call e_cell_unrealize(), not e_cell_realize().Federico Mena Quintero2001-04-034-7/+9
* Ahem, free the xmlDoc. (load_single_dir): Free the filename if we returnFederico Mena Quintero2001-04-031-1/+3
* Don't draw the button if it's less than 1 pixel wide.Christopher James Lahey2001-04-032-1/+7
* Ahem, free the xmlDoc.Federico Mena Quintero2001-04-031-0/+1
* Ahem, the ETableItem argument is now "selection_model", notFederico Mena Quintero2001-04-031-2/+2
* Removed glade.h files -- xml-i18n-tools generates them itself.Gediminas Paulauskas2001-04-027-32/+0
* My previous commit was incomplete.Gediminas Paulauskas2001-04-021-1/+2
* No one responds on IRC, explained everything in bugzilla and these changelogs.Gediminas Paulauskas2001-04-024-8/+10
* Monitor the sorted model and send selection and cursor changed signals.Christopher James Lahey2001-04-021-1/+111
* Made this traverse the source model instead of the sorted model since theChristopher James Lahey2001-04-021-10/+9
* Fixed some bugs with the privitization of ETreeSelectionModel.Christopher James Lahey2001-04-012-8/+7
* Added e-tree-selection-model.c. (libetableinclude_HEADERS): AddedChristopher James Lahey2001-04-012-0/+35
* Initialize all necessary fields here.Christopher James Lahey2001-04-011-0/+18
* Roll back another part of the change.Christopher James Lahey2001-04-011-1/+5
* Accidently committed this with using the tree selection model turned on.Christopher James Lahey2001-04-012-19/+2
* Include <gal/util/e-util.h> here.Christopher James Lahey2001-04-015-639/+796
* Set orig_position properly on inserted nodes.Christopher James Lahey2001-04-011-2/+3
* Made e_tree_selection_model_foreach work. (etsm_select_all): MadeChristopher James Lahey2001-03-311-8/+15
* Removed this since it's out of date. Replaced by tests/test-table-1.c.Christopher James Lahey2001-03-311-287/+0
* New implementation based on a tree instead of a hash table.Christopher James Lahey2001-03-314-58/+433
* Fixed little bug, add adjustments.Tambet Ingo2001-03-311-1/+4
* Fixed removing the last child of a node.Christopher James Lahey2001-03-311-4/+29
* removed #include <gal/e-table/e-tree-selection-model.h>Radek Doulik2001-03-301-1/+0
* Made these use GTK_TYPE_GDK_EVENT whenever sending an event through theChristopher James Lahey2001-03-305-17/+23
* Changed the signal "table_selection_model" to just be "selection_model"Christopher James Lahey2001-03-3010-55/+69
* Updated to set the width of the header canvas to be equal to the width ofChristopher James Lahey2001-03-303-25/+73
* s/#include/#ifdef/ to fix Kjartan's commit.Larry Ewing2001-03-302-1/+6
* Replace #include <gtk/gtk.h> Remove #include <gnome.h> Replace #includeKjartan Maraas2001-03-3013-16/+68
* #ifdef HAVE_CONFIG_H Same here. Same here. And here.Kjartan Maraas2001-03-305-1/+19
* Don't print the xml tree here.Christopher James Lahey2001-03-292-1/+8
* New class implementing a tree model. Not finished yet or in use, but IChristopher James Lahey2001-03-282-0/+563
* Added util/e-bit-array.lo.Christopher James Lahey2001-03-274-224/+92
* Updated these to match the new e_tree_model_node_removed signal.Christopher James Lahey2001-03-275-45/+95
* un Mar 25 22:31:19 2001 George Lebl <jirka@5z.com>George Lebl2001-03-261-4/+4
* ref the sort_info taken from the state object. Ditto. Fixes the last ETreeDan Winship2001-03-262-0/+2
* Added e-selection-model-array.lo.Christopher James Lahey2001-03-258-560/+975
* Added '=' and '-' as tree node expand and collapseChristopher James Lahey2001-03-251-3/+11
* Properly remove old items from the ETableExtras if they are replaced byChristopher James Lahey2001-03-241-0/+3
* Made this only up the insert_count if it actually had to do any nonChristopher James Lahey2001-03-241-3/+4
* Ignore these signals if we aren't realized yet.Christopher James Lahey2001-03-231-4/+19
* Made this not create the new font until realize instead of at new_viewChristopher James Lahey2001-03-232-15/+28
* Validate the filter rule.Jeffrey Stedfast2001-03-232-1/+8
* Fixed the g_return_if_fail here to allow for appending.Christopher James Lahey2001-03-221-1/+1
* Make `ETableSortInfo' non-floating and use _unref, not _destroy, toEttore Perazzoli2001-03-222-1/+3
* Fixed the parity on all the g_return_ifs and g_return_val_ifs.Christopher James Lahey2001-03-221-8/+8
* Made this able to take -1 to denote appending to the table. Also, removedChristopher James Lahey2001-03-222-23/+48
* Changed this to derefence the pointers passed in from qsort as we shouldChristopher James Lahey2001-03-221-2/+7
* New function to allow you to do non live sorts with weird rules.Christopher James Lahey2001-03-222-12/+102
* Make `ETableState' a non-`GTK_FLOATING' object. Otherwise theEttore Perazzoli2001-03-211-0/+4
* Added these classes.Christopher James Lahey2001-03-214-0/+641
* Fixed a typo in the word horiztonal.Christopher James Lahey2001-03-211-1/+1
* Bumped the version number to 05.99.9.Christopher James Lahey2001-03-2114-48/+109
* Upped the version number to 0.5.99.4.Christopher James Lahey2001-03-204-49/+78
* Deal with proxy_node_changed being called on a different root node thanChristopher James Lahey2001-03-2036-2461/+7007
* use gnome_dialog_run() to make the warning dialog modal. Also created aDamon Chaplin2001-03-192-38/+37
* Removed extra printfsMiguel de Icaza2001-03-194-22/+29
* Set the size of the thing to a decent value that lets us test stuff.Miguel de Icaza2001-03-192-58/+69
* Use update_sort_and_group_config dialog instead of the non-implementedMiguel de Icaza2001-03-195-163/+166
* Added accelerator to elements missing accelerators (Reply, Inline, Quoted,Miguel de Icaza2001-03-172-5/+10
* Comment out text after #endif. Add #include <string.h> for strcmp().Kjartan Maraas2001-03-161-0/+1
* Added #include <string.h> for strcmp(). Same for strlen().Kjartan Maraas2001-03-162-0/+2
* Update arguments to e_canvas_item_grab_focus.Dan Winship2001-03-163-2/+10
* Update arguments to e_canvas_item_grab_focus. (eti_cursor_change): Ditto,Dan Winship2001-03-161-3/+3
* Make this take an extra argument saying whether or not to grab theDan Winship2001-03-163-8/+9
* If we click on the edit menu, then bring up a rule editor. If the userNot Zed2001-03-152-0/+32
* Made this function do something a little closer to what it is supposed toChristopher James Lahey2001-03-141-2/+4
* Rename this from g_unichar_to_utf8 so that it doesn't conflict with theDan Winship2001-03-142-9/+9
* Renamed "temp" as "new_text", to avoid confusion.Jon Trowbridge2001-03-131-5/+5
* New public API call, `e_table_get_cell_at()'. Also upped the GALEttore Perazzoli2001-03-082-44/+42
* Reorganize the menus to have entries always in a consistent fashion, asMiguel de Icaza2001-03-072-1/+6
* Added. This is part of a change of sematics that makes things much nicerJon Trowbridge2001-03-064-28/+68
* Set version number to 0.5.99.5Jon Trowbridge2001-03-065-10/+66
* Rebuild when the collection changes.Christopher James Lahey2001-03-062-11/+65
* Upped the version number to 0.5.99.4.Christopher James Lahey2001-03-061-0/+1
* New changed signal.Christopher James Lahey2001-03-062-12/+47
* pretty much working now.Damon Chaplin2001-03-053-76/+537
* added "editable" Arg, to stop the user from editing the text. The user canDamon Chaplin2001-03-054-5/+74
* Boost version number to 0.5.99.3.Jon Trowbridge2001-03-025-99/+91
* Fixed some warnings.Christopher James Lahey2001-03-028-223/+257
* New class implementing a simple selection model that you add rows to andChris Lahey2001-03-012-0/+144
* Added e-selection-model-simple.lo.Christopher James Lahey2001-03-014-27/+83
* Added new ECellPixbuf -- takes a GdkPixbuf from the model and renders itVladimir Vukicevic2001-03-011-0/+2
* Added new ECellPixbuf -- takes a GdkPixbuf from the model and renders itVladimir Vukicevic2001-03-012-0/+289
* New type of search bar that interacts with filter contexts to save filtersNot Zed2001-03-016-29/+672
* Make this more robust: do not assume that the GdkEvent will be either aMiguel de Icaza2001-02-281-1/+7
* Changed e_table_selection_model_clear to e_selection_model_clear.Christopher James Lahey2001-02-2817-893/+154
* Added e-sorter.lo and e-selection-model.lo.Christopher James Lahey2001-02-282-0/+906
* Prevent `gtk_signal_disconnect()' warnings when destroying aEttore Perazzoli2001-02-271-10/+18
* new files to implement an ECell for showing and editing dates & times.Damon Chaplin2001-02-264-0/+513
* new abstract ECell subclass to be used as base class for popup ECells.Damon Chaplin2001-02-266-7/+1240
* Added e-table/e-table-sorting-utils.lo.Christopher James Lahey2001-02-2419-641/+1226