| Commit message (Expand) | Author | Age | Files | Lines |
* | Add GTK_DISABLE_DEPRECATED back in DEPRECATION_FLAGS. Move the last | Cyril Brulebois | 2007-11-11 | 1 | -6/+4 |
* | Add a checkbox to enable case-sensitive search (disabled by default). No longer | Cyril Brulebois | 2007-11-10 | 1 | -8/+84 |
* | Use g_idle to call embed_find_find_again, to give the time to the embed to | Cosimo Cecchi | 2007-09-28 | 1 | -10/+64 |
* | Find toolbar now remembers last pattern searched also when opened with | Cosimo Cecchi | 2007-09-12 | 1 | -9/+1 |
* | Make 'Not found' on find toolbar temporairly bold and fires | Cosimo Cecchi | 2007-09-09 | 1 | -1/+36 |
* | Make Shift+Return find previous when searching. Patch by Robin Stocker. | Diego Escalante Urrelo | 2007-05-05 | 1 | -0/+8 |
* | Correct FSF address. Bug #409075, patch by John Millikin.RELEASE_2_18_0GNOME_2_18_BRANCHPOINT | Christian Persch | 2007-03-12 | 1 | -1/+1 |
* | Don't use C++-style comments in C files. No code changes, only comments | Christian Persch | 2007-03-06 | 1 | -1/+1 |
* | Another mozilla API change. | Christian Persch | 2006-12-02 | 1 | -8/+14 |
* | Use UTF-8 copyright symbol | Christian Persch | 2006-09-13 | 1 | -2/+2 |
* | Remove some unnecessary static data. | Christian Persch | 2006-09-07 | 1 | -1/+1 |
* | Display the find bar for "Find Next" and "Find Previous" if it wasn't | Wouter Bolsterlee | 2006-05-11 | 1 | -3/+10 |
* | Remove HAVE_TYPEAHEADFIND ifdefs, since we now always have that. Fixes the | Christian Persch | 2006-05-11 | 1 | -10/+0 |
* | Don't set find next/prev insensitive since that's redundant with the | Christian Persch | 2006-04-11 | 1 | -32/+2 |
* | Release the finder on dispose not finalize. | Christian Persch | 2006-01-30 | 1 | -3/+4 |
* | Change toolbar label if searching for links or text. | Peter Anthony Harvey | 2006-01-10 | 1 | -6/+6 |
* | Fix warning when Ctrl-F while the find toolbar is already shown. Fix | Christian Persch | 2006-01-04 | 1 | -15/+4 |
* | Minor code cleanup. | Christian Persch | 2005-12-08 | 1 | -2/+4 |
* | Forward up/down/page up/page down from the findbar entry to the embed. | Crispin Flowerday | 2005-12-07 | 1 | -3/+28 |
* | Fix a compile warning, and don't bother requesting a close if the find bar | Crispin Flowerday | 2005-12-06 | 1 | -1/+6 |
* | While in find mode, set the selection colour to "attention". | Christian Persch | 2005-12-05 | 1 | -156/+18 |
* | More static strings. | Christian Persch | 2005-11-08 | 1 | -1/+1 |
* | More detailed result code from find backend. | Christian Persch | 2005-11-03 | 1 | -13/+77 |
* | Reset the IM context before activating the entry. | Christian Persch | 2005-10-01 | 1 | -1/+2 |
* | Don't empty find entry on Ctrl-F. | Christian Persch | 2005-08-21 | 1 | -1/+1 |
* | Only activate link in typeahead mode, not in Ctrl-F find mode. | Christian Persch | 2005-08-16 | 1 | -2/+19 |
* | Return TRUE if the event was consumed. | Christian Persch | 2005-08-16 | 1 | -0/+4 |
* | Activate the found link with a faked keypress event. | Christian Persch | 2005-08-16 | 1 | -10/+28 |
* | When opening the find bar with Ctrl+F, search for the item, and select the | Crispin Flowerday | 2005-08-10 | 1 | -0/+10 |
* | Replace ephy_embed_activate with gtk_widget_grab_focus | Crispin Flowerday | 2005-07-30 | 1 | -3/+3 |
* | If the string includes uppercase letters, search case-sensitively. | Christian Persch | 2005-07-10 | 1 | -3/+11 |
* | Don't focus the embed on close on !typeaheadfind, since it's a crash. | Christian Persch | 2005-07-09 | 1 | -1/+6 |
* | Close find bar on mouse click in the embed. | Christian Persch | 2005-06-05 | 1 | -0/+18 |
* | Don't open search toolbar on / or ' over formfields: | Christian Persch | 2005-06-03 | 1 | -27/+15 |
* | Don't erase the search term when opening the find bar with Ctrl-F. | Christian Persch | 2005-05-30 | 1 | -4/+8 |
* | Don't special-case ' and / if the find bar is already active. | Christian Persch | 2005-05-30 | 1 | -10/+13 |
* | Deactivate typeaheadfind in print preview mode. | Christian Persch | 2005-05-30 | 1 | -6/+75 |
* | Only enable typeahead if we actually can do typeaheadfind. | Christian Persch | 2005-05-29 | 1 | -0/+8 |
* | Disable mozilla's typeaheadfind. | Christian Persch | 2005-05-29 | 1 | -38/+182 |
* | Check for toolkit nsITypeAheadFind. | Christian Persch | 2005-05-29 | 1 | -50/+115 |
* | A src/ephy-find-toolbar.c: A src/ephy-find-toolbar.h: | Christian Persch | 2005-05-26 | 1 | -0/+386 |