aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* ephy-window: append new windows opened as tabs after current tabXan Lopez2011-12-121-3/+5
* ephy-window: remove superfluous headersXan Lopez2011-12-101-2/+0
* ephy-toolbar: reorder headersXan Lopez2011-12-061-8/+8
* ephy-window: remove obsolete commentXan Lopez2011-12-051-2/+0
* ephy-window: add global bindings for GoHistory and GoLocationXan Lopez2011-12-051-0/+3
* Remove "Go" menuXan Lopez2011-12-051-1/+0
* Remove last traces of dummy certificate managerXan Lopez2011-12-053-26/+0
* ephy-window: fix accidentally reversed tab bindingsXan Lopez2011-12-051-4/+4
* ephy-window: remove the tabs menuXan Lopez2011-12-054-615/+7
* Remove history dropdown menus from action buttonsXan Lopez2011-12-055-430/+2
* prefs-dialog: fix compiler warningsXan Lopez2011-12-041-1/+1
* Remove homepage preference from GSettingsXan Lopez2011-12-042-7/+3
* Remove UI to define a homepageXan Lopez2011-12-041-64/+11
* Remove toolbar editorXan Lopez2011-12-036-474/+0
* ephy-window: small cleanups, mostly code reorg.Xan Lopez2011-12-011-137/+129
* Don't ever show tabs when in application modeClaudio Saavedra2011-11-231-5/+8
* Remove some deprecated GTK+ callsClaudio Saavedra2011-11-221-4/+7
* Use GNetworkMonitor to monitor network statusXan Lopez2011-11-162-38/+14
* Remove g_thread_init callsXan Lopez2011-11-061-3/+0
* Show Webkit versionJuan A. Suarez Romero2011-11-021-1/+4
* e-bookmark-properties: port to GtkGridDiego Escalante Urrelo2011-10-111-15/+19
* pdm-dialog: port cookie properties to GtkGridDiego Escalante Urrelo2011-10-111-91/+36
* Fixed Bug 660749. Call gtk_label_set_use_markup for the child of manual_buttonJiro Matsuzawa2011-10-071-0/+1
* fix string formatFunda Wang2011-09-281-2/+2
* Don't crash when network manager is not availableIonut Biru2011-09-271-4/+5
* ephy-shell: chain to parent ::startup methodXan Lopez2011-09-171-0/+2
* ephy-shell: remove unused includesXan Lopez2011-09-111-4/+0
* ephy-shell: do not resume session in web app modeXan Lopez2011-09-111-5/+6
* ephy-shell: sort includes and remove duplicatesXan Lopez2011-09-111-29/+26
* ephy-main: sort includes (and remove duplicates!)Xan Lopez2011-09-111-14/+9
* ephy-window: disable unwanted actions in application modeXan Lopez2011-09-091-3/+36
* ephy-toolbar: undo this hackXan Lopez2011-09-091-7/+4
* Display a notification if the web application saving failsClaudio Saavedra2011-09-061-9/+13
* Ask the user for confirmation before overwriting web applicationsClaudio Saavedra2011-09-061-35/+87
* Use EphyFileChooser filters usefullyDiego Escalante Urrelo2011-09-052-2/+2
* ephy-window: hide some irrelevant context menu actions when in app modeXan Lopez2011-09-041-0/+12
* ephy-bookmarks-ui: we need to include the EphyNode headerXan Lopez2011-09-041-1/+2
* ephy-window: sort includesXan Lopez2011-09-041-28/+28
* ephy-web-app-utils: move the web app creation code hereXan Lopez2011-09-041-3/+4
* ephy-web-app-utils: rename ephy_delete_web_application to ephy_web_applicatio...Xan Lopez2011-09-031-1/+1
* Add --delete--application command line option to delete WebAppsXan Lopez2011-09-021-0/+16
* EphyWindow: Fix location entry's load progressClaudio Saavedra2011-09-021-12/+24
* ephy-window: same hack to allow ephy to launch itself from app modeXan Lopez2011-08-301-0/+4
* window-commands: make 'Enter' activate the default responseXan Lopez2011-08-301-0/+1
* Show a notification when the newly created web-app is ready to be usedXan Lopez2011-08-292-2/+39
* ephy-window: sandbox app-mode instances to the app domainXan Lopez2011-08-291-0/+39
* ephy-main: more parameter sanity checkXan Lopez2011-08-291-0/+5
* ephy-toolbar: disable New Window and New Tab actionsXan Lopez2011-08-291-4/+11
* Add basic support for Web ApplicationsXan Lopez2011-08-295-26/+241
* Use line-wrap in GtkInfoBar labelsDiego Escalante Urrelo2011-08-131-0/+1