aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Back/Forward actions do need to have a label setXan Lopez2012-01-172-0/+4
* ephy-window: forgot thisXan Lopez2012-01-171-1/+0
* Refactor GtkActions with attached EphyWindowsXan Lopez2012-01-1713-215/+190
* ephy-window: add extra bindings for zoom in/outXan Lopez2012-01-171-1/+5
* ephy-navigation-history-action: make sure embed is focused after navigationXan Lopez2012-01-171-0/+2
* ephy-toolbar: set a style class to the location+reload comboXan Lopez2012-01-171-0/+2
* ephy-toolbar: use normal GtkButtons for the toolbarXan Lopez2012-01-172-20/+25
* Stop using GtkUIManager to create the toolbarXan Lopez2012-01-177-13/+289
* window-commands: update copyright yearXan Lopez2012-01-151-1/+1
* Make the visible name of the application 'Web'Xan Lopez2012-01-141-4/+4
* ephy-window: drop the PRIMARY_TOOLBAR styleXan Lopez2012-01-141-3/+0
* ephy-window: use the emblem icon for the page menuXan Lopez2012-01-141-1/+1
* ephy-window: make fullscreen an extra bindingXan Lopez2012-01-141-0/+2
* ephy-window: do not track application windows too muchXan Lopez2012-01-141-2/+0
* ephy-window: remove some dead codeXan Lopez2012-01-141-29/+1
* ephy-window: add temporary extra binding for PageMenuXan Lopez2012-01-141-0/+4
* ephy-window: simplify the chrome visibility logicXan Lopez2012-01-141-9/+3
* ephy-page-menu-action: try to use the actual activate event when possibleXan Lopez2012-01-141-1/+12
* ephy-window: pass the application to the constructorXan Lopez2012-01-141-1/+4
* ephy-window: remove some memubar leftoversXan Lopez2012-01-141-52/+4
* Drop menubar and create an actions menu button in the toolbarXan Lopez2012-01-146-54/+170
* Use the new Shell global menu for global actionsXan Lopez2012-01-146-149/+140
* ephy-window: make sure to hide all chrome in application modeXan Lopez2012-01-111-1/+5
* Add mnemonics for password/recovery infobarsJiro Matsuzawa2012-01-061-2/+2
* ephy-navigation-history-action: remove some dead codeXan Lopez2012-01-031-7/+0
* make g_setenv() calls early enough during startupClaudio Saavedra2012-01-021-12/+12
* ephy-home-action: remove dead codeXan Lopez2012-01-021-7/+0
* ephy-window: remove GoHome action, it's not used (I hope!)Xan Lopez2012-01-021-18/+0
* Revert "Remove EphyHomeAction, it's unused"Xan Lopez2012-01-024-0/+341
* Remove EphyHomeAction, it's unusedXan Lopez2012-01-024-341/+0
* Remove EphyGoAction, it's unusedXan Lopez2012-01-024-154/+0
* Fake middle clicks without gtk_button_{press,release}, which are deprecatedXan Lopez2012-01-024-33/+49
* ephy-link-action: we don't have menu tool buttons that need to react to middl...Xan Lopez2012-01-011-16/+2
* ephy-session: use GTK's method to get the content areaXan Lopez2012-01-011-1/+1
* ephy-combined-stop-reload-action: add type checksXan Lopez2011-12-311-1/+5
* ephy-combined-stop-reload-action: make sure we always set the initial stateXan Lopez2011-12-311-7/+8
* ephy-window: set statusbar cid on notebook's page-addedXan Lopez2011-12-311-6/+6
* ephy-notebook: remove unused methodXan Lopez2011-12-302-15/+0
* ephy-location-action: reorder includesXan Lopez2011-12-231-5/+4
* Remove option to hide toolbarsXan Lopez2011-12-202-77/+0
* Remove the "Hide menubar" optionXan Lopez2011-12-201-21/+0
* Remove NavigationUpXan Lopez2011-12-205-160/+0
* Use symbolic icons in the toolbarXan Lopez2011-12-202-6/+5
* ephy-combined-stop-reload-action: include fixesXan Lopez2011-12-201-2/+1
* Combine the Reload and Stop toolbar buttons into oneClaudio Saavedra2011-12-184-0/+239
* ephy-session: do not store "ephy-about" URIsXan Lopez2011-12-151-0/+7
* ephy-session: reorder includesXan Lopez2011-12-151-7/+4
* window-commands: reorder includesXan Lopez2011-12-151-21/+21
* ephy-notebook: reorder includesXan Lopez2011-12-151-8/+8
* ephy-shell: correct bogus logic in warning messageXan Lopez2011-12-151-7/+9
* ephy-topic-action: another tiny leftoverXan Lopez2011-12-151-1/+0
* ephy-bookmark-action: kill unused code related to toolbar itemsXan Lopez2011-12-151-385/+19
* ephy-topic-action: kill unused code related to toolbar itemsXan Lopez2011-12-151-228/+2
* ephy-link-action: small cleanupsXan Lopez2011-12-151-13/+12
* ephy-related-action: remove, it's unusedXan Lopez2011-12-154-226/+0
* Remove last traces of the EggToolbar codeXan Lopez2011-12-156-450/+4
* ephy-bookmark-action: remove unused includesXan Lopez2011-12-151-7/+5
* Remove the topic/bookmark factory actionsXan Lopez2011-12-156-723/+0
* Remove code to support bookmark/topic toolbarXan Lopez2011-12-154-538/+45
* Remove ephy_window_get_toolbarXan Lopez2011-12-143-21/+0
* Remove custom EphyToolbar in favor of a vanilla GtkToolbarXan Lopez2011-12-149-955/+459
* Use an overlay progress bar for the loading progress.Claudio Saavedra2011-12-141-70/+0
* ephy-shell: add warning message about incorrect usage of ephy_shell_new_tab_fullXan Lopez2011-12-121-1/+2
* ephy-shell: fix weird spacing in LOG messagesXan Lopez2011-12-121-5/+5