aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-table-sorted-variable.c
Commit message (Expand)AuthorAgeFilesLines
* Consolidate base utility libraries into libeutil.Matthew Barnes2012-12-131-237/+0
* Coding style and whitespace cleanup.Matthew Barnes2012-11-111-2/+3
* Coding style and whitespace cleanup.Matthew Barnes2011-09-041-8/+12
* Bug #646109 - Fix use of include <config.h> to make sure translations workMilan Crha2011-05-271-0/+2
* libetable cleanups.Matthew Barnes2011-01-171-5/+5
* Coding style and whitespace cleanups.Matthew Barnes2010-09-121-33/+33
* More whitespace cleanup.Matthew Barnes2009-07-191-2/+2
* Fix excessive whitespace.Matthew Barnes2009-07-131-1/+0
* More code cleanup.Matthew Barnes2009-06-021-3/+3
* Whitespace cleanup.Matthew Barnes2009-05-291-1/+1
* Prefer GLib basic types over C types.Matthew Barnes2009-05-291-4/+4
* Remove trailing whitespace, again.Matthew Barnes2009-05-291-1/+1
* Change License from GPL to LGPL. 2nd batch.Sankarasivasubramanian Pasupathilingam2008-09-031-16/+15
* updated novell copyright notices (left others alone)Jeffrey Stedfast2008-06-211-1/+1
* Update FSF address in header comments (#469886). Patch from TobiasMatthew Barnes2007-09-021-2/+2
* Remove E_MAKE_TYPE macro.Hiroyuki Ikezoe2007-07-281-7/+6
* Retired GAL from Head. The relevant files have moved inside evolution.Kaushal Kumar2005-06-171-1/+1
* Port to Windows, initial commit:Tor Lillqvist2005-04-291-0/+3
* added e_table_model_pre_change because we call e_table_model_row_insertedRadek Doulik2004-07-131-0/+2
* GObjectify GObjectifyMike Kestner2002-11-061-21/+18
* merging the gal-2 branch back to the trunk.Mike Kestner2002-11-011-3/+10
* Ansification patch from danw.Christopher James Lahey2002-04-261-1/+1
* Changed the license announcement at the top of these files.Christopher James Lahey2001-10-271-5/+19
* 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