aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/e-search-bar.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* copy the translate field over as well. Should fix an uninitialized memoryDamon Chaplin2001-10-241-0/+1
* Don't unref the old dropdown, we don't "own" it.Jeffrey Stedfast2001-09-141-3/+0
* unref the old dropdown_menu if there is one.Larry Ewing2001-09-131-0/+3
* added a wee bit of padding around the find now label in response to bugAnna Marie Dirks2001-09-061-0/+1
* New prototype here.Ettore Perazzoli2001-08-291-0/+33
* Set the horizontal usize of the entry to 4.Ettore Perazzoli2001-08-171-0/+1
* Boost scoring on an exact nickname match. Manually addressify match.Jon Trowbridge2001-08-161-41/+41
* Correctness fixes for when the entry and submenu must be interchanged.Federico Mena Quintero2001-08-151-24/+45
* *Please* add accessor functions instead of just object arguments!Federico Mena Quintero2001-08-151-41/+157
* Add "Any Category" option for category searches.Jon Trowbridge2001-08-141-1/+1
* Oops, we didn't need to unref all of the widgets, just a few.Jeffrey Stedfast2001-08-111-11/+3
* Removed comment about the need to resolve nicknames properly, because weJon Trowbridge2001-08-111-25/+240
* Don't forget to unref stuff here too.Jeffrey Stedfast2001-08-101-88/+97
* Re-labeled the "Activate" button "Find Now".Anna Marie Dirks2001-08-091-1/+1
* [Added an "Activate" button to the search bar.]Ettore Perazzoli2001-08-051-17/+50
* *** empty log message ***Jacob Berkman2001-07-161-1/+0
* my computer crashed while commiting this first time.Gediminas Paulauskas2001-05-121-2/+2
* Fix for #2253 (search names not translated), mail-search i18n fixes.Gediminas Paulauskas2001-05-081-4/+18
* New function, because it is ridiculous to have to hunt down objectFederico Mena Quintero2001-04-161-2/+36
* i18n fixes, added missing includes.Gediminas Paulauskas2001-04-111-4/+5
* More header fixes. Same. Same. Same here. More header fixes. Same here.Kjartan Maraas2001-04-051-0/+4
* Replace #include <gtk/gtk.h> Remove #include <gnome.h> Replace #includeKjartan Maraas2001-03-301-1/+4
* New type of search bar that interacts with filter contexts to save filtersNot Zed2001-03-011-28/+82
* Move the event box into the esb->dropdown_holder. Changed so it can beNot Zed2001-02-241-16/+51
* Update copyright and add myself as the author.Ettore Perazzoli2001-01-281-2/+6
* Make the ESearchBar pretty by using the same border for the dropdownEttore Perazzoli2001-01-281-3/+24
* Make the ESearchBar use the new EDropdownButton widget.Ettore Perazzoli2001-01-271-144/+180
* Fixed some warnings.Christopher James Lahey2000-12-121-1/+2
* Made the underline show up properly in the main menu bar.Christopher James Lahey2000-11-111-3/+23
* Switched from using gtk_menu_item_new_with_label for the menu header toChristopher James Lahey2000-11-101-1/+1
* Fixed two spacing problems: first, changed the spacing around the end ofAnna Marie Dirks2000-11-101-2/+4
* Added e-search-bar.c and e-search-bar.h.Christopher James Lahey2000-11-071-0/+296