| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fixed sorting. needs_sorting was getting set to 0 when sorted happens, but | Christopher James Lahey | 2001-01-06 | 2 | -30/+3 |
* | Broke font and fontset parts of EFont into separate functions. Possibly | Lauris Kaplinski | 2001-01-06 | 1 | -2/+52 |
* | Fixed the border bug. Borders draw properly now. | Christopher James Lahey | 2001-01-05 | 1 | -2/+2 |
* | bump version | JP Rosevear | 2001-01-05 | 1 | -0/+174 |
* | Added functions for encoding utf8 safely into libxml brokenness | Lauris Kaplinski | 2001-01-03 | 2 | -0/+100 |
* | Add support here for "cursor_pos". (et_get_arg): Handle ARG_CURSOR_POS. | Miguel de Icaza | 2000-12-29 | 2 | -5/+35 |
* | Removed a bunch of unused code. | Christopher James Lahey | 2000-12-27 | 1 | -217/+0 |
* | Added a "draw_background" argument. Set the default for the | Christopher James Lahey | 2000-12-27 | 2 | -2/+19 |
* | Connect to the "changed" and "activate" signals on the EText to the proxy | Miguel de Icaza | 2000-12-26 | 1 | -0/+22 |
* | Always have some text. Fixes crash. | Miguel de Icaza | 2000-12-26 | 2 | -1/+1 |
* | Always have some text. Fixes crash. | Miguel de Icaza | 2000-12-26 | 2 | -5/+7 |
* | draw_background=FALSE | Miguel de Icaza | 2000-12-26 | 2 | -0/+3 |
* | Set draw_background to FALSE. | Miguel de Icaza | 2000-12-25 | 2 | -0/+6 |
* | Set draw_background to FALSE. | Miguel de Icaza | 2000-12-25 | 1 | -0/+1 |
* | Made the code CanvasItem correct: the code should not draw at arbitrary | Miguel de Icaza | 2000-12-25 | 1 | -6/+16 |
* | Pass draw_background = FALSE | Miguel de Icaza | 2000-12-25 | 2 | -0/+5 |
* | add api docs. | Chris Toshok | 2000-12-25 | 2 | -0/+57 |
* | Handle draw background. (e_text_draw): Support both border drawing and | Miguel de Icaza | 2000-12-25 | 3 | -50/+106 |
* | Destroy text and pixbuf if they exist whether or not is_pixbuf is set. | Christopher James Lahey | 2000-12-23 | 7 | -27/+51 |
* | translations | JP Rosevear | 2000-12-23 | 3 | -10/+125 |
* | Set the minimum width of newly created children. | Christopher James Lahey | 2000-12-19 | 5 | -42/+69 |
* | ditto. | Miguel de Icaza | 2000-12-19 | 1 | -2/+2 |
* | Upped the version number to 0.4.1. Bumped the GAL_REVISION to 1. | Christopher James Lahey | 2000-12-16 | 1 | -8/+0 |
* | #include <time.h> | Federico Mena Quintero | 2000-12-15 | 3 | -1/+5 |
* | Removed the set cursor and get cursor methods from ETableGroup. | Christopher James Lahey | 2000-12-15 | 5 | -93/+6 |
* | call set_style and use the appropriate style for the text to determine if | Chris Toshok | 2000-12-15 | 1 | -1/+4 |
* | Commented out an unused variable to fix a warning. | Christopher James Lahey | 2000-12-15 | 1 | -0/+2 |
* | Added eti_visibility_notify. Didn't get it to work properly, so it's #if | Christopher James Lahey | 2000-12-14 | 1 | -0/+25 |
* | Changed the color from yellow to light gray. | Christopher James Lahey | 2000-12-14 | 2 | -2/+7 |
* | Changed the background color of the tooltips to light gray. | Christopher James Lahey | 2000-12-14 | 2 | -2/+2 |
* | remove the silly logic - we pop up a tooltip regardless of where the mouse | Chris Toshok | 2000-12-14 | 2 | -7/+30 |
* | New function to calculate the extra pixels per column header. | Christopher James Lahey | 2000-12-14 | 6 | -27/+82 |
* | only return TRUE in the BUTTON_PRESS case if the node was expandable. | Chris Toshok | 2000-12-14 | 1 | -1/+1 |
* | cut&paste from e-table-sorted-variable.c and massage names a bit to make | Chris Toshok | 2000-12-14 | 1 | -1/+208 |
* | Fixed some warnings. | Christopher James Lahey | 2000-12-12 | 1 | -1/+2 |
* | Made selected rows ignore their color specification. | Christopher James Lahey | 2000-12-12 | 1 | -1/+1 |
* | Emit double_click signal with the model column, not the view column. | Dan Winship | 2000-12-12 | 1 | -1/+1 |
* | Split the lines in this cell before testing whether we're to the right of | Christopher James Lahey | 2000-12-10 | 1 | -8/+12 |
* | cell should be edit cast to a CurrentCell, not data cast to a CurrentCell. | Christopher James Lahey | 2000-12-10 | 1 | -1/+1 |
* | Added the actions parameter to ect_event. Added an actions field to | Christopher James Lahey | 2000-12-10 | 8 | -62/+112 |
* | Unref the object instead of destroying it. | Federico Mena Quintero | 2000-12-10 | 4 | -4/+4 |
* | If there are columns allocated, free them upon a destroy. | JP Rosevear | 2000-12-09 | 2 | -5/+3 |
* | Work to get a Gtk-Doc infrastructure in place for Gal. | Miguel de Icaza | 2000-12-09 | 9 | -50/+45 |
* | Call the parent class destroyer as well | JP Rosevear | 2000-12-09 | 2 | -0/+8 |
* | set "sort_info" on our sorter when we get a new sort_info to keep things | Chris Toshok | 2000-12-08 | 2 | -4/+60 |
* | Add column and GdkEvent * parameters to the double click signal. | Christopher James Lahey | 2000-12-08 | 10 | -330/+62 |
* | Destroy the gdkIC if we have one | JP Rosevear | 2000-12-08 | 1 | -0/+5 |
* | Free the xmlDoc when we are done with it. (e_table_state_save_to_file): | Federico Mena Quintero | 2000-12-08 | 3 | -5/+13 |
* | pass along the column's width to e_cell_show_tooltip. | Chris Toshok | 2000-12-07 | 5 | -17/+14 |
* | Adapted these to accept the new flags parameter to e_cell_event. | Christopher James Lahey | 2000-12-07 | 6 | -29/+48 |
* | Removed incorrect e-list.h include. | Christopher James Lahey | 2000-12-07 | 1 | -1/+0 |
* | Missed this file during the last commit. | Chris Lahey | 2000-12-07 | 1 | -2/+4 |
* | Added a GalViewCollection argument to the new function here. | Christopher James Lahey | 2000-12-07 | 5 | -30/+58 |
* | Added gal-view-collection.c, gal-view-etable.c, gal-view-factory-etable.c, | Christopher James Lahey | 2000-12-07 | 17 | -157/+868 |
* | Fixed warning in compute_elision_length. | Christopher James Lahey | 2000-12-07 | 2 | -18/+0 |
* | disconnect the "group_info_changed" signal on the old sort_info and | Dan Winship | 2000-12-07 | 1 | -2/+12 |
* | Move the correct offset when memmoving. Patch provided by Richard Hult | JP Rosevear | 2000-12-05 | 1 | -1/+1 |
* | NULL-terminate gal_view_menus_apply's BonoboUIVerb array to prevent a | Dan Winship | 2000-12-05 | 2 | -0/+7 |
* | need to zero out the bits corresponding to the rows not selected in the | Chris Toshok | 2000-12-04 | 1 | -1/+13 |
* | Federico gets into pixel-perfect neurosis. Xmag is my best friend. | Federico Mena Quintero | 2000-12-03 | 6 | -273/+546 |
* | Move away from unicode_iconv*. We still need libunicode for utf8 | Dan Winship | 2000-11-30 | 1 | -25/+9 |
* | Shush | JP Rosevear | 2000-11-29 | 1 | -1/+2 |
* | updated to emit "changed" when appropriate, which turned out to be | Damon Chaplin | 2000-11-27 | 5 | -465/+1185 |
* | Removed e_table_col_get_arrow and e_table_col_set_arrow. | Christopher James Lahey | 2000-11-26 | 2 | -28/+0 |
* | Documented. | Miguel de Icaza | 2000-11-25 | 6 | -29/+212 |
* | inline documentation added. | Miguel de Icaza | 2000-11-25 | 3 | -152/+430 |
* | Save the children - Federico | Federico Mena Quintero | 2000-11-23 | 4 | -11/+19 |
* | Fixed some typos to get the table to display properly. | Christopher James Lahey | 2000-11-22 | 2 | -3/+3 |
* | Adapt | Miguel de Icaza | 2000-11-18 | 1 | -3/+3 |
* | Add Makefile.am and .cvsignore | Miguel de Icaza | 2000-11-18 | 2 | -0/+19 |
* | Added widgets/menus that contains the gal-view-menus.c code from Gal that | Miguel de Icaza | 2000-11-18 | 1 | -1/+2 |
* | Removed test for Bonobo here. | Miguel de Icaza | 2000-11-18 | 1 | -1/+0 |
* | Updated version number. | Christopher James Lahey | 2000-11-14 | 3 | -17/+25 |
* | Added a bunch of .lo s from the menus directory. | Christopher James Lahey | 2000-11-12 | 11 | -14/+929 |
* | Made the underline show up properly in the main menu bar. | Christopher James Lahey | 2000-11-11 | 1 | -3/+23 |
* | Switched from using gtk_menu_item_new_with_label for the menu header to | Christopher James Lahey | 2000-11-10 | 1 | -1/+1 |
* | Changed the gal version number and the gal so number. Added check for | Christopher James Lahey | 2000-11-10 | 3 | -2/+236 |
* | Fixed two spacing problems: first, changed the spacing around the end of | Anna Marie Dirks | 2000-11-10 | 1 | -2/+4 |
* | Added decomposing case insensitive utf-8 strstr | Lauris Kaplinski | 2000-11-08 | 2 | -4/+1493 |
* | gal/widgets/e-unicode.h: END_GNOME_DECLS, not BEGIN | Julian Missig | 2000-11-07 | 1 | -1/+1 |
* | Changed this to match the new EPopupMenu structre. | Christopher James Lahey | 2000-11-07 | 1 | -16/+16 |
* | Add a submenu field to struct EPopupMenu. | Jeffrey Stedfast | 2000-11-07 | 2 | -34/+46 |
* | Fixed the argument comment. Removed an old enum that's not used here. | Christopher James Lahey | 2000-11-07 | 1 | -9/+4 |
* | Added e-search-bar.c and e-search-bar.h. | Christopher James Lahey | 2000-11-07 | 2 | -0/+384 |
* | Removed unnecessary .cvsignore files. | Christopher James Lahey | 2000-11-06 | 4 | -9/+5 |
* | New files for the new define views dialog. | Christopher James Lahey | 2000-11-06 | 3 | -0/+573 |
* | Made it compile again. | Chris Lahey | 2000-11-04 | 1 | -2/+2 |
* | Turned on proper handling of insert and delete. | Christopher James Lahey | 2000-11-04 | 1 | -1/+1 |
* | Removed the "time_changed" signal, since it was never being emitted in the | Federico Mena Quintero | 2000-11-04 | 3 | -59/+81 |
* | Since we insert at the parent->child position, we need to account for | Not Zed | 2000-11-03 | 1 | -39/+117 |
* | Updated these unused glade files to better match the versions in the code. | Christopher James Lahey | 2000-11-03 | 5 | -100/+130 |
* | modified or added a bunch of .cvsignore to ignore generated files, which | Gediminas Paulauskas | 2000-11-01 | 3 | -0/+9 |
* | #include <string.h> to get rid of warning. Same here. | Kjartan Maraas | 2000-10-31 | 3 | -0/+7 |
* | Do not unref the cal_popup since we already destroyed it. | Federico Mena Quintero | 2000-10-28 | 2 | -1/+6 |
* | Added an "allow_newlines" argument. | Christopher James Lahey | 2000-10-27 | 6 | -23/+99 |
* | If we are inserting into the root level, we dont have to search the whole | Not Zed | 2000-10-27 | 1 | -1/+6 |
* | remove the save_id here, so we don't save state for nodes that no longer | Chris Toshok | 2000-10-26 | 1 | -9/+6 |
* | Made the column on the right click and click signals be the model column | Christopher James Lahey | 2000-10-26 | 1 | -2/+2 |
* | Add "click" to the list of etable signals we proxy. | Dan Winship | 2000-10-26 | 2 | -0/+23 |
* | make ETreeModel opaque, and switch from using g_new0 and g_free for | Chris Toshok | 2000-10-25 | 2 | -97/+135 |
* | Destroy the tooltip timeout on object destruction. | Christopher James Lahey | 2000-10-24 | 1 | -1/+8 |
* | Made it so that it doesn't recalculate all the rows if a row is changed, | Christopher James Lahey | 2000-10-22 | 2 | -4/+36 |
* | Made it so that rows inserted with their children nodes already in the | Christopher James Lahey | 2000-10-22 | 1 | -1/+3 |
* | Added e_table_set_state_object which loads the state from the given | Christopher James Lahey | 2000-10-22 | 2 | -4/+6 |
* | remove timeouts on destroy so they don't try to write to freed data | Dan Winship | 2000-10-20 | 2 | -0/+13 |
* | Made the number keys on the number pad work in ETexts and ECellTexts. | Christopher James Lahey | 2000-10-19 | 1 | -1/+108 |
* | Switched to saving the version as a double instead of a string. | Christopher James Lahey | 2000-10-19 | 1 | -1/+1 |
* | Fixed ETableFieldChooser row heights a bit. | Christopher James Lahey | 2000-10-19 | 4 | -30/+88 |
* | Made EEntry accept focus properly. | Christopher James Lahey | 2000-10-19 | 1 | -0/+11 |
* | Make text a different color if !(flags & E_CELL_FOCUSED). | Christopher James Lahey | 2000-10-19 | 4 | -2/+17 |
* | Sped up signal propogation. | Christopher James Lahey | 2000-10-19 | 2 | -2/+52 |
* | Fixed the color of the background rectangle. Made the rectangle start at | Christopher James Lahey | 2000-10-19 | 1 | -0/+16 |
* | Make background color of ETable match the background color of item rows. | Christopher James Lahey | 2000-10-18 | 1 | -1/+1 |
* | Removed an unnecessary glade include file. | Christopher James Lahey | 2000-10-18 | 4 | -1/+29 |
* | Moved the glade file directories. | Christopher James Lahey | 2000-10-18 | 1 | -1/+2 |
* | Reworked some of the height stuff? | Christopher James Lahey | 2000-10-17 | 1 | -14/+12 |
* | Choose a better size for the e-table-header-item | Iain Holmes | 2000-10-17 | 1 | -17/+53 |
* | get the next child before traversing/calling func. | Chris Toshok | 2000-10-16 | 1 | -2/+5 |
* | get rid of ENode type, as everything in it is now in ETreePath, and add | Chris Toshok | 2000-10-16 | 2 | -139/+257 |
* | Made it so that ETable won't use a state with 0 columns. | Christopher James Lahey | 2000-10-16 | 1 | -2/+14 |
* | Fixed these to use the new ascending attribute as a boolean instead of an | Christopher James Lahey | 2000-10-14 | 5 | -11/+11 |
* | Added e-table-config-field.lo. | Christopher James Lahey | 2000-10-14 | 11 | -228/+704 |
* | NULL is not a valid argument to `xmlNewDoc'. Was this code ever | Ettore Perazzoli | 2000-10-14 | 1 | -1/+3 |
* | Fixed gdk-font refcounting | Iain Holmes | 2000-10-13 | 3 | -34/+51 |
* | Added e_container_focus_nth_entry. | Christopher James Lahey | 2000-10-13 | 2 | -0/+33 |
* | when there are 0 columns, don't assert. | Jeffrey Stedfast | 2000-10-12 | 1 | -1/+1 |
* | Make saving state work properly. | Christopher James Lahey | 2000-10-12 | 1 | -3/+41 |
* | fixed to recalculate min_cell_width/height in case the show_week_numbers | Damon Chaplin | 2000-10-12 | 4 | -45/+211 |
* | Fixed the parity on the cursor-mode check. | Christopher James Lahey | 2000-10-11 | 1 | -1/+1 |
* | Changed these to use the default cells. | Christopher James Lahey | 2000-10-11 | 6 | -50/+13 |
* | Example spec file. Not used. Just an example of what you can do. | Christopher James Lahey | 2000-10-11 | 1 | -0/+21 |
* | Changed these to match the new ETable system. | Christopher James Lahey | 2000-10-11 | 19 | -308/+1292 |
* | Removed the assertion that there must be at least 1 column. No way to | Not Zed | 2000-10-09 | 5 | -2/+108 |