| Commit message (Expand) | Author | Age | Files | Lines |
* | Make home and end keys move to the beginning and end of the row if cursor | Christopher James Lahey | 2001-01-28 | 1 | -0/+1 |
* | Make ETable stop editing when it looses focus. | Christopher James Lahey | 2001-01-27 | 1 | -5/+18 |
* | Set the GTK_CAN_FOCUS flag on the widget, since an ETable ought to be | Federico Mena Quintero | 2001-01-26 | 1 | -82/+126 |
* | Documented. Added a "cursor_activated" signal. Removed some unused | Christopher James Lahey | 2001-01-25 | 1 | -0/+24 |
* | Made this conform to the new prototype for e_popup_menu_run. | Christopher James Lahey | 2001-01-21 | 1 | -16/+2 |
* | Keep track of the valid column names (not used right now). | Miguel de Icaza | 2001-01-19 | 1 | -72/+131 |
* | This fixes translations of library messages compared to application | Miguel de Icaza | 2001-01-17 | 1 | -3/+4 |
* | Load frames. | Miguel de Icaza | 2001-01-17 | 1 | -11/+20 |
* | Step 2 | Miguel de Icaza | 2001-01-16 | 1 | -2/+2 |
* | Rename from Helix Code -> Ximian | Miguel de Icaza | 2001-01-16 | 1 | -1/+1 |
* | Document all entry points. (e_table_specification_save_to_file): Change | Miguel de Icaza | 2001-01-16 | 1 | -1/+1 |
* | Work on the ETableConfigurator. Pick up where Chris left. | Miguel de Icaza | 2001-01-15 | 1 | -9/+11 |
* | Added selection_mode argument. | Christopher James Lahey | 2001-01-12 | 1 | -0/+4 |
* | Added expansions field and loading and saving of that field. | Christopher James Lahey | 2001-01-11 | 1 | -3/+13 |
* | Destroy text and pixbuf if they exist whether or not is_pixbuf is set. | Christopher James Lahey | 2000-12-23 | 1 | -1/+1 |
* | Removed the set cursor and get cursor methods from ETableGroup. | Christopher James Lahey | 2000-12-15 | 1 | -5/+6 |
* | New function to calculate the extra pixels per column header. | Christopher James Lahey | 2000-12-14 | 1 | -0/+5 |
* | set "sort_info" on our sorter when we get a new sort_info to keep things | Chris Toshok | 2000-12-08 | 1 | -0/+4 |
* | Add column and GdkEvent * parameters to the double click signal. | Christopher James Lahey | 2000-12-08 | 1 | -4/+4 |
* | Free the xmlDoc when we are done with it. (e_table_state_save_to_file): | Federico Mena Quintero | 2000-12-08 | 1 | -4/+4 |
* | disconnect the "group_info_changed" signal on the old sort_info and | Dan Winship | 2000-12-07 | 1 | -2/+12 |
* | Updated these unused glade files to better match the versions in the code. | Christopher James Lahey | 2000-11-03 | 1 | -16/+44 |
* | Added e_table_set_state_object which loads the state from the given | Christopher James Lahey | 2000-10-22 | 1 | -4/+4 |
* | Make text a different color if !(flags & E_CELL_FOCUSED). | Christopher James Lahey | 2000-10-19 | 1 | -0/+6 |
* | 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 | 1 | -0/+25 |
* | Made it so that ETable won't use a state with 0 columns. | Christopher James Lahey | 2000-10-16 | 1 | -2/+14 |
* | Added e-table-config-field.lo. | Christopher James Lahey | 2000-10-14 | 1 | -14/+19 |
* | Make saving state work properly. | Christopher James Lahey | 2000-10-12 | 1 | -3/+41 |
* | Changed these to use the default cells. | Christopher James Lahey | 2000-10-11 | 1 | -44/+3 |
* | Changed these to match the new ETable system. | Christopher James Lahey | 2000-10-11 | 1 | -123/+194 |
* | Removed the assertion that there must be at least 1 column. No way to | Not Zed | 2000-10-09 | 1 | -1/+81 |
* | Select all elements of the etable. | Jeffrey Stedfast | 2000-10-05 | 1 | -0/+18 |
* | drag/drop signals need to be added to the same object that is passed to | Chris Toshok | 2000-09-27 | 1 | -9/+9 |
* | Moved files, fixed header files and paths - Federico | Federico Mena Quintero | 2000-09-20 | 1 | -4/+4 |
* | Fixed e-table #includes so that it would compile. | Chris Lahey | 2000-09-18 | 1 | -4/+4 |
* | Fix some crashes Make double clicking on the header dividers automatically | Iain Holmes | 2000-09-15 | 1 | -2/+13 |
* | Made page up and page down active in the ETable. | Christopher James Lahey | 2000-09-11 | 1 | -3/+44 |
* | Fixed a leak and a double unref. | Christopher James Lahey | 2000-09-02 | 1 | -0/+1 |
* | Remove a ton of (hopefully harmless) warnings from the ETable code. | Ettore Perazzoli | 2000-08-28 | 1 | -3/+8 |
* | Fix an off by one error that was causing crashes. | Christopher James Lahey | 2000-08-25 | 1 | -1/+2 |
* | Set default values for all of the signal emissions. | Christopher James Lahey | 2000-08-25 | 1 | -3/+3 |
* | Added a click signal which gets sent if the user hits the left or middle | Christopher James Lahey | 2000-08-25 | 1 | -0/+24 |
* | Added g_return_if_fails. | Christopher James Lahey | 2000-08-25 | 1 | -3/+87 |
* | pass table, not site as the closure for these drag signals, since | Chris Toshok | 2000-08-22 | 1 | -2/+2 |
* | Made background colors alternate. | Christopher James Lahey | 2000-08-20 | 1 | -0/+6 |
* | Added functions to convert from view row to model row or from model row to | Christopher James Lahey | 2000-08-06 | 1 | -9/+33 |
* | fix | Dan Winship | 2000-08-06 | 1 | -3/+3 |
* | Added a function to get the next row with sorting taken into account. | Christopher James Lahey | 2000-08-05 | 1 | -0/+35 |
* | Made selection ranges work even if the table is sorted. | Christopher James Lahey | 2000-08-05 | 1 | -3/+9 |
* | Built code to have autodrags only work from within the table and to report | Christopher James Lahey | 2000-08-05 | 1 | -36/+227 |
* | Fixed a reference. | Christopher James Lahey | 2000-07-27 | 1 | -0/+16 |
* | Added "table_selection_model" argument. Removed foreach function and | Christopher James Lahey | 2000-07-27 | 1 | -40/+10 |
* | New files for doing a selection model. Not finished yet and thus not in | Christopher James Lahey | 2000-07-26 | 1 | -51/+51 |
* | Implemented some of the drag & drop code. Drops all report as being on row | Christopher James Lahey | 2000-07-25 | 1 | -9/+508 |
* | Make sure the ETable is constructed properly, by setting the | Ettore Perazzoli | 2000-07-11 | 1 | -2/+5 |
* | Add e-table-scrolled.c and e-table-scrolled.h. | Christopher James Lahey | 2000-07-10 | 1 | -39/+34 |
* | Set the dnd_code to something non-null for the ETableHeaderItem. | Christopher James Lahey | 2000-07-09 | 1 | -0/+1 |
* | Set header canvas scroll region correctly. | Christopher James Lahey | 2000-07-09 | 1 | -1/+1 |
* | From mail: | Christopher James Lahey | 2000-06-30 | 1 | -6/+15 |
* | Calculate height including if clip_height is set to -1. | Christopher James Lahey | 2000-06-27 | 1 | -13/+69 |
* | Make the table not move around as you resize. | Christopher James Lahey | 2000-06-23 | 1 | -16/+18 |
* | Moved the reflow signal handling into an idle handler to fix a bug when | Christopher James Lahey | 2000-06-16 | 1 | -3/+17 |
* | Small syntactic changes. | Christopher James Lahey | 2000-06-11 | 1 | -9/+18 |
* | Make ETable use EScrollFrame instead of GtkScrolledWindow. | Ettore Perazzoli | 2000-06-11 | 1 | -7/+13 |
* | Added $(GNOME_PRINT_LIBS) to all of the LDADDs. | Christopher James Lahey | 2000-06-11 | 1 | -0/+6 |
* | More work on the Field Chooser. Not quite done yet. | Christopher James Lahey | 2000-06-08 | 1 | -0/+1 |
* | Added a right click signal. | Christopher James Lahey | 2000-06-06 | 1 | -0/+24 |
* | two more pastos | Dan Winship | 2000-06-02 | 1 | -1/+1 |
* | Copy and paste error. | Christopher James Lahey | 2000-06-02 | 1 | -1/+1 |
* | Added a "key_press" signal. | Christopher James Lahey | 2000-06-02 | 1 | -0/+24 |
* | Added e_table_get_selected_view_row. | Christopher James Lahey | 2000-06-02 | 1 | -0/+6 |
* | Fixed a bunch of selection bugs. Removed "spreadsheet" argument (for now.) | Christopher James Lahey | 2000-05-30 | 1 | -10/+32 |
* | Added double click handling. | Christopher James Lahey | 2000-05-28 | 1 | -0/+22 |
* | Made "drawgrid", "drawfocus", "spreadsheet", and "length_threshold" | Christopher James Lahey | 2000-05-27 | 1 | -16/+49 |
* | Account for extra pixel at right end of ETable. | Christopher James Lahey | 2000-05-26 | 1 | -1/+2 |
* | Make scrollbar arrow buttons work. | Christopher James Lahey | 2000-05-23 | 1 | -0/+4 |
* | From a patch by Iain Holmes <ih@csd.abdn.ac.uk> | Christopher James Lahey | 2000-05-19 | 1 | -1/+7 |
* | Changed sorting to be at priority level 30. | Christopher James Lahey | 2000-05-16 | 1 | -2/+2 |
* | From widgets/e-table/ChangeLog | Christopher James Lahey | 2000-05-14 | 1 | -35/+39 |
* | Add a horizontal scrollbar. | Christopher James Lahey | 2000-05-08 | 1 | -1/+1 |
* | Handle row_inserted and row_deleted signals properly. | Christopher James Lahey | 2000-05-08 | 1 | -29/+31 |
* | Killed some warnings. | Christopher James Lahey | 2000-05-07 | 1 | -2/+0 |
* | Add an e_table_group_add_all function and implement it in the different | Christopher James Lahey | 2000-05-05 | 1 | -3/+5 |
* | Made this more reentrant. | Christopher James Lahey | 2000-05-01 | 1 | -7/+7 |
* | Add argument handling here. | Miguel de Icaza | 2000-04-26 | 1 | -449/+130 |
* | Made the tooltip show up in the correct place and configuration when using | Christopher James Lahey | 2000-04-24 | 1 | -2/+1 |
* | Propagate mouse wheel events upwards. | Anders Carlsson | 2000-04-17 | 1 | -11/+11 |
* | + * addressbook/gui/component/addressbook.c | Matthew Loper | 2000-04-16 | 1 | -0/+13 |
* | Make `e_table_construct()' work by passing the correct size argument | Ettore Perazzoli | 2000-04-15 | 1 | -1/+1 |
* | Switch the parent object to be a GtkTable. (et_real_construct): apply | Miguel de Icaza | 2000-04-15 | 1 | -10/+27 |
* | Drop frozen count support from here. (ethi_start_drag): ditto. | Miguel de Icaza | 2000-04-11 | 1 | -4/+1 |
* | Separated some functions into an xml bit and a generic bit. | Christopher James Lahey | 2000-04-09 | 1 | -60/+59 |
* | Got rid of some warnings. | Christopher James Lahey | 2000-04-06 | 1 | -9/+50 |
* | More work | Miguel de Icaza | 2000-03-31 | 1 | -0/+3 |
* | Fix indentation | Miguel de Icaza | 2000-03-30 | 1 | -42/+42 |
* | Fix nasty rendering bugs, | Michael Meeks | 2000-03-28 | 1 | -81/+86 |
* | Remove warning from here. | Miguel de Icaza | 2000-03-27 | 1 | -1/+1 |
* | Make rectangles resize properly when receiving the "model_changed" signal. | Christopher James Lahey | 2000-03-22 | 1 | -3/+16 |
* | i2000-03-20 Christopher James Lahey <clahey@helixcode.com> | Chris Lahey | 2000-03-21 | 1 | -17/+14 |
* | Rearranged SUBDIRS for dependencies. | Christopher James Lahey | 2000-03-12 | 1 | -2/+2 |
* | Changed the destroy function to disconnect from signals before unrefing | Christopher James Lahey | 2000-03-08 | 1 | -7/+8 |
* | Add a "row_selection" signal. | Christopher James Lahey | 2000-03-06 | 1 | -0/+32 |
* | Added support for the sorting info. The Etable creates a sort_info object, | Christopher James Lahey | 2000-03-06 | 1 | -2/+38 |
* | Added saving of frozen_columns count. Added a vertical scrollbar to | Christopher James Lahey | 2000-03-05 | 1 | -1/+11 |
* | Push the proper visual and colormap for ETable to work. | Christopher James Lahey | 2000-03-05 | 1 | -0/+6 |
* | Fixed a crash error. | Christopher James Lahey | 2000-03-05 | 1 | -0/+1 |
* | Fixed a compile warning. | Christopher James Lahey | 2000-03-05 | 1 | -1/+1 |
* | Added a bunch of stuff to the TODO list. Put +s before a few of the items | Christopher James Lahey | 2000-03-04 | 1 | -11/+107 |
* | Removed some unused code. | Christopher James Lahey | 2000-03-04 | 1 | -2/+2 |
* | Test frozen columns | Christopher James Lahey | 2000-03-01 | 1 | -0/+2 |
* | Added duplicate_value and add_value. Use the new compare functions. Made | Christopher James Lahey | 2000-02-25 | 1 | -0/+98 |
* | This were moved to widgets/e-text/ a while ago but never removed. They | Christopher James Lahey | 2000-02-24 | 1 | -28/+87 |
* | make <alloca.h> inclusion conditional on HAVE_ALLOCA_H | Dan Winship | 2000-02-17 | 1 | -0/+2 |
* | Sync for Chris to use | Miguel de Icaza | 2000-02-08 | 1 | -11/+10 |
* | Setup the scroll region of the table canvas on size allocation. | Miguel de Icaza | 2000-02-07 | 1 | -13/+20 |
* | Compilation touchups -miguel | Arturo Espinosa | 2000-01-06 | 1 | -1/+1 |
* | Lots of reorganization to get the Evolution shell to begin its life. It | Arturo Espinosa | 2000-01-06 | 1 | -1/+1 |
* | Ok, the restructuring of ETableItem to compute its size without hacks is | Miguel de Icaza | 1999-12-31 | 1 | -11/+0 |
* | Sync, does not work, dont try it, just backing up -miguel | Arturo Espinosa | 1999-12-28 | 1 | -89/+150 |
* | Fix before trip | Arturo Espinosa | 1999-12-13 | 1 | -47/+57 |
* | Works with GnomeCanvasGroups -miguel | Arturo Espinosa | 1999-12-13 | 1 | -1/+2 |
* | More work. We now have the basics for nesting working, now we need all the | Arturo Espinosa | 1999-12-12 | 1 | -4/+479 |
* | Realize cells. | Miguel de Icaza | 1999-11-25 | 1 | -20/+6 |
* | New E-table-item.[ch] -mig | Arturo Espinosa | 1999-11-19 | 1 | -1/+1 |
* | Added my widgets stuff -miguel | Arturo Espinosa | 1999-11-02 | 1 | -0/+36 |