Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a service for snapshotting webpages | Claudio Saavedra | 2012-08-04 | 1 | -1/+3 |
| | | | | | | | This service provides pixbufs for URLs while caching these locally as thumbnails. gnome-desktop-thumbnail is used to handle caching. https://bugzilla.gnome.org/show_bug.cgi?id=668578 | ||||
* | extensions: remove seed support | Diego Escalante Urrelo | 2012-07-31 | 1 | -26/+0 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=680905 | ||||
* | [release] 3.5.43.5.4 | Xan Lopez | 2012-07-17 | 1 | -1/+1 |
| | |||||
* | [release] 3.5.33.5.3 | Xan Lopez | 2012-06-26 | 1 | -1/+1 |
| | |||||
* | Initial WebKit2 port | Carlos Garcia Campos | 2012-06-21 | 1 | -4/+21 |
| | | | | It builds and basic functionality works. | ||||
* | configure.ac: require GTK+ 3.5.2 for OSD style class | Xan Lopez | 2012-05-25 | 1 | -1/+1 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=676784 | ||||
* | tests: include tests/data/ in dist | Diego Escalante Urrelo | 2012-05-24 | 1 | -0/+1 |
| | | | | Otherwise tests using its contents will fail on distcheck. | ||||
* | [release] 3.5.13.5.1 | Xan Lopez | 2012-05-01 | 1 | -1/+1 |
| | |||||
* | Remove Epiphany manual | Xan Lopez | 2012-04-13 | 1 | -1/+0 |
| | | | | | | | | | The current manual is quite obsolete and uses and outdated technology, so it really just needs a full rewrite at this point. Hopefully this will motivate someone to do it, meanwhile we stop shipping misguiding documentation. https://bugzilla.gnome.org/show_bug.cgi?id=674047 | ||||
* | configure.ac: this Makefile does not exist anymore | Xan Lopez | 2012-03-29 | 1 | -1/+0 |
| | |||||
* | build: intltool 0.50 add proper support for gsettings schemas | Javier Jardón | 2012-03-28 | 1 | -1/+1 |
| | | | | | | Its not needed to use the .in hack anymore Fixes https://bugzilla.gnome.org/show_bug.cgi?id=672932 | ||||
* | configure.ac: bump version to 3.5.0 | Xan Lopez | 2012-03-26 | 1 | -4/+4 |
| | | | | Let the 3.6.0 race begin! | ||||
* | [release] 3.3.923.3.92 | Xan Lopez | 2012-03-21 | 1 | -1/+1 |
| | |||||
* | configure.ac: we require WebKitGTK+ 1.7.92 now | Xan Lopez | 2012-03-20 | 1 | -1/+1 |
| | |||||
* | configure.ac: remove epiphany_branch define | Xan Lopez | 2012-03-15 | 1 | -3/+0 |
| | | | | It's not used anywhere that I can see. | ||||
* | Fix distcheck | Xan Lopez | 2012-03-14 | 1 | -7/+0 |
| | | | | | | | | | | Most data files are listed through EXTRA_DIST, so they are left in the top srcdir during VPATH builds. The new EphyWebView unit test needs data/pages/error.html, so distcheck was broken because ephy_file ("error.html") was failing since it looked for them in $pwd/data. To fix this, look for files in the top srcdir instead of $pwd/data, which will lead to the builddir data data dir during distcheck. | ||||
* | [release] 3.3.913.3.91 | Xan Lopez | 2012-03-07 | 1 | -1/+1 |
| | |||||
* | configure.ac: Add missing checks for sqlite3 | Claudio Saavedra | 2012-03-06 | 1 | -0/+1 |
| | |||||
* | Add EphyHistoryService and helper classes | Xan Lopez | 2012-03-06 | 1 | -0/+1 |
| | | | | | | | | | EphyHistoryService provides a high-level API to store history information. It will processed by a worker thread using SQLite to provide a fast, responsive service to the main UI. Based on the code by Martin Robinson (mrobinson@igalia.com) and Claudio Saavedra (csaavedra@igalia.com). | ||||
* | [release] 3.3.903.3.90 | Xan Lopez | 2012-02-21 | 1 | -1/+1 |
| | |||||
* | [release] 3.3.53.3.5 | Xan Lopez | 2012-02-07 | 1 | -3/+3 |
| | |||||
* | Remove the Bookmarks Editor desktop file | Xan Lopez | 2012-01-27 | 1 | -2/+0 |
| | | | | There's really no much point in shipping it as a separate "application". | ||||
* | configure.ac: remove reference to icons Makefile | Xan Lopez | 2012-01-27 | 1 | -1/+0 |
| | |||||
* | Adapt to the new format form global menus | Xan Lopez | 2012-01-26 | 1 | -1/+1 |
| | | | | This requires a GTK+ newer than eed30771. | ||||
* | [release] 3.3.4.13.3.4.1 | Xan Lopez | 2012-01-18 | 1 | -1/+1 |
| | |||||
* | [release] 3.3.43.3.4 | Xan Lopez | 2012-01-17 | 1 | -2/+2 |
| | |||||
* | configure.ac: bump GTK+ dependency | Xan Lopez | 2012-01-13 | 1 | -1/+1 |
| | | | | Needed for GtkApplicationWindow and global menus. | ||||
* | ephy-embed-prefs: Hardcode enable-fullscreen to TRUE | Philippe Normand | 2012-01-03 | 1 | -1/+1 |
| | | | | | | | | | This change is required for websites (like Youtube) using the new Javascript-based fullscreen API. Also bumped the WebKitGTK requirement to 1.7.3 in agreement with Xan. This release includes bug fixes related to fullscreen display of videos. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=665341 | ||||
* | [release] 3.3.33.3.3 | Xan Lopez | 2011-12-19 | 1 | -1/+1 |
| | |||||
* | Move GtkBuilder files to data/ui | Xan Lopez | 2011-12-14 | 1 | -1/+0 |
| | | | | | There's not much point in having two UI files (glade/ and ui/), and besides the files were not actually in glade format anymore. | ||||
* | configure.ac: kill ancient spellchecker am define | Xan Lopez | 2011-12-10 | 1 | -2/+0 |
| | |||||
* | configure.ac: we don't use gdbus-codegen anymore | Xan Lopez | 2011-12-10 | 1 | -3/+0 |
| | |||||
* | configure.ac: we can safely assume GCC 3.4 these days, I think | Xan Lopez | 2011-12-10 | 1 | -25/+1 |
| | |||||
* | configure.ac: remove old configure output | Xan Lopez | 2011-12-05 | 1 | -1/+0 |
| | |||||
* | Use SoupSession:ssl-use-system-ca-file property | Dan Winship | 2011-11-30 | 1 | -34/+1 |
| | | | | | | | | Rather than copying glib-networking's logic for finding the system trusted CA file and then telling libsoup to use it, just use the new ssl-use-system-ca-file property. https://bugzilla.gnome.org/show_bug.cgi?id=633109 | ||||
* | configure.ac: require glib 2.31.2 for GNetworkMonitor | Xan Lopez | 2011-11-23 | 1 | -1/+1 |
| | |||||
* | [release] 3.3.23.3.2 | Xan Lopez | 2011-11-21 | 1 | -1/+1 |
| | |||||
* | [release] 3.3.13.3.1 | Xan Lopez | 2011-10-26 | 1 | -4/+4 |
| | |||||
* | [release] 3.2.03.2.0 | Xan Lopez | 2011-09-27 | 1 | -5/+5 |
| | |||||
* | [release] 3.1.923.1.92 | Xan Lopez | 2011-09-21 | 1 | -2/+2 |
| | |||||
* | configure.ac: switch to dist-xz | Xan Lopez | 2011-09-15 | 1 | -1/+1 |
| | | | | It's the default tarball format for GNOME now. | ||||
* | [release] 3.1.91.13.1.91.1 | Xan Lopez | 2011-09-07 | 1 | -1/+1 |
| | |||||
* | [release] 3.1.913.1.91 | Xan Lopez | 2011-09-06 | 1 | -1/+1 |
| | |||||
* | configure.ac: gdbus-codegen is required | Xan Lopez | 2011-09-06 | 1 | -1/+1 |
| | | | | | | | Fail if it's not found. Apparently gentoo ships this independently of glib, so it can happen. https://bugzilla.gnome.org/show_bug.cgi?id=657610 | ||||
* | [release] 3.1.903.1.90 | Xan Lopez | 2011-08-30 | 1 | -1/+1 |
| | |||||
* | Show a notification when the newly created web-app is ready to be used | Xan Lopez | 2011-08-29 | 1 | -0/+2 |
| | | | | | This will probably go away in 3.4 when the new dash design is introduced, but for now it's the best we have. | ||||
* | [release] 3.1.53.1.5 | Xan Lopez | 2011-08-23 | 1 | -2/+2 |
| | |||||
* | Depend on glib >= 2.29.10 | Gustavo Noronha Silva | 2011-08-16 | 1 | -1/+1 |
| | | | | | We rely on Unicode API that is only available from that version onwards. | ||||
* | [3.1.3] release | Xan Lopez | 2011-07-05 | 1 | -1/+1 |
| | |||||
* | Drop all dbus-glib code | Claudio Saavedra | 2011-06-27 | 1 | -13/+0 |
| | | | | | | | We still need to provide equivalent ways to activate epiphany, but we will use GActions instead. https://bugzilla.gnome.org/show_bug.cgi?id=622903 |