aboutsummaryrefslogtreecommitdiffstats
path: root/embed/webkit/webkit-embed.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename cpp files to c in the WebKit backend; they are pure C.Xan Lopez2007-12-101-516/+0
* Match WebKit/GTK+ API changes made in WebKit SVN r28273Alp Toker2007-12-011-33/+33
* Remove unused variable in WebKitEmbed class_init.Xan Lopez2007-11-181-1/+0
* Fix: http being appended to 'about' pages. (Bug #496136)Jan Michael C. Alonzo2007-11-131-3/+4
* Call webkit_init in engine initialization to avoid crashes. (Bug #496114)Jan Michael C. Alonzo2007-11-121-2/+0
* Implement grab_focus in EphyBaseEmbed.Xan Lopez2007-11-121-7/+0
* Remove unused ge_net_state and ge_security_change.Xan Lopez2007-11-121-3/+0
* Oops, readd missing variable.Xan Lopez2007-11-111-0/+1
* Don't use mozilla-like variable names for parameters.Xan Lopez2007-11-111-4/+4
* Implement close for WebKitEmbed (simply destroys the widget).Xan Lopez2007-11-111-1/+1
* Connect to "hovering-over-link" signal in WebKit to set link_message.Cosimo Cecchi2007-11-071-0/+11
* Make ephy_base_embed_set_{title,address} dup their parameters internally.Xan Lopez2007-11-061-1/+1
* Fix webkit backend build, and modify indentation to match new style.Xan Lopez2007-11-061-1/+1
* Update the WebKit backend to use EphyBaseEmbed.Xan Lopez2007-11-061-430/+29
* Remove trailing whitespace, patch by Cyril Brulebois.Xan Lopez2007-11-011-29/+29
* Update title property on title-changed signal from webkit.Xan Lopez2007-10-291-0/+5
* Add dummy popup management properties to the webkit backend.Xan Lopez2007-10-291-36/+48
* Add placeholders for all the new properties in embed.Xan Lopez2007-10-271-15/+192
* Remove non-existing functions in the embed interface from the _init function.Xan Lopez2007-10-271-3/+0
* get_link_message returns const char * now.Xan Lopez2007-10-271-1/+1
* get_title returns const char * now.Xan Lopez2007-10-261-2/+2
* Update WebKit backend to EphyEmbed and EphyTab changes, and implements load p...Cosimo Cecchi2007-10-231-6/+203
* Do not bother emitting signal we don't have.Xan Lopez2007-10-071-4/+1
* Implement several missing methods.Xan Lopez2007-10-071-54/+122
* Match the WebKit/Gtk+ API changes made in WebKit SVN r26022Alp Toker2007-10-041-16/+16
* Implement reload.Xan Lopez2007-08-171-0/+1
* can_go methods now work, WebKit was missing the implementations for thoseDiego Escalante Urrelo2007-07-301-4/+25
* Add returns where needed, remove unnecessary variables.Xan Lopez2007-07-301-6/+4
* Rename Webkit to WebKit. Used sed -i 's/Webkit/WebKit/'. Fixes bugDiego Escalante Urrelo2007-07-301-20/+20
* Implement stop loading method, for some reason can_go methods will fail toXan Lopez2007-07-281-0/+3
* Add support for the WebKit engine, compile with --with-engine=webkit toXan Lopez2007-07-281-0/+441