| Commit message (Expand) | Author | Age | Files | Lines |
* | Port persistent cookies to WebKit2 | Carlos Garcia Campos | 2012-07-13 | 1 | -11/+33 |
* | ephy-web-app-utils: Fix memory leak | Carlos Garcia Campos | 2012-07-12 | 1 | -0/+1 |
* | ephy-web-app-utils: Use soup_cookie_domain_matches to check the cookie domain | Carlos Garcia Campos | 2012-07-12 | 1 | -1/+1 |
* | Port downloads to WebKit2 | Carlos Garcia Campos | 2012-06-27 | 1 | -21/+91 |
* | embed: Move about handlers to a new file | Carlos Garcia Campos | 2012-06-26 | 1 | -1/+1 |
* | ephy-download-widget: add get_destination_basename_from_download() helper fun... | Carlos Garcia Campos | 2012-06-26 | 1 | -11/+26 |
* | ephy-download-widget: add ephy_download_widget_download_finished() | Carlos Garcia Campos | 2012-06-25 | 2 | -23/+33 |
* | Initial WebKit2 port | Carlos Garcia Campos | 2012-06-21 | 4 | -0/+78 |
* | ephy-location-entry: make it possible to hide the favicon | Claudio Saavedra | 2012-06-20 | 2 | -3/+42 |
* | e-history-service: print db file when open fails | Diego Escalante Urrelo | 2012-06-15 | 1 | -1/+1 |
* | e-web-app-utils: warn when app dir already exists | Diego Escalante Urrelo | 2012-06-15 | 1 | -1/+3 |
* | e-file-helpers: Add ephy_file_create_data_uri_for_filename() | Carlos Garcia Campos | 2012-06-14 | 2 | -0/+53 |
* | ephy-download-widget: Show bytes downloaded when the total size is unknown | Carlos Garcia Campos | 2012-06-14 | 1 | -20/+54 |
* | ephy-download-widget: Check the icon has changed before updating the image | Carlos Garcia Campos | 2012-06-13 | 1 | -3/+6 |
* | ephy-download-widget: Don't leak the GIcon | Carlos Garcia Campos | 2012-06-13 | 1 | -5/+17 |
* | ephy-profile-utils: fix memory leak | Pavel Vasin | 2012-06-12 | 1 | -1/+2 |
* | ephy-location-entry: make parameters actual properties | Claudio Saavedra | 2012-06-05 | 1 | -0/+112 |
* | e-web-app-utils: warn when cookies are unavailable | Diego Escalante Urrelo | 2012-05-27 | 1 | -0/+8 |
* | e-file-helpers: simplify ephy_file_get_downloads_dir | Diego Escalante Urrelo | 2012-05-24 | 1 | -7/+14 |
* | Remove check for negative unsigned ints | Lubomír Sedlář | 2012-05-21 | 1 | -2/+0 |
* | Add support for 'Do Not Track' | Xan Lopez | 2012-05-19 | 1 | -0/+1 |
* | ephy-profile-utils: use absolute path for build dir | Xan Lopez | 2012-05-16 | 2 | -7/+7 |
* | ephy-profile-utils: tweak migrator location code | Xan Lopez | 2012-05-16 | 1 | -7/+6 |
* | ephy-profile-utils: fix migrator binary name | Xan Lopez | 2012-05-10 | 1 | -1/+1 |
* | Remove a few more egg leftovers | Xan Lopez | 2012-05-10 | 2 | -2/+0 |
* | tests: test that trying to run an invalid migration step fails | Xan Lopez | 2012-05-10 | 3 | -10/+33 |
* | ephy-profile-migrator: allow to run just one migration step | Xan Lopez | 2012-05-10 | 1 | -7/+53 |
* | ephy-profile-utils: make ephy_profile_utils_do_migration more verbose on failure | Xan Lopez | 2012-05-09 | 2 | -5/+8 |
* | Remove ephy-marshal.list, we don't use it anymore | Xan Lopez | 2012-05-09 | 1 | -20/+0 |
* | ephy-web-app-utils: remove unused variable | Xan Lopez | 2012-05-09 | 1 | -4/+0 |
* | lib/egg: type builtins are not used either | Xan Lopez | 2012-05-09 | 1 | -66/+1 |
* | lib/egg: remove some leftovers | Xan Lopez | 2012-05-09 | 3 | -71/+2 |
* | ephy-web-app-utils: remove dummy toolbar XML file | Xan Lopez | 2012-05-09 | 1 | -17/+0 |
* | ephy-profile-migrator: migrate Web Applications to new profile location | Xan Lopez | 2012-05-09 | 2 | -2/+87 |
* | ephy-web-app-utils: add the desktop file name to EphyWebApplication | Xan Lopez | 2012-05-09 | 2 | -0/+4 |
* | Move ephy-web-app-utils to lib/ | Xan Lopez | 2012-05-09 | 3 | -0/+557 |
* | ephy-profile-migrator: better safe than sorry in history migration | Xan Lopez | 2012-05-09 | 1 | -11/+9 |
* | ephy-profile-migrator: migrate the profile dir location before anything else | Xan Lopez | 2012-05-09 | 1 | -4/+4 |
* | ephy-history: remove spurious castings | Claudio Saavedra | 2012-05-08 | 3 | -3/+3 |
* | ephy-history-service: trim query strings to avoid reaching sqlite limit | Claudio Saavedra | 2012-05-08 | 6 | -3/+19 |
* | Based on a patch by Jon McCann. | Xan Lopez | 2012-05-08 | 3 | -6/+65 |
* | Allow for more fine-grained file helpers init | Xan Lopez | 2012-05-08 | 3 | -10/+20 |
* | ephy-profile-utils: split profile migration from EphyShell | Xan Lopez | 2012-05-08 | 2 | -0/+19 |
* | Drop the use of GTK accel maps | William Jon McCann | 2012-05-08 | 2 | -39/+0 |
* | e-file-helpers: unset EPHY_UUID_ENVVAR on shutdown | Diego Escalante Urrelo | 2012-04-30 | 1 | -0/+2 |
* | e-file-helpers: improve ephy_file_tmp_filename comment | Diego Escalante Urrelo | 2012-04-22 | 1 | -5/+8 |
* | Add an option to never show the tabs bar | Xan Lopez | 2012-04-16 | 1 | -1/+2 |
* | Create a new 'tabs-bar-visibility-policy' setting | Xan Lopez | 2012-04-16 | 3 | -7/+30 |
* | ephy-embed-single: introspection fixes | Xan Lopez | 2012-04-14 | 1 | -2/+2 |
* | Add a 'crashed' option to the session restore policy | Xan Lopez | 2012-04-12 | 1 | -1/+2 |
* | ephy-prefs: use new coding style | Xan Lopez | 2012-04-12 | 1 | -77/+78 |
* | Add a setting to control whether the session is automatically restored | Xan Lopez | 2012-04-12 | 1 | -0/+7 |
* | e-file-helpers: catch GErrors in switch_temp_file | Diego Escalante Urrelo | 2012-04-11 | 1 | -12/+41 |
* | e-file-helpers: remove old dirs from ephy_file | Diego Escalante Urrelo | 2012-04-11 | 1 | -6/+0 |
* | e-file-helpers: prevent invalid enumerator and return value | Diego Escalante Urrelo | 2012-04-07 | 1 | -2/+2 |
* | e-file-helpers: remove ephy_file_add_recent_item | Diego Escalante Urrelo | 2012-04-07 | 2 | -20/+0 |
* | e-file-helpers: fix weird spacing | Diego Escalante Urrelo | 2012-04-02 | 1 | -1/+1 |
* | e-file-helpers: missing Returns: in comment | Diego Escalante Urrelo | 2012-04-02 | 1 | -0/+2 |
* | e-location-entry: make aligment pixel-perfect | Diego Escalante Urrelo | 2012-03-31 | 1 | -0/+59 |
* | e-location-entry: dim URL in completion rows | Diego Escalante Urrelo | 2012-03-31 | 1 | -2/+2 |
* | e-location-entry: redundant ellipsize-set | Diego Escalante Urrelo | 2012-03-31 | 1 | -4/+1 |
* | e-location-entry: make bookmark icon follow-state | Diego Escalante Urrelo | 2012-03-31 | 1 | -0/+1 |
* | Remove the 'disable-menubar' option | Xan Lopez | 2012-03-30 | 1 | -1/+0 |
* | Remove 'show-boomkarks-bar' option | Xan Lopez | 2012-03-30 | 1 | -1/+0 |
* | history-service: remove unnecessary type cast | Claudio Saavedra | 2012-03-29 | 1 | -1/+1 |
* | history-service: remove unused variables | Claudio Saavedra | 2012-03-29 | 2 | -3/+0 |
* | Rip out the EggSMClient code | Xan Lopez | 2012-03-28 | 6 | -2403/+0 |
* | Use glib resources to bundle our UI files | Xan Lopez | 2012-03-28 | 2 | -8/+8 |
* | ephy-hosts-store: listen to favicon changes in the wk database | Claudio Saavedra | 2012-03-27 | 1 | -2/+66 |
* | download-widget: use the "linked" style class | Cosimo Cecchi | 2012-03-27 | 1 | -0/+4 |
* | profile-migrator: do not freak out if the history is empty | Xan Lopez | 2012-03-21 | 1 | -4/+6 |
* | ephy-hosts-store: -1 is not a valid insertion position | Claudio Saavedra | 2012-03-21 | 1 | -1/+1 |
* | ephy-history-window: add back the favicons | Claudio Saavedra | 2012-03-21 | 3 | -5/+74 |
* | Fix distcheck | Xan Lopez | 2012-03-14 | 2 | -5/+7 |
* | floating-bar: set a max-width to the label | Cosimo Cecchi | 2012-03-14 | 1 | -1/+2 |
* | history: remember visit types | Xan Lopez | 2012-03-14 | 3 | -8/+15 |
* | history: generate gtypes for the history types | Xan Lopez | 2012-03-14 | 1 | -0/+62 |
* | lib: link to the internal libraries instead of copying source files | Xan Lopez | 2012-03-14 | 1 | -22/+4 |
* | ephy-history-service: make the async API cancellable | Claudio Saavedra | 2012-03-13 | 3 | -41/+78 |
* | ephy-history-view: add row-middle-clicked signal | Claudio Saavedra | 2012-03-13 | 2 | -0/+74 |
* | ephy-history-service: Give me a break! | Priit Laes | 2012-03-09 | 1 | -0/+1 |
* | ephy-history-service: plug a few more leaks | Claudio Saavedra | 2012-03-08 | 2 | -0/+4 |
* | ephy-history-window: plug a couple of leaks | Claudio Saavedra | 2012-03-08 | 2 | -2/+2 |
* | ephy-history-service: add API to query for hosts | Claudio Saavedra | 2012-03-08 | 4 | -2/+156 |
* | ephy-history-service: execute_get_hosts() should return TRUE | Claudio Saavedra | 2012-03-08 | 1 | -1/+1 |
* | ephy-hosts-view: ensure "all hosts" is selected by default | Claudio Saavedra | 2012-03-08 | 1 | -14/+28 |
* | ephy-host-store: add a clear() method | Claudio Saavedra | 2012-03-08 | 2 | -0/+14 |
* | ephy-history-service-hosts-table: init host to NULL | Diego Escalante Urrelo | 2012-03-08 | 1 | -1/+1 |
* | ephy-history-view: remove unneeded unselect_all() | Claudio Saavedra | 2012-03-08 | 1 | -2/+1 |
* | ephy-hosts-view: add a method to select a given host | Claudio Saavedra | 2012-03-08 | 2 | -0/+34 |
* | ephy-history-service: remove orphan hosts from database | Claudio Saavedra | 2012-03-08 | 3 | -0/+27 |
* | ephy-history-service: validate parameters of public methods | Xan Lopez | 2012-03-07 | 1 | -33/+77 |
* | ephy-history-service-urls-table: do not g_assert on input | Xan Lopez | 2012-03-07 | 1 | -4/+4 |
* | ephy-hosts-store: sort the model by URL | Claudio Saavedra | 2012-03-07 | 1 | -0/+3 |
* | ephy-history-view: properly handle button-press-event | Claudio Saavedra | 2012-03-07 | 1 | -8/+6 |
* | ephy-history-window: correctly handle 2 and 10 days of history | Xan Lopez | 2012-03-07 | 1 | -0/+1 |
* | ephy-prefs: correct the order of the history time filter enum | Xan Lopez | 2012-03-07 | 1 | -2/+2 |
* | Move the host and urls views from embed to lib/widgets | Xan Lopez | 2012-03-07 | 11 | -0/+790 |
* | ephy-history-service: default handler for visit-url should be FALSE | Claudio Saavedra | 2012-03-07 | 1 | -1/+1 |
* | ephy-history-service: add a method to remove a host from the history | Claudio Saavedra | 2012-03-07 | 4 | -0/+79 |
* | Allow ephy_history_service_find_urls() to filter host specific urls | Claudio Saavedra | 2012-03-07 | 2 | -2/+3 |
* | Add ephy_history_service_get_hosts() | Claudio Saavedra | 2012-03-07 | 2 | -1/+29 |
* | Fix typo | Claudio Saavedra | 2012-03-07 | 1 | -1/+1 |
* | Allow the visits and urls queries to be host-specific | Claudio Saavedra | 2012-03-07 | 4 | -0/+24 |
* | Add missing header include to ephy-history-types.h | Claudio Saavedra | 2012-03-07 | 1 | -0/+2 |
* | ephy-profile-migration: only create ad-hoc hosts for non-default zoom levels. | Xan Lopez | 2012-03-07 | 1 | -6/+4 |
* | ephy-history-service: agh, committed this by mistake | Xan Lopez | 2012-03-07 | 1 | -1/+1 |
* | ephy-history-service: handle correctly zoom level migration | Xan Lopez | 2012-03-07 | 1 | -0/+9 |
* | ephy-history-service: add a "cleared" signal for the clear method | Xan Lopez | 2012-03-07 | 1 | -0/+14 |
* | ephy-history-service: add a method to clear the entire history | Claudio Saavedra | 2012-03-07 | 2 | -0/+44 |
* | ephy-history-service: add 'visit-url' signal | Xan Lopez | 2012-03-07 | 2 | -8/+43 |
* | Rename ephy_history_service_add_page to ephy_history_service_visit_url | Xan Lopez | 2012-03-07 | 2 | -3/+6 |
* | Get rid of EphyBrowseHistory | Xan Lopez | 2012-03-07 | 2 | -0/+44 |
* | ephy-history-types: use the URL as default title | Xan Lopez | 2012-03-07 | 1 | -1/+1 |
* | Retrieve the host id from the right column | Claudio Saavedra | 2012-03-07 | 1 | -1/+1 |
* | Remove the set_url_property history method | Xan Lopez | 2012-03-07 | 2 | -66/+0 |
* | ephy-history-service-hosts-table: drop the favicon column | Xan Lopez | 2012-03-07 | 1 | -1/+0 |
* | Store zoom levels per host, not per URL | Xan Lopez | 2012-03-07 | 7 | -71/+114 |
* | Hook the new history to the URL entry | Xan Lopez | 2012-03-07 | 1 | -177/+20 |
* | history-service: make sure we can update pages' titles and urls | Claudio Saavedra | 2012-03-07 | 1 | -7/+8 |
* | history-service: do not join urls and visits table unnecessarily | Claudio Saavedra | 2012-03-07 | 1 | -6/+10 |
* | history-service: use the sort type during queries | Claudio Saavedra | 2012-03-07 | 1 | -0/+10 |
* | EphyHistoryQuery: add a EphyHistorySortType parameter to the query | Claudio Saavedra | 2012-03-07 | 2 | -0/+10 |
* | history-service: take into account the query's result limit | Claudio Saavedra | 2012-03-07 | 1 | -1/+13 |
* | EphyHistoryQuery: copy the limit too | Claudio Saavedra | 2012-03-07 | 1 | -0/+1 |
* | history-service: Ignore queries time range if not set | Claudio Saavedra | 2012-03-07 | 1 | -4/+4 |
* | history-service: Count the first url visit | Claudio Saavedra | 2012-03-07 | 1 | -0/+2 |
* | ephy-profile-migrator: update to migrate also zoom level preferences | Claudio Saavedra | 2012-03-07 | 1 | -0/+7 |
* | Build fixes | Claudio Saavedra | 2012-03-07 | 1 | -5/+6 |
* | ephy-profile-migrator: migrate history to the new format | Xan Lopez | 2012-03-07 | 3 | -2/+208 |
* | ephy-sqlite: and another forgotten file! | Xan Lopez | 2012-03-07 | 1 | -0/+34 |
* | ephy-history-service: forgot Makefile.am file | Xan Lopez | 2012-03-07 | 1 | -0/+21 |
* | ephy-history-service: change a few functions and variables to use "message" | Xan Lopez | 2012-03-07 | 1 | -40/+40 |
* | Add EphyHistoryService and helper classes | Xan Lopez | 2012-03-07 | 9 | -1/+2086 |
* | Add GObject wrapper classes for SQLite | Xan Lopez | 2012-03-07 | 5 | -0/+620 |
* | Plug a memory leak | Giovanni Campagna | 2012-03-01 | 1 | -0/+1 |
* | ephy-profile-utils: use == to compare SoupURI schemes | Sergio Villar Senin | 2012-02-24 | 1 | -1/+1 |
* | ephy-profile-utils: shut up libsoup runtime warning | Sergio Villar Senin | 2012-02-24 | 1 | -1/+1 |
* | ephy-search-entry: use symbolic clear icon | Diego Escalante Urrelo | 2012-02-08 | 1 | -3/+7 |
* | Allow toggling WebGL as a runtime GSettings switch | Martin Robinson | 2012-02-03 | 1 | -0/+1 |
* | Get rid of EPHY_STOCK_EPHY | Xan Lopez | 2012-01-27 | 6 | -42/+0 |
* | And remove the last stock icon, bookmarks | Xan Lopez | 2012-01-27 | 3 | -72/+0 |
* | Remove the history stock icon | Xan Lopez | 2012-01-27 | 2 | -2/+0 |
* | Remove EPHY_STOCK_BOOKMARK | Xan Lopez | 2012-01-27 | 3 | -3/+1 |
* | Remove more unused stock icons | Xan Lopez | 2012-01-27 | 2 | -28/+1 |
* | Remove all the lock stock icons | Xan Lopez | 2012-01-27 | 3 | -7/+5 |
* | Remove unused stock icons | Xan Lopez | 2012-01-27 | 2 | -10/+0 |
* | entry: make EphyLocationEntry a GtkEntry | Cosimo Cecchi | 2012-01-20 | 2 | -72/+41 |
* | Move the nautilus floating bar to lib/widgets | Xan Lopez | 2012-01-17 | 3 | -3/+469 |
* | ephy-middle-clickable-tool-button: remove, it's unused now | Xan Lopez | 2012-01-17 | 3 | -103/+0 |
* | Use the new Shell global menu for global actions | Xan Lopez | 2012-01-14 | 1 | -1/+5 |
* | Fake middle clicks without gtk_button_{press,release}, which are deprecated | Xan Lopez | 2012-01-02 | 5 | -0/+229 |
* | ephy-dnd: reorder includes | Xan Lopez | 2012-01-01 | 1 | -1/+1 |
* | ephy-gui: reorder includes | Xan Lopez | 2012-01-01 | 1 | -6/+4 |
* | ephy-gui: remove unused method | Xan Lopez | 2012-01-01 | 2 | -89/+0 |
* | ephy-gui: remove long gone method declaration | Xan Lopez | 2012-01-01 | 1 | -3/+0 |
* | ephy-session: use GTK's method to get the content area | Xan Lopez | 2012-01-01 | 2 | -25/+0 |
* | e-download-widget: update icon every 10% | Diego Escalante Urrelo | 2011-12-21 | 1 | -0/+7 |
* | e-download-widget: use GIcon instead of GdkPixbuf | Diego Escalante Urrelo | 2011-12-21 | 1 | -19/+5 |
* | e-download: add ephy_download_get_content_type | Diego Escalante Urrelo | 2011-12-21 | 1 | -9/+5 |
* | ephy-zoom-control: remove, there are no zoom toolbar items anymore | Xan Lopez | 2011-12-15 | 4 | -375/+4 |
* | Remove last traces of the EggToolbar code | Xan Lopez | 2011-12-15 | 8 | -3991/+0 |
* | Use a GtkOverlay for the statusbar instead of shipping GeditOverlay | Claudio Saavedra | 2011-12-14 | 7 | -1440/+1 |
* | Remove homepage preference from GSettings | Xan Lopez | 2011-12-04 | 1 | -1/+0 |
* | Remove toolbar editor | Xan Lopez | 2011-12-03 | 1 | -1/+0 |
* | Remove some deprecated GTK+ calls | Claudio Saavedra | 2011-11-22 | 2 | -4/+10 |
* | Use GNetworkMonitor to monitor network status | Xan Lopez | 2011-11-16 | 2 | -55/+0 |
* | eggs-toolbar-mode: remove unused variable | Xan Lopez | 2011-11-15 | 1 | -4/+0 |
* | lib/egg: update from libegg master | Diego Escalante Urrelo | 2011-10-11 | 2 | -22/+25 |
* | ephy-location-entry: remove unused include | Xan Lopez | 2011-09-11 | 1 | -1/+0 |
* | ephy-request-about: move this to embed/ | Xan Lopez | 2011-09-06 | 3 | -238/+0 |
* | e-file-helpers: implement and use ephy_file_delete_dir_recursively | Diego Escalante Urrelo | 2011-09-05 | 2 | -22/+62 |
* | ephy-file-helpers: export the UUID env var in our header | Xan Lopez | 2011-08-29 | 2 | -1/+2 |
* | ephy-file-helpers: make .desktop file launcher method parameters optional | Xan Lopez | 2011-08-29 | 1 | -5/+9 |
* | Use g_markup_printf_escaped when printing uris | Diego Escalante Urrelo | 2011-08-13 | 1 | -5/+2 |
* | ephy-file-helpers: nautilus now highlights files | Diego Escalante Urrelo | 2011-07-17 | 1 | -12/+1 |
* | ephy-file-helpers: use correct inode/directory type | Josselin Mouette | 2011-07-17 | 1 | -1/+1 |
* | ephy-download-widget: unescape tooltips | Diego Escalante Urrelo | 2011-07-17 | 1 | -1/+4 |
* | ephy-location-entry: use new channel-{secure,insecure} symbolic icons | Xan Lopez | 2011-07-07 | 1 | -2/+2 |
* | ephy-profile-migrator: use new g_utf8_substring | Xan Lopez | 2011-07-05 | 1 | -19/+2 |
* | Always use the EphyEmbedShell to know if we are a private instance | Xan Lopez | 2011-06-30 | 2 | -16/+0 |
* | toolbareditor: Fix the removal of items by DnD. | José Aliste | 2011-06-28 | 1 | -0/+32 |
* | Implement about:memory | Xan Lopez | 2011-06-28 | 4 | -3/+423 |
* | Use NM_STATE_CONNECTED_GLOBAL instead of the compat #define | Xan Lopez | 2011-06-24 | 1 | -3/+0 |
* | Copy&paste a few NM defines/enums we need at compile time | Xan Lopez | 2011-06-24 | 2 | -0/+58 |
* | eggsmclient-xsmp: fix warnings | Antoine Jacoutot | 2011-06-20 | 1 | -0/+2 |
* | ephy-request-about: fix typo | Xan Lopez | 2011-06-19 | 1 | -1/+1 |
* | ephy-request-about: some style fixes | Xan Lopez | 2011-06-17 | 2 | -98/+103 |
* | Use the generic marshaler throughout | Xan Lopez | 2011-06-14 | 4 | -28/+6 |
* | Blast from the past | Xan Lopez | 2011-06-10 | 1 | -6/+21 |
* | gedit-overlay: prevent underallocation warnings | Xan Lopez | 2011-06-10 | 1 | -2/+12 |
* | egg-toolbar-model: fix compiler model | Xan Lopez | 2011-06-10 | 1 | -4/+0 |
* | gedit-overlay: fix compiler warning | Xan Lopez | 2011-06-10 | 1 | -1/+1 |
* | Use GtkOrientable interface instead of deprecated V/H widgets | Claudio Saavedra | 2011-06-09 | 7 | -14/+22 |
* | Simplify ephy_string_commandline_args_to_uris() | Claudio Saavedra | 2011-06-09 | 1 | -41/+10 |
* | Move the save/load accelerators methods to the ephy file utilities | Claudio Saavedra | 2011-06-09 | 2 | -0/+39 |
* | Add ephy_string_commandline_args_to_uris() to ephy string utilities | Claudio Saavedra | 2011-06-09 | 2 | -0/+74 |
* | Remove an unnecessary g_strv_length() | Claudio Saavedra | 2011-06-03 | 1 | -3/+2 |
* | Added about:plugins support. | Sergio Villar Senin | 2011-06-01 | 4 | -4/+203 |
* | Add optional spell checking, enabled by default | Xan Lopez | 2011-05-23 | 1 | -0/+1 |
* | ephy-location-entry: handle gracefully first call | Xan Lopez | 2011-05-22 | 1 | -3/+3 |
* | ephy-location-entry: use symbolic icons for security state | Xan Lopez | 2011-05-22 | 1 | -12/+28 |
* | ephy-location-entry: do not use a yellow background for secure sites | Xan Lopez | 2011-05-22 | 2 | -119/+0 |
* | ephy-profile-migrator: call g_type_init explicitly | Xan Lopez | 2011-05-13 | 1 | -1/+1 |
* | egg-toolbars-model: free types list | Xan Lopez | 2011-05-06 | 1 | -0/+1 |
* | ephy-overlay-escaping-child: fix warnings | Xan Lopez | 2011-04-27 | 1 | -3/+8 |
* | Slide out the status overlay when the mouse pointer goes close by. | Alexandre Mazari | 2011-04-26 | 4 | -2/+367 |
* | Remove a few GCC 4.6.0 warnings | Xan Lopez | 2011-04-21 | 4 | -14/+0 |
* | Import latest version of Gedit's overlay code. | Alexandre Mazari | 2011-04-19 | 3 | -95/+169 |
* | Add a preference to force internal view-source | Diego Escalante Urrelo | 2011-04-19 | 1 | -0/+1 |
* | egg-editable-toolbar: set a device to the DnD event | Xan Lopez | 2011-04-03 | 1 | -11/+12 |
* | ephy-file-helpers: respect our documented special keys for download dir | Xan Lopez | 2011-03-31 | 1 | -1/+16 |
* | Use the web-browser icon from the GNOME icon theme | William Jon McCann | 2011-03-25 | 1 | -1/+1 |
* | shell: fix toolbar style enum | Saleem Abdulrasool | 2011-03-12 | 1 | -2/+2 |
* | toolbar: fix a typo in last commit | Cosimo Cecchi | 2011-03-09 | 1 | -2/+2 |
* | toolbar: make sure the first toolbar gets the 'primary-toolbar' class | Cosimo Cecchi | 2011-03-09 | 2 | -4/+53 |
* | ephy-download-widget: unescape displayed filenames | Diego Escalante Urrelo | 2011-03-08 | 1 | -4/+9 |
* | ephy-download-widget: new widget | Diego Escalante Urrelo | 2011-03-08 | 5 | -0/+983 |
* | ephy-download: add the new EphyDownload object | Diego Escalante Urrelo | 2011-03-08 | 1 | -0/+1 |
* | ephy-file-helpers: allow desktop in ephy_file_browse_to | Diego Escalante Urrelo | 2011-03-08 | 1 | -20/+7 |
* | ephy-file-helpers: only one downloads_dir function | Diego Escalante Urrelo | 2011-03-08 | 2 | -68/+4 |
* | ephy-file-helpers: add uninstalled ui/ in ephy_file | Diego Escalante Urrelo | 2011-03-04 | 1 | -0/+1 |
* | Small cleanup in widget's Makefile.am | Xan Lopez | 2011-02-27 | 1 | -2/+1 |
* | Sync with upstream GeditOverlay | Xan Lopez | 2011-02-26 | 4 | -107/+21 |
* | ephy-location-entry: add DNS prefetching | Sergio Villar Senin | 2011-02-25 | 1 | -5/+54 |
* | gedit-overlay-child: sync visible property of container and child | Xan Lopez | 2011-02-21 | 1 | -1/+8 |
* | gedit-overlay: sync with upstream | Xan Lopez | 2011-02-20 | 1 | -0/+7 |
* | gedit-overlay: always proxy main widget size request | Xan Lopez | 2011-02-16 | 1 | -26/+4 |
* | Sync with latest GeditOverlay code | Xan Lopez | 2011-02-16 | 3 | -298/+51 |
* | Sync with latest GeditOverlay | Xan Lopez | 2011-02-16 | 1 | -19/+12 |
* | Sync with latest libegg | Xan Lopez | 2011-02-13 | 2 | -0/+8 |
* | gedit-overlay: Fix a crash when overlay is detroyed | Carlos Garcia Campos | 2011-02-12 | 1 | -6/+8 |
* | Forgot these files | Xan Lopez | 2011-02-12 | 2 | -0/+497 |
* | Sync with upstream GeditOverlay code | Xan Lopez | 2011-02-12 | 7 | -468/+243 |
* | Port floating statusbar to gedit's overlay widget | Xan Lopez | 2011-02-11 | 5 | -1/+1060 |
* | Use the new GTK_STATE_FLAG_NORMAL flag | Diego Escalante Urrelo | 2011-01-11 | 1 | -5/+5 |
* | ephy-location-entry: GdkRGBA colors are doubles | Diego Escalante Urrelo | 2011-01-11 | 1 | -2/+2 |
* | ephy-file-helpers: do not use deprecated APIs | Xan Lopez | 2011-01-06 | 1 | -3/+2 |
* | egg: cherry-pick fixes for compilation against GTK+ 2.91.7 | Xan Lopez | 2010-12-23 | 2 | -2/+10 |
* | ephy-node-view: don't use gdk_cursor_unref | Xan Lopez | 2010-12-22 | 1 | -1/+1 |
* | Port to gtk+ master's GtkStyleContext | Diego Escalante Urrelo | 2010-12-15 | 1 | -48/+52 |
* | egg: update from master | Diego Escalante Urrelo | 2010-12-15 | 4 | -5/+46 |
* | ephy-spell-check: remove unused files | Diego Escalante Urrelo | 2010-12-12 | 3 | -372/+0 |
* | ephy-web-view: use custom error pages | Diego Escalante Urrelo | 2010-12-11 | 1 | -1/+3 |
* | introspection: fix wrong and missing annotations | Diego Escalante Urrelo | 2010-12-09 | 2 | -10/+41 |
* | EphyLocationAction: fix potential leak | Jonathon Jongsma | 2010-12-09 | 1 | -0/+1 |
* | prefs-dialog: new custom font selection UI | Diego Escalante Urrelo | 2010-12-08 | 1 | -0/+4 |
* | ephy-file-helpers: prioritize uninstalled files | Diego Escalante Urrelo | 2010-12-08 | 1 | -4/+6 |
* | ephy-profile-utils: fix crasher when .migrated is unreadable | Diego Escalante Urrelo | 2010-12-07 | 1 | -3/+5 |
* | ephy-profile-migration: separate migration code into another binary | Diego Escalante Urrelo | 2010-12-07 | 5 | -207/+303 |