summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Port editing commands to WebKit2Carlos Garcia Campos2012-06-252-9/+84
* ephy-window: Add helper function to update action sensitivityCarlos Garcia Campos2012-06-251-19/+15
* Port history to WebKit2Carlos Garcia Campos2012-06-251-15/+52
* ephy-navigation-history-action: Rename webkit_construct_history_listCarlos Garcia Campos2012-06-251-4/+5
* Add support for new windows in WebKit2Carlos Garcia Campos2012-06-251-37/+81
* Port policy client to WebKit2Carlos Garcia Campos2012-06-251-3/+149
* Port web view loading progress and feedback to WebKit2Carlos Garcia Campos2012-06-242-3/+26
* popup-commands: use EPHY_DOWNLOAD_ACTION_DO_NOTHINGDiego Escalante Urrelo2012-06-221-0/+1
* Initial WebKit2 portCarlos Garcia Campos2012-06-2117-8/+344
* Use WebKitWebView API to get/set the zoom level instead of g_object_get/setCarlos Garcia Campos2012-06-211-7/+5
* Include libsoup header explicitly when requiredCarlos Garcia Campos2012-06-211-0/+1
* ephy-embed: show a message popup when entering fullscreen modeClaudio Saavedra2012-06-202-0/+9
* ephy-window: hide all chrome when entering fullscreen modeClaudio Saavedra2012-06-201-1/+5
* ephy-window: keep track of whether the downloads box is shownClaudio Saavedra2012-06-201-5/+14
* ephy-window: remove ephy-fullscreen-popupClaudio Saavedra2012-06-204-550/+0
* ephy-notebook: fix the property enabling tabs visibilityClaudio Saavedra2012-06-203-17/+20
* ephy-location-controller: add missing get_property bits for "show-icon"Claudio Saavedra2012-06-201-0/+3
* ephy-window: add a method to toggle visibility of default actionsClaudio Saavedra2012-06-191-11/+19
* ephy-location-controller: add a boolean "show-icon" propertyClaudio Saavedra2012-06-191-0/+22
* ephy-window: split ephy_window_set_active_tab() into smaller methodsClaudio Saavedra2012-06-191-165/+175
* ephy-window: add _ephy_window_set_navigation_flags()Claudio Saavedra2012-06-191-10/+14
* ephy-shell: EPHY_EMBED_SHELL_MODE_TEST means no realizeDiego Escalante Urrelo2012-06-171-1/+2
* ephy-shell: move variable to the only scope where it's usedXan Lopez2012-06-151-3/+2
* ephy-shell: initialize jump_to variable to FALSEXan Lopez2012-06-151-1/+1
* popup-commands: use g_get_user_special_dir APIDiego Escalante Urrelo2012-06-141-1/+1
* ephy-shell: document EphyNewTabFlagsDiego Escalante Urrelo2012-06-141-0/+27
* ephy-shell: imitate other flag checks for jump_toDiego Escalante Urrelo2012-06-141-2/+1
* ephy-shell: handy gboolean fullscreen_lockdownDiego Escalante Urrelo2012-06-141-4/+4
* ephy-shell: fix bracesDiego Escalante Urrelo2012-06-141-5/+3
* ephy-web-view: remove unused EphyWebViewChrome elementsDiego Escalante Urrelo2012-06-141-3/+2
* Fix memory leakCarlos Garcia Campos2012-06-141-3/+4
* windows-commands: remove dead codeClaudio Saavedra2012-06-141-15/+0
* ephy-bookmarks-import: missing return after ifXan Lopez2012-06-141-0/+1
* Add a new mode for shell testing, EPHY_EMBED_SHELL_MODE_TESTXan Lopez2012-06-142-4/+8
* ephy-session: add a method to load a session from a stringXan Lopez2012-06-142-20/+77
* ephy-completion-model: use a cancellable with the history serviceClaudio Saavedra2012-06-131-1/+14
* ephy-history-window: cancel history operations during disposeClaudio Saavedra2012-06-131-4/+12
* ephy-session: fix memory leak in write_tab()Pavel Vasin2012-06-121-2/+4
* ephy-bookmarks-editor: fix GList leaksPavel Vasin2012-06-121-4/+2
* ephy-bookmarks-editor: fix memory leakPavel Vasin2012-06-121-1/+14
* ephy-completion-model: fix GList of EphyHistoryURL leakPavel Vasin2012-06-121-1/+1
* ephy-bookmarks: fix memory leaksPavel Vasin2012-06-121-2/+4
* ephy-bookmark-action: fix memory leakPavel Vasin2012-06-121-0/+2
* ephy-window: simplify window_state_event() chain-upClaudio Saavedra2012-06-111-4/+2
* ephy-location-controller: add missing default case in set/get_property methodsClaudio Saavedra2012-06-041-4/+4
* ephy-location-controller: use GBinding to sync properties with the entryClaudio Saavedra2012-06-041-55/+15
* ephy-session: simplify code to handle session resumeXan Lopez2012-05-281-5/+6
* ephy-session: format comments a bit betterXan Lopez2012-05-281-11/+8
* ephy-session: missing space before '('Xan Lopez2012-05-281-1/+1
* ephy-session: remove a couple of redundant includesXan Lopez2012-05-281-2/+0