| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove progress from statusbar now that we show it in the location entry. | Xan Lopez | 2008-12-31 | 1 | -9/+0 |
* | Revert cookies stuff, didn't want to commit that. | Xan Lopez | 2008-12-12 | 1 | -0/+73 |
* | Port ephy to use libsoup for cookies. | Xan Lopez | 2008-12-12 | 1 | -73/+0 |
* | Use the correct return type for ephy_embed_get_link_message and | Diego Escalante Urrelo | 2008-10-16 | 1 | -2/+2 |
* | embed: remove ephy_embed_close. | Xan Lopez | 2008-07-03 | 1 | -6/+0 |
* | embed: remove ephy_embed_{set,get}_zoom. | Xan Lopez | 2008-07-01 | 1 | -15/+0 |
* | embed: remove ephy_embed_print. | Xan Lopez | 2008-06-30 | 1 | -6/+0 |
* | embed: remove ephy_embed_can_go_back. | Xan Lopez | 2008-06-30 | 1 | -6/+0 |
* | embed: remove ephy_embed_can_go_forward. | Xan Lopez | 2008-06-30 | 1 | -6/+0 |
* | embed: remove ephy_embed_go_forward. | Xan Lopez | 2008-06-30 | 1 | -6/+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 | -9/+0 |
* | embed: remove ephy_embed_stop_load. | Xan Lopez | 2008-06-30 | 1 | -6/+0 |
* | Exorcise gecko configure & build stuff | Christian Persch | 2008-04-04 | 1 | -113/+113 |
* | Port ephy-window.c to the new API, remove old API. | Xan Lopez | 2007-12-30 | 1 | -33/+0 |
* | Quick fix for a warning produced by my previous update to epiphany.defs, | Diego Escalante Urrelo | 2007-12-24 | 1 | -1/+1 |
* | Add extra methods to EphyEmbed object: | Diego Escalante Urrelo | 2007-12-24 | 1 | -27/+94 |
* | Squashed commit of the following: | Jan Michael C. Alonzo | 2007-12-02 | 1 | -0/+6 |
* | Move print-preview property to EphyEmbedContainer interface. | Xan Lopez | 2007-11-17 | 1 | -9/+0 |
* | Rename ephy_embed_container_jump_to_child to ephy_embed_container_set_active_... | Xan Lopez | 2007-11-16 | 1 | -2/+2 |
* | Do not expose {add,remove}_child methods from EphyEmbedContainer to bindings. | Xan Lopez | 2007-11-16 | 1 | -20/+0 |
* | Change epiphany.defs | Xan Lopez | 2007-11-16 | 1 | -47/+53 |
* | Remove EphyTab | Christian Persch | 2007-10-28 | 1 | -72/+12 |
* | Port src/ to the new properties in EphyEmbed. | Xan Lopez | 2007-10-26 | 1 | -62/+1 |
* | Change ephy_embed_get_title to return const char*. | Xan Lopez | 2007-10-26 | 1 | -7/+1 |
* | Move address and typed-address from EphyTab to EphyEmbed | Xan Lopez | 2007-10-26 | 1 | -14/+14 |
* | Move navigation property from EphyTab to EphyEmbed. | Xan Lopez | 2007-10-22 | 1 | -22/+16 |
* | Move load-status from EphyTab to EphyEmbed. | Xan Lopez | 2007-10-22 | 1 | -6/+0 |
* | Move load-progress from EphyTab to EphyEmbed | Xan Lopez | 2007-10-22 | 1 | -6/+0 |
* | Move zoom from EphyTab to EphyEmbed. | Xan Lopez | 2007-10-21 | 1 | -8/+0 |
* | Move document-type property from EphyTab to EphyEmbed. | Xan Lopez | 2007-10-21 | 1 | -6/+0 |
* | Remove security data from EphyTab. | Xan Lopez | 2007-10-21 | 1 | -6/+0 |
* | Completely remove usage of visibility signal from src/ | Xan Lopez | 2007-10-20 | 1 | -6/+0 |
* | Update gtk+ req to 2.11.6. | Christian Persch | 2007-07-10 | 1 | -9/+0 |
* | Fix the wrapping of the singleton Ephy[Embed]Shell as "epiphany.Shell()". | Christian Persch | 2007-01-29 | 1 | -15/+16 |
* | Expose notebook->priv->focused_pages to extensions. Fix bug #350187. | Jean-François Rameau | 2006-08-08 | 1 | -0/+5 |
* | Add EphyFindToolbar type to Python binding. Bug #345837. | Jean-François Rameau | 2006-06-26 | 1 | -0/+73 |
* | A embed/mozilla/GeckoPrintService.cpp: A | Christian Persch | 2006-06-19 | 1 | -6/+0 |
* | Add methods to EphyNode to set typed properties. This change improves the | Jean-François Rameau | 2006-05-23 | 1 | -0/+60 |
* | Port notebook DND to gtk+ 2.9. | Christian Persch | 2006-03-24 | 1 | -26/+0 |
* | lib/ephy-state.h lib/ephy-state.c src/epiphany.defs | Peter Harvey | 2006-02-04 | 1 | -1/+1 |
* | lib/egg/egg-editable-toolbar.c lib/egg/egg-toolbar-editor.c | Peter Harvey | 2006-02-04 | 1 | -10/+19 |
* | Queue commands received from the main and remote instances, and process | Christian Persch | 2006-02-02 | 1 | -9/+0 |
* | Add a function (ephy_embed_single_get_backend_name) to get the backend | Crispin Flowerday | 2006-01-30 | 1 | -1/+5 |
* | Add a GError** to ephy_file_helpers_init and ephy_ensure_dir_exists, so we | Christian Persch | 2006-01-24 | 1 | -64/+0 |
* | Change the EphyPermissionManager API so that it is more obvious what it | Crispin Flowerday | 2006-01-22 | 1 | -10/+10 |
* | - Change EphyEmbedEvent.get_property to .get_event_property - Wrap | Crispin Flowerday | 2006-01-22 | 1 | -2/+12 |
* | Change the 'ephy_embed_event_get_property' function return a GValue* | Crispin Flowerday | 2006-01-18 | 1 | -2/+1 |
* | src/bookmarks/Makefile.am | Peter Harvey | 2006-01-17 | 1 | -18/+0 |
* | Add chrome: and resource: to the safe list; otherwise forms and scrollbars | Christian Persch | 2005-11-19 | 1 | -16/+0 |
* | Store the redirect and toplevel attributes when adding pages to the | Christian Persch | 2005-10-31 | 1 | -0/+2 |
* | src/epiphany.override src/epiphany.defs | Crispin Flowerday | 2005-10-18 | 1 | -205/+461 |
* | Remove the "network-status" signal from the embed single, and make it a | Christian Persch | 2005-10-13 | 1 | -4/+4 |
* | Add configure switch to disable zeroconf bookmarks, since they're almost | Christian Persch | 2005-10-03 | 1 | -6/+0 |
* | Open new tabs with blank url bar if we're loading the homepage. Fixes bug | Christian Persch | 2005-08-11 | 1 | -0/+1 |
* | Make tab icon address setter public. | Christian Persch | 2005-08-10 | 1 | -0/+9 |
* | Add switch to disable focus fix, and to disable PSM. Error out if PSM | Christian Persch | 2005-08-08 | 1 | -9/+32 |
* | Add public function ephy_window_get_context_event() to get the | Christian Persch | 2005-08-04 | 1 | -7/+6 |
* | Wrap EggToolbarsModel. | Christian Persch | 2005-08-01 | 1 | -6/+169 |
* | Wrap MozillaEmbedEvent, to prevent crash from bug #310910. | Christian Persch | 2005-08-01 | 1 | -0/+7 |
* | More bindings. | Christian Persch | 2005-08-01 | 1 | -1/+1 |
* | More bindings. | Christian Persch | 2005-08-01 | 1 | -1/+40 |
* | More bindings. | Christian Persch | 2005-08-01 | 1 | -2/+79 |
* | Update binding rules. | Christian Persch | 2005-08-01 | 1 | -0/+7 |
* | Fix crash on "window.get_toolbar()". Fixes bug #170105. | Christian Persch | 2005-08-01 | 1 | -0/+14 |
* | Update python bindings. | Christian Persch | 2005-08-01 | 1 | -104/+317 |
* | Update the python bindings too. | Christian Persch | 2005-07-30 | 1 | -6/+0 |
* | Unify bookmarks/smart bookmarks address resolution, and add a signal to | Christian Persch | 2005-07-27 | 1 | -4/+4 |
* | Update python binding | Christian Persch | 2005-07-25 | 1 | -6/+0 |
* | Set title of loading page to the address, iff the page was blank before. | Christian Persch | 2005-07-24 | 1 | -17/+11 |
* | Add rules to generate the raw python bindings .defs file, and to check | Christian Persch | 2005-07-21 | 1 | -934/+899 |
* | Handle Ctrl-F like / to open the find bar without focusing it. Fixes link | Christian Persch | 2005-06-09 | 1 | -6/+0 |
* | Update python bindings. | Christian Persch | 2005-05-29 | 1 | -20/+6 |
* | A README.Python A m4/.cvsignore: A m4/python.m4: | Christian Persch | 2005-05-21 | 1 | -0/+3044 |