summaryrefslogtreecommitdiff
path: root/src/ephy-find-toolbar.c
Commit message (Expand)AuthorAgeFilesLines
* Create a find toolbar to each tabYosef Or Boczko2013-12-091-714/+0
* Remove all WebKit1 codeCarlos Garcia Campos2013-12-081-214/+2
* ephy-find-toolbar: Work again / and ' to activate the find barYosef Or Boczko2013-10-011-1/+1
* ephy-find-toolbar: Set view-wrapped icon according to locale's text directionYosef Or Boczko2013-09-031-1/+3
* ephy-find-toolbar: Remove cast macros from places where it's not neededYosef Or Boczko2013-09-021-4/+4
* ephy-find-toolbar: Port to GtkSearchBarYosef Or Boczko2013-09-021-95/+31
* 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-121-0/+1
* ephy-find-toolbar: fix build in wk2Claudio Saavedra2012-12-121-0/+4
* ephy-find-toolbar: silly consistency fixClaudio Saavedra2012-12-121-1/+1
* New design for find barWilliam Jon McCann2012-12-121-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-131-3/+3
* ephy-find-toolbar: add a close buttonXan Lopez2012-09-131-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-181-1/+10
* ephy-find-toolbar: remove ephy_find_toolbar_find_againDiego Escalante Urrelo2010-05-181-12/+1
* ephy-find-toolbar: rename EphyEmbedFindResult to EphyFindResultDiego Escalante Urrelo2010-05-181-18/+18
* ephy-find-toolbar: simplify find next/prev functionsDiego Escalante Urrelo2010-05-181-35/+31
* ephy-find-toolbar: remove useless ephy_find_toolbar_set_selectionDiego Escalante Urrelo2010-05-181-10/+2
* Implemented print previewJose Millan Soto2010-02-081-4/+0
* Make text search faster by delaying the actual searchGustavo Noronha Silva2010-01-151-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-141-0/+18
* ephy_find_toolbar_set_properties() => ephy_find_toolbar_mark_matches()Benjamin Otte2009-08-141-3/+3
* Don't pass the string to find to all functionsBenjamin Otte2009-08-141-31/+12
* Remove function set_string_and_highlight()Benjamin Otte2009-08-141-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-271-2/+0
* ephy-find-toolbar: do not search for the empty string or NULL.Xan Lopez2009-01-271-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-241-0/+2
* ephy-embed-utils: add macro to get webkitwebview from embed.Xan Lopez2008-06-291-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