aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-table-sorted-variable.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagGNOME_LIBS_1_4_1_4nobody2001-05-231-210/+0
* Fixed some warnings.Christopher James Lahey2001-03-021-80/+1
* Added e-table/e-table-sorting-utils.lo.Christopher James Lahey2001-02-241-382/+3
* Rename from Helix Code -> XimianMiguel de Icaza2001-01-161-1/+1
* Set the minimum width of newly created children.Christopher James Lahey2000-12-191-6/+4
* Unref the object instead of destroying it.Federico Mena Quintero2000-12-101-1/+1
* Made it so that rows inserted with their children nodes already in theChristopher James Lahey2000-10-221-1/+3
* remove timeouts on destroy so they don't try to write to freed dataDan Winship2000-10-201-0/+3
* Changed to take into account the sort group, if the table has one.xNot Zed2000-10-041-10/+338
* Moved files, fixed header files and paths - FedericoFederico Mena Quintero2000-09-201-1/+1
* Fixed e-table #includes so that it would compile.Chris Lahey2000-09-181-1/+1
* Made background colors alternate.Christopher James Lahey2000-08-201-5/+8
* Add a handler for "model_pre_change" and properly stop editing.Christopher James Lahey2000-08-031-2/+10
* From mail:Christopher James Lahey2000-06-301-4/+0
* Removed the freeze/thaw stuff for the model. As Chris wisely pointed out,Federico Mena Quintero2000-06-131-15/+11
* Added a right click signal.Christopher James Lahey2000-06-061-1/+1
* Fixed the multiple copies of rows in ETable bug.Christopher James Lahey2000-06-021-1/+1
* Made the sort when inserting a signal row be syncronous.Christopher James Lahey2000-06-021-5/+44
* Added right click menus to the table header items.Christopher James Lahey2000-05-241-2/+3
* 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