aboutsummaryrefslogtreecommitdiffstats
path: root/embed
Commit message (Expand)AuthorAgeFilesLines
* ephy-web-app-utils: do not use the webview in the web app creation methodAlexandre Mazari2012-03-292-12/+10
* Remove EphyHistory from the repository. It's unused now.Xan Lopez2012-03-206-1230/+1
* Replace EphyFaviconCache by WebKit's icon database cacheSergio Villar Senin2012-03-208-1012/+13
* Fix bookmarklet's titles when they are createdXan Lopez2012-03-162-14/+22
* ephy-web-view: return an actual visit type instead of just '0'Xan Lopez2012-03-151-1/+1
* The security certificate code is a no-op, remove itXan Lopez2012-03-152-13/+0
* ephy-web-view: remove gtk-doc snippet for a private methodXan Lopez2012-03-151-7/+0
* ephy-web-view: use plain g_signal_connect alwaysXan Lopez2012-03-151-9/+9
* ephy-web-view: connect to WebView signals in just one placeXan Lopez2012-03-151-8/+12
* ephy-web-view: we already have a reference to the history serviceXan Lopez2012-03-151-1/+1
* ephy-web-view: do not duplicate code for the uri->title fallbackXan Lopez2012-03-151-17/+14
* ephy-web-view: remove can_go_up/go_up codeXan Lopez2012-03-152-50/+2
* ephy-web-view: make ephy_web_view_clear_history privateXan Lopez2012-03-152-54/+47
* Automatically prefix existing absolute paths with file://Gustavo Noronha Silva2012-03-143-5/+17
* Revert "ephy-embed-single: remove some dead code"Xan Lopez2012-03-141-1/+53
* ephy-embed-single: remove network statusXan Lopez2012-03-142-96/+0
* ephy-embed-single: remove some dead codeXan Lopez2012-03-141-56/+1
* ephy-embed: do not pull in string.h for strcmpXan Lopez2012-03-141-2/+1
* ephy-embed: remove a few useless includesXan Lopez2012-03-141-8/+0
* ephy-web-view: also reset page visit type on load failedXan Lopez2012-03-141-0/+3
* ephy-web-view: style fixesXan Lopez2012-03-141-82/+79
* ephy-embed: remove history serviceXan Lopez2012-03-141-5/+0
* ephy-web-view: move history management to EphyWebViewXan Lopez2012-03-142-26/+21
* ephy-web-view: move zoom handling to EphyWebViewXan Lopez2012-03-142-81/+82
* ephy-web-view: let EphyWebView clear its own historyXan Lopez2012-03-142-15/+15
* ephy-web-view: get a reference to the history serviceXan Lopez2012-03-141-0/+3
* history: remember visit typesXan Lopez2012-03-143-6/+62
* ephy-web-view: fix indentationXan Lopez2012-03-131-18/+14
* ephy-web-view: remove useless includesXan Lopez2012-03-131-4/+0
* ephy-web-view: move header to the new coding styleXan Lopez2012-03-131-32/+34
* ephy-web-view: remove stale codeXan Lopez2012-03-131-43/+0
* ephy-embed: cancel the pending history queries during finalizeClaudio Saavedra2012-03-131-1/+8
* ephy-history-service: make the async API cancellableClaudio Saavedra2012-03-132-3/+3
* ephy-web-view: share non-search-regex for testingDiego Escalante Urrelo2012-03-113-9/+47
* ephy-embed: do not add the homepage (about:blank) to the historyXan Lopez2012-03-081-0/+3
* ephy-web-view: remember when we are loading the homepageXan Lopez2012-03-082-11/+37
* ephy-web-view: protect against pages with NULL URIXan Lopez2012-03-071-4/+6
* Move the host and urls views from embed to lib/widgetsXan Lopez2012-03-079-804/+1
* ephy-history-view: ellypsize the title and url columnsClaudio Saavedra2012-03-071-2/+6
* history-window: Add a view for the hostsClaudio Saavedra2012-03-075-0/+396
* Add a new view for the pages historyClaudio Saavedra2012-03-075-0/+403
* ephy-embed: do not retrieve the legacy history instanceXan Lopez2012-03-071-3/+0
* ephy-history-service: add a "cleared" signal for the clear methodXan Lopez2012-03-071-3/+3
* Rename ephy_history_service_add_page to ephy_history_service_visit_urlXan Lopez2012-03-071-1/+1
* Get rid of EphyBrowseHistoryXan Lopez2012-03-077-295/+40
* ephy-web-view: also fallback to URI as title hereXan Lopez2012-03-071-3/+9
* ephy-browse-history: small cleanupXan Lopez2012-03-071-1/+1
* ephy-browse-history: style cleanupsXan Lopez2012-03-072-115/+45
* Remove the set_url_property history methodXan Lopez2012-03-071-6/+4
* Store zoom levels per host, not per URLXan Lopez2012-03-073-17/+32
* Hook the new history to the URL entryXan Lopez2012-03-072-0/+6
* Use EphyBrowseHistory to store page titlesClaudio Saavedra2012-03-071-4/+3
* Use EphyBrowseHistory to set/get the zoom level for pagesClaudio Saavedra2012-03-071-39/+39
* Use the new EphyBrowseHistory to add a URI to the historyClaudio Saavedra2012-03-071-6/+1
* Add a EphyBrowseHistory instance to EphyEmbedClaudio Saavedra2012-03-071-0/+3
* Add a EphyBrowseHistory instance to EphyEmbedShellClaudio Saavedra2012-03-072-0/+29
* Add initial implementation of the browse history frontendClaudio Saavedra2012-03-073-0/+321
* We need to be a bit smarter about this, and only dismiss it forXan Lopez2012-02-241-1/+1
* ephy-web-view: fix loading of <domain>:<port> URIsXan Lopez2012-02-231-1/+76
* ephy-embed-utils: fix loading of <IP address>:<port> URIsXan Lopez2012-02-231-7/+9
* ephy-web-view: don't assume a embed-container in close-web-viewDiego Escalante Urrelo2012-02-221-9/+5
* ephy-web-view: remove close-requested signalDiego Escalante Urrelo2012-02-222-17/+0
* ephy-web-app-utils: be more careful listing applicationsDiego Escalante Urrelo2012-02-221-16/+17
* Initialize variables that could be freed without being setGustavo Noronha Silva2012-02-201-2/+2
* Make inspector handling real-world compliantGustavo Noronha Silva2012-02-201-10/+30
* ephy-web-view: blank line nitpickDiego Escalante Urrelo2012-02-111-1/+1
* ephy-web-app-utils: add EPHY_WEB_APP_ICON defineDiego Escalante Urrelo2012-02-092-2/+3
* Convert app names to the proper encoding before using them as filenamesClaudio Saavedra2012-02-081-12/+53
* Allow toggling WebGL as a runtime GSettings switchMartin Robinson2012-02-031-0/+4
* Get rid of EPHY_STOCK_EPHYXan Lopez2012-01-271-1/+0
* ephy-embed-utils: load again stuff like 'localhost:3000"Xan Lopez2012-01-251-5/+16
* Never append "http://" to an address with a schemeXan Lopez2012-01-242-3/+6
* ephy-embed-utils: consider 'ephy-about' as a web schemeXan Lopez2012-01-241-0/+1
* ephy-web-view: remove unused variableXan Lopez2012-01-241-6/+0
* ephy-web-view: dismiss the "Remember password?" infobar on navigationXan Lopez2012-01-241-1/+1
* ephy-window: sync page actions with is-blank propertyDiego Escalante Urrelo2012-01-241-3/+42
* ephy-web-view: remove uneeded is_blank callsDiego Escalante Urrelo2012-01-241-4/+3
* ephy-web-view: only autosearch input without schemeDiego Escalante Urrelo2012-01-241-11/+18
* ephy-embed-utils: mailto is not a web schemeDiego Escalante Urrelo2012-01-241-2/+1
* ephy-embed: reorder includesXan Lopez2012-01-231-3/+2
* ephy-embed: move the other statusbar id to the .c fileXan Lopez2012-01-232-2/+2
* ephy-embed: remove unused defineXan Lopez2012-01-221-1/+0
* ephy-embed: the method to set the statusbar label can be private tooXan Lopez2012-01-222-17/+15
* ephy-embed: we can now make the statusbar methods privateXan Lopez2012-01-222-122/+116
* ephy-embed: stop listening to progress updates after disposeXan Lopez2012-01-201-6/+14
* ephy-embed-shell: add missing annotationXan Lopez2012-01-201-1/+1
* ephy-embed: if there's a priv variable set, use itXan Lopez2012-01-191-39/+40
* ephy-embed: do not listen to status updates after disposeXan Lopez2012-01-191-1/+13
* Remove Print Setup item from the super menu and embed it into print dialogCarlos Garcia Campos2012-01-181-3/+6
* Remove Print Preview item from the super menuXan Lopez2012-01-182-16/+0
* ephy-web-view: remove unused methodXan Lopez2012-01-172-67/+0
* embed: add enter/leave events to the GtkOverlayCosimo Cecchi2012-01-171-0/+3
* embed: set the floating bar as no_show_allCosimo Cecchi2012-01-171-0/+1
* Move the nautilus floating bar to lib/widgetsXan Lopez2012-01-171-3/+1
* floating-bar: import NautilisFloatingBar into EpiphanyCosimo Cecchi2012-01-171-37/+10
* Add mnemonics for password/recovery infobarsJiro Matsuzawa2012-01-061-2/+2
* ephy-embed-prefs: Hardcode enable-fullscreen to TRUEPhilippe Normand2012-01-041-0/+1
* e-download: add ephy_download_get_content_typeDiego Escalante Urrelo2011-12-212-3/+49
* ephy-embed-prefs: reorder includesXan Lopez2011-12-201-4/+4
* EphyEmbed: do not show the progressbar for about:blankClaudio Saavedra2011-12-161-0/+5
* EphyEmbed: Hide the statusbar in a timeout handlerClaudio Saavedra2011-12-161-1/+22
* EphyEmbed: reset the alignment of the statusbar when hiddenClaudio Saavedra2011-12-161-2/+3
* ephy-web-view: plug leakXan Lopez2011-12-151-3/+3
* Some indentation fixes.Claudio Saavedra2011-12-141-6/+4
* Use an overlay progress bar for the loading progress.Claudio Saavedra2011-12-141-1/+32
* Use a GtkOverlay for the statusbar instead of shipping GeditOverlayClaudio Saavedra2011-12-141-10/+27
* ephy-embed: small cleanupsXan Lopez2011-12-111-5/+3
* Remove last traces of dummy certificate managerXan Lopez2011-12-051-49/+0
* Remove homepage preference from GSettingsXan Lopez2011-12-042-18/+5
* Redesign of about:pagesTom Tryfonidis2011-12-011-1/+2
* web view: fix icon namesSaleem Abdulrasool2011-12-011-4/+4
* ephy-request-about: fix a potential crasher if the css file is missingClaudio Saavedra2011-12-011-1/+4
* webapps: ensure the webapps are shown in the shellClaudio Saavedra2011-12-011-6/+14
* ephy-embed: disconnect statusbar timeout on disposeXan Lopez2011-11-301-7/+12
* Use SoupSession:ssl-use-system-ca-file propertyDan Winship2011-11-302-16/+4
* Delay hiding the statusbar overlay when the status text changes.Martin Robinson2011-11-301-2/+23
* fix string formatFunda Wang2011-09-281-1/+1
* Add translation context for a stringClaudio Saavedra2011-09-161-1/+3
* Fix documentation commentClaudio Saavedra2011-09-121-1/+1
* web apps: Remove G_DIRECTORY_SEPARATOR chars from filenamesClaudio Saavedra2011-09-121-0/+1
* Normalize the web app profile directory and desktop file namesClaudio Saavedra2011-09-121-8/+38
* ephy-web-view: SoupURI construction can fail for invalid URIsXan Lopez2011-09-121-2/+4
* ephy-web-view: remove unused and unimplemented methodXan Lopez2011-09-112-18/+0
* ephy-web-view: sort includesXan Lopez2011-09-111-14/+14
* ephy-web-view: use SoupURI for about: checkXan Lopez2011-09-111-4/+9
* Remove obsolete commentClaudio Saavedra2011-09-091-2/+1
* ephy-web-view: remove now unused parameter to sprintfXan Lopez2011-09-081-1/+1
* ephy-web-view: do not mention the URL twice in error pagesXan Lopez2011-09-071-1/+1
* Revert "ephy-web-view: fix title for error pages"Xan Lopez2011-09-071-1/+1
* Make about:applications prettierXan Lopez2011-09-073-8/+57
* ephy-web-view: fix title for error pagesXan Lopez2011-09-061-1/+1
* ephy-web-view: fix multiple deletes in about:applicationsXan Lopez2011-09-061-1/+3
* Implement about:applicationsXan Lopez2011-09-064-4/+147
* ephy-request-about: move this to embed/Xan Lopez2011-09-063-0/+238
* e-web-view: fix error pages for RTL localesVinicius Depizzol2011-09-051-2/+3
* e-web-view: use proper html for paragraphsDiego Escalante Urrelo2011-09-051-10/+11
* e-web-view: better messages in error pagesDiego Escalante Urrelo2011-09-051-4/+15
* e-file-helpers: implement and use ephy_file_delete_dir_recursivelyDiego Escalante Urrelo2011-09-051-52/+1
* ephy-web-app-utils: fix include sortXan Lopez2011-09-041-0/+1
* ephy-web-app-utils: adjust includes to styleguideXan Lopez2011-09-041-2/+0
* ephy-web-app-utils: move the web app creation code hereXan Lopez2011-09-043-164/+183
* ephy-web-view: silence compiler warningXan Lopez2011-09-031-0/+1
* ephy-web-app-utils: rename ephy_delete_web_application to ephy_web_applicatio...Xan Lopez2011-09-032-3/+3
* Add ephy_web_application_get_profile_directory()Claudio Saavedra2011-09-023-9/+26
* Move EPHY_WEB_APP_PREFIX declaration to a cleaner locationClaudio Saavedra2011-09-022-2/+2
* Add --delete--application command line option to delete WebAppsXan Lopez2011-09-023-1/+175
* ephy-web-view: do not launch ephy with jhbuildXan Lopez2011-08-291-1/+1
* Add basic support for Web ApplicationsXan Lopez2011-08-292-0/+211
* e-web-view: use hostname in geolocation infobarDiego Escalante Urrelo2011-08-131-1/+4
* Use line-wrap in GtkInfoBar labelsDiego Escalante Urrelo2011-08-131-1/+2
* Use g_markup_printf_escaped when printing urisDiego Escalante Urrelo2011-08-131-5/+5
* e-web-view: use ephy_string_get_host_nameDiego Escalante Urrelo2011-08-111-4/+4
* e-window: use a css file for widget stylingAlexandre Mazari2011-07-301-15/+0
* e-embed: remove useless e-file-chooser includeDiego Escalante Urrelo2011-07-301-1/+0
* Add an --application-mode flag and global modeXan Lopez2011-06-301-1/+2
* Use an enum for the global mode of the applicationXan Lopez2011-06-304-22/+30
* Use GtkApplication's window tracking for EphyWindow tooXan Lopez2011-06-302-44/+0
* Always use the EphyEmbedShell to know if we are a private instanceXan Lopez2011-06-302-2/+2
* Merge EphyApplication into Ephy(Embed)ShellXan Lopez2011-06-302-3/+83
* ephy-embed-single: remove add-search-engine signalXan Lopez2011-06-282-27/+0
* ephy-embed-prefs: stop trying to use the GNOME font settingsXan Lopez2011-06-181-37/+7
* ephy-embed-prefs: plug a couple of leaksXan Lopez2011-06-161-1/+4
* Use the generic marshaler throughoutXan Lopez2011-06-146-19/+13
* ephy-web-view: do not warn of modified forms for short text in input elementsXan Lopez2011-06-101-2/+23
* ephy-embed-utils: make URI normalization for about: genericXan Lopez2011-06-101-3/+3
* Use GtkOrientable interface instead of deprecated V/H widgetsClaudio Saavedra2011-06-093-7/+10
* use gtk_box_pack_start() with EphyEmbedClaudio Saavedra2011-06-091-1/+1
* ephy-embed-single: set_network_status needs to notifyDiego Escalante Urrelo2011-06-051-0/+2
* Added about:plugins support.Sergio Villar Senin2011-06-014-5/+43
* ephy-web-view: warn about unsubmitted forms on closeXan Lopez2011-06-011-0/+33
* Add optional spell checking, enabled by defaultXan Lopez2011-05-231-0/+26
* Slide out the status overlay when the mouse pointer goes close by.Alexandre Mazari2011-04-261-1/+6
* ephy-embed-prefs: plug a couple of leaksXan Lopez2011-04-241-1/+4
* Remove a few GCC 4.6.0 warningsXan Lopez2011-04-212-4/+0
* Better behaviour when openning new windows that are resized as tabsGustavo Noronha Silva2011-04-182-1/+39
* Move overlay statusbar to EphyEmbedXan Lopez2011-04-164-202/+187
* Rely on WebKit doing the check for mixed symbolsGustavo Noronha Silva2011-04-151-14/+0
* ephy-embed-prefs: auto-shrink images by defaultXan Lopez2011-04-121-1/+0
* ephy-web-view: use new API for DOM eventsXan Lopez2011-03-191-2/+3
* Select the serif font as the default web font.Martin Robinson2011-03-121-4/+4
* Improve the selection of the system serif font.Martin Robinson2011-03-121-5/+4
* ephy-download: add the new EphyDownload objectDiego Escalante Urrelo2011-03-0810-2672/+1199
* ephy-embed: add a border and a little padding to the status frameXan Lopez2011-03-051-0/+18
* ephy-embed: hide toplevel child widgetXan Lopez2011-02-211-2/+8
* ephy-web-view: do not update statusbar text for webviews without embed objectSergio Villar Senin2011-02-161-1/+3
* Sync with latest GeditOverlay codeXan Lopez2011-02-161-3/+3
* ephy-web-view: do not update status after we are deadXan Lopez2011-02-121-17/+19
* Sync with upstream GeditOverlay codeXan Lopez2011-02-121-1/+1
* Change packing order for gedit overlayXan Lopez2011-02-111-4/+4
* Port floating statusbar to gedit's overlay widgetXan Lopez2011-02-114-97/+36
* ephy-embed-single: Update to use direct-from-libsoup SoupCacheDan Winship2011-02-031-8/+10
* ephy-embed-single: make sure flash plugin is disabledCarlos Garcia Campos2011-01-111-3/+1
* Use the new GTK_STATE_FLAG_NORMAL flagDiego Escalante Urrelo2011-01-111-1/+1
* Port to gtk+ master's GtkStyleContextDiego Escalante Urrelo2010-12-151-17/+23
* ephy-embed-single: move code from init to initializeXan Lopez2010-12-141-16/+16
* ephy-embed-single: couple of style fixesXan Lopez2010-12-141-2/+2
* ephy-embed-single: disable Flash by defaultXan Lopez2010-12-131-0/+16
* ephy-web-view.c: fix typoXan Lopez2010-12-121-1/+1
* ephy-web-view: use custom error pagesDiego Escalante Urrelo2010-12-112-12/+148
* ephy-web-view: make defines friendlier with introspectionDiego Escalante Urrelo2010-12-092-3/+3
* ephy-permission-manager: fix names of permission typesDiego Escalante Urrelo2010-12-092-5/+7
* introspection: fix wrong and missing annotationsDiego Escalante Urrelo2010-12-097-23/+38
* prefs-dialog: new custom font selection UIDiego Escalante Urrelo2010-12-081-2/+105
* ephy-embed-prefs: use minimum-font-size instead of minimum-logical-font-sizeDiego Escalante Urrelo2010-12-081-1/+1
* ephy-embed-single: don't use macros when not neededDiego Escalante Urrelo2010-12-081-1/+1
* ephy-embed-prefs: initialize prefs from settingsDiego Escalante Urrelo2010-12-071-11/+15
* ephy-profile-migration: separate migration code into another binaryDiego Escalante Urrelo2010-12-072-19/+19
* ephy-embed: clean up embed widget skeletonDiego Escalante Urrelo2010-12-062-65/+37
* Handle all the different kind of errors in the load_error_cb callbackAlejandro G. Castro2010-12-011-16/+57
* ephy-web-view: manually unref DOM objects when neededXan Lopez2010-11-221-0/+8
* WebKitSoupCache expects a max cache size in bytesSergio Villar Senin2010-11-181-1/+1
* Use gtk_paned_new() instead gtk_[h|v]paned_new()Javier Jardón2010-11-091-1/+1
* ephy-web-view: use full content zoom by defaultXan Lopez2010-11-081-0/+7
* ephy-web-view: remove ge-dom-mouse signalsXan Lopez2010-11-062-37/+0
* Remove libnotify dependencyXan Lopez2010-10-291-84/+0
* Always enable Web InspectorXan Lopez2010-10-241-4/+1
* ephy-web-view: don't use set-scroll-adjustments signalXan Lopez2010-10-241-7/+19
* Added soup cacheSergio Villar Senin2010-10-151-0/+44
* gsettings: port epiphany to gsettingsDiego Escalante Urrelo2010-10-088-325/+191
* Adapt to latest changes in the GTK+ drawing modelXan Lopez2010-10-051-11/+9
* ephy-embed: add _ prefix to instance/class structsXan Lopez2010-10-042-6/+6
* ephy-favicon-cache: remove failed download filesDiego Escalante Urrelo2010-08-311-1/+7
* ephy-favicon-cache: don't store invalid icon typesDiego Escalante Urrelo2010-08-311-11/+48
* ephy-favicon-cache: remove invalid files on getDiego Escalante Urrelo2010-08-311-2/+2
* ephy-favicon-cache: remove legacy EPHY_NODE_FAVICON_PROP_CHECKOLDDiego Escalante Urrelo2010-08-311-5/+0
* downloader-view.c: do not overwrite timeout IDXan Lopez2010-08-301-1/+2
* Brow paper bag commit fixing bracer style.Gustavo Noronha Silva2010-08-251-2/+1
* Use the Geolocation support in WebKitGTK+Gustavo Noronha Silva2010-08-251-0/+84
* Make the inspector window biggerGustavo Noronha Silva2010-08-251-1/+1
* Bring inspector window to front when the inspector requests a showGustavo Noronha Silva2010-08-251-1/+1
* Only show/hide the inspector window when it is detachedGustavo Noronha Silva2010-08-251-9/+17
* Set Accept-Language header correctlyJosselin Mouette2010-08-171-4/+48
* ephy-embed-prefs.h: remove old unused definesDiego Escalante Urrelo2010-08-101-12/+0
* Allow attaching/detaching the inspector in Epiphany's windowGustavo Noronha Silva2010-08-031-8/+114
* ephy-embed-prefs: remove old font definesDiego Escalante Urrelo2010-08-031-6/+0
* ephy-web-view: use GObject DOM for ge-feed-linkDiego Escalante Urrelo2010-08-021-137/+28
* ephy-web-view: use GObject DOM for form fill/saveDiego Escalante Urrelo2010-08-021-289/+121
* Defaults to ALL FILES on save_as dialogsJorge Kalmbach2010-07-091-1/+1
* ephy-embed: don't create Save As button manuallyDiego Escalante Urrelo2010-06-121-10/+3
* ephy-embed: clean up confirm_action_from_mimeDiego Escalante Urrelo2010-06-121-35/+36
* Fixed detected feed URL for relative URIsFrédéric Péters2010-06-081-1/+14
* Do not change the address if we are still loading the previous pageAlejandro G. Castro2010-06-021-4/+8
* ephy-web-view: remove dom-content-loaded signalXan Lopez2010-05-252-20/+0
* ephy-web-view: factor statusbar drawing code out of expose handlerXan Lopez2010-05-231-39/+47
* ephy-web-view: add a bit of padding to the statusbarXan Lopez2010-05-231-12/+17
* Update the status message from within the EphyWebViewXan Lopez2010-05-191-0/+24
* Do not hardcode the statusbar context descriptionsXan Lopez2010-05-191-0/+3
* Use a chromium-like status bar by defaultXan Lopez2010-05-192-61/+325
* Fix crash when trying to load URIs with no pathGustavo Noronha Silva2010-05-171-1/+1
* ephy-embed-single: remove add_sidebar signalDiego Escalante Urrelo2010-05-142-24/+0