aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-table-sorted-variable.c
Commit message (Expand)AuthorAgeFilesLines
* 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