| Commit message (Expand) | Author | Age | Files | Lines |
* | GObjectify GObjectify | Mike Kestner | 2002-11-06 | 1 | -21/+18 |
* | merging the gal-2 branch back to the trunk. | Mike Kestner | 2002-11-01 | 1 | -3/+10 |
* | Ansification patch from danw. | Christopher James Lahey | 2002-04-26 | 1 | -1/+1 |
* | Changed the license announcement at the top of these files. | Christopher James Lahey | 2001-10-27 | 1 | -5/+19 |
* | Fixed some warnings. | Christopher James Lahey | 2001-03-02 | 1 | -80/+1 |
* | Added e-table/e-table-sorting-utils.lo. | Christopher James Lahey | 2001-02-24 | 1 | -382/+3 |
* | Rename from Helix Code -> Ximian | Miguel de Icaza | 2001-01-16 | 1 | -1/+1 |
* | Set the minimum width of newly created children. | Christopher James Lahey | 2000-12-19 | 1 | -6/+4 |
* | Unref the object instead of destroying it. | Federico Mena Quintero | 2000-12-10 | 1 | -1/+1 |
* | Made it so that rows inserted with their children nodes already in the | Christopher James Lahey | 2000-10-22 | 1 | -1/+3 |
* | remove timeouts on destroy so they don't try to write to freed data | Dan Winship | 2000-10-20 | 1 | -0/+3 |
* | Changed to take into account the sort group, if the table has one.x | Not Zed | 2000-10-04 | 1 | -10/+338 |
* | Moved files, fixed header files and paths - Federico | Federico Mena Quintero | 2000-09-20 | 1 | -1/+1 |
* | Fixed e-table #includes so that it would compile. | Chris Lahey | 2000-09-18 | 1 | -1/+1 |
* | Made background colors alternate. | Christopher James Lahey | 2000-08-20 | 1 | -5/+8 |
* | Add a handler for "model_pre_change" and properly stop editing. | Christopher James Lahey | 2000-08-03 | 1 | -2/+10 |
* | From mail: | Christopher James Lahey | 2000-06-30 | 1 | -4/+0 |
* | Removed the freeze/thaw stuff for the model. As Chris wisely pointed out, | Federico Mena Quintero | 2000-06-13 | 1 | -15/+11 |
* | Added a right click signal. | Christopher James Lahey | 2000-06-06 | 1 | -1/+1 |
* | Fixed the multiple copies of rows in ETable bug. | Christopher James Lahey | 2000-06-02 | 1 | -1/+1 |
* | Made the sort when inserting a signal row be syncronous. | Christopher James Lahey | 2000-06-02 | 1 | -5/+44 |
* | Added right click menus to the table header items. | Christopher James Lahey | 2000-05-24 | 1 | -2/+3 |
* | Changed sorting to be at priority level 30. | Christopher James Lahey | 2000-05-16 | 1 | -1/+1 |
* | Fixed a FIXME comment. | Christopher James Lahey | 2000-05-16 | 1 | -1/+1 |
* | Handle row_inserted and row_deleted signals properly. | Christopher James Lahey | 2000-05-08 | 1 | -1/+10 |
* | use rows here instead of E_TABLE_SUBSET(etsv)->n_map, since the table can | Chris Toshok | 2000-05-05 | 1 | -1/+1 |
* | Add an e_table_group_add_all function and implement it in the different | Christopher James Lahey | 2000-05-05 | 1 | -0/+25 |
* | Load all the data to be sorted by before actually doing the sort. | Christopher James Lahey | 2000-05-04 | 1 | -17/+47 |
* | Add back in main loop calls during sorting. | Christopher James Lahey | 2000-05-04 | 1 | -0/+2 |
* | Replace insert sort completely with a qsort. | Christopher James Lahey | 2000-05-04 | 1 | -77/+62 |
* | Changed the insert sort to be binary instead of linear. | Christopher James Lahey | 2000-05-04 | 1 | -29/+52 |
* | Made this more reentrant. | Christopher James Lahey | 2000-05-01 | 1 | -0/+49 |
* | Got rid of some warnings. | Christopher James Lahey | 2000-04-06 | 1 | -15/+35 |
* | Fix indentation | Miguel de Icaza | 2000-03-30 | 1 | -21/+21 |
* | Have identical values get sorted by their actual row. | Christopher James Lahey | 2000-03-06 | 1 | -0/+3 |
* | Added duplicate_value and add_value. Use the new compare functions. Made | Christopher James Lahey | 2000-02-25 | 1 | -0/+148 |