| Commit message (Expand) | Author | Age | Files | Lines |
* | #include "gal/widgets/e-unicode.h". | Christopher James Lahey | 2001-04-11 | 1 | -0/+1 |
* | Translate the title as we read it. | Christopher James Lahey | 2001-04-11 | 1 | -1/+5 |
* | New function to translate a string and then convert it to utf8. Acts just | Christopher James Lahey | 2001-04-11 | 2 | -1/+37 |
* | i18n fixes, added missing includes. | Gediminas Paulauskas | 2001-04-11 | 4 | -7/+12 |
* | i18n fixes. | Gediminas Paulauskas | 2001-04-11 | 2 | -1/+5 |
* | Changed resizeable to resizable in ETableCol for consistency. | Christopher James Lahey | 2001-04-10 | 6 | -21/+25 |
* | add a missing \ | Dan Winship | 2001-04-08 | 1 | -0/+1 |
* | make parent_class static | Dan Winship | 2001-04-08 | 1 | -1/+1 |
* | add "break;" to otherwise-empty "default:" cases to make them ANSI. | Dan Winship | 2001-04-08 | 1 | -0/+2 |
* | Here goes my additional simple include fixes. | Gediminas Paulauskas | 2001-04-05 | 2 | -6/+8 |
* | Some small header cleanups & fixes, and fix to translate all popup menus | Gediminas Paulauskas | 2001-04-05 | 6 | -11/+32 |
* | Fix headers. | Kjartan Maraas | 2001-04-05 | 2 | -0/+6 |
* | Fix headers. Same here. Same here. Same here. | Kjartan Maraas | 2001-04-05 | 6 | -0/+22 |
* | More header fixes. Same. Same. Same here. More header fixes. Same here. | Kjartan Maraas | 2001-04-05 | 7 | -8/+47 |
* | Added e_selection_model_cursor_activated. | Christopher James Lahey | 2001-04-04 | 2 | -0/+12 |
* | Call cursor_activated as well. | Christopher James Lahey | 2001-04-04 | 1 | -1/+6 |
* | Fixed headers. Moved the .h associated with each .c to the top of the list | Christopher James Lahey | 2001-04-04 | 6 | -7/+19 |
* | Fixed headers. | Christopher James Lahey | 2001-04-04 | 6 | -12/+26 |
* | Made this work properly for models with 0 rows in the tree table adapter. | Christopher James Lahey | 2001-04-04 | 1 | -1/+14 |
* | Added this function. | Christopher James Lahey | 2001-04-04 | 3 | -0/+11 |
* | Make it so you can switch checking around the last access on and off for | Christopher James Lahey | 2001-04-04 | 2 | -0/+8 |
* | Added e_tree_selection_model_select_single_path and made selection_start | Christopher James Lahey | 2001-04-04 | 5 | -47/+150 |
* | Fix headers. Ditto. Ditto. Ditto. Ditto. Ditto. Ditto. Same. Ditto. Same | Kjartan Maraas | 2001-04-04 | 25 | -23/+51 |
* | Fixed this to not call the callback with a row of -1. | Christopher James Lahey | 2001-04-04 | 1 | -1/+2 |
* | Fix headers. Ditto. Ditto. Ditto. Ditto. | Kjartan Maraas | 2001-04-04 | 5 | -6/+8 |
* | Turn on E_TREE_USE_TREE_SELECTION. | Christopher James Lahey | 2001-04-04 | 1 | -1/+1 |
* | Fix headers. Ditto. Ditto. Ditto. Ditto. Ditto. Ditto. Ditto. Ditto. | Kjartan Maraas | 2001-04-04 | 35 | -52/+352 |
* | Fixed an off by one error. | Richard Hult | 2001-04-04 | 1 | -1/+1 |
* | Add argument to get the table adapter. (et_set_arg): Add arguments for | Richard Hult | 2001-04-04 | 3 | -1/+117 |
* | forgot last time | Gediminas Paulauskas | 2001-04-04 | 1 | -50/+0 |
* | Typo fix; call e_cell_unrealize(), not e_cell_realize(). | Federico Mena Quintero | 2001-04-03 | 4 | -7/+9 |
* | Ahem, free the xmlDoc. (load_single_dir): Free the filename if we return | Federico Mena Quintero | 2001-04-03 | 1 | -1/+3 |
* | Don't draw the button if it's less than 1 pixel wide. | Christopher James Lahey | 2001-04-03 | 2 | -1/+7 |
* | Ahem, free the xmlDoc. | Federico Mena Quintero | 2001-04-03 | 1 | -0/+1 |
* | Ahem, the ETableItem argument is now "selection_model", not | Federico Mena Quintero | 2001-04-03 | 1 | -2/+2 |
* | Removed glade.h files -- xml-i18n-tools generates them itself. | Gediminas Paulauskas | 2001-04-02 | 7 | -32/+0 |
* | My previous commit was incomplete. | Gediminas Paulauskas | 2001-04-02 | 1 | -1/+2 |
* | No one responds on IRC, explained everything in bugzilla and these changelogs. | Gediminas Paulauskas | 2001-04-02 | 4 | -8/+10 |
* | Monitor the sorted model and send selection and cursor changed signals. | Christopher James Lahey | 2001-04-02 | 1 | -1/+111 |
* | Made this traverse the source model instead of the sorted model since the | Christopher James Lahey | 2001-04-02 | 1 | -10/+9 |
* | Fixed some bugs with the privitization of ETreeSelectionModel. | Christopher James Lahey | 2001-04-01 | 2 | -8/+7 |
* | Added e-tree-selection-model.c. (libetableinclude_HEADERS): Added | Christopher James Lahey | 2001-04-01 | 2 | -0/+35 |
* | Initialize all necessary fields here. | Christopher James Lahey | 2001-04-01 | 1 | -0/+18 |
* | Roll back another part of the change. | Christopher James Lahey | 2001-04-01 | 1 | -1/+5 |
* | Accidently committed this with using the tree selection model turned on. | Christopher James Lahey | 2001-04-01 | 2 | -19/+2 |
* | Include <gal/util/e-util.h> here. | Christopher James Lahey | 2001-04-01 | 5 | -639/+796 |
* | Set orig_position properly on inserted nodes. | Christopher James Lahey | 2001-04-01 | 1 | -2/+3 |
* | Made e_tree_selection_model_foreach work. (etsm_select_all): Made | Christopher James Lahey | 2001-03-31 | 1 | -8/+15 |
* | Removed this since it's out of date. Replaced by tests/test-table-1.c. | Christopher James Lahey | 2001-03-31 | 1 | -287/+0 |
* | New implementation based on a tree instead of a hash table. | Christopher James Lahey | 2001-03-31 | 4 | -58/+433 |
* | Fixed little bug, add adjustments. | Tambet Ingo | 2001-03-31 | 1 | -1/+4 |
* | Fixed removing the last child of a node. | Christopher James Lahey | 2001-03-31 | 1 | -4/+29 |
* | removed #include <gal/e-table/e-tree-selection-model.h> | Radek Doulik | 2001-03-30 | 1 | -1/+0 |
* | Made these use GTK_TYPE_GDK_EVENT whenever sending an event through the | Christopher James Lahey | 2001-03-30 | 5 | -17/+23 |
* | Changed the signal "table_selection_model" to just be "selection_model" | Christopher James Lahey | 2001-03-30 | 10 | -55/+69 |
* | Updated to set the width of the header canvas to be equal to the width of | Christopher James Lahey | 2001-03-30 | 3 | -25/+73 |
* | s/#include/#ifdef/ to fix Kjartan's commit. | Larry Ewing | 2001-03-30 | 2 | -1/+6 |
* | Replace #include <gtk/gtk.h> Remove #include <gnome.h> Replace #include | Kjartan Maraas | 2001-03-30 | 13 | -16/+68 |
* | #ifdef HAVE_CONFIG_H Same here. Same here. And here. | Kjartan Maraas | 2001-03-30 | 5 | -1/+19 |
* | Don't print the xml tree here. | Christopher James Lahey | 2001-03-29 | 2 | -1/+8 |
* | New class implementing a tree model. Not finished yet or in use, but I | Christopher James Lahey | 2001-03-28 | 2 | -0/+563 |
* | Added util/e-bit-array.lo. | Christopher James Lahey | 2001-03-27 | 4 | -224/+92 |
* | Updated these to match the new e_tree_model_node_removed signal. | Christopher James Lahey | 2001-03-27 | 5 | -45/+95 |
* | un Mar 25 22:31:19 2001 George Lebl <jirka@5z.com> | George Lebl | 2001-03-26 | 1 | -4/+4 |
* | ref the sort_info taken from the state object. Ditto. Fixes the last ETree | Dan Winship | 2001-03-26 | 2 | -0/+2 |
* | Added e-selection-model-array.lo. | Christopher James Lahey | 2001-03-25 | 8 | -560/+975 |
* | Added '=' and '-' as tree node expand and collapse | Christopher James Lahey | 2001-03-25 | 1 | -3/+11 |
* | Properly remove old items from the ETableExtras if they are replaced by | Christopher James Lahey | 2001-03-24 | 1 | -0/+3 |
* | Made this only up the insert_count if it actually had to do any non | Christopher James Lahey | 2001-03-24 | 1 | -3/+4 |
* | Ignore these signals if we aren't realized yet. | Christopher James Lahey | 2001-03-23 | 1 | -4/+19 |
* | Made this not create the new font until realize instead of at new_view | Christopher James Lahey | 2001-03-23 | 2 | -15/+28 |
* | Validate the filter rule. | Jeffrey Stedfast | 2001-03-23 | 2 | -1/+8 |
* | Fixed the g_return_if_fail here to allow for appending. | Christopher James Lahey | 2001-03-22 | 1 | -1/+1 |
* | Make `ETableSortInfo' non-floating and use _unref, not _destroy, to | Ettore Perazzoli | 2001-03-22 | 2 | -1/+3 |
* | Fixed the parity on all the g_return_ifs and g_return_val_ifs. | Christopher James Lahey | 2001-03-22 | 1 | -8/+8 |
* | Made this able to take -1 to denote appending to the table. Also, removed | Christopher James Lahey | 2001-03-22 | 2 | -23/+48 |
* | Changed this to derefence the pointers passed in from qsort as we should | Christopher James Lahey | 2001-03-22 | 1 | -2/+7 |
* | New function to allow you to do non live sorts with weird rules. | Christopher James Lahey | 2001-03-22 | 2 | -12/+102 |
* | Make `ETableState' a non-`GTK_FLOATING' object. Otherwise the | Ettore Perazzoli | 2001-03-21 | 1 | -0/+4 |
* | Added these classes. | Christopher James Lahey | 2001-03-21 | 4 | -0/+641 |
* | Fixed a typo in the word horiztonal. | Christopher James Lahey | 2001-03-21 | 1 | -1/+1 |
* | Bumped the version number to 05.99.9. | Christopher James Lahey | 2001-03-21 | 14 | -48/+109 |
* | Upped the version number to 0.5.99.4. | Christopher James Lahey | 2001-03-20 | 4 | -49/+78 |
* | Deal with proxy_node_changed being called on a different root node than | Christopher James Lahey | 2001-03-20 | 36 | -2461/+7007 |
* | use gnome_dialog_run() to make the warning dialog modal. Also created a | Damon Chaplin | 2001-03-19 | 2 | -38/+37 |
* | Removed extra printfs | Miguel de Icaza | 2001-03-19 | 4 | -22/+29 |
* | Set the size of the thing to a decent value that lets us test stuff. | Miguel de Icaza | 2001-03-19 | 2 | -58/+69 |
* | Use update_sort_and_group_config dialog instead of the non-implemented | Miguel de Icaza | 2001-03-19 | 5 | -163/+166 |
* | Added accelerator to elements missing accelerators (Reply, Inline, Quoted, | Miguel de Icaza | 2001-03-17 | 2 | -5/+10 |
* | Comment out text after #endif. Add #include <string.h> for strcmp(). | Kjartan Maraas | 2001-03-16 | 1 | -0/+1 |
* | Added #include <string.h> for strcmp(). Same for strlen(). | Kjartan Maraas | 2001-03-16 | 2 | -0/+2 |
* | Update arguments to e_canvas_item_grab_focus. | Dan Winship | 2001-03-16 | 3 | -2/+10 |
* | Update arguments to e_canvas_item_grab_focus. (eti_cursor_change): Ditto, | Dan Winship | 2001-03-16 | 1 | -3/+3 |
* | Make this take an extra argument saying whether or not to grab the | Dan Winship | 2001-03-16 | 3 | -8/+9 |
* | If we click on the edit menu, then bring up a rule editor. If the user | Not Zed | 2001-03-15 | 2 | -0/+32 |
* | Made this function do something a little closer to what it is supposed to | Christopher James Lahey | 2001-03-14 | 1 | -2/+4 |
* | Rename this from g_unichar_to_utf8 so that it doesn't conflict with the | Dan Winship | 2001-03-14 | 2 | -9/+9 |
* | Renamed "temp" as "new_text", to avoid confusion. | Jon Trowbridge | 2001-03-13 | 1 | -5/+5 |
* | New public API call, `e_table_get_cell_at()'. Also upped the GAL | Ettore Perazzoli | 2001-03-08 | 2 | -44/+42 |
* | Reorganize the menus to have entries always in a consistent fashion, as | Miguel de Icaza | 2001-03-07 | 2 | -1/+6 |
* | Added. This is part of a change of sematics that makes things much nicer | Jon Trowbridge | 2001-03-06 | 4 | -28/+68 |
* | Set version number to 0.5.99.5 | Jon Trowbridge | 2001-03-06 | 5 | -10/+66 |
* | Rebuild when the collection changes. | Christopher James Lahey | 2001-03-06 | 2 | -11/+65 |
* | Upped the version number to 0.5.99.4. | Christopher James Lahey | 2001-03-06 | 1 | -0/+1 |
* | New changed signal. | Christopher James Lahey | 2001-03-06 | 2 | -12/+47 |
* | pretty much working now. | Damon Chaplin | 2001-03-05 | 3 | -76/+537 |
* | added "editable" Arg, to stop the user from editing the text. The user can | Damon Chaplin | 2001-03-05 | 4 | -5/+74 |
* | Boost version number to 0.5.99.3. | Jon Trowbridge | 2001-03-02 | 5 | -99/+91 |
* | Fixed some warnings. | Christopher James Lahey | 2001-03-02 | 8 | -223/+257 |
* | New class implementing a simple selection model that you add rows to and | Chris Lahey | 2001-03-01 | 2 | -0/+144 |
* | Added e-selection-model-simple.lo. | Christopher James Lahey | 2001-03-01 | 4 | -27/+83 |
* | Added new ECellPixbuf -- takes a GdkPixbuf from the model and renders it | Vladimir Vukicevic | 2001-03-01 | 1 | -0/+2 |
* | Added new ECellPixbuf -- takes a GdkPixbuf from the model and renders it | Vladimir Vukicevic | 2001-03-01 | 2 | -0/+289 |
* | New type of search bar that interacts with filter contexts to save filters | Not Zed | 2001-03-01 | 6 | -29/+672 |
* | Make this more robust: do not assume that the GdkEvent will be either a | Miguel de Icaza | 2001-02-28 | 1 | -1/+7 |
* | Changed e_table_selection_model_clear to e_selection_model_clear. | Christopher James Lahey | 2001-02-28 | 17 | -893/+154 |
* | Added e-sorter.lo and e-selection-model.lo. | Christopher James Lahey | 2001-02-28 | 2 | -0/+906 |
* | Prevent `gtk_signal_disconnect()' warnings when destroying a | Ettore Perazzoli | 2001-02-27 | 1 | -10/+18 |
* | new files to implement an ECell for showing and editing dates & times. | Damon Chaplin | 2001-02-26 | 4 | -0/+513 |
* | new abstract ECell subclass to be used as base class for popup ECells. | Damon Chaplin | 2001-02-26 | 6 | -7/+1240 |
* | Added e-table/e-table-sorting-utils.lo. | Christopher James Lahey | 2001-02-24 | 19 | -641/+1226 |
* | Move the event box into the esb->dropdown_holder. Changed so it can be | Not Zed | 2001-02-24 | 3 | -16/+68 |
* | Fixed. (e_entry_select_region): Fixed. (e_entry_show_popup): Grab/ungrab | Jon Trowbridge | 2001-02-24 | 3 | -8/+49 |
* | Doh! | Chris Lahey | 2001-02-23 | 1 | -10/+10 |
* | Added a bunch of g_return_if_fails. | Christopher James Lahey | 2001-02-23 | 1 | -7/+78 |
* | Added some g_return_if_fails here. | Christopher James Lahey | 2001-02-21 | 1 | -0/+4 |
* | If we are drawing a top-level tree node, without any children then dont | Not Zed | 2001-02-21 | 1 | -1/+6 |
* | add some more (mostly empty) api docs. (e_tree_model_node_changed): pass | Chris Toshok | 2001-02-20 | 1 | -2/+355 |
* | Changed the version number to 0.5.99.1. | Christopher James Lahey | 2001-02-20 | 11 | -1216/+12 |
* | Forgot to add. Doh! | Jon Trowbridge | 2001-02-20 | 2 | -0/+790 |
* | Added. Allows you to attach an ECompletion to an EEntry, and have that | Jon Trowbridge | 2001-02-20 | 14 | -623/+2483 |
* | Removed setting of invalid "horizontal_scrolling" argument. | Christopher James Lahey | 2001-02-17 | 2 | -10/+0 |
* | From a patch submitted by Murray Cumming <Murray.Cumming@mybau.com> | Christopher James Lahey | 2001-02-17 | 6 | -0/+25 |
* | From a patch submitted by Murray Cumming <Murray.Cumming@mybau.com> | Christopher James Lahey | 2001-02-17 | 6 | -0/+51 |
* | From a patch submitted by Murray Cumming <Murray.Cumming@mybau.com> | Christopher James Lahey | 2001-02-17 | 41 | -0/+244 |
* | Change the calculation of the maximum with of tree cell, from O(n^2) to | Rusty Conover | 2001-02-17 | 1 | -4/+4 |
* | Made it so that if you set the row or col to something not equal to -1, it | Christopher James Lahey | 2001-02-15 | 1 | -0/+6 |
* | This new function updates the minimum width of all of the columns based on | Christopher James Lahey | 2001-02-14 | 4 | -1/+41 |
* | Set policy of scrolled window to be automatic/automatic. | Christopher James Lahey | 2001-02-14 | 3 | -6/+5 |
* | Fix the crash when ETableItems are destroyed. | Christopher James Lahey | 2001-02-14 | 1 | -1/+4 |
* | Made a width other than the default possible if the children have widths | Christopher James Lahey | 2001-02-11 | 2 | -5/+27 |
* | Fix selection so that changing a model row equal to 31 mod 32 works. | Christopher James Lahey | 2001-02-11 | 1 | -1/+1 |
* | Let e_canvas_item_show_area_delayed deal with a delayed area show instead | Christopher James Lahey | 2001-02-11 | 1 | -28/+8 |
* | Added this function. | Christopher James Lahey | 2001-02-11 | 2 | -9/+60 |
* | Since gdkevent is a union, casting a smaller struct to a gdkevent caused | JP Rosevear | 2001-02-10 | 1 | -7/+16 |
* | Add a missing gtk_object_ref. | Dan Winship | 2001-02-09 | 1 | -0/+1 |
* | Use e_format_number. | Christopher James Lahey | 2001-02-09 | 1 | -1/+1 |
* | Set the dnd_code on the header properly. | Christopher James Lahey | 2001-02-09 | 1 | -1/+6 |
* | Commented out this function since it's not being used. | Christopher James Lahey | 2001-02-09 | 1 | -0/+3 |
* | Added a "header" argument to set the label at the top of the dialog. | Christopher James Lahey | 2001-02-09 | 1 | -30/+31 |
* | Don't handle C-Enter. | Christopher James Lahey | 2001-02-09 | 1 | -4/+4 |
* | Added this function. Made frozen an int so that recursive freezes and | Christopher James Lahey | 2001-02-09 | 2 | -8/+26 |
* | Store the whole GdkColor instead of just the pixel. | Christopher James Lahey | 2001-02-08 | 2 | -13/+9 |
* | Added Akira's japanese etc. encodings to e-font | Lauris Kaplinski | 2001-02-08 | 1 | -5/+10 |
* | Create the local directory when saving if it doesn't exist already. | Christopher James Lahey | 2001-02-07 | 1 | -1/+2 |
* | Change encoding from locale encoding to utf8. | Christopher James Lahey | 2001-02-07 | 1 | -4/+6 |
* | Check for nl_langinfo (CODESET). Code taken from glib 1.3 branch. | Christopher James Lahey | 2001-02-07 | 2 | -2/+130 |
* | Added e-text-model-test | Jeffrey Stedfast | 2001-02-06 | 1 | -0/+1 |
* | Ignore test-dropdown-button | Jeffrey Stedfast | 2001-02-06 | 2 | -0/+5 |
* | Changed draw_borders from a gboolean to a a guint : 1. | Christopher James Lahey | 2001-02-06 | 1 | -1/+1 |
* | Removed unnecessary comment about now non-existant virtual column list. | Christopher James Lahey | 2001-02-06 | 1 | -7/+0 |
* | Changed the text to pop up the Field Chooser. | Christopher James Lahey | 2001-02-06 | 1 | -1/+1 |
* | Fixed a number of small bugs in how we were saving and loading view | Christopher James Lahey | 2001-02-06 | 2 | -7/+46 |
* | Added a "changed" signal. | Christopher James Lahey | 2001-02-06 | 5 | -11/+79 |
* | Make some private variables static in `ETableSorter'. | Ettore Perazzoli | 2001-02-06 | 1 | -4/+4 |
* | Changed the call to iconv to be char ** instead of const char **. | Christopher James Lahey | 2001-02-05 | 1 | -5/+5 |
* | Make this not error out if ecol is not found, but simply return -1. | Christopher James Lahey | 2001-02-05 | 1 | -3/+2 |
* | Dont overwrite the end of our bitmap array. | Not Zed | 2001-02-02 | 1 | -1/+2 |
* | make the segfault caused by double clicking into a critical warning until | Larry Ewing | 2001-02-01 | 1 | -0/+1 |
* | added gboolean draw_borders to make it compile, probably some forgotten | Radek Doulik | 2001-02-01 | 1 | -0/+2 |
* | Fixed allocation and placement of text for no bordered text. | Christopher James Lahey | 2001-01-31 | 1 | -16/+33 |
* | Fixed allocation and placement of text window. | Christopher James Lahey | 2001-01-31 | 2 | -25/+34 |
* | Reverted the latest change to EText since we're in feature freeze. | Christopher James Lahey | 2001-01-30 | 6 | -333/+63 |
* | Made the contained %ETableItem have cursor_mode as | Christopher James Lahey | 2001-01-30 | 4 | -34/+45 |
* | Made carriage return finish editing. | Christopher James Lahey | 2001-01-30 | 2 | -31/+56 |
* | Connect to the model's "position" signal. (e_text_init): Set default value | Jon Trowbridge | 2001-01-30 | 6 | -63/+333 |
* | Added e-cell-number.lo | Christopher James Lahey | 2001-01-29 | 3 | -1/+101 |
* | Always include +1 for the size. 0*2 == 0, so malloc returns NULL, which is | Not Zed | 2001-01-29 | 1 | -1/+1 |
* | Update copyright and add myself as the author. | Ettore Perazzoli | 2001-01-28 | 1 | -2/+6 |
* | Make the ESearchBar pretty by using the same border for the dropdown | Ettore Perazzoli | 2001-01-28 | 2 | -3/+31 |
* | Made the scrolling to show the current roll happen in a time out. | Christopher James Lahey | 2001-01-28 | 2 | -2/+52 |
* | Documented. | Ettore Perazzoli | 2001-01-28 | 1 | -4/+14 |
* | Changed the EDropdownButton so that it works more like a standard menu | Ettore Perazzoli | 2001-01-28 | 3 | -16/+60 |
* | Make home and end keys move to the beginning and end of the row if cursor | Christopher James Lahey | 2001-01-28 | 4 | -0/+62 |
* | cvs remove all files in shortcut-bar/, this widget is now in gal, will be | Jason Leach | 2001-01-27 | 19 | -7532/+7 |
* | Make the ESearchBar use the new EDropdownButton widget. | Ettore Perazzoli | 2001-01-27 | 3 | -146/+217 |
* | Fix the API to EDropdownButton by removing args that don't make much | Ettore Perazzoli | 2001-01-27 | 4 | -21/+13 |
* | ...And the ChangeLog too. | Ettore Perazzoli | 2001-01-27 | 1 | -0/+4 |
* | Ooops, forgot to commit the Makefile. | Ettore Perazzoli | 2001-01-27 | 1 | -9/+27 |
* | New, simple dropdown button widget based on the thing that Damon did | Ettore Perazzoli | 2001-01-27 | 3 | -0/+390 |
* | Make ETable stop editing when it looses focus. | Christopher James Lahey | 2001-01-27 | 2 | -8/+32 |
* | Added; a new test program that demonstrates objects in ETexts. | Jon Trowbridge | 2001-01-27 | 6 | -111/+776 |
* | Set the GTK_CAN_FOCUS flag on the widget, since an ETable ought to be | Federico Mena Quintero | 2001-01-26 | 2 | -85/+165 |
* | Clamp the value we set here. (compute_offset): Switched to ints here. | Christopher James Lahey | 2001-01-26 | 1 | -16/+16 |
* | Made this function put some space around the area shown. | Christopher James Lahey | 2001-01-26 | 1 | -12/+32 |
* | Made this correctly check for going off the end of the table. | Christopher James Lahey | 2001-01-26 | 1 | -2/+4 |
* | Make this actually deploy the titles from the GalViewCollection and emit | Christopher James Lahey | 2001-01-26 | 2 | -111/+133 |
* | Documented. Added a "cursor_activated" signal. Removed some unused | Christopher James Lahey | 2001-01-25 | 10 | -129/+461 |
* | e_calendar_item_get_date_range() now returns a boolean, which is FALSE if | Damon Chaplin | 2001-01-25 | 3 | -8/+34 |
* | Have the argument system do type checking on our "collection" argument. | Christopher James Lahey | 2001-01-25 | 2 | -12/+17 |
* | Actually implement this function. | Christopher James Lahey | 2001-01-24 | 1 | -2/+17 |
* | Made GalViewCollectionItem a public type. (load_single_file): Made it so | Christopher James Lahey | 2001-01-24 | 2 | -41/+40 |
* | Fixed gal_define_views_dialog_new to be called with its proper argument. | Jon Trowbridge | 2001-01-23 | 2 | -1/+6 |
* | Initialize collection field to NULL. Set the collection on the model as | Christopher James Lahey | 2001-01-22 | 10 | -82/+343 |
* | Made the cursor move when rows are inserted or deleted. If in single mode | Christopher James Lahey | 2001-01-22 | 1 | -0/+11 |
* | Use the new gal_view_set_title function. | Christopher James Lahey | 2001-01-21 | 7 | -56/+311 |
* | Made this conform to the new prototype for e_popup_menu_run. | Christopher James Lahey | 2001-01-21 | 8 | -105/+341 |
* | Fix memory leak: Unref some stuff if we're not showing the tooltip. | Iain Holmes | 2001-01-21 | 1 | -1/+2 |
* | Unset the GTK_CAN_FOCUS flag on the ECalendar. (e_calendar_focus_in): | Federico Mena Quintero | 2001-01-20 | 2 | -33/+14 |
* | s/GdkEventButton/GdkEvent/ | Dan Winship | 2001-01-20 | 4 | -5/+8 |
* | Do most of the work to get Grouping working, by reusing massive ammounts | Miguel de Icaza | 2001-01-19 | 4 | -185/+282 |
* | Keep track of the valid column names (not used right now). | Miguel de Icaza | 2001-01-19 | 5 | -157/+260 |
* | Fixed text misplacement. | Christopher James Lahey | 2001-01-19 | 1 | -10/+12 |
* | Make zero the minimum number of days that can be specified. | Federico Mena Quintero | 2001-01-19 | 2 | -5/+18 |
* | Disconnect from the etss->source's signals *before* we unref it. | Federico Mena Quintero | 2001-01-19 | 2 | -10/+22 |
* | Make tooltip appear properly even if anchor is set. | Christopher James Lahey | 2001-01-18 | 1 | -1/+1 |
* | Center text vertically. | Christopher James Lahey | 2001-01-18 | 1 | -10/+13 |
* | New function. (update_sort_config_dialog): Massive update to this | Miguel de Icaza | 2001-01-18 | 5 | -26/+230 |
* | Made EEntry be shrinkable. | Christopher James Lahey | 2001-01-18 | 1 | -3/+6 |
* | Make justification work properly for entries. Documented. | Christopher James Lahey | 2001-01-18 | 2 | -2/+50 |
* | Added a collection argument to this to set the GalViewCollection. | Christopher James Lahey | 2001-01-18 | 11 | -36/+315 |
* | Oops. Delete this. I never meant for this to get commit'd. | Jeffrey Stedfast | 2001-01-18 | 2 | -23/+5 |
* | Dont remove the function, give it the proper name | JP Rosevear | 2001-01-17 | 2 | -0/+25 |
* | Fix the build by removing a stale function definition. Sigh. | Ettore Perazzoli | 2001-01-17 | 2 | -20/+6 |
* | Hi fejj. Using your computer to check in the files you forget to add. :-) | Jeffrey Stedfast | 2001-01-17 | 2 | -0/+451 |
* | Removed #inclusion of e-table-config-field.h. | Dave Camp | 2001-01-17 | 1 | -1/+0 |
* | Added e-messagebox to the build. | Jeffrey Stedfast | 2001-01-17 | 2 | -0/+9 |
* | This fixes translations of library messages compared to application | Miguel de Icaza | 2001-01-17 | 4 | -3/+7 |
* | Simplify column grabbing code and drop item layout code. | Miguel de Icaza | 2001-01-17 | 1 | -34/+52 |
* | Load frames. | Miguel de Icaza | 2001-01-17 | 10 | -370/+344 |
* | Added a bit of documentation. (config_sort_config_show, | Christopher James Lahey | 2001-01-17 | 4 | -6/+44 |
* | Moved ESearchBar from filter/ to widgets/misc/, a more appropriate home. | Jacob Leach | 2001-01-17 | 2 | -0/+6 |
* | Emit a "changed" signal to the EText after we gtk_object_set a "model" arg | Jason Leach | 2001-01-16 | 1 | -0/+1 |
* | Added e-cell-date.c, e-cell-date.h, e-cell-size.c, and e-cell-size.h. | Christopher James Lahey | 2001-01-16 | 7 | -71/+366 |
* | Step 2 | Miguel de Icaza | 2001-01-16 | 22 | -31/+31 |
* | Rename from Helix Code -> Ximian | Miguel de Icaza | 2001-01-16 | 45 | -51/+52 |
* | Document all entry points. (e_table_specification_save_to_file): Change | Miguel de Icaza | 2001-01-16 | 5 | -121/+265 |
* | Make output pretier by using newlines when there is a lot of information | Miguel de Icaza | 2001-01-16 | 2 | -40/+46 |
* | Make output pretier by using newlines when there is a lot of information | Miguel de Icaza | 2001-01-15 | 1 | -3/+16 |
* | Work on the ETableConfigurator. Pick up where Chris left. | Miguel de Icaza | 2001-01-15 | 8 | -563/+576 |
* | Changed the filter function back to being args to be more consistent with | Christopher James Lahey | 2001-01-13 | 2 | -42/+44 |
* | New function. Tells whether a key should begin editing. (ect_event, | Miguel de Icaza | 2001-01-12 | 2 | -9/+23 |
* | Implement new function API. Remove Gtk arguments for this. (ect_height): | Miguel de Icaza | 2001-01-12 | 2 | -22/+32 |
* | Close #758 2001-01-12 Miguel de Icaza <miguel@ximian.com> | Miguel de Icaza | 2001-01-12 | 1 | -46/+64 |
* | *** empty log message *** | Miguel de Icaza | 2001-01-12 | 2 | -6/+119 |
* | Added selection_mode argument. | Christopher James Lahey | 2001-01-12 | 5 | -52/+114 |
* | Made this the same size as an ETableItem with all text items. Made the | Christopher James Lahey | 2001-01-11 | 1 | -22/+26 |
* | Added expansions field and loading and saving of that field. | Christopher James Lahey | 2001-01-11 | 3 | -9/+41 |
* | Unfinished sorted variable model for ETree. | Christopher James Lahey | 2001-01-10 | 2 | -0/+517 |
* | Removed an unused variable. (e_utf8_from_gtk_string_sized): Made ib const | Christopher James Lahey | 2001-01-09 | 1 | -2/+3 |