aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/e-table/e-table-sorted-variable.c
Commit message (Expand)AuthorAgeFilesLines
* Changed sorting to be at priority level 30.Christopher James Lahey2000-05-161-1/+1
* Fixed a FIXME comment.Christopher James Lahey2000-05-161-1/+1
* Handle row_inserted and row_deleted signals properly.Christopher James Lahey2000-05-081-1/+10
* use rows here instead of E_TABLE_SUBSET(etsv)->n_map, since the table canChris Toshok2000-05-051-1/+1
* Add an e_table_group_add_all function and implement it in the differentChristopher James Lahey2000-05-051-0/+25
* Load all the data to be sorted by before actually doing the sort.Christopher James Lahey2000-05-041-17/+47
* Add back in main loop calls during sorting.Christopher James Lahey2000-05-041-0/+2
* Replace insert sort completely with a qsort.Christopher James Lahey2000-05-041-77/+62
* Changed the insert sort to be binary instead of linear.Christopher James Lahey2000-05-041-29/+52
* Made this more reentrant.Christopher James Lahey2000-05-011-0/+49
* Got rid of some warnings.Christopher James Lahey2000-04-061-15/+35
* Fix indentationMiguel de Icaza2000-03-301-21/+21
* Have identical values get sorted by their actual row.Christopher James Lahey2000-03-061-0/+3
* Added duplicate_value and add_value. Use the new compare functions. MadeChristopher James Lahey2000-02-251-0/+148