aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/e-filter-bar.c
Commit message (Expand)AuthorAgeFilesLines
* 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