| Commit message (Expand) | Author | Age | Files | Lines |
* | Added check for gnome-app-lib. Removed directories that have been moved to | Christopher James Lahey | 2000-09-18 | 1 | -337/+0 |
* | 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 |