aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-table-sort-info.c
Commit message (Expand)AuthorAgeFilesLines
* Consolidate base utility libraries into libeutil.Matthew Barnes2012-12-131-483/+0
* Coding style and whitespace cleanup.Matthew Barnes2012-11-111-20/+20
* Coding style and whitespace cleanup.Matthew Barnes2012-08-201-6/+6
* Reduce usage of g_type_class_peek_parent().Matthew Barnes2012-06-251-2/+0
* Move EAlert* and e-xml-utils references from other part of the code to libevo...Srinivasa Ragavan2012-03-031-1/+1
* Coding style and whitespace cleanup.Matthew Barnes2011-09-041-16/+26
* Bug #646109 - Fix use of include <config.h> to make sure translations workMilan Crha2011-05-271-0/+2
* libetable cleanups.Matthew Barnes2011-01-171-6/+6
* Coding style and whitespace cleanups.Matthew Barnes2010-09-121-30/+30
* Fix excessive whitespace.Matthew Barnes2009-07-131-2/+0
* Prefer GLib basic types over C types.Matthew Barnes2009-05-291-31/+31
* 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
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-151-10/+10
* Update FSF address in header comments (#469886). Patch from TobiasMatthew Barnes2007-09-021-2/+2
* Remove E_MAKE_TYPE macro.Hiroyuki Ikezoe2007-07-281-4/+1
* Fix compilation warnings in widgets folder (#441014).Matthew Barnes2007-06-031-19/+19
* Massive code cleanup (bug #429422)Matthew Barnes2007-04-201-2/+2
* Tons of cleanups of the following sort: - remove unused vars - removeKjartan Maraas2006-01-301-3/+0
* Retired GAL from Head. The relevant files have moved inside evolution.Kaushal Kumar2005-06-171-2/+2
* Port to Windows, initial commit:Tor Lillqvist2005-04-291-2/+3
* move scnt and gcnt initialization outside the for loop [43156].Mike Kestner2003-09-121-2/+2
* properly parse nodes that include whitespace. bug #39896Mike Kestner2003-03-251-13/+16
* GObjectify GObjectify GObjectify use GObject api for models use GObjectMike Kestner2002-11-061-40/+27
* merging the gal-2 branch back to the trunk.Mike Kestner2002-11-011-1/+4
* 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-6/+19
* *.c s/->childs/->xmlChildrenNode/g;Michael Meeks2001-10-051-3/+3
* add E_OBJECT_CLASS_ADD_SIGNALS and E_OBJECT_CLASS_TYPE to ease migrationMichael Meeks2001-10-051-3/+3
* If the sort_info can't group, hide the grouping button and label.Christopher James Lahey2001-08-111-2/+23
* Call the super-class destroy function when done.Not Zed2001-08-081-0/+2
* Fixed headers.Christopher James Lahey2001-04-041-1/+4
* Make `ETableSortInfo' non-floating and use _unref, not _destroy, toEttore Perazzoli2001-03-221-0/+2
* Added a "changed" signal.Christopher James Lahey2001-02-061-0/+17
* Keep track of the valid column names (not used right now).Miguel de Icaza2001-01-191-0/+3
* *** empty log message ***Miguel de Icaza2001-01-121-5/+118
* Destroy text and pixbuf if they exist whether or not is_pixbuf is set.Christopher James Lahey2000-12-231-17/+34
* Fixed these to use the new ascending attribute as a boolean instead of anChristopher James Lahey2000-10-141-4/+4
* Changed these to match the new ETable system.Christopher James Lahey2000-10-111-0/+59
* 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
* Add an e_table_group_add_all function and implement it in the differentChristopher James Lahey2000-05-051-6/+18
* Got rid of some warnings.Christopher James Lahey2000-04-061-37/+161
* More workMiguel de Icaza2000-03-311-26/+4
* Fix indentationMiguel de Icaza2000-03-301-2/+2
* Added support for the sorting info. The Etable creates a sort_info object,Christopher James Lahey2000-03-061-0/+124