| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |