aboutsummaryrefslogtreecommitdiffstats
path: root/embed/webkit/webkit-embed.c
Commit message (Expand)AuthorAgeFilesLines
* embed: remove ephy_embed_can_go_back.Xan Lopez2008-06-301-7/+0
* embed: remove ephy_embed_can_go_forward.Xan Lopez2008-06-301-7/+0
* embed: remove ephy_embed_go_forward.Xan Lopez2008-06-301-7/+0
* embed: remove ephy_embed_go_back.Xan Lopez2008-06-301-7/+0
* embed: remove ephy_embed_reload.Xan Lopez2008-06-301-8/+0
* embed: remove ephy_embed_stop_load.Xan Lopez2008-06-301-7/+0
* Apply clamping for pixel scrollAlp Toker2008-06-171-5/+2
* Emit zoom change signal and implement pixel scrollingAlp Toker2008-06-171-0/+17
* Add pages to ephy history on load-committed.Xan Lopez2008-06-051-6/+5
* Add printing support.Alp Toker2008-05-311-0/+1
* Bring back zoom support using the zoom-level property added in WebKit r34249.Alp Toker2008-05-301-1/+4
* Add visited pages to history.Xan Lopez2008-03-111-0/+10
* Use g_object_connect for multiple signal connections to the same object.Xan Lopez2008-03-011-12/+8
* Do not set to NULL private members in init, memory is already zeroed.Xan Lopez2008-03-011-1/+0
* Add ephy-embed::new-document-now signal, does the same than oldXan Lopez2008-02-181-0/+4
* Remove unneeded embed list for prefs.Xan Lopez2008-02-161-11/+0
* Initial implementation of WebKit preferences.Xan Lopez2008-02-151-0/+14
* Cleanups in webkit-embed.cXan Lopez2008-02-101-24/+15
* Implement back and forward history, patch by Jan AlonzoXan Lopez2008-02-051-9/+73
* Track header location change in WebKit r29898Alp Toker2008-02-011-1/+1
* Track upstream API change in WebKit r29550Alp Toker2008-01-181-2/+2
* Drop gnome-vfs dependency. Now Epiphany depends on glib >= 2.15.1.Cosimo Cecchi2008-01-141-2/+0
* Stub new history interfaces in WebKit until the needed API landsXan Lopez2007-12-301-33/+34
* Implement "select all" for WebKit backend. (#505569)Xan Lopez2007-12-251-0/+2
* Implement clipboard operations for WebKit.Xan Lopez2007-12-221-0/+17
* Track WebKit upstream API changes r28817, r28818Alp Toker2007-12-181-6/+16
* Do not call webkit_init() (it's going away soon) and onlyXan Lopez2007-12-151-2/+1
* Rename cpp files to c in the WebKit backend; they are pure C.Xan Lopez2007-12-101-0/+516