aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-table-search.c
Commit message (Expand)AuthorAgeFilesLines
* Coding style and whitespace cleanup.Matthew Barnes2011-03-061-1/+2
* Bug #614480 - Avoid using G_TYPE_INSTANCE_GET_PRIVATE repeatedlyMilan Crha2011-02-251-6/+2
* libetable cleanups.Matthew Barnes2011-01-171-16/+21
* Coding style and whitespace cleanups.Matthew Barnes2010-09-121-7/+7
* Coding style and whitespace cleanups.Matthew Barnes2010-06-071-4/+5
* Prefer GLib basic types over C types.Matthew Barnes2009-05-291-5/+5
* Remove trailing whitespace, again.Matthew Barnes2009-05-291-1/+1
* ** BUGFIX: 573830 - g_timeout_add_seconds should be preferred to g_timeout_addMarcel Stimberg2009-05-041-1/+1
* Bug 577929 – Consolidate marshallersMatthew Barnes2009-04-231-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-6/+6
* Update FSF address in header comments (#469886). Patch from TobiasMatthew Barnes2007-09-021-2/+2
* Remove E_MAKE_TYPE macro.Hiroyuki Ikezoe2007-07-281-9/+5
* 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-1/+1
* 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/+4
* use GObject api for ETableHeader use GObject api on ETableHeaderMike Kestner2002-11-051-55/+28
* merging the gal-2 branch back to the trunk.Mike Kestner2002-11-011-3/+3
* call drop_timeoutMike Kestner2002-10-041-2/+1
* Include string.h here.Christopher James Lahey2002-05-111-0/+2
* Free the priv->search_string and priv itself. More memory leak fixage.Jeffrey Stedfast2002-04-201-0/+7
* Made this return a boolean that returns whether the ETableSearch used theChristopher James Lahey2002-03-151-4/+5
* Added this function.Christopher James Lahey2002-03-141-0/+19
* Replaced e_marshal_BOOL__STRING with this since the function it was usedChristopher James Lahey2002-03-131-16/+19
* Added e-table-search.lo.Christopher James Lahey2002-03-121-0/+219