| Commit message (Expand) | Author | Age | Files | Lines |
* | This commit was manufactured by cvs2svn to create tag 'V1_93_0'.V1_93_0 | nobody | 2002-05-16 | 1 | -633/+0 |
* | Ansification patch from danw. | Christopher James Lahey | 2002-04-26 | 1 | -2/+2 |
* | Changed the license announcement at the top of these files. | Christopher James Lahey | 2001-10-27 | 1 | -5/+18 |
* | Adapted height method to deal with a row of -1. | Christopher James Lahey | 2001-10-05 | 1 | -0/+16 |
* | Assert that the virtual method is implemented instead of being forgiving. | Federico Mena Quintero | 2001-09-25 | 1 | -44/+109 |
* | Added start_drag signals. | Christopher James Lahey | 2001-08-25 | 1 | -8/+20 |
* | Check for row >= 0 here. (etgl_destroy): Disconnect from all the signals | Christopher James Lahey | 2001-08-08 | 1 | -15/+43 |
* | The double_click signal on the table item now emits the model row instead | Christopher James Lahey | 2001-05-23 | 1 | -2/+1 |
* | (Make the alternating row colors a option in ETableSpecification instead | Jason Leach | 2001-04-29 | 1 | -1/+15 |
* | One-line fix (missing a 'break' at the end of the ARG_SELECTION_MODEL | Jason Leach | 2001-04-25 | 1 | -0/+1 |
* | Added get_cell_geometry method. | Christopher James Lahey | 2001-04-24 | 1 | -1/+9 |
* | Changed the signal "table_selection_model" to just be "selection_model" | Christopher James Lahey | 2001-03-30 | 1 | -14/+14 |
* | Bumped the version number to 05.99.9. | Christopher James Lahey | 2001-03-21 | 1 | -8/+22 |
* | Changed e_table_selection_model_clear to e_selection_model_clear. | Christopher James Lahey | 2001-02-28 | 1 | -1/+1 |
* | Added e-table/e-table-sorting-utils.lo. | Christopher James Lahey | 2001-02-24 | 1 | -26/+53 |
* | Documented. Added a "cursor_activated" signal. Removed some unused | Christopher James Lahey | 2001-01-25 | 1 | -0/+22 |
* | Rename from Helix Code -> Ximian | Miguel de Icaza | 2001-01-16 | 1 | -1/+1 |
* | Removed the set cursor and get cursor methods from ETableGroup. | Christopher James Lahey | 2000-12-15 | 1 | -24/+0 |
* | Add column and GdkEvent * parameters to the double click signal. | Christopher James Lahey | 2000-12-08 | 1 | -2/+2 |
* | Moved files, fixed header files and paths - Federico | Federico Mena Quintero | 2000-09-20 | 1 | -3/+3 |
* | Fixed e-table #includes so that it would compile. | Chris Lahey | 2000-09-18 | 1 | -2/+2 |
* | Remove a ton of (hopefully harmless) warnings from the ETable code. | Ettore Perazzoli | 2000-08-28 | 1 | -3/+5 |
* | Added a click signal which gets sent if the user hits the left or middle | Christopher James Lahey | 2000-08-25 | 1 | -0/+11 |
* | Made background colors alternate. | Christopher James Lahey | 2000-08-20 | 1 | -0/+8 |
* | Made drag events calculate a row and column and signal that information. | Christopher James Lahey | 2000-08-04 | 1 | -0/+8 |
* | Added "table_selection_model" argument. Removed foreach function and | Christopher James Lahey | 2000-07-27 | 1 | -19/+19 |
* | From mail: | Christopher James Lahey | 2000-06-30 | 1 | -7/+14 |
* | Calculate height including if clip_height is set to -1. | Christopher James Lahey | 2000-06-27 | 1 | -1/+2 |
* | Fix a minor warning. | Christopher James Lahey | 2000-06-21 | 1 | -1/+1 |
* | Removed the unfocus method since that's handled by the canvas itself now. | Christopher James Lahey | 2000-06-21 | 1 | -11/+5 |
* | Added $(GNOME_PRINT_LIBS) to all of the LDADDs. | Christopher James Lahey | 2000-06-11 | 1 | -0/+8 |
* | Added a right click signal. | Christopher James Lahey | 2000-06-06 | 1 | -0/+11 |
* | Added a "key_press" signal. | Christopher James Lahey | 2000-06-02 | 1 | -0/+11 |
* | Added e_table_get_selected_view_row. | Christopher James Lahey | 2000-06-02 | 1 | -0/+12 |
* | Fixed a bunch of selection bugs. Removed "spreadsheet" argument (for now.) | Christopher James Lahey | 2000-05-30 | 1 | -10/+43 |
* | Added double click handling. | Christopher James Lahey | 2000-05-28 | 1 | -0/+9 |
* | Made "drawgrid", "drawfocus", "spreadsheet", and "length_threshold" | Christopher James Lahey | 2000-05-27 | 1 | -4/+57 |
* | Removed a memory leak here. | Christopher James Lahey | 2000-05-16 | 1 | -0/+2 |
* | From widgets/e-table/ChangeLog | Christopher James Lahey | 2000-05-14 | 1 | -87/+43 |
* | Add an e_table_group_add_all function and implement it in the different | Christopher James Lahey | 2000-05-05 | 1 | -0/+8 |
* | Fix author information. | Christopher James Lahey | 2000-05-04 | 1 | -8/+9 |
* | Add argument handling here. | Miguel de Icaza | 2000-04-26 | 1 | -0/+1 |
* | Got rid of some warnings. | Christopher James Lahey | 2000-04-06 | 1 | -6/+4 |
* | Fix indentation | Miguel de Icaza | 2000-03-30 | 1 | -36/+36 |
* | i2000-03-20 Christopher James Lahey <clahey@helixcode.com> | Chris Lahey | 2000-03-21 | 1 | -13/+9 |
* | Add a "row_selection" signal. | Christopher James Lahey | 2000-03-06 | 1 | -0/+10 |
* | Touched this up a bit. | Christopher James Lahey | 2000-03-05 | 1 | -2/+4 |
* | Added duplicate_value and add_value. Use the new compare functions. Made | Christopher James Lahey | 2000-02-25 | 1 | -5/+13 |
* | This were moved to widgets/e-text/ a while ago but never removed. They | Christopher James Lahey | 2000-02-24 | 1 | -0/+288 |