| Commit message (Expand) | Author | Age | Files | Lines |
| * | allow new lable with mnemonic (e_search_bar_construct): alter lable name. | Charles Zhang | 2003-11-17 | 1 | -3/+3 |
| * | (set_menu): Translate the text. [#45112] | Ettore Perazzoli | 2003-06-23 | 1 | -1/+1 |
| * | take ownership of the duplicate string. | Larry Ewing | 2003-06-12 | 1 | -1/+1 |
| * | [#42628] Call emit_search_activated() instead of emit_query_changed(). | Ettore Perazzoli | 2003-05-14 | 1 | -1/+1 |
| * | trash e_utf8_gtk function (e_search_bar_get_text): ditto | JP Rosevear | 2003-05-08 | 1 | -2/+2 |
| * | (remove_bonobo_menus): Only do the actual remove | Ettore Perazzoli | 2003-04-16 | 1 | -0/+3 |
| * | kill an old e_utf8_gtk usage | Mike Kestner | 2003-04-09 | 1 | -7/+1 |
| * | set the sub item to the default as well | JP Rosevear | 2003-03-29 | 1 | -0/+13 |
| * | Same as below. | Jeffrey Stedfast | 2003-02-25 | 1 | -22/+25 |
| * | dispose can be run multiple times too ... bloody gobject crap. | Not Zed | 2002-12-03 | 1 | -2/+6 |
| * | Add include of gnome-dialog.h | Not Zed | 2002-12-02 | 1 | -3/+3 |
| * | ignore the generated marshal source. | Chris Toshok | 2002-11-07 | 1 | -118/+140 |
| * | First big sync of my GNOME 2 porting work (incomplete, and still | Ettore Perazzoli | 2002-11-02 | 1 | -8/+6 |
| * | Emit a search_activated signal. (e_search_bar_set_item_id): Revert to | Jeffrey Stedfast | 2002-10-29 | 1 | -3/+4 |
| * | If the clear button was pressed, we want the entry to be sensitive (not | Jeffrey Stedfast | 2002-10-24 | 1 | -15/+9 |
| * | (activate_by_subitems): gtk_widget_grab_focus() | Ettore Perazzoli | 2002-10-24 | 1 | -0/+3 |
| * | Clear search by setting text to "" and search to first search. | Not Zed | 2002-09-24 | 1 | -1/+1 |
| * | need to make the find now button sensitive when you select something from | Chris Toshok | 2002-08-30 | 1 | -0/+2 |
| * | Don't set the item id; clear search isn't in the menu anymore. Fixes | Peter Williams | 2002-08-24 | 1 | -1/+0 |
| * | Add missing cast. (e_calendar_item_signal_emission_idle_cb): Likewise. | Ettore Perazzoli | 2002-07-24 | 1 | -1/+0 |
| * | Also perform a search on the query_changed signal, which is what gets | Peter Williams | 2002-07-24 | 1 | -1/+2 |
| * | (setup_standard_verbs): Set the <commands> part | Ettore Perazzoli | 2002-07-18 | 1 | -5/+24 |
| * | (update_sensitivity): Removed. | Ettore Perazzoli | 2002-07-03 | 1 | -43/+47 |
| * | (subitem_activated_cb): Don't emit | Ettore Perazzoli | 2002-07-02 | 1 | -3/+0 |
| * | (activate_by_subitems): Don't set the entry to be | Ettore Perazzoli | 2002-07-02 | 1 | -2/+0 |
| * | Put the stuff in /menu/Searchplaceholder/Search instead of /menu/Search. | Ettore Perazzoli | 2002-05-23 | 1 | -3/+11 |
| * | Strip underscores from the menu item labels. | Ettore Perazzoli | 2002-05-21 | 1 | -5/+37 |
| * | Oops. The previous change made the search bar widgets get packed in the | Dan Winship | 2002-04-10 | 1 | -3/+3 |
| * | Construct the buttons earlier so that the option-menu-setup code that | Dan Winship | 2002-04-07 | 1 | -5/+5 |
| * | Add accelerators for "Find Now" and "Clear". | Ettore Perazzoli | 2002-03-21 | 1 | -2/+2 |
| * | Remove all the SearchBar items before setting them up again. | Ettore Perazzoli | 2002-03-21 | 1 | -25/+67 |
| * | No accelerator for "FindNow". (add_button): Add a one-pixel padding to the | Ettore Perazzoli | 2002-03-19 | 1 | -2/+2 |
| * | Rename the "Search Now" menu entry to "Find Now". Rename the corresponding | Ettore Perazzoli | 2002-03-19 | 1 | -4/+4 |
| * | New halper function to update the sensitivity of the commands. | Ettore Perazzoli | 2002-03-19 | 1 | -0/+37 |
| * | Init clear_button to NULL. (add_button): New helper function to add a | Ettore Perazzoli | 2002-03-19 | 1 | -15/+39 |
| * | New, implementation for a new "SearchNow" verb. (setup_standard_verbs): | Ettore Perazzoli | 2002-03-19 | 1 | -0/+14 |
| * | [Search bar re-design implementation, Take 2.] | Ettore Perazzoli | 2002-03-19 | 1 | -15/+54 |
| * | [Start implementing the new Search Bar design.] | Ettore Perazzoli | 2002-03-16 | 1 | -72/+104 |
| * | preserve behavior - hook search_activated signal to the same function as | Chris Toshok | 2002-02-25 | 1 | -18/+34 |
| * | Fixing the license text. | Ettore Perazzoli | 2001-10-28 | 1 | -1/+0 |
| * | Update the licensing information to require version 2 of the GPL | Ettore Perazzoli | 2001-10-27 | 1 | -2/+2 |
| * | copy the translate field over as well. Should fix an uninitialized memory | Damon Chaplin | 2001-10-24 | 1 | -0/+1 |
| * | Don't unref the old dropdown, we don't "own" it. | Jeffrey Stedfast | 2001-09-14 | 1 | -3/+0 |
| * | unref the old dropdown_menu if there is one. | Larry Ewing | 2001-09-13 | 1 | -0/+3 |
| * | added a wee bit of padding around the find now label in response to bug | Anna Marie Dirks | 2001-09-06 | 1 | -0/+1 |
| * | New prototype here. | Ettore Perazzoli | 2001-08-29 | 1 | -0/+33 |
| * | Set the horizontal usize of the entry to 4. | Ettore Perazzoli | 2001-08-17 | 1 | -0/+1 |
| * | Boost scoring on an exact nickname match. Manually addressify match. | Jon Trowbridge | 2001-08-16 | 1 | -41/+41 |
| * | Correctness fixes for when the entry and submenu must be interchanged. | Federico Mena Quintero | 2001-08-15 | 1 | -24/+45 |
| * | *Please* add accessor functions instead of just object arguments! | Federico Mena Quintero | 2001-08-15 | 1 | -41/+157 |
| * | Add "Any Category" option for category searches. | Jon Trowbridge | 2001-08-14 | 1 | -1/+1 |
| * | Oops, we didn't need to unref all of the widgets, just a few. | Jeffrey Stedfast | 2001-08-11 | 1 | -11/+3 |
| * | Removed comment about the need to resolve nicknames properly, because we | Jon Trowbridge | 2001-08-11 | 1 | -25/+240 |
| * | Don't forget to unref stuff here too. | Jeffrey Stedfast | 2001-08-10 | 1 | -88/+97 |
| * | Re-labeled the "Activate" button "Find Now". | Anna Marie Dirks | 2001-08-09 | 1 | -1/+1 |
| * | [Added an "Activate" button to the search bar.] | Ettore Perazzoli | 2001-08-05 | 1 | -17/+50 |
| * | *** empty log message *** | Jacob Berkman | 2001-07-16 | 1 | -1/+0 |
| * | my computer crashed while commiting this first time. | Gediminas Paulauskas | 2001-05-12 | 1 | -2/+2 |
| * | Fix for #2253 (search names not translated), mail-search i18n fixes. | Gediminas Paulauskas | 2001-05-08 | 1 | -4/+18 |
| * | New function, because it is ridiculous to have to hunt down object | Federico Mena Quintero | 2001-04-16 | 1 | -2/+36 |
| * | i18n fixes, added missing includes. | Gediminas Paulauskas | 2001-04-11 | 1 | -4/+5 |
| * | More header fixes. Same. Same. Same here. More header fixes. Same here. | Kjartan Maraas | 2001-04-05 | 1 | -0/+4 |
| * | Replace #include <gtk/gtk.h> Remove #include <gnome.h> Replace #include | Kjartan Maraas | 2001-03-30 | 1 | -1/+4 |
| * | New type of search bar that interacts with filter contexts to save filters | Not Zed | 2001-03-01 | 1 | -28/+82 |
| * | Move the event box into the esb->dropdown_holder. Changed so it can be | Not Zed | 2001-02-24 | 1 | -16/+51 |
| * | Update copyright and add myself as the author. | Ettore Perazzoli | 2001-01-28 | 1 | -2/+6 |
| * | Make the ESearchBar pretty by using the same border for the dropdown | Ettore Perazzoli | 2001-01-28 | 1 | -3/+24 |
| * | Make the ESearchBar use the new EDropdownButton widget. | Ettore Perazzoli | 2001-01-27 | 1 | -144/+180 |
| * | Fixed some warnings. | Christopher James Lahey | 2000-12-12 | 1 | -1/+2 |
| * | Made the underline show up properly in the main menu bar. | Christopher James Lahey | 2000-11-11 | 1 | -3/+23 |
| * | Switched from using gtk_menu_item_new_with_label for the menu header to | Christopher James Lahey | 2000-11-10 | 1 | -1/+1 |
| * | Fixed two spacing problems: first, changed the spacing around the end of | Anna Marie Dirks | 2000-11-10 | 1 | -2/+4 |
| * | Added e-search-bar.c and e-search-bar.h. | Christopher James Lahey | 2000-11-07 | 1 | -0/+296 |