aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/e-filter-bar.c
Commit message (Expand)AuthorAgeFilesLines
* Remove ESearchBar and EFilterBar.Matthew Barnes2009-06-091-910/+0
* More code cleanup.Matthew Barnes2009-06-021-1/+1
* Whitespace cleanup.Matthew Barnes2009-05-291-2/+2
* Prefer GLib basic types over C types.Matthew Barnes2009-05-271-45/+45
* Merge branch 'master' into kill-bonoboMatthew Barnes2009-05-271-7/+2
|\
| * Remove trailing whitespace, again.Matthew Barnes2009-05-271-1/+1
| * Fix compiler warnings in widgets.Matthew Barnes2009-05-261-1/+1
| * Filter/Search bar changes for Anjal.Srinivasa Ragavan2009-05-221-0/+16
* | Filter/Search bar changes for Anjal.Srinivasa Ragavan2009-05-241-3/+24
* | Merge branch 'master' into kill-bonoboMatthew Barnes2009-05-221-6/+2
|\|
| * Bug 580925 – Better search bar for word searchesMatthew Barnes2009-05-211-6/+0
| * Fix several types of pedantic compiler warnings.Matthew Barnes2009-05-171-1/+1
* | Fix several types of pedantic compiler warnings.Matthew Barnes2009-05-211-1/+1
* | Merge branch 'master' into kill-bonoboMatthew Barnes2009-04-251-2/+2
|\|
| * ** Remove a bunch of juvenile comments. Source code should lookMatthew Barnes2009-04-121-2/+0
| * ** Fix for bug #404232Milan Crha2009-02-121-1/+2
| * Change License from GPL to LGPL. 2nd batch.Sankarasivasubramanian Pasupathilingam2008-09-031-18/+14
* | Fix compilation error.Matthew Barnes2009-02-211-1/+0
* | Merge revisions 37200:3266 from trunk.Matthew Barnes2009-02-151-1/+2
* | Merge revisions 36016:36303 from trunk.Matthew Barnes2008-09-111-18/+14
* | Progress update:Matthew Barnes2008-09-071-392/+260
|/
* updated novell copyright notices (left others alone)Jeffrey Stedfast2008-06-211-1/+1
* ** Fixes bug #534360Matthew Barnes2008-05-231-20/+23
* ** Fix for bug #528288Milan Crha2008-04-301-3/+8
* Fix for 467581 : wrap a/c searches in a camel-op for better cancellation.Johnny Jacob2008-01-251-0/+2
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-151-114/+114
* Update FSF address in header comments (#469886). Patch from TobiasMatthew Barnes2007-09-021-2/+2
* ** Fix for bug #263207Srinivasa Ragavan2007-06-181-6/+24
* Added construct function.Chenthill Palanisamy2007-06-041-3/+16
* Fix compilation warnings in widgets folder (#441014).Matthew Barnes2007-06-031-26/+27
* Massive code cleanup (bug #429422)Matthew Barnes2007-04-201-2/+2
* Fix build breakage due to poorly placed preprocessor condition.Matthew Barnes2007-03-271-1/+1
* Don't mix declarations and code (#405495).Matthew Barnes2007-03-271-1/+2
* ** Fixes bug #419524Matthew Barnes2007-03-211-1/+1
* Fixes bug #368983Srinivasa Ragavan2007-02-121-1/+11
* Initialize ESearchBarItem type to ESB_ITEMTYPE_RADIO. Fixes #382860.Harish Krishnaswamy2007-01-081-2/+2
* Fixes bug #357970Matthew Barnes2006-12-041-2/+2
* Fix read of uninitialized ESearchBarItems. Partially fixes #381642.Harish Krishnaswamy2006-12-041-2/+2
* type should be initialized to 0, not NULL.Harish Krishnaswamy2006-11-211-1/+1
* ** Fix for bug #360237 & bug #359236Srinivasa Ragavan2006-10-111-2/+6
* Fixes a lot of search issues.Srinivasa Ragavan2006-09-291-28/+96
* fixes a lot of search issues.Srinivasa Ragavan2006-08-211-11/+15
* Enhanced search functionality. patch submitted by Johnny Jacob ReviewedHarish Krishnaswamy2006-06-301-87/+71
* Tons of cleanups of the following sort: - remove unused vars - removeKjartan Maraas2006-01-301-5/+4
* ** See Bug #246233 : Changed "Search Editor" to "Searches"Veerapuram Varadhan2005-12-201-1/+1
* Added a visual cue to search bar to indicate search filter active.Srinivasa Ragavan2005-12-151-1/+26
* revert dobey's last patch here, it completely broke customisation of theNot Zed2005-08-151-11/+11
* Add profiler so that it gets disted properlyRodney Dawes2005-05-141-11/+11
* Set the border widths on the dialog's vbox and action area to beRodney Dawes2004-04-151-2/+11
* start the rule editor with the right label.Not Zed2004-03-311-1/+1
* Fix for bug #55267.Jeffrey Stedfast2004-03-121-2/+0
* Use efb->setquery properly (set to TRUE before calling set_item_id andJeffrey Stedfast2004-03-121-8/+21
* Emit the "search-activated" signal. Fixes bug #55054.Jeffrey Stedfast2004-03-031-0/+4
* Only save the search-bar state OR the filter-bar state - decided based onJeffrey Stedfast2004-01-311-51/+29
* Same.Jeffrey Stedfast2004-01-291-2/+2
* Added a new property "state" which is READ-WRITE so that we canJeffrey Stedfast2004-01-291-18/+191
* Change the border width and padding to comply with the HIG. Fixes bugJeffrey Stedfast2003-04-121-1/+1
* Change the border width and padding to comply with the HIG. Fixes bugJeffrey Stedfast2003-04-121-1/+3
* Updated to use GtkDialog instead of GnomeDialog. Also fixed bug #39550Jeffrey Stedfast2003-03-201-89/+90
* Use GtkArrow instead of pixmaps Use GtkArrow instead of pixmapsRodney Dawes2003-03-121-1/+0
* Same as below.Jeffrey Stedfast2003-02-251-1/+4
* Add include of gnome-dialog.hNot Zed2002-12-021-4/+4
* Changed to use g_object_*() and g_signal_*()Ettore Perazzoli2002-11-151-47/+61
* include gnome-dialogJP Rosevear2002-11-081-0/+1
* First big sync of my GNOME 2 porting work (incomplete, and stillEttore Perazzoli2002-11-021-21/+19
* If the clear button was pressed, we want the entry to be sensitive (notJeffrey Stedfast2002-10-241-4/+4
* Clear search by setting text to "" and search to first search.Not Zed2002-09-241-11/+4
* Fix some non-ANSI switch statements.Dan Winship2002-09-231-2/+3
* If the item is ADVANCED_ID, check the query and efb->setquery to seePeter Williams2002-08-301-1/+8
* Set the query text into the filter name when saving it, for #10979.Not Zed2002-08-061-2/+8
* Also perform a search on the query_changed signal, which is what getsPeter Williams2002-07-241-37/+48
* (build_items): Put the numbers in front of theEttore Perazzoli2002-06-191-1/+1
* New helper function. (build_items): g_strdup() the text for all the items.Ettore Perazzoli2002-05-311-13/+59
* Prepend the advanced menu with a separator.Ettore Perazzoli2002-05-211-2/+2
* [Search bar re-design implementation, Take 2.]Ettore Perazzoli2002-03-191-7/+0
* [Start implementing the new Search Bar design.]Ettore Perazzoli2002-03-161-6/+7
* preserve behavior - hook search_activated signal to the same function asChris Toshok2002-02-251-0/+1
* merge from headNot Zed2001-12-141-0/+1
* Snotty code so we only disconnect to rules we no longer have, etc.12001-11-011-20/+45
* Ref and connect to rule changed here, also clear out previous ref's.Not Zed2001-11-011-27/+26
* Hook to rule changed events. (destroy): Free change id table/unconnect to02001-10-301-4/+49
* Set the item to the option_base on it, so the current item is set. Fix for02001-10-301-0/+2
* Fixing the license text.Ettore Perazzoli2001-10-281-1/+0
* Update the licensing information to require version 2 of the GPLEttore Perazzoli2001-10-271-2/+2
* Don't add the menu item here, do this in the context_changed signalJeffrey Stedfast2001-10-241-18/+90
* No longer need the context in order to clone a FilterRule.Jeffrey Stedfast2001-09-131-2/+2
* added a default size for the saved search dialog of 600 x 300 such that itAnna Marie Dirks2001-09-071-1/+1
* Boost scoring on an exact nickname match. Manually addressify match.Jon Trowbridge2001-08-161-4/+5
* Removed comment about the need to resolve nicknames properly, because weJon Trowbridge2001-08-111-1/+5
* Don't forget to unref stuff here too.Jeffrey Stedfast2001-08-101-5/+26
* When the dialog gets closed, always make sure the entry widget becomesJeffrey Stedfast2001-07-191-1/+2
* When the dialog gets closed, always make sure the entry widget becomesJeffrey Stedfast2001-07-191-188/+174
* *misc/e-filter-bar.c (option_changed): Specified a default size for theAnna Marie Dirks2001-07-031-3/+20
* Fix for #2253 (search names not translated), mail-search i18n fixes.Gediminas Paulauskas2001-05-081-9/+10
* Replace #include <gtk/gtk.h> Remove #include <gnome.h> Replace #includeKjartan Maraas2001-03-301-1/+4
* Validate the filter rule.Jeffrey Stedfast2001-03-231-1/+4
* If we click on the edit menu, then bring up a rule editor. If the userNot Zed2001-03-151-0/+26
* New type of search bar that interacts with filter contexts to save filtersNot Zed2001-03-011-0/+439