| Commit message (Expand) | Author | Age | Files | Lines |
* | Move the host and urls views from embed to lib/widgets | Xan Lopez | 2012-03-07 | 9 | -804/+1 |
* | ephy-history-view: ellypsize the title and url columns | Claudio Saavedra | 2012-03-07 | 1 | -2/+6 |
* | history-window: Add a view for the hosts | Claudio Saavedra | 2012-03-07 | 5 | -0/+396 |
* | Add a new view for the pages history | Claudio Saavedra | 2012-03-07 | 5 | -0/+403 |
* | ephy-embed: do not retrieve the legacy history instance | Xan Lopez | 2012-03-07 | 1 | -3/+0 |
* | ephy-history-service: add a "cleared" signal for the clear method | Xan Lopez | 2012-03-07 | 1 | -3/+3 |
* | Rename ephy_history_service_add_page to ephy_history_service_visit_url | Xan Lopez | 2012-03-07 | 1 | -1/+1 |
* | Get rid of EphyBrowseHistory | Xan Lopez | 2012-03-07 | 7 | -295/+40 |
* | ephy-web-view: also fallback to URI as title here | Xan Lopez | 2012-03-07 | 1 | -3/+9 |
* | ephy-browse-history: small cleanup | Xan Lopez | 2012-03-07 | 1 | -1/+1 |
* | ephy-browse-history: style cleanups | Xan Lopez | 2012-03-07 | 2 | -115/+45 |
* | Remove the set_url_property history method | Xan Lopez | 2012-03-07 | 1 | -6/+4 |
* | Store zoom levels per host, not per URL | Xan Lopez | 2012-03-07 | 3 | -17/+32 |
* | Hook the new history to the URL entry | Xan Lopez | 2012-03-07 | 2 | -0/+6 |
* | Use EphyBrowseHistory to store page titles | Claudio Saavedra | 2012-03-07 | 1 | -4/+3 |
* | Use EphyBrowseHistory to set/get the zoom level for pages | Claudio Saavedra | 2012-03-07 | 1 | -39/+39 |
* | Use the new EphyBrowseHistory to add a URI to the history | Claudio Saavedra | 2012-03-07 | 1 | -6/+1 |
* | Add a EphyBrowseHistory instance to EphyEmbed | Claudio Saavedra | 2012-03-07 | 1 | -0/+3 |
* | Add a EphyBrowseHistory instance to EphyEmbedShell | Claudio Saavedra | 2012-03-07 | 2 | -0/+29 |
* | Add initial implementation of the browse history frontend | Claudio Saavedra | 2012-03-07 | 3 | -0/+321 |
* | We need to be a bit smarter about this, and only dismiss it for | Xan Lopez | 2012-02-24 | 1 | -1/+1 |
* | ephy-web-view: fix loading of <domain>:<port> URIs | Xan Lopez | 2012-02-23 | 1 | -1/+76 |
* | ephy-embed-utils: fix loading of <IP address>:<port> URIs | Xan Lopez | 2012-02-23 | 1 | -7/+9 |
* | ephy-web-view: don't assume a embed-container in close-web-view | Diego Escalante Urrelo | 2012-02-22 | 1 | -9/+5 |
* | ephy-web-view: remove close-requested signal | Diego Escalante Urrelo | 2012-02-22 | 2 | -17/+0 |
* | ephy-web-app-utils: be more careful listing applications | Diego Escalante Urrelo | 2012-02-22 | 1 | -16/+17 |
* | Initialize variables that could be freed without being set | Gustavo Noronha Silva | 2012-02-20 | 1 | -2/+2 |
* | Make inspector handling real-world compliant | Gustavo Noronha Silva | 2012-02-20 | 1 | -10/+30 |
* | ephy-web-view: blank line nitpick | Diego Escalante Urrelo | 2012-02-11 | 1 | -1/+1 |
* | ephy-web-app-utils: add EPHY_WEB_APP_ICON define | Diego Escalante Urrelo | 2012-02-09 | 2 | -2/+3 |
* | Convert app names to the proper encoding before using them as filenames | Claudio Saavedra | 2012-02-08 | 1 | -12/+53 |
* | Allow toggling WebGL as a runtime GSettings switch | Martin Robinson | 2012-02-03 | 1 | -0/+4 |
* | Get rid of EPHY_STOCK_EPHY | Xan Lopez | 2012-01-27 | 1 | -1/+0 |
* | ephy-embed-utils: load again stuff like 'localhost:3000" | Xan Lopez | 2012-01-25 | 1 | -5/+16 |
* | Never append "http://" to an address with a scheme | Xan Lopez | 2012-01-24 | 2 | -3/+6 |
* | ephy-embed-utils: consider 'ephy-about' as a web scheme | Xan Lopez | 2012-01-24 | 1 | -0/+1 |
* | ephy-web-view: remove unused variable | Xan Lopez | 2012-01-24 | 1 | -6/+0 |
* | ephy-web-view: dismiss the "Remember password?" infobar on navigation | Xan Lopez | 2012-01-24 | 1 | -1/+1 |
* | ephy-window: sync page actions with is-blank property | Diego Escalante Urrelo | 2012-01-24 | 1 | -3/+42 |
* | ephy-web-view: remove uneeded is_blank calls | Diego Escalante Urrelo | 2012-01-24 | 1 | -4/+3 |
* | ephy-web-view: only autosearch input without scheme | Diego Escalante Urrelo | 2012-01-24 | 1 | -11/+18 |
* | ephy-embed-utils: mailto is not a web scheme | Diego Escalante Urrelo | 2012-01-24 | 1 | -2/+1 |
* | ephy-embed: reorder includes | Xan Lopez | 2012-01-23 | 1 | -3/+2 |
* | ephy-embed: move the other statusbar id to the .c file | Xan Lopez | 2012-01-23 | 2 | -2/+2 |
* | ephy-embed: remove unused define | Xan Lopez | 2012-01-22 | 1 | -1/+0 |
* | ephy-embed: the method to set the statusbar label can be private too | Xan Lopez | 2012-01-22 | 2 | -17/+15 |
* | ephy-embed: we can now make the statusbar methods private | Xan Lopez | 2012-01-22 | 2 | -122/+116 |
* | ephy-embed: stop listening to progress updates after dispose | Xan Lopez | 2012-01-20 | 1 | -6/+14 |
* | ephy-embed-shell: add missing annotation | Xan Lopez | 2012-01-20 | 1 | -1/+1 |
* | ephy-embed: if there's a priv variable set, use it | Xan Lopez | 2012-01-19 | 1 | -39/+40 |
* | ephy-embed: do not listen to status updates after dispose | Xan Lopez | 2012-01-19 | 1 | -1/+13 |
* | Remove Print Setup item from the super menu and embed it into print dialog | Carlos Garcia Campos | 2012-01-18 | 1 | -3/+6 |
* | Remove Print Preview item from the super menu | Xan Lopez | 2012-01-18 | 2 | -16/+0 |
* | ephy-web-view: remove unused method | Xan Lopez | 2012-01-17 | 2 | -67/+0 |
* | embed: add enter/leave events to the GtkOverlay | Cosimo Cecchi | 2012-01-17 | 1 | -0/+3 |
* | embed: set the floating bar as no_show_all | Cosimo Cecchi | 2012-01-17 | 1 | -0/+1 |
* | Move the nautilus floating bar to lib/widgets | Xan Lopez | 2012-01-17 | 1 | -3/+1 |
* | floating-bar: import NautilisFloatingBar into Epiphany | Cosimo Cecchi | 2012-01-17 | 1 | -37/+10 |
* | Add mnemonics for password/recovery infobars | Jiro Matsuzawa | 2012-01-06 | 1 | -2/+2 |
* | ephy-embed-prefs: Hardcode enable-fullscreen to TRUE | Philippe Normand | 2012-01-04 | 1 | -0/+1 |
* | e-download: add ephy_download_get_content_type | Diego Escalante Urrelo | 2011-12-21 | 2 | -3/+49 |
* | ephy-embed-prefs: reorder includes | Xan Lopez | 2011-12-20 | 1 | -4/+4 |
* | EphyEmbed: do not show the progressbar for about:blank | Claudio Saavedra | 2011-12-16 | 1 | -0/+5 |
* | EphyEmbed: Hide the statusbar in a timeout handler | Claudio Saavedra | 2011-12-16 | 1 | -1/+22 |
* | EphyEmbed: reset the alignment of the statusbar when hidden | Claudio Saavedra | 2011-12-16 | 1 | -2/+3 |
* | ephy-web-view: plug leak | Xan Lopez | 2011-12-15 | 1 | -3/+3 |
* | Some indentation fixes. | Claudio Saavedra | 2011-12-14 | 1 | -6/+4 |
* | Use an overlay progress bar for the loading progress. | Claudio Saavedra | 2011-12-14 | 1 | -1/+32 |
* | Use a GtkOverlay for the statusbar instead of shipping GeditOverlay | Claudio Saavedra | 2011-12-14 | 1 | -10/+27 |
* | ephy-embed: small cleanups | Xan Lopez | 2011-12-11 | 1 | -5/+3 |
* | Remove last traces of dummy certificate manager | Xan Lopez | 2011-12-05 | 1 | -49/+0 |
* | Remove homepage preference from GSettings | Xan Lopez | 2011-12-04 | 2 | -18/+5 |
* | Redesign of about:pages | Tom Tryfonidis | 2011-12-01 | 1 | -1/+2 |
* | web view: fix icon names | Saleem Abdulrasool | 2011-12-01 | 1 | -4/+4 |
* | ephy-request-about: fix a potential crasher if the css file is missing | Claudio Saavedra | 2011-12-01 | 1 | -1/+4 |
* | webapps: ensure the webapps are shown in the shell | Claudio Saavedra | 2011-12-01 | 1 | -6/+14 |
* | ephy-embed: disconnect statusbar timeout on dispose | Xan Lopez | 2011-11-30 | 1 | -7/+12 |
* | Use SoupSession:ssl-use-system-ca-file property | Dan Winship | 2011-11-30 | 2 | -16/+4 |
* | Delay hiding the statusbar overlay when the status text changes. | Martin Robinson | 2011-11-30 | 1 | -2/+23 |
* | fix string format | Funda Wang | 2011-09-28 | 1 | -1/+1 |
* | Add translation context for a string | Claudio Saavedra | 2011-09-16 | 1 | -1/+3 |
* | Fix documentation comment | Claudio Saavedra | 2011-09-12 | 1 | -1/+1 |
* | web apps: Remove G_DIRECTORY_SEPARATOR chars from filenames | Claudio Saavedra | 2011-09-12 | 1 | -0/+1 |
* | Normalize the web app profile directory and desktop file names | Claudio Saavedra | 2011-09-12 | 1 | -8/+38 |
* | ephy-web-view: SoupURI construction can fail for invalid URIs | Xan Lopez | 2011-09-12 | 1 | -2/+4 |
* | ephy-web-view: remove unused and unimplemented method | Xan Lopez | 2011-09-11 | 2 | -18/+0 |
* | ephy-web-view: sort includes | Xan Lopez | 2011-09-11 | 1 | -14/+14 |
* | ephy-web-view: use SoupURI for about: check | Xan Lopez | 2011-09-11 | 1 | -4/+9 |
* | Remove obsolete comment | Claudio Saavedra | 2011-09-09 | 1 | -2/+1 |
* | ephy-web-view: remove now unused parameter to sprintf | Xan Lopez | 2011-09-08 | 1 | -1/+1 |
* | ephy-web-view: do not mention the URL twice in error pages | Xan Lopez | 2011-09-07 | 1 | -1/+1 |
* | Revert "ephy-web-view: fix title for error pages" | Xan Lopez | 2011-09-07 | 1 | -1/+1 |
* | Make about:applications prettier | Xan Lopez | 2011-09-07 | 3 | -8/+57 |
* | ephy-web-view: fix title for error pages | Xan Lopez | 2011-09-06 | 1 | -1/+1 |
* | ephy-web-view: fix multiple deletes in about:applications | Xan Lopez | 2011-09-06 | 1 | -1/+3 |
* | Implement about:applications | Xan Lopez | 2011-09-06 | 4 | -4/+147 |
* | ephy-request-about: move this to embed/ | Xan Lopez | 2011-09-06 | 3 | -0/+238 |
* | e-web-view: fix error pages for RTL locales | Vinicius Depizzol | 2011-09-05 | 1 | -2/+3 |
* | e-web-view: use proper html for paragraphs | Diego Escalante Urrelo | 2011-09-05 | 1 | -10/+11 |
* | e-web-view: better messages in error pages | Diego Escalante Urrelo | 2011-09-05 | 1 | -4/+15 |
* | e-file-helpers: implement and use ephy_file_delete_dir_recursively | Diego Escalante Urrelo | 2011-09-05 | 1 | -52/+1 |
* | ephy-web-app-utils: fix include sort | Xan Lopez | 2011-09-04 | 1 | -0/+1 |
* | ephy-web-app-utils: adjust includes to styleguide | Xan Lopez | 2011-09-04 | 1 | -2/+0 |
* | ephy-web-app-utils: move the web app creation code here | Xan Lopez | 2011-09-04 | 3 | -164/+183 |
* | ephy-web-view: silence compiler warning | Xan Lopez | 2011-09-03 | 1 | -0/+1 |
* | ephy-web-app-utils: rename ephy_delete_web_application to ephy_web_applicatio... | Xan Lopez | 2011-09-03 | 2 | -3/+3 |
* | Add ephy_web_application_get_profile_directory() | Claudio Saavedra | 2011-09-02 | 3 | -9/+26 |
* | Move EPHY_WEB_APP_PREFIX declaration to a cleaner location | Claudio Saavedra | 2011-09-02 | 2 | -2/+2 |
* | Add --delete--application command line option to delete WebApps | Xan Lopez | 2011-09-02 | 3 | -1/+175 |
* | ephy-web-view: do not launch ephy with jhbuild | Xan Lopez | 2011-08-29 | 1 | -1/+1 |
* | Add basic support for Web Applications | Xan Lopez | 2011-08-29 | 2 | -0/+211 |
* | e-web-view: use hostname in geolocation infobar | Diego Escalante Urrelo | 2011-08-13 | 1 | -1/+4 |
* | Use line-wrap in GtkInfoBar labels | Diego Escalante Urrelo | 2011-08-13 | 1 | -1/+2 |
* | Use g_markup_printf_escaped when printing uris | Diego Escalante Urrelo | 2011-08-13 | 1 | -5/+5 |
* | e-web-view: use ephy_string_get_host_name | Diego Escalante Urrelo | 2011-08-11 | 1 | -4/+4 |
* | e-window: use a css file for widget styling | Alexandre Mazari | 2011-07-30 | 1 | -15/+0 |
* | e-embed: remove useless e-file-chooser include | Diego Escalante Urrelo | 2011-07-30 | 1 | -1/+0 |
* | Add an --application-mode flag and global mode | Xan Lopez | 2011-06-30 | 1 | -1/+2 |
* | Use an enum for the global mode of the application | Xan Lopez | 2011-06-30 | 4 | -22/+30 |
* | Use GtkApplication's window tracking for EphyWindow too | Xan Lopez | 2011-06-30 | 2 | -44/+0 |
* | Always use the EphyEmbedShell to know if we are a private instance | Xan Lopez | 2011-06-30 | 2 | -2/+2 |
* | Merge EphyApplication into Ephy(Embed)Shell | Xan Lopez | 2011-06-30 | 2 | -3/+83 |
* | ephy-embed-single: remove add-search-engine signal | Xan Lopez | 2011-06-28 | 2 | -27/+0 |
* | ephy-embed-prefs: stop trying to use the GNOME font settings | Xan Lopez | 2011-06-18 | 1 | -37/+7 |
* | ephy-embed-prefs: plug a couple of leaks | Xan Lopez | 2011-06-16 | 1 | -1/+4 |
* | Use the generic marshaler throughout | Xan Lopez | 2011-06-14 | 6 | -19/+13 |
* | ephy-web-view: do not warn of modified forms for short text in input elements | Xan Lopez | 2011-06-10 | 1 | -2/+23 |
* | ephy-embed-utils: make URI normalization for about: generic | Xan Lopez | 2011-06-10 | 1 | -3/+3 |
* | Use GtkOrientable interface instead of deprecated V/H widgets | Claudio Saavedra | 2011-06-09 | 3 | -7/+10 |
* | use gtk_box_pack_start() with EphyEmbed | Claudio Saavedra | 2011-06-09 | 1 | -1/+1 |
* | ephy-embed-single: set_network_status needs to notify | Diego Escalante Urrelo | 2011-06-05 | 1 | -0/+2 |
* | Added about:plugins support. | Sergio Villar Senin | 2011-06-01 | 4 | -5/+43 |
* | ephy-web-view: warn about unsubmitted forms on close | Xan Lopez | 2011-06-01 | 1 | -0/+33 |
* | Add optional spell checking, enabled by default | Xan Lopez | 2011-05-23 | 1 | -0/+26 |
* | Slide out the status overlay when the mouse pointer goes close by. | Alexandre Mazari | 2011-04-26 | 1 | -1/+6 |
* | ephy-embed-prefs: plug a couple of leaks | Xan Lopez | 2011-04-24 | 1 | -1/+4 |
* | Remove a few GCC 4.6.0 warnings | Xan Lopez | 2011-04-21 | 2 | -4/+0 |
* | Better behaviour when openning new windows that are resized as tabs | Gustavo Noronha Silva | 2011-04-18 | 2 | -1/+39 |
* | Move overlay statusbar to EphyEmbed | Xan Lopez | 2011-04-16 | 4 | -202/+187 |
* | Rely on WebKit doing the check for mixed symbols | Gustavo Noronha Silva | 2011-04-15 | 1 | -14/+0 |
* | ephy-embed-prefs: auto-shrink images by default | Xan Lopez | 2011-04-12 | 1 | -1/+0 |
* | ephy-web-view: use new API for DOM events | Xan Lopez | 2011-03-19 | 1 | -2/+3 |
* | Select the serif font as the default web font. | Martin Robinson | 2011-03-12 | 1 | -4/+4 |
* | Improve the selection of the system serif font. | Martin Robinson | 2011-03-12 | 1 | -5/+4 |
* | ephy-download: add the new EphyDownload object | Diego Escalante Urrelo | 2011-03-08 | 10 | -2672/+1199 |
* | ephy-embed: add a border and a little padding to the status frame | Xan Lopez | 2011-03-05 | 1 | -0/+18 |
* | ephy-embed: hide toplevel child widget | Xan Lopez | 2011-02-21 | 1 | -2/+8 |
* | ephy-web-view: do not update statusbar text for webviews without embed object | Sergio Villar Senin | 2011-02-16 | 1 | -1/+3 |
* | Sync with latest GeditOverlay code | Xan Lopez | 2011-02-16 | 1 | -3/+3 |
* | ephy-web-view: do not update status after we are dead | Xan Lopez | 2011-02-12 | 1 | -17/+19 |
* | Sync with upstream GeditOverlay code | Xan Lopez | 2011-02-12 | 1 | -1/+1 |
* | Change packing order for gedit overlay | Xan Lopez | 2011-02-11 | 1 | -4/+4 |
* | Port floating statusbar to gedit's overlay widget | Xan Lopez | 2011-02-11 | 4 | -97/+36 |
* | ephy-embed-single: Update to use direct-from-libsoup SoupCache | Dan Winship | 2011-02-03 | 1 | -8/+10 |
* | ephy-embed-single: make sure flash plugin is disabled | Carlos Garcia Campos | 2011-01-11 | 1 | -3/+1 |
* | Use the new GTK_STATE_FLAG_NORMAL flag | Diego Escalante Urrelo | 2011-01-11 | 1 | -1/+1 |
* | Port to gtk+ master's GtkStyleContext | Diego Escalante Urrelo | 2010-12-15 | 1 | -17/+23 |
* | ephy-embed-single: move code from init to initialize | Xan Lopez | 2010-12-14 | 1 | -16/+16 |
* | ephy-embed-single: couple of style fixes | Xan Lopez | 2010-12-14 | 1 | -2/+2 |
* | ephy-embed-single: disable Flash by default | Xan Lopez | 2010-12-13 | 1 | -0/+16 |
* | ephy-web-view.c: fix typo | Xan Lopez | 2010-12-12 | 1 | -1/+1 |
* | ephy-web-view: use custom error pages | Diego Escalante Urrelo | 2010-12-11 | 2 | -12/+148 |
* | ephy-web-view: make defines friendlier with introspection | Diego Escalante Urrelo | 2010-12-09 | 2 | -3/+3 |
* | ephy-permission-manager: fix names of permission types | Diego Escalante Urrelo | 2010-12-09 | 2 | -5/+7 |
* | introspection: fix wrong and missing annotations | Diego Escalante Urrelo | 2010-12-09 | 7 | -23/+38 |
* | prefs-dialog: new custom font selection UI | Diego Escalante Urrelo | 2010-12-08 | 1 | -2/+105 |
* | ephy-embed-prefs: use minimum-font-size instead of minimum-logical-font-size | Diego Escalante Urrelo | 2010-12-08 | 1 | -1/+1 |
* | ephy-embed-single: don't use macros when not needed | Diego Escalante Urrelo | 2010-12-08 | 1 | -1/+1 |
* | ephy-embed-prefs: initialize prefs from settings | Diego Escalante Urrelo | 2010-12-07 | 1 | -11/+15 |
* | ephy-profile-migration: separate migration code into another binary | Diego Escalante Urrelo | 2010-12-07 | 2 | -19/+19 |
* | ephy-embed: clean up embed widget skeleton | Diego Escalante Urrelo | 2010-12-06 | 2 | -65/+37 |
* | Handle all the different kind of errors in the load_error_cb callback | Alejandro G. Castro | 2010-12-01 | 1 | -16/+57 |
* | ephy-web-view: manually unref DOM objects when needed | Xan Lopez | 2010-11-22 | 1 | -0/+8 |
* | WebKitSoupCache expects a max cache size in bytes | Sergio Villar Senin | 2010-11-18 | 1 | -1/+1 |
* | Use gtk_paned_new() instead gtk_[h|v]paned_new() | Javier Jardón | 2010-11-09 | 1 | -1/+1 |
* | ephy-web-view: use full content zoom by default | Xan Lopez | 2010-11-08 | 1 | -0/+7 |
* | ephy-web-view: remove ge-dom-mouse signals | Xan Lopez | 2010-11-06 | 2 | -37/+0 |
* | Remove libnotify dependency | Xan Lopez | 2010-10-29 | 1 | -84/+0 |
* | Always enable Web Inspector | Xan Lopez | 2010-10-24 | 1 | -4/+1 |
* | ephy-web-view: don't use set-scroll-adjustments signal | Xan Lopez | 2010-10-24 | 1 | -7/+19 |
* | Added soup cache | Sergio Villar Senin | 2010-10-15 | 1 | -0/+44 |
* | gsettings: port epiphany to gsettings | Diego Escalante Urrelo | 2010-10-08 | 8 | -325/+191 |
* | Adapt to latest changes in the GTK+ drawing model | Xan Lopez | 2010-10-05 | 1 | -11/+9 |
* | ephy-embed: add _ prefix to instance/class structs | Xan Lopez | 2010-10-04 | 2 | -6/+6 |
* | ephy-favicon-cache: remove failed download files | Diego Escalante Urrelo | 2010-08-31 | 1 | -1/+7 |
* | ephy-favicon-cache: don't store invalid icon types | Diego Escalante Urrelo | 2010-08-31 | 1 | -11/+48 |
* | ephy-favicon-cache: remove invalid files on get | Diego Escalante Urrelo | 2010-08-31 | 1 | -2/+2 |
* | ephy-favicon-cache: remove legacy EPHY_NODE_FAVICON_PROP_CHECKOLD | Diego Escalante Urrelo | 2010-08-31 | 1 | -5/+0 |
* | downloader-view.c: do not overwrite timeout ID | Xan Lopez | 2010-08-30 | 1 | -1/+2 |
* | Brow paper bag commit fixing bracer style. | Gustavo Noronha Silva | 2010-08-25 | 1 | -2/+1 |
* | Use the Geolocation support in WebKitGTK+ | Gustavo Noronha Silva | 2010-08-25 | 1 | -0/+84 |
* | Make the inspector window bigger | Gustavo Noronha Silva | 2010-08-25 | 1 | -1/+1 |
* | Bring inspector window to front when the inspector requests a show | Gustavo Noronha Silva | 2010-08-25 | 1 | -1/+1 |
* | Only show/hide the inspector window when it is detached | Gustavo Noronha Silva | 2010-08-25 | 1 | -9/+17 |
* | Set Accept-Language header correctly | Josselin Mouette | 2010-08-17 | 1 | -4/+48 |
* | ephy-embed-prefs.h: remove old unused defines | Diego Escalante Urrelo | 2010-08-10 | 1 | -12/+0 |
* | Allow attaching/detaching the inspector in Epiphany's window | Gustavo Noronha Silva | 2010-08-03 | 1 | -8/+114 |
* | ephy-embed-prefs: remove old font defines | Diego Escalante Urrelo | 2010-08-03 | 1 | -6/+0 |
* | ephy-web-view: use GObject DOM for ge-feed-link | Diego Escalante Urrelo | 2010-08-02 | 1 | -137/+28 |
* | ephy-web-view: use GObject DOM for form fill/save | Diego Escalante Urrelo | 2010-08-02 | 1 | -289/+121 |
* | Defaults to ALL FILES on save_as dialogs | Jorge Kalmbach | 2010-07-09 | 1 | -1/+1 |
* | ephy-embed: don't create Save As button manually | Diego Escalante Urrelo | 2010-06-12 | 1 | -10/+3 |
* | ephy-embed: clean up confirm_action_from_mime | Diego Escalante Urrelo | 2010-06-12 | 1 | -35/+36 |
* | Fixed detected feed URL for relative URIs | Frédéric Péters | 2010-06-08 | 1 | -1/+14 |
* | Do not change the address if we are still loading the previous page | Alejandro G. Castro | 2010-06-02 | 1 | -4/+8 |
* | ephy-web-view: remove dom-content-loaded signal | Xan Lopez | 2010-05-25 | 2 | -20/+0 |
* | ephy-web-view: factor statusbar drawing code out of expose handler | Xan Lopez | 2010-05-23 | 1 | -39/+47 |
* | ephy-web-view: add a bit of padding to the statusbar | Xan Lopez | 2010-05-23 | 1 | -12/+17 |
* | Update the status message from within the EphyWebView | Xan Lopez | 2010-05-19 | 1 | -0/+24 |
* | Do not hardcode the statusbar context descriptions | Xan Lopez | 2010-05-19 | 1 | -0/+3 |
* | Use a chromium-like status bar by default | Xan Lopez | 2010-05-19 | 2 | -61/+325 |
* | Fix crash when trying to load URIs with no path | Gustavo Noronha Silva | 2010-05-17 | 1 | -1/+1 |
* | ephy-embed-single: remove add_sidebar signal | Diego Escalante Urrelo | 2010-05-14 | 2 | -24/+0 |
* | Do not consider dots in directory names when looking for the extension of a f... | Sergio Villar Senin | 2010-05-05 | 1 | -1/+3 |
* | Handle the WEBKIT_NETWORK_ERROR_CANCELLED fail | Alejandro G. Castro | 2010-05-04 | 1 | -1/+9 |
* | Handle LOAD_FAILED status | Alejandro G. Castro | 2010-05-04 | 1 | -0/+36 |
* | Fix title modification in provisional state | Alejandro G. Castro | 2010-05-04 | 1 | -3/+5 |
* | ephy-embed: add FIXME about redirects and EphyHistory | Xan Lopez | 2010-05-04 | 1 | -0/+2 |
* | ephy-web-view: fix compiler warning | Xan Lopez | 2010-05-04 | 1 | -1/+1 |
* | Remove obsolete get_type function from header | Xan Lopez | 2010-05-03 | 1 | -1/+0 |
* | Emit a signal when loading the homepage | Xan Lopez | 2010-05-03 | 1 | -12/+29 |
* | Move homepage loading code to EphyWebView | Xan Lopez | 2010-05-03 | 2 | -0/+33 |
* | Move helper function into ephy-embed-utils.c | Xan Lopez | 2010-05-03 | 2 | -0/+16 |
* | Move link message updating to EphyWebView | Xan Lopez | 2010-05-03 | 2 | -10/+10 |
* | Move URI handling to EphyWebView | Xan Lopez | 2010-05-03 | 2 | -21/+21 |
* | Move title update to EphyWebView | Xan Lopez | 2010-05-03 | 2 | -24/+35 |
* | Refactored the load status callback of ephy-web-view.c | Alejandro G. Castro | 2010-05-03 | 3 | -201/+113 |
* | Removed the EphyWebViewNetState enum | Alejandro G. Castro | 2010-05-02 | 3 | -52/+12 |
* | docs: missing comment in ephy-favicon-cache | Diego Escalante Urrelo | 2010-04-24 | 1 | -2/+2 |
* | Make sure WebKitWebHistory is cleared when cleared EphyHistory | Mario Sanchez Prada | 2010-04-20 | 3 | -26/+72 |
* | Send 'Referer' on headers sent for context menu HTTP downloads | Mario Sanchez Prada | 2010-04-17 | 1 | -1/+30 |
* | Check if URL is NULL before setting its history title | Jose Millan Soto | 2010-04-07 | 1 | -0/+1 |
* | Ignore case of URL schemes | Jose Millan Soto | 2010-04-07 | 1 | -9/+14 |
* | Improve page print implementation | Jose Millan Soto | 2010-04-07 | 2 | -13/+32 |
* | Only offer to open files with safe mime types | Olivier Tilloy | 2010-03-26 | 1 | -0/+1 |
* | downloader-view: stay alive until notifications are gone | Diego Escalante Urrelo | 2010-03-16 | 1 | -65/+69 |
* | downloader-view: change lifetime logic | Diego Escalante Urrelo | 2010-03-16 | 1 | -5/+11 |
* | downloader-view: use update_download_row correctly on add | Diego Escalante Urrelo | 2010-03-16 | 1 | -2/+8 |
* | downloader-view: hide the view when last download finishes | Diego Escalante Urrelo | 2010-03-16 | 1 | -0/+11 |
* | downloader-view: use g_object_get not get_property | Diego Escalante Urrelo | 2010-03-16 | 1 | -6/+3 |
* | downloader-view: properly disconnect signals | Diego Escalante Urrelo | 2010-03-16 | 1 | -4/+21 |
* | downloader-view: fix controls sensitivity | Diego Escalante Urrelo | 2010-03-16 | 1 | -1/+2 |
* | downloader-view: make status icon visible on show | Diego Escalante Urrelo | 2010-03-16 | 1 | -0/+2 |
* | Handle EPHY_EMBED_PERSIST_NO_VIEW flag | Diego Escalante Urrelo | 2010-03-09 | 1 | -0/+19 |
* | Remove download only after showing its notification | Diego Escalante Urrelo | 2010-03-09 | 1 | -1/+1 |
* | downloader-view: handle DOWNLOAD_ACTION_DOWNLOAD action | Diego Escalante Urrelo | 2010-03-09 | 1 | -0/+2 |
* | Inspect type property when hooking to login forms | Diego Escalante Urrelo | 2010-03-09 | 1 | -1/+2 |
* | ephy-web-view: add js_get_element_property | Diego Escalante Urrelo | 2010-03-09 | 1 | -0/+15 |
* | Correctly handle shit+click only in ephy-window | Diego Escalante Urrelo | 2010-02-26 | 1 | -4/+0 |
* | Fix last patch to account for changes in soup API, and bump required version2.29.91 | Gustavo Noronha Silva | 2010-02-23 | 1 | -1/+1 |