| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert cookies stuff, didn't want to commit that. | Xan Lopez | 2008-12-12 | 1 | -0/+31 |
* | Port ephy to use libsoup for cookies. | Xan Lopez | 2008-12-12 | 1 | -31/+0 |
* | webkit-embed: lose not needed casts to GObject. | Xan Lopez | 2008-12-06 | 1 | -6/+6 |
* | embed: remove ephy_embed_close. | Xan Lopez | 2008-07-03 | 1 | -7/+0 |
* | embed: forgot to uncomment this when re-enabling restore zoom. | Xan Lopez | 2008-07-03 | 1 | -7/+1 |
* | embed: restore restore_zoom_level. | Xan Lopez | 2008-07-01 | 1 | -0/+39 |
* | embed: remove ephy_embed_{set,get}_zoom. | Xan Lopez | 2008-07-01 | 1 | -19/+0 |
* | embed: remove ge-zoom-changed and zoom property. | Xan Lopez | 2008-07-01 | 1 | -1/+44 |
* | embed: remove history item abstraction from embed. | Xan Lopez | 2008-06-30 | 4 | -160/+1 |
* | embed: remove ephy_embed_go_to_history_item. | Xan Lopez | 2008-06-30 | 1 | -10/+0 |
* | embed: remove ephy_embed_get_{next,previous}_history_item. | Xan Lopez | 2008-06-30 | 1 | -40/+0 |
* | embed: remove ephy_embed_get_{backward,forward}_history. | Xan Lopez | 2008-06-30 | 1 | -47/+0 |
* | embed: remove ephy_embed_print. | Xan Lopez | 2008-06-30 | 1 | -7/+0 |
* | embed: remove ephy_embed_can_go_back. | Xan Lopez | 2008-06-30 | 1 | -7/+0 |
* | embed: remove ephy_embed_can_go_forward. | Xan Lopez | 2008-06-30 | 1 | -7/+0 |
* | embed: remove ephy_embed_go_forward. | Xan Lopez | 2008-06-30 | 1 | -7/+0 |
* | embed: remove ephy_embed_go_back. | Xan Lopez | 2008-06-30 | 1 | -7/+0 |
* | embed: remove ephy_embed_reload. | Xan Lopez | 2008-06-30 | 1 | -8/+0 |
* | embed: remove ephy_embed_stop_load. | Xan Lopez | 2008-06-30 | 1 | -7/+0 |
* | embed: remove ephy-embed-find and the webkit implementation. | Xan Lopez | 2008-06-28 | 3 | -238/+0 |
* | Implement search in page for the WebKit embed. | Cosimo Cecchi | 2008-06-17 | 1 | -9/+81 |
* | Apply clamping for pixel scroll | Alp Toker | 2008-06-17 | 1 | -5/+2 |
* | Emit zoom change signal and implement pixel scrolling | Alp Toker | 2008-06-17 | 1 | -0/+17 |
* | Add pages to ephy history on load-committed. | Xan Lopez | 2008-06-05 | 1 | -6/+5 |
* | Add printing support. | Alp Toker | 2008-05-31 | 1 | -0/+1 |
* | Bring back zoom support using the zoom-level property added in WebKit r34249. | Alp Toker | 2008-05-30 | 1 | -1/+4 |
* | Add epiphany.h. Only allow including epiphany.h; all other headers are private | Christian Persch | 2008-04-12 | 2 | -0/+4 |
* | Add visited pages to history. | Xan Lopez | 2008-03-11 | 1 | -0/+10 |
* | Use g_object_connect for multiple signal connections to the same object. | Xan Lopez | 2008-03-01 | 1 | -12/+8 |
* | Do not set to NULL private members in init, memory is already zeroed. | Xan Lopez | 2008-03-01 | 1 | -1/+0 |
* | Support more preferences in the WebKit backend and add code to easily add | Xan Lopez | 2008-02-28 | 1 | -18/+91 |
* | Make epiphany/webkit start in online mode (though there is no difference | Xan Lopez | 2008-02-24 | 1 | -1/+8 |
* | Add our own reference to the webkit history item. | Xan Lopez | 2008-02-18 | 1 | -1/+1 |
* | Add ephy-embed::new-document-now signal, does the same than old | Xan Lopez | 2008-02-18 | 1 | -0/+4 |
* | Remove unneeded embed list for prefs. | Xan Lopez | 2008-02-16 | 3 | -22/+0 |
* | Do not apply prefs to a view more than once. | Xan Lopez | 2008-02-15 | 1 | -11/+0 |
* | Plug leaks in webkit-embed-prefs.c | Xan Lopez | 2008-02-15 | 1 | -0/+4 |
* | Initial implementation of WebKit preferences. | Xan Lopez | 2008-02-15 | 5 | -0/+158 |
* | Small cleanups in webki-embed-single.c | Xan Lopez | 2008-02-14 | 1 | -12/+13 |
* | Cleanups in webkit-embed.c | Xan Lopez | 2008-02-10 | 1 | -24/+15 |
* | Fix encoding for webkit-history-item.* | Xan Lopez | 2008-02-05 | 2 | -2/+2 |
* | Implement back and forward history, patch by Jan Alonzo | Xan Lopez | 2008-02-05 | 4 | -10/+231 |
* | Track header location change in WebKit r29898 | Alp Toker | 2008-02-01 | 2 | -2/+2 |
* | Track upstream API change in WebKit r29550 | Alp Toker | 2008-01-18 | 1 | -2/+2 |
* | Drop gnome-vfs dependency. Now Epiphany depends on glib >= 2.15.1. | Cosimo Cecchi | 2008-01-14 | 2 | -3/+0 |
* | Update to new coding guidelines. | Xan Lopez | 2008-01-05 | 1 | -18/+20 |
* | Stub new history interfaces in WebKit until the needed API lands | Xan Lopez | 2007-12-30 | 1 | -33/+34 |
* | Implement "select all" for WebKit backend. (#505569) | Xan Lopez | 2007-12-25 | 1 | -0/+2 |
* | Fix parent class/instance types. | Xan Lopez | 2007-12-22 | 1 | -2/+3 |
* | Implement clipboard operations for WebKit. | Xan Lopez | 2007-12-22 | 1 | -0/+17 |
* | Track WebKit upstream API changes r28817, r28818 | Alp Toker | 2007-12-18 | 1 | -6/+16 |
* | Do not call webkit_init() (it's going away soon) and only | Xan Lopez | 2007-12-15 | 2 | -5/+2 |
* | Small cleanup in webkit-embed-persist.c | Xan Lopez | 2007-12-10 | 1 | -36/+21 |
* | Rename cpp files to c in the WebKit backend; they are pure C. | Xan Lopez | 2007-12-10 | 5 | -6/+8 |
* | Match WebKit/GTK+ API changes made in WebKit SVN r28273 | Alp Toker | 2007-12-01 | 2 | -34/+34 |
* | Remove unused variable in WebKitEmbed class_init. | Xan Lopez | 2007-11-18 | 1 | -1/+0 |
* | Fix: http being appended to 'about' pages. (Bug #496136) | Jan Michael C. Alonzo | 2007-11-13 | 1 | -3/+4 |
* | Fix backend name for WebKit and update docs in ephy_embed_single_get_backend_... | Xan Lopez | 2007-11-13 | 1 | -1/+1 |
* | Call webkit_init in engine initialization to avoid crashes. (Bug #496114) | Jan Michael C. Alonzo | 2007-11-12 | 2 | -2/+4 |
* | Implement grab_focus in EphyBaseEmbed. | Xan Lopez | 2007-11-12 | 1 | -7/+0 |
* | Remove unused ge_net_state and ge_security_change. | Xan Lopez | 2007-11-12 | 1 | -3/+0 |
* | Oops, readd missing variable. | Xan Lopez | 2007-11-11 | 1 | -0/+1 |
* | Don't use mozilla-like variable names for parameters. | Xan Lopez | 2007-11-11 | 1 | -4/+4 |
* | Implement close for WebKitEmbed (simply destroys the widget). | Xan Lopez | 2007-11-11 | 1 | -1/+1 |
* | Connect to "hovering-over-link" signal in WebKit to set link_message. | Cosimo Cecchi | 2007-11-07 | 1 | -0/+11 |
* | Make ephy_base_embed_set_{title,address} dup their parameters internally. | Xan Lopez | 2007-11-06 | 1 | -1/+1 |
* | Fix webkit backend build, and modify indentation to match new style. | Xan Lopez | 2007-11-06 | 4 | -128/+121 |
* | Update the WebKit backend to use EphyBaseEmbed. | Xan Lopez | 2007-11-06 | 1 | -430/+29 |
* | Add remove_all_passwords method to EphyPasswordManager and implement it | Cosimo Cecchi | 2007-11-05 | 1 | -0/+6 |
* | Remove trailing whitespace, patch by Cyril Brulebois. | Xan Lopez | 2007-11-01 | 1 | -29/+29 |
* | Update title property on title-changed signal from webkit. | Xan Lopez | 2007-10-29 | 1 | -0/+5 |
* | Add dummy popup management properties to the webkit backend. | Xan Lopez | 2007-10-29 | 1 | -36/+48 |
* | Add placeholders for all the new properties in embed. | Xan Lopez | 2007-10-27 | 1 | -15/+192 |
* | Remove non-existing functions in the embed interface from the _init function. | Xan Lopez | 2007-10-27 | 1 | -3/+0 |
* | get_link_message returns const char * now. | Xan Lopez | 2007-10-27 | 1 | -1/+1 |
* | get_title returns const char * now. | Xan Lopez | 2007-10-26 | 1 | -2/+2 |
* | Update WebKit backend to EphyEmbed and EphyTab changes, and implements load p... | Cosimo Cecchi | 2007-10-23 | 1 | -6/+203 |
* | Do not bother emitting signal we don't have. | Xan Lopez | 2007-10-07 | 1 | -4/+1 |
* | Implement several missing methods. | Xan Lopez | 2007-10-07 | 1 | -54/+122 |
* | Match the WebKit/Gtk+ API changes made in WebKit SVN r26022 | Alp Toker | 2007-10-04 | 1 | -16/+16 |
* | Implement reload. | Xan Lopez | 2007-08-17 | 1 | -0/+1 |
* | Do not use #ifdef inside macros, ancient compilers don't like it | Xan Lopez | 2007-07-31 | 1 | -2/+14 |
* | can_go methods now work, WebKit was missing the implementations for those | Diego Escalante Urrelo | 2007-07-30 | 1 | -4/+25 |
* | Add returns where needed, remove unnecessary variables. | Xan Lopez | 2007-07-30 | 2 | -6/+5 |
* | Rename Webkit to WebKit. Used sed -i 's/Webkit/WebKit/'. Fixes bug | Diego Escalante Urrelo | 2007-07-30 | 8 | -80/+80 |
* | Implement stop loading method, for some reason can_go methods will fail to | Xan Lopez | 2007-07-28 | 1 | -0/+3 |
* | Add support for the WebKit engine, compile with --with-engine=webkit to | Xan Lopez | 2007-07-28 | 9 | -0/+1233 |