aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-find-toolbar.c
Commit message (Expand)AuthorAgeFilesLines
* Use G_DEFINE_TYPE* when possible in src/ (#515601)Xan Lopez2008-02-111-34/+4
* Add GTK_DISABLE_DEPRECATED back in DEPRECATION_FLAGS. Move the lastCyril Brulebois2007-11-111-6/+4
* Add a checkbox to enable case-sensitive search (disabled by default). No longerCyril Brulebois2007-11-101-8/+84
* Use g_idle to call embed_find_find_again, to give the time to the embed toCosimo Cecchi2007-09-281-10/+64
* Find toolbar now remembers last pattern searched also when opened withCosimo Cecchi2007-09-121-9/+1
* Make 'Not found' on find toolbar temporairly bold and firesCosimo Cecchi2007-09-091-1/+36
* Make Shift+Return find previous when searching. Patch by Robin Stocker.Diego Escalante Urrelo2007-05-051-0/+8
* Correct FSF address. Bug #409075, patch by John Millikin.RELEASE_2_18_0GNOME_2_18_BRANCHPOINTChristian Persch2007-03-121-1/+1
* Don't use C++-style comments in C files. No code changes, only commentsChristian Persch2007-03-061-1/+1
* Another mozilla API change.Christian Persch2006-12-021-8/+14
* Use UTF-8 copyright symbolChristian Persch2006-09-131-2/+2
* Remove some unnecessary static data.Christian Persch2006-09-071-1/+1
* Display the find bar for "Find Next" and "Find Previous" if it wasn'tWouter Bolsterlee2006-05-111-3/+10
* Remove HAVE_TYPEAHEADFIND ifdefs, since we now always have that. Fixes theChristian Persch2006-05-111-10/+0
* Don't set find next/prev insensitive since that's redundant with theChristian Persch2006-04-111-32/+2
* Release the finder on dispose not finalize.Christian Persch2006-01-301-3/+4
* Change toolbar label if searching for links or text.Peter Anthony Harvey2006-01-101-6/+6
* Fix warning when Ctrl-F while the find toolbar is already shown. FixChristian Persch2006-01-041-15/+4
* Minor code cleanup.Christian Persch2005-12-081-2/+4
* Forward up/down/page up/page down from the findbar entry to the embed.Crispin Flowerday2005-12-071-3/+28
* Fix a compile warning, and don't bother requesting a close if the find barCrispin Flowerday2005-12-061-1/+6
* While in find mode, set the selection colour to "attention".Christian Persch2005-12-051-156/+18
* More static strings.Christian Persch2005-11-081-1/+1
* More detailed result code from find backend.Christian Persch2005-11-031-13/+77
* Reset the IM context before activating the entry.Christian Persch2005-10-011-1/+2
* Don't empty find entry on Ctrl-F.Christian Persch2005-08-211-1/+1
* Only activate link in typeahead mode, not in Ctrl-F find mode.Christian Persch2005-08-161-2/+19
* Return TRUE if the event was consumed.Christian Persch2005-08-161-0/+4
* Activate the found link with a faked keypress event.Christian Persch2005-08-161-10/+28
* When opening the find bar with Ctrl+F, search for the item, and select theCrispin Flowerday2005-08-101-0/+10
* Replace ephy_embed_activate with gtk_widget_grab_focusCrispin Flowerday2005-07-301-3/+3
* If the string includes uppercase letters, search case-sensitively.Christian Persch2005-07-101-3/+11
* Don't focus the embed on close on !typeaheadfind, since it's a crash.Christian Persch2005-07-091-1/+6
* Close find bar on mouse click in the embed.Christian Persch2005-06-051-0/+18
* Don't open search toolbar on / or ' over formfields:Christian Persch2005-06-031-27/+15
* Don't erase the search term when opening the find bar with Ctrl-F.Christian Persch2005-05-301-4/+8
* Don't special-case ' and / if the find bar is already active.Christian Persch2005-05-301-10/+13
* Deactivate typeaheadfind in print preview mode.Christian Persch2005-05-301-6/+75
* Only enable typeahead if we actually can do typeaheadfind.Christian Persch2005-05-291-0/+8
* Disable mozilla's typeaheadfind.Christian Persch2005-05-291-38/+182
* Check for toolkit nsITypeAheadFind.Christian Persch2005-05-291-50/+115
* A src/ephy-find-toolbar.c: A src/ephy-find-toolbar.h:Christian Persch2005-05-261-0/+386