aboutsummaryrefslogtreecommitdiffstats
path: root/widgets
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'GAL_0_8'.GAL_0_8nobody2001-05-1949-17814/+0
* 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
* Move the event box into the esb->dropdown_holder. Changed so it can beNot Zed2001-02-243-16/+68
* Fixed. (e_entry_select_region): Fixed. (e_entry_show_popup): Grab/ungrabJon Trowbridge2001-02-243-8/+49
* Doh!Chris Lahey2001-02-231-10/+10
* Added a bunch of g_return_if_fails.Christopher James Lahey2001-02-231-7/+78
* Added some g_return_if_fails here.Christopher James Lahey2001-02-211-0/+4
* If we are drawing a top-level tree node, without any children then dontNot Zed2001-02-211-1/+6
* add some more (mostly empty) api docs. (e_tree_model_node_changed): passChris Toshok2001-02-201-2/+355
* Changed the version number to 0.5.99.1.Christopher James Lahey2001-02-2011-1216/+12
* Forgot to add. Doh!Jon Trowbridge2001-02-202-0/+790
* Added. Allows you to attach an ECompletion to an EEntry, and have thatJon Trowbridge2001-02-2014-623/+2483
* Removed setting of invalid "horizontal_scrolling" argument.Christopher James Lahey2001-02-172-10/+0
* From a patch submitted by Murray Cumming <Murray.Cumming@mybau.com>Christopher James Lahey2001-02-176-0/+25
* From a patch submitted by Murray Cumming <Murray.Cumming@mybau.com>Christopher James Lahey2001-02-176-0/+51
* From a patch submitted by Murray Cumming <Murray.Cumming@mybau.com>Christopher James Lahey2001-02-1741-0/+244
* Change the calculation of the maximum with of tree cell, from O(n^2) toRusty Conover2001-02-171-4/+4
* Made it so that if you set the row or col to something not equal to -1, itChristopher James Lahey2001-02-151-0/+6
* This new function updates the minimum width of all of the columns based onChristopher James Lahey2001-02-144-1/+41
* Set policy of scrolled window to be automatic/automatic.Christopher James Lahey2001-02-143-6/+5
* Fix the crash when ETableItems are destroyed.Christopher James Lahey2001-02-141-1/+4
* Made a width other than the default possible if the children have widthsChristopher James Lahey2001-02-112-5/+27
* Fix selection so that changing a model row equal to 31 mod 32 works.Christopher James Lahey2001-02-111-1/+1
* Let e_canvas_item_show_area_delayed deal with a delayed area show insteadChristopher James Lahey2001-02-111-28/+8
* Added this function.Christopher James Lahey2001-02-112-9/+60
* Since gdkevent is a union, casting a smaller struct to a gdkevent causedJP Rosevear2001-02-101-7/+16
* Add a missing gtk_object_ref.Dan Winship2001-02-091-0/+1
* Use e_format_number.Christopher James Lahey2001-02-091-1/+1
* Set the dnd_code on the header properly.Christopher James Lahey2001-02-091-1/+6
* Commented out this function since it's not being used.Christopher James Lahey2001-02-091-0/+3
* Added a "header" argument to set the label at the top of the dialog.Christopher James Lahey2001-02-091-30/+31
* Don't handle C-Enter.Christopher James Lahey2001-02-091-4/+4
* Added this function. Made frozen an int so that recursive freezes andChristopher James Lahey2001-02-092-8/+26
* Store the whole GdkColor instead of just the pixel.Christopher James Lahey2001-02-082-13/+9
* Added Akira's japanese etc. encodings to e-fontLauris Kaplinski2001-02-081-5/+10
* Create the local directory when saving if it doesn't exist already.Christopher James Lahey2001-02-071-1/+2
* Change encoding from locale encoding to utf8.Christopher James Lahey2001-02-071-4/+6
* Check for nl_langinfo (CODESET). Code taken from glib 1.3 branch.Christopher James Lahey2001-02-072-2/+130
* Added e-text-model-testJeffrey Stedfast2001-02-061-0/+1
* Ignore test-dropdown-buttonJeffrey Stedfast2001-02-062-0/+5
* Changed draw_borders from a gboolean to a a guint : 1.Christopher James Lahey2001-02-061-1/+1
* Removed unnecessary comment about now non-existant virtual column list.Christopher James Lahey2001-02-061-7/+0
* Changed the text to pop up the Field Chooser.Christopher James Lahey2001-02-061-1/+1
* Fixed a number of small bugs in how we were saving and loading viewChristopher James Lahey2001-02-062-7/+46
* Added a "changed" signal.Christopher James Lahey2001-02-065-11/+79
* Make some private variables static in `ETableSorter'.Ettore Perazzoli2001-02-061-4/+4
* Changed the call to iconv to be char ** instead of const char **.Christopher James Lahey2001-02-051-5/+5
* Make this not error out if ecol is not found, but simply return -1.Christopher James Lahey2001-02-051-3/+2
* Dont overwrite the end of our bitmap array.Not Zed2001-02-021-1/+2
* make the segfault caused by double clicking into a critical warning untilLarry Ewing2001-02-011-0/+1
* added gboolean draw_borders to make it compile, probably some forgottenRadek Doulik2001-02-011-0/+2
* Fixed allocation and placement of text for no bordered text.Christopher James Lahey2001-01-311-16/+33
* Fixed allocation and placement of text window.Christopher James Lahey2001-01-312-25/+34
* Reverted the latest change to EText since we're in feature freeze.Christopher James Lahey2001-01-306-333/+63
* Made the contained %ETableItem have cursor_mode asChristopher James Lahey2001-01-304-34/+45
* Made carriage return finish editing.Christopher James Lahey2001-01-302-31/+56
* Connect to the model's "position" signal. (e_text_init): Set default valueJon Trowbridge2001-01-306-63/+333
* Added e-cell-number.loChristopher James Lahey2001-01-293-1/+101
* Always include +1 for the size. 0*2 == 0, so malloc returns NULL, which isNot Zed2001-01-291-1/+1
* Update copyright and add myself as the author.Ettore Perazzoli2001-01-281-2/+6
* Make the ESearchBar pretty by using the same border for the dropdownEttore Perazzoli2001-01-282-3/+31
* Made the scrolling to show the current roll happen in a time out.Christopher James Lahey2001-01-282-2/+52
* Documented.Ettore Perazzoli2001-01-281-4/+14
* Changed the EDropdownButton so that it works more like a standard menuEttore Perazzoli2001-01-283-16/+60
* Make home and end keys move to the beginning and end of the row if cursorChristopher James Lahey2001-01-284-0/+62
* cvs remove all files in shortcut-bar/, this widget is now in gal, will beJason Leach2001-01-2719-7532/+7