aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Port cookies to WebKit2Carlos Garcia Campos2012-07-041-6/+118
* window-commands: initialize string variables to NULLXan Lopez2012-06-281-1/+1
* ephy-web-view: get rid of 'ephy_web_view_get_location'Xan Lopez2012-06-281-3/+2
* Port find to WebKit2Carlos Garcia Campos2012-06-271-9/+95
* Port downloads to WebKit2Carlos Garcia Campos2012-06-272-4/+68
* Port resources to WebKit2Carlos Garcia Campos2012-06-271-12/+54
* ephy-notebook: do not assume the type of the child widget in 'remove'Xan Lopez2012-06-261-1/+2
* embed: Move about handlers to a new fileCarlos Garcia Campos2012-06-261-1/+1
* ephy-download-widget: add ephy_download_widget_download_finished()Carlos Garcia Campos2012-06-251-22/+2
* ephy-navigation-history-action: Don't leak link-messageCarlos Garcia Campos2012-06-251-3/+2
* 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-231-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-201-11/+19
* ephy-location-controller: add a boolean "show-icon" propertyClaudio Saavedra2012-06-201-0/+22
* ephy-window: split ephy_window_set_active_tab() into smaller methodsClaudio Saavedra2012-06-201-165/+175
* ephy-window: add _ephy_window_set_navigation_flags()Claudio Saavedra2012-06-201-10/+14
* ephy-shell: EPHY_EMBED_SHELL_MODE_TEST means no realizeDiego Escalante Urrelo2012-06-181-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-151-1/+1
* ephy-shell: document EphyNewTabFlagsDiego Escalante Urrelo2012-06-151-0/+27
* ephy-shell: imitate other flag checks for jump_toDiego Escalante Urrelo2012-06-151-2/+1
* ephy-shell: handy gboolean fullscreen_lockdownDiego Escalante Urrelo2012-06-151-4/+4
* ephy-shell: fix bracesDiego Escalante Urrelo2012-06-151-5/+3
* ephy-web-view: remove unused EphyWebViewChrome elementsDiego Escalante Urrelo2012-06-151-3/+2
* Fix memory leakCarlos Garcia Campos2012-06-151-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-051-4/+4
* ephy-location-controller: use GBinding to sync properties with the entryClaudio Saavedra2012-06-051-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
* ephy-shell: fix a comment typoDiego Escalante Urrelo2012-05-271-1/+1
* popup-commands: committed this by mistakeXan Lopez2012-05-251-1/+0
* configure.ac: require GTK+ 3.5.2 for OSD style classXan Lopez2012-05-251-0/+1
* embed: remove custom CSS styling for the overlay progressbarCosimo Cecchi2012-05-241-29/+0
* Always close bookmarks fileLubomír Sedlář2012-05-211-7/+11
* Prevent use of unitialized memoryLubomír Sedlář2012-05-211-1/+1
* preferences: fix 'Add language' dialog layoutXan Lopez2012-05-191-2/+2
* prefs: expose the Do Not Track setting in the preferences UIXan Lopez2012-05-192-25/+57
* ephy-main: fix typo in messageXan Lopez2012-05-191-1/+1
* Remove a few more egg leftoversXan Lopez2012-05-101-1/+0
* tests: test that trying to run an invalid migration step failsXan Lopez2012-05-101-1/+1
* ephy-window: no need to cast the return value of g_object_newXan Lopez2012-05-101-8/+8
* Allow for more fine-grained file helpers initXan Lopez2012-05-081-3/+10
* ephy-profile-utils: split profile migration from EphyShellXan Lopez2012-05-082-20/+4
* Drop the use of GTK accel mapsWilliam Jon McCann2012-05-081-3/+0
* ephy-navigation-history-action: restore menusDiego Escalante Urrelo2012-05-021-0/+396
* ephy-shell: EPHY_NEW_TAB_DONT_SHOW_WINDOW means no realizeDiego Escalante Urrelo2012-04-221-1/+1
* ephy-window: remove additional spacing in the downloads barSebastian Keller2012-04-171-2/+0
* ephy-notebook: disconnect settings signal handler on finalizeXan Lopez2012-04-161-0/+3
* Add an option to never show the tabs barXan Lopez2012-04-161-6/+6
* window-commands: switch pages using the EphyNotebook APIXan Lopez2012-04-163-9/+73
* Create a new 'tabs-bar-visibility-policy' settingXan Lopez2012-04-161-3/+6
* Move resources to its own directory inside src/Xan Lopez2012-04-168-9/+9
* Move a few EphyShell methods to ephy-private.hXan Lopez2012-04-145-19/+25
* Remove Help buttonsXan Lopez2012-04-134-33/+37
* Remove Epiphany manualXan Lopez2012-04-132-14/+0
* Add a setting to control whether the session is automatically restoredXan Lopez2012-04-122-52/+21
* ephy-session: remove unused variableXan Lopez2012-04-121-2/+0
* ephy-shell: respect the lockdown quit settingRudolfs2012-04-111-2/+5
* ephy-embed-single: do not handle ephy-embed-prefsDiego Escalante Urrelo2012-04-111-0/+3
* ephy-completion-model: normalize NULL strings to "" in should_add_bookmark_to...Xan Lopez2012-04-031-4/+4
* ephy-shell: fix whitespaceXan Lopez2012-04-021-3/+3
* ephy-shell: whitespace nitpick in castDiego Escalante Urrelo2012-04-011-2/+2
* e-web-app-utils: add ephy_web_application_existsAlexandre Mazari2012-03-311-8/+1
* window-commands: get app name only onceAlexandre Mazari2012-03-311-7/+8
* ephy-toolbar: fix stop/reload button alignmentDiego Escalante Urrelo2012-03-311-0/+10
* Makefile: silence epiphany resources generationXan Lopez2012-03-311-2/+2
* ephy-encoding-dialog: reorder includesXan Lopez2012-03-311-9/+8
* ephy-window: listen to org.gnome.Epiphany.ui.show-toolbarsXan Lopez2012-03-301-0/+30
* ephy-session: use g_slice_new for SessionCommand structureXan Lopez2012-03-301-3/+2
* ephy-window: save the session when the last window is closed manuallyXan Lopez2012-03-301-1/+16
* Fix compilation warningClaudio Saavedra2012-03-291-1/+1
* ephy-web-app-utils: do not use the webview in the web app creation methodAlexandre Mazari2012-03-291-1/+1
* ephy-shell: save the session state on QuitXan Lopez2012-03-291-0/+1
* ephy-session: remove unused variableXan Lopez2012-03-291-1/+0
* ephy-session: rename session_crashed.xml to session_state.xmlXan Lopez2012-03-291-13/+13
* ephy-session: it's not really possible to close while restoring anymoreXan Lopez2012-03-291-11/+0
* ephy-session: always auto-resume session on crashXan Lopez2012-03-291-178/+7
* ephy-session: fix gtk-doc syntaxXan Lopez2012-03-291-1/+1
* Rip out the EggSMClient codeXan Lopez2012-03-282-244/+0
* resources: strip blanks from all XML filesXan Lopez2012-03-281-6/+6
* Make the resources depend on the actual UI filesXan Lopez2012-03-288-4/+2344
* Use glib resources to bundle our UI filesXan Lopez2012-03-289-28/+80
* epiphany.h.in: remove ephy-history mentionDiego Escalante Urrelo2012-03-271-1/+0
* ephy-completion-model: minor cleanupClaudio Saavedra2012-03-211-1/+1
* ephy-completion-model: fix a few leaksClaudio Saavedra2012-03-211-2/+6
* ephy-history-window: fix callback for new signal signatureXan Lopez2012-03-201-0/+1
* Remove EphyHistory from the repository. It's unused now.Xan Lopez2012-03-203-6/+0
* bookmarks: use the new favicon databaseXan Lopez2012-03-201-12/+13
* Replace EphyFaviconCache by WebKit's icon database cacheSergio Villar Senin2012-03-208-65/+117
* Fix bookmarklet's titles when they are createdXan Lopez2012-03-161-31/+37
* The security certificate code is a no-op, remove itXan Lopez2012-03-152-15/+0
* window-commands: forcing offline mode has been a no-op for a whileXan Lopez2012-03-141-0/+3
* Don't go to EphyEmbedSingle just to get the network statusXan Lopez2012-03-142-29/+3
* history: remember visit typesXan Lopez2012-03-145-3/+18
* ephy-private: add missing headerXan Lopez2012-03-131-0/+1
* ephy-history-service: make the async API cancellableClaudio Saavedra2012-03-133-7/+7
* ephy-history-view: open pages in a new tab on middle clickClaudio Saavedra2012-03-131-11/+11
* ephy-main: run app mode only with a existing dirDiego Escalante Urrelo2012-03-111-0/+5
* ephy-history-window: init hosts to NULLDiego Escalante Urrelo2012-03-111-1/+1
* ephy-history-window: filter hosts with time range as wellClaudio Saavedra2012-03-081-2/+3
* ephy-hosts-view: ensure "all hosts" is selected by defaultClaudio Saavedra2012-03-081-5/+3
* ephy-host-store: add a clear() methodClaudio Saavedra2012-03-081-1/+1
* Annotate correctly the fact that FileNewTab now always opens the homepageXan Lopez2012-03-083-3/+8
* ephy-bookmarks: remove update on redirectXan Lopez2012-03-081-87/+0
* ephy-history-window: update the list of hosts after a url is deletedClaudio Saavedra2012-03-081-2/+8
* ephy-history-window: use the constructed methodXan Lopez2012-03-071-3/+7
* ephy-history-window: style fixesXan Lopez2012-03-071-91/+94
* ephy-history-window: correct asserts and g_return_if_failXan Lopez2012-03-071-11/+5
* ephy-history-window: change string for full history optionClaudio Saavedra2012-03-071-1/+1
* ephy-bookmarks: remove the "Most visited" categoryXan Lopez2012-03-072-187/+0
* ephy-history-window: and also handle "Ever" now that we have infinite history...Xan Lopez2012-03-071-0/+2
* ephy-history-window: correctly handle 2 and 10 days of historyXan Lopez2012-03-071-2/+6
* ephy-bookmarks-ui: remove unneeded includeXan Lopez2012-03-071-1/+0
* ephy-bookmarks: actually connect to the new serviceXan Lopez2012-03-071-1/+1
* ephy-bookmarks: use the new history service when possibleXan Lopez2012-03-072-3/+10
* ephy-bookmarks: reorder includesXan Lopez2012-03-071-9/+9
* pdm-dialog: use the new history serviceXan Lopez2012-03-071-4/+4
* ephy-navigation-history-action: use the new history serviceXan Lopez2012-03-071-9/+4
* ephy-history-window: sort headers, remove duplicatesXan Lopez2012-03-071-19/+18
* ephy-history-view: use the new hosts and urls viewsXan Lopez2012-03-073-365/+311
* Allow ephy_history_service_find_urls() to filter host specific urlsClaudio Saavedra2012-03-071-1/+1
* Set the history service during history window instantiationClaudio Saavedra2012-03-073-3/+10
* Add a EphyHistoryService property to EphyHistoryWindowClaudio Saavedra2012-03-071-1/+16
* Get rid of EphyBrowseHistoryXan Lopez2012-03-071-9/+9
* ephy-completion-model: fix warning when a bookmark has no keywordsXan Lopez2012-03-071-3/+3
* ephy-completion-model: remove stale includeXan Lopez2012-03-071-1/+0
* ephy-location-controller: smoother redraw of the completion popupXan Lopez2012-03-071-1/+13
* Hook the new history to the URL entryXan Lopez2012-03-074-602/+422
* ephy-completion-model: reorder includesXan Lopez2012-03-071-4/+4
* src: Reorder LDADD arguments properlyClaudio Saavedra2012-03-071-1/+1
* Add EphyHistoryService and helper classesXan Lopez2012-03-071-0/+1
* Enable keyboard accelerator for the create buttonJiro Matsuzawa2012-03-051-1/+1
* ephy-window: add a Extensions menuDiego Escalante Urrelo2012-02-261-0/+1
* ephy-bookmarks-ui: fix typo in activate_bookmarks_menuDiego Escalante Urrelo2012-02-261-1/+1
* ephy-shell: use the new g_application_quit to quitXan Lopez2012-02-231-12/+1
* ephy-window: show an error if we fail to open a non-web URI with gtk_show_uriXan Lopez2012-02-231-2/+4
* ephy-web-view: remove close-requested signalDiego Escalante Urrelo2012-02-221-94/+0
* ephy-window: use tab-close-request to avoid code duplicationDiego Escalante Urrelo2012-02-111-16/+3
* ephy-shell: install global menu for private mode tooXan Lopez2012-02-091-3/+9
* ephy-shell: load home page in new windowsDiego Escalante Urrelo2012-02-091-1/+1
* ephy-main: always set a default icon for windowsDiego Escalante Urrelo2012-02-091-0/+9
* Convert app names to the proper encoding before using them as filenamesClaudio Saavedra2012-02-081-0/+2
* ephy-window: restore alt+# accels to switch tabsDiego Escalante Urrelo2012-02-011-0/+84
* ephy-window: do not duplicate tons of code in sync_tab_is_blankXan Lopez2012-01-301-59/+13
* ephy-window: correct thinko in action sensitivity handlingXan Lopez2012-01-281-1/+6
* ephy-window: simplify handling of back/forward sensitivityXan Lopez2012-01-281-30/+6
* ephy-notebook: remove dnd-enabled propertyXan Lopez2012-01-273-31/+0
* ephy-main: tidy up indentationXan Lopez2012-01-271-1/+2
* Get rid of EPHY_STOCK_EPHYXan Lopez2012-01-279-21/+2
* And remove the last stock icon, bookmarksXan Lopez2012-01-272-3/+0
* Remove the history stock iconXan Lopez2012-01-271-1/+0
* Remove EPHY_STOCK_BOOKMARKXan Lopez2012-01-271-2/+0
* ephy-window: remove stock icons from two more GtkActionsXan Lopez2012-01-271-2/+0
* Also remove stock icons in the history and bookmarks editorsXan Lopez2012-01-272-24/+24
* ephy-window: do not define stock icons for the GtkActionsXan Lopez2012-01-271-27/+27
* Make EphyWindow responsible for its own destruction when the last tab is goneXan Lopez2012-01-242-6/+7
* ephy-notebook: remove full title tooltip on each tabXan Lopez2012-01-241-6/+0
* ephy-location-controller: lose lock tooltip propertyXan Lopez2012-01-241-37/+0
* ephy-window: lose security state tooltipsXan Lopez2012-01-241-29/+4
* ephy-window: we don't do tooltips anymore, remove support code for thatXan Lopez2012-01-241-212/+40
* ephy-window: remove toplevel actions that do not exist anymoreXan Lopez2012-01-241-5/+0
* Make the user visible name Web in more placesJon McCann2012-01-241-5/+5
* ephy-window: remove unneeded includeXan Lopez2012-01-241-1/+0
* ephy-window: call sync_tab_is_blank on new tabsDiego Escalante Urrelo2012-01-241-0/+1
* ephy-window: sync page actions with is-blank propertyDiego Escalante Urrelo2012-01-241-1/+97
* ephy-window: pass non-web schemas to gtk_show_uriDiego Escalante Urrelo2012-01-241-2/+15
* ephy-action-helper: document flags APIDiego Escalante Urrelo2012-01-241-0/+14
* ephy-window: remove leftover from the editable toolbar ancient pastXan Lopez2012-01-231-6/+0
* ephy-window: remove leftovers from when EphyWindow managed the progress barXan Lopez2012-01-231-4/+0
* Remove the "Open Frame" functionalityXan Lopez2012-01-233-39/+3
* ephy-window: remove unused codeXan Lopez2012-01-221-4/+0
* ephy-window: also remove the statusbar tips for tool itemsXan Lopez2012-01-221-135/+0
* ephy-window: remove menu statusbar helper messagesXan Lopez2012-01-221-45/+2
* Remove mailto: specific menusXan Lopez2012-01-222-43/+0
* ephy-window: we don't have a menu anymore, so the menudock widget is not neededXan Lopez2012-01-221-8/+1
* ephy-window: update comments a bit in window actionsXan Lopez2012-01-221-15/+15
* window-commands.h: remove duplicate and obsolete stuff, reformat a bitXan Lopez2012-01-221-113/+81
* ephy-window: make ephy_window_get_find_toolbar privateXan Lopez2012-01-213-2/+3
* Make ephy_window_get_ui_manager return a GtkUIManager, not a GObjectXan Lopez2012-01-215-15/+15
* ephy-window: remove "add-widget" callback from GtkUIManagerXan Lopez2012-01-211-11/+0
* ephy-window: make ephy_window_set_location privateXan Lopez2012-01-212-3/+4
* Be a bit more strict about header includesXan Lopez2012-01-204-1/+4
* ephy-window: do not include <string.h> just for strcmpXan Lopez2012-01-201-2/+1
* ephy-window: and remove three more forward declarationsXan Lopez2012-01-201-183/+174
* ephy-window: remove unused includeXan Lopez2012-01-201-1/+0
* ephy-window: reorder a few methods to get rid of forward declarationsXan Lopez2012-01-201-142/+134
* ephy-window: remove duplicated methodXan Lopez2012-01-201-15/+2
* More private method cleanupsXan Lopez2012-01-204-21/+19
* Add a ephy-private.h headerXan Lopez2012-01-206-9/+48
* ephy-window: remove redundant includesXan Lopez2012-01-201-2/+0
* ephy-window: missing annotationXan Lopez2012-01-202-0/+9
* location-controller: remove references to "proxy"Cosimo Cecchi2012-01-201-7/+7
* location-controller: use the right signal data to unblock signalCosimo Cecchi2012-01-201-2/+1
* ephy-shell: pass active window to the about dialogDiego Escalante Urrelo2012-01-201-1/+7
* Rename EphyLocationAction -> EphyLocationControllerCosimo Cecchi2012-01-207-264/+263
* location-action: don't make this a GtkAction anymoreCosimo Cecchi2012-01-206-212/+201
* entry: make EphyLocationEntry a GtkEntryCosimo Cecchi2012-01-204-106/+36
* ephy-window: annotate return value of a methodXan Lopez2012-01-201-0/+9
* ephy-toolbar: set the MENUBAR style classXan Lopez2012-01-191-0/+5
* ephy-window: hide our titlebar when maximizedXan Lopez2012-01-191-0/+3
* Remove Print Setup item from the super menu and embed it into print dialogCarlos Garcia Campos2012-01-184-34/+0
* ephy-home-action: remove a lot of unused codeXan Lopez2012-01-181-148/+9
* Remove Print Preview item from the super menuXan Lopez2012-01-184-22/+0
* ephy-page-menu-action: do not query the action proxies during disposeXan Lopez2012-01-181-9/+5
* ephy-find-toolbar: reorder includesXan Lopez2012-01-171-3/+3
* ephy-window: fix binding for Find PreviousXan Lopez2012-01-171-1/+1
* Remove Find Next/Previous from page menuXan Lopez2012-01-171-0/+3
* ephy-page-menu-action: disconnect the visible handler on disposeXan Lopez2012-01-171-0/+10
* ephy-page-menu-action: set the DROPDOWN type hint on the page menuCosimo Cecchi2012-01-171-0/+4
* ephy-page-menu-action: set the style class in the button, not the menuXan Lopez2012-01-171-12/+12
* ephy-page-menu-action: hang on to our menuXan Lopez2012-01-171-2/+14
* ephy-page-menu: set a style class when our menu is visibleXan Lopez2012-01-173-29/+61
* ephy-toolbar: set a name for the page menu buttonXan Lopez2012-01-171-0/+1
* Move the nautilus floating bar to lib/widgetsXan Lopez2012-01-173-466/+0
* floating-bar: import NautilisFloatingBar into EpiphanyCosimo Cecchi2012-01-173-0/+466
* ephy-notebook: use symbolic icon for close buttonXan Lopez2012-01-171-1/+2
* ephy-page-menu: fix warningXan Lopez2012-01-171-1/+1
* ephy-combined-stop-reload-action: object orientation is hard, let's go shoppingXan Lopez2012-01-172-5/+5
* ephy-page-menu: activate on button pressXan Lopez2012-01-171-16/+41