aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-find-toolbar.c
Commit message (Expand)AuthorAgeFilesLines
* ephy-find-toolbar: freaking tabsXan Lopez2013-03-161-1/+1
* ephy-find-toolbar: fix memory leakXan Lopez2013-03-161-0/+1
* ephy-find-toolbar: fix a warningClaudio Saavedra2012-12-131-0/+1
* ephy-find-toolbar: fix build in wk2Claudio Saavedra2012-12-131-0/+4
* ephy-find-toolbar: silly consistency fixClaudio Saavedra2012-12-131-1/+1
* New design for find barWilliam Jon McCann2012-12-131-250/+204
* Don't perform empty searches when toggling case matchesWilliam Jon McCann2012-12-091-0/+3
* ephy-find-toolbar: no need to cast return value hereXan Lopez2012-09-141-3/+3
* ephy-find-toolbar: add a close buttonXan Lopez2012-09-141-1/+15
* Port find to WebKit2Carlos Garcia Campos2012-06-271-9/+95
* Initial WebKit2 portCarlos Garcia Campos2012-06-211-1/+25
* ephy-find-toolbar: reorder includesXan Lopez2012-01-171-3/+3
* Use GtkOrientable interface instead of deprecated V/H widgetsClaudio Saavedra2011-06-091-1/+1
* Port to gtk+ master's GtkStyleContextDiego Escalante Urrelo2010-12-151-2/+2
* Update for latest GTK+ 3.x release.Xan Lopez2010-09-111-17/+17
* ephy-find-toolbar: highlight matches on find_againDiego Escalante Urrelo2010-05-191-1/+10
* ephy-find-toolbar: remove ephy_find_toolbar_find_againDiego Escalante Urrelo2010-05-191-12/+1
* ephy-find-toolbar: rename EphyEmbedFindResult to EphyFindResultDiego Escalante Urrelo2010-05-191-18/+18
* ephy-find-toolbar: simplify find next/prev functionsDiego Escalante Urrelo2010-05-191-35/+31
* ephy-find-toolbar: remove useless ephy_find_toolbar_set_selectionDiego Escalante Urrelo2010-05-191-10/+2
* Implemented print previewJose Millan Soto2010-02-091-4/+0
* Make text search faster by delaying the actual searchGustavo Noronha Silva2010-01-161-4/+31
* GTK+ 2.17.11 is now the required versionJavier Jardón2009-09-221-8/+9
* Reimplement "search keys" structure for the WebKit backendGustavo Noronha Silva2009-08-281-9/+4
* Update the currently selected item after a case sensitivity changeBenjamin Otte2009-08-151-0/+18
* ephy_find_toolbar_set_properties() => ephy_find_toolbar_mark_matches()Benjamin Otte2009-08-151-3/+3
* Don't pass the string to find to all functionsBenjamin Otte2009-08-151-31/+12
* Remove function set_string_and_highlight()Benjamin Otte2009-08-151-11/+4
* ephy-find-toolbar: fix backwards search, forward search was hardcoded.Xan Lopez2009-04-171-2/+2
* ephy-find-toolbar: remove unused variable.Xan Lopez2009-01-281-2/+0
* ephy-find-toolbar: do not search for the empty string or NULL.Xan Lopez2009-01-281-0/+3
* ephy-find-toolbar: make indentation homogenenous.Xan Lopez2009-01-231-37/+36
* Implement scrolling in EphyFindToolbar.Xan Lopez2009-01-231-27/+23
* Remove libgnome and libgnomeui dependency, using EggSMClient instead of Gnome...Christian Persch2008-09-251-0/+2
* ephy-embed-utils: add macro to get webkitwebview from embed.Xan Lopez2008-06-301-2/+1
* ephy-find-toolbar: remove trailing whitespace.Xan Lopez2008-06-281-17/+17
* ephy-find-toolbar: remove obsolete comment.Xan Lopez2008-06-281-1/+0
* ephy-find-toolbar: copy over embed scroll functionality.Xan Lopez2008-06-281-11/+46
* ephy-find-toolbar: remove $Id$ from license comment.Xan Lopez2008-06-281-1/+0
* ephy-find-toolbar: rename impl_* functions to ephy_find_toolbar_*Xan Lopez2008-06-281-19/+19
* ephy-find-toolbar: M-x tabifyXan Lopez2008-06-281-28/+28
* ephy-find-toolbar: add FIXME about ge-search-key-press never being emitted.Xan Lopez2008-06-281-0/+1
* ephy-find-toolbar: remove _EMBED_ from find results enum.Xan Lopez2008-06-281-9/+9
* embed: remove ephy-embed-find and the webkit implementation.Xan Lopez2008-06-281-1/+0
* ephy-find-toolbar: port to use webkit API directly.Xan Lopez2008-06-281-45/+128
* Do not do single includes for GTK+, bug #536090Diego Escalante Urrelo2008-06-041-11/+0
* 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