Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | embed: Implement unsubmitted modified forms warning in WebKit2 | Carlos Garcia Campos | 2013-02-19 | 1 | -1/+6 |
| | | | | | | Installing a web extension to access the DOM. https://bugzilla.gnome.org/show_bug.cgi?id=684437 | ||||
* | Get rid of epiphany.pc | Xan Lopez | 2013-02-15 | 1 | -1/+0 |
| | | | | Also not needed. | ||||
* | Get rid of epiphany.h | Xan Lopez | 2013-02-15 | 1 | -1/+0 |
| | | | | It is also not needed anymore. | ||||
* | Remove API doc generation | Xan Lopez | 2013-02-10 | 1 | -7/+0 |
| | | | | | | We don't have extensions anymore, so this serves no purpose. If we ever add a new (hopefully much smaller!) API set for next-generation extensions we'll resurrect the docs for it. | ||||
* | [release] 3.7.53.7.5 | Xan Lopez | 2013-02-07 | 1 | -1/+1 |
| | |||||
* | configure.ac: depend on glib 2.35.6 | Xan Lopez | 2013-02-06 | 1 | -1/+1 |
| | | | | | A few important fixes in there that we'd rather have to avoid lots of bug reports. | ||||
* | Set a document basename when printing to a file | David King | 2013-01-23 | 1 | -1/+1 |
| | | | | | | | Bump GTK+ dependency to 3.5.4, where the new print-to-file support was added to GtkPrintSettings. https://bugzilla.gnome.org/show_bug.cgi?id=692337 | ||||
* | configure.ac:Update autotools | Javier Jardón | 2013-01-07 | 1 | -4/+1 |
| | | | | | AC_ISC_POSIX, AM_PROG_CC_STDC, AC_HEADER_STDC are obsolete macros Replace AC_HELP_STRING for AS_HELP_STRING | ||||
* | [release] 3.7.33.7.3 | Xan Lopez | 2012-12-19 | 1 | -1/+1 |
| | |||||
* | Use new libsoup APIs | Xan Lopez | 2012-12-19 | 1 | -2/+2 |
| | | | | Drops dependency on libsoup-gnome, we now depend on libsoup 2.41.3 | ||||
* | Append new tab on the window with most tabs in the current workspace | Gustavo Noronha Silva | 2012-12-11 | 1 | -0/+1 |
| | | | | | | | | | | This change uses a different heuristic to decide on what the best window to add a new tab is from the last window which has been interacted with, which might even be in a different workspace, to the window with the most tabs in the current workspace. If no window exists on the current workspace one will be created. Partial fix for https://bugzilla.gnome.org/show_bug.cgi?id=685976 | ||||
* | bookmarks: Use the current favicons API | Carlos Garcia Campos | 2012-12-07 | 1 | -1/+1 |
| | | | | | | | And bump WebKitGTK+ requirements to make sure we don't use any previous version of the favicons API that was broken. https://bugzilla.gnome.org/show_bug.cgi?id=689762 | ||||
* | [release] 3.7.13.7.1 | Xan Lopez | 2012-10-24 | 1 | -4/+4 |
| | |||||
* | g_type_init is no longer mandatory in GObject | Xan Lopez | 2012-10-19 | 1 | -1/+1 |
| | |||||
* | Remove extensions support | Xan Lopez | 2012-10-08 | 1 | -20/+0 |
| | | | | | | | This removes the old style extension support, you can read the rationale in the bug report. https://bugzilla.gnome.org/show_bug.cgi?id=685630 | ||||
* | [release] 3.6.03.6.0 | Claudio Saavedra | 2012-09-25 | 1 | -4/+4 |
| | |||||
* | [release] 3.5.923.5.92 | Claudio Saavedra | 2012-09-18 | 1 | -1/+1 |
| | |||||
* | configure.ac: Remove duplicate version definitions | Claudio Saavedra | 2012-09-05 | 1 | -2/+0 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=683418 | ||||
* | [release] 3.5.91.13.5.91.1 | Claudio Saavedra | 2012-09-05 | 1 | -1/+1 |
| | |||||
* | [release] 3.5.91 | Claudio Saavedra | 2012-09-05 | 1 | -1/+1 |
| | |||||
* | Add code coverage support | Xan Lopez | 2012-09-04 | 1 | -8/+11 |
| | | | | | | | | | | Needs a fairly recent gnome-common. To use do: - Run configure with --enable-code-coverage - Type 'make check-code-coverage' - Open the HTML results https://bugzilla.gnome.org/show_bug.cgi?id=683297 | ||||
* | Add a service for snapshotting webpages | Claudio Saavedra | 2012-09-01 | 1 | -0/+4 |
| | | | | | | | 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 | ||||
* | [release] 3.5.903.5.90 | Claudio Saavedra | 2012-08-24 | 1 | -1/+1 |
| | |||||
* | configure.ac: drop 'ice' and 'sm' dependencies | Xan Lopez | 2012-08-12 | 1 | -2/+0 |
| | | | | Does not seem like we use them anymore. | ||||
* | Mave avahi a hard dependency | Xan Lopez | 2012-08-10 | 1 | -37/+4 |
| | | | | | It's listed as a OS core dependency in jhbuild, so let's reduce the number of moving pieces on our side. | ||||
* | configure.ac: epiphnay doesnt depend on gnome-doc-utils | Javier Jardón | 2012-08-10 | 1 | -1/+0 |
| | | | | There is no help files | ||||
* | Show information about the SSL errors when clicking on lock icon | Carlos Garcia Campos | 2012-08-09 | 1 | -0/+2 |
| | | | | | | | If libgcr is available it's used to show the information about the TLS certificate in the dialog too. https://bugzilla.gnome.org/show_bug.cgi?id=681506 | ||||
* | Require latest libsoup for SoupTLD fixes | Xan Lopez | 2012-08-07 | 1 | -1/+1 |
| | |||||
* | [release] 3.5.53.5.5 | Xan Lopez | 2012-08-07 | 1 | -1/+1 |
| | |||||
* | configure.ac: we require WebKitGTK+ 1.9.6 to build now | Xan Lopez | 2012-08-07 | 1 | -1/+1 |
| | |||||
* | 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-18 | 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-02 | 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-29 | 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-27 | 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-08 | 1 | -1/+1 |
| | |||||
* | configure.ac: Add missing checks for sqlite3 | Claudio Saavedra | 2012-03-07 | 1 | -0/+1 |
| | |||||
* | Add EphyHistoryService and helper classes | Xan Lopez | 2012-03-07 | 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-22 | 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-19 | 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-14 | 1 | -1/+1 |
| | | | | Needed for GtkApplicationWindow and global menus. | ||||
* | ephy-embed-prefs: Hardcode enable-fullscreen to TRUE | Philippe Normand | 2012-01-04 | 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-20 | 1 | -1/+1 |
| | |||||
* | Move GtkBuilder files to data/ui | Xan Lopez | 2011-12-15 | 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-24 | 1 | -1/+1 |
| | |||||
* | [release] 3.3.23.3.2 | Xan Lopez | 2011-11-22 | 1 | -1/+1 |
| | |||||
* | [release] 3.3.13.3.1 | Xan Lopez | 2011-10-27 | 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-22 | 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-07 | 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-24 | 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 | ||||
* | configure.ac: we don't use startup-notification directly | Xan Lopez | 2011-06-27 | 1 | -2/+0 |
| | |||||
* | Copy&paste a few NM defines/enums we need at compile time | Xan Lopez | 2011-06-24 | 1 | -2/+0 |
| | | | | | This way we don't need a compile-time dependency on NetworkManager, since we use it through the DBus APIs. | ||||
* | Require NetworkManager | Xan Lopez | 2011-06-24 | 1 | -26/+5 |
| | | | | It's not optional in GNOME 3 | ||||
* | Use a gdbus-codegen generated GDBusProxy to monitor NM state | Claudio Saavedra | 2011-06-24 | 1 | -0/+1 |
| | | | | | | | | | | Get rid of the EphyNetMonitor code and instead generate a GDBusProxy subclass that monitors the StateChanged signal and State property in org.gnome.NetworkManager. This proxy exports these features as standard GObject signal and property, respectively, so we can use it directly through the relevant accessors. https://bugzilla.gnome.org/show_bug.cgi?id=622903 | ||||
* | configure.ac: hrm, 2.30 is not out yet | Xan Lopez | 2011-06-14 | 1 | -1/+1 |
| | |||||
* | Use the generic marshaler throughout | Xan Lopez | 2011-06-14 | 1 | -1/+1 |
| | | | | Just enough to get rid of ephy-marshal.h | ||||
* | [release] 3.1.23.1.2 | Xan Lopez | 2011-06-14 | 1 | -1/+1 |
| | |||||
* | configure.ac: remove unused BUILDID variable | Xan Lopez | 2011-06-01 | 1 | -4/+0 |
| | |||||
* | configure.ac: require WebKitGTK+ 1.5.1 | Xan Lopez | 2011-06-01 | 1 | -1/+1 |
| | |||||
* | configure.ac: bump version to 3.1.0 | Xan Lopez | 2011-04-18 | 1 | -1/+1 |
| | |||||
* | Rely on WebKit doing the check for mixed symbols | Gustavo Noronha Silva | 2011-04-15 | 1 | -1/+1 |
| | | | | | | | WebKit 1.4.0 checks if symbols are being mixed before loading a plugin. That is more robust, so we should rely on it. Bug #647096 | ||||
* | [release] 3.0.03.0.0 | Xan Lopez | 2011-04-05 | 1 | -5/+5 |
| | |||||
* | [release] 2.91.922.91.92 | Xan Lopez | 2011-03-22 | 1 | -2/+2 |
| | |||||
* | configure.ac: bump webkitgtk+ dependency to 1.3.13 | Xan Lopez | 2011-03-22 | 1 | -1/+1 |
| | |||||
* | configure: Do not use deprecated GNOME_COMMON_INIT | Javier Jardón | 2011-03-17 | 1 | -2/+0 |
| | | | | | | | We already have ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} in our Makefile.am https://bugzilla.gnome.org/show_bug.cgi?id=609498 | ||||
* | configure: Use the new libtool syntax | Javier Jardón | 2011-03-17 | 1 | -5/+2 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=609498 | ||||
* | [release] 2.91.91.12.91.91.1 | Xan Lopez | 2011-03-12 | 1 | -1/+1 |
| | |||||
* | [release] 2.91.912.91.91 | Xan Lopez | 2011-03-08 | 1 | -1/+1 |
| | |||||
* | Require GTK+ 3.0.2 | Xan Lopez | 2011-03-07 | 1 | -1/+1 |
| | | | | | A few nasty bugs have been fixed since 3.0.0, I'd rather not have them reported. | ||||
* | [release] 2.91.902.91.90 | Xan Lopez | 2011-02-23 | 1 | -1/+1 |
| | |||||
* | Require GTK+ 3.0.0 | Xan Lopez | 2011-02-21 | 1 | -1/+1 |
| | | | | | GTK+ changed its soname in 3.0.0, so we need to depend on that if we want to use 3.x. | ||||
* | [release] 2.91.62.91.6 | Xan Lopez | 2011-02-03 | 1 | -2/+2 |
| | |||||
* | ephy-embed-single: Update to use direct-from-libsoup SoupCache | Dan Winship | 2011-02-03 | 1 | -1/+1 |
| | | | | | | and update configure.ac to require the corresponding libsoup https://bugzilla.gnome.org/show_bug.cgi?id=636861 | ||||
* | [release] 2.91.52.91.5 | Xan Lopez | 2011-01-11 | 1 | -2/+2 |
| | |||||
* | configure.ac: require GTK+ 2.99.0 | Xan Lopez | 2011-01-07 | 1 | -1/+1 |
| | |||||
* | [release] 2.91.4.12.91.4.1 | Xan Lopez | 2010-12-23 | 1 | -2/+2 |
| | |||||
* | [release] 2.91.42.91.4 | Xan Lopez | 2010-12-21 | 1 | -2/+2 |
| | |||||
* | configure.ac: bump GTK+ version | Diego Escalante Urrelo | 2010-12-16 | 1 | -1/+1 |
| | | | | Required for GtkStyleContext API. | ||||
* | ephy-web-view: use custom error pages | Diego Escalante Urrelo | 2010-12-11 | 1 | -0/+1 |
| | | | | | | Show nice error pages instead of WebKitGTK+'s defaults. Bug #592667 | ||||
* | [release] 2.91.32.91.3 | Xan Lopez | 2010-11-30 | 1 | -3/+3 |
| | |||||
* | [release] 2.91.2.1 | Xan Lopez | 2010-11-09 | 1 | -2/+2 |
| | | | | Do not depend on unreleased GTK+ (!). | ||||
* | [release] 2.91.22.91.2 | Xan Lopez | 2010-11-09 | 1 | -2/+2 |
| | |||||
* | Remove libnotify dependency | Xan Lopez | 2010-10-29 | 1 | -10/+0 |
| | | | | | We are going to revamp the downloads UI to fit better in the Shell design, but for now we can just get rid of this. | ||||
* | configure.ac: post-release version bump | Xan Lopez | 2010-10-20 | 1 | -1/+1 |
| | |||||
* | configure.ac: remove .1 from paper-bag release | Xan Lopez | 2010-10-20 | 1 | -1/+1 |
| | |||||
* | [release] 2.91.1.12.91.1.1 | Xan Lopez | 2010-10-20 | 1 | -2/+2 |
| | | | | | Do not depend on gsettings-desktop-schemas 0.0.2, which is not released yet. | ||||
* | [release] 2.91.12.91.1 | Xan Lopez | 2010-10-19 | 1 | -2/+2 |
| | |||||
* | Use odd middle number for the release. | Xan Lopez | 2010-10-08 | 1 | -1/+1 |
| | |||||
* | gsettings: port epiphany to gsettings | Diego Escalante Urrelo | 2010-10-08 | 1 | -15/+6 |
| | | | | | | Adds our own schemas, a migration file and removes old gconf API and files. Bug #624485 | ||||
* | Require GTK+ 2.91.1 | Xan Lopez | 2010-10-05 | 1 | -1/+1 |
| | |||||
* | Use gobject-introspection 0.9.5 syntax | Xan Lopez | 2010-10-04 | 1 | -1/+1 |
| | |||||
* | Do not default to --enable-maintainer-mode in configure | Vincent Untz | 2010-09-15 | 1 | -3/+0 |
| | | | | | | Note that gnome-autogen.sh (called by autogen.sh) will call --enable-maintainer-mode. The current setup just means we have --enable-maintainer-mode by default in tarballs, which is wrong. | ||||
* | Update for latest GTK+ 3.x release. | Xan Lopez | 2010-09-11 | 1 | -1/+1 |
| | |||||
* | Bump version to 2.90.0 | Xan Lopez | 2010-08-30 | 1 | -2/+2 |
| | | | | We won't release from master for 2.32, so skip that cycle. | ||||
* | 2.31.52.31.5 | Xan Lopez | 2010-07-14 | 1 | -1/+1 |
| | |||||
* | Bump libnotify dependency to 0.5.1 | Carlos Garcia Campos | 2010-07-07 | 1 | -1/+1 |
| | | | | To avoid symbols conflict, since old libnotify linked to gtk+-2.0 | ||||
* | The new pc file for webkit is webkitgtk-X.0.pc2.31.4 | Xan Lopez | 2010-06-29 | 1 | -1/+1 |
| | |||||
* | 2.31.4 | Xan Lopez | 2010-06-29 | 1 | -2/+2 |
| | |||||
* | Bump GTK+ dependency to GTK+ 3.x branch | Xan Lopez | 2010-06-27 | 1 | -4/+4 |
| | | | | | We require at least 2.90.4 to build, there is no support for the old 2.x versions anymore. | ||||
* | configure.ac: update required GTK+ version | Xan Lopez | 2010-06-13 | 1 | -1/+1 |
| | |||||
* | configure.ac: enable GSEAL in maintainer mode | Xan Lopez | 2010-06-13 | 1 | -1/+1 |
| | |||||
* | 2.31.3 | Xan Lopez | 2010-06-13 | 1 | -1/+1 |
| | |||||
* | configure.ac: bump WebKitGTK+ requirement to 1.3.1 | Xan Lopez | 2010-05-28 | 1 | -1/+1 |
| | |||||
* | 2.31.22.31.2 | Xan Lopez | 2010-05-25 | 1 | -1/+1 |
| | |||||
* | configure.ac: bump version to 2.31 | Xan Lopez | 2010-05-03 | 1 | -3/+3 |
| | |||||
* | 2.30.22.30.2 | Xan Lopez | 2010-04-08 | 1 | -1/+1 |
| | |||||
* | 2.30.12.30.1 | Xan Lopez | 2010-04-08 | 1 | -1/+1 |
| | |||||
* | 2.302.30 | Xan Lopez | 2010-03-30 | 1 | -3/+3 |
| | |||||
* | configure.ac: bump version to 2.29.92 | Xan Lopez | 2010-02-27 | 1 | -1/+1 |
| | | | | | Somehow the commit bumping version to 2.29.91 was lost... so 2.29.91 was released as 2.29.90. | ||||
* | 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 |
| | |||||
* | Report broken certs through the padlock icon | Gustavo Noronha Silva | 2010-02-23 | 1 | -1/+35 |
| | | | | | | | | This uses a new feature in libsoup that reports through a SoupMessageFlag whether the message is talking to a server that has a trusted server. Bug #600663 | ||||
* | Enable window auto resize/move. | Xan Lopez | 2010-02-16 | 1 | -1/+1 |
| | | | | Bug #604991 | ||||
* | Use accessor functions instead direct access | Javier Jardón | 2010-02-11 | 1 | -1/+1 |
| | | | | | | | Substitute GTK_WIDGET_MAPPED() and GTK_WIDGET_REALIZED() GTK+ required version bumped to 2.19.5 https://bugzilla.gnome.org/show_bug.cgi?id=595791 | ||||
* | 2.29.902.29.90 | Xan Lopez | 2010-02-09 | 1 | -2/+2 |
| | |||||
* | Make SoupCookieJarAcceptPolicy match our cookie policies | Xan Lopez | 2010-02-05 | 1 | -1/+1 |
| | | | | Bug #607484 | ||||
* | 2.29.62.29.6 | Xan Lopez | 2010-01-26 | 1 | -1/+1 |
| | |||||
* | Remove error handling work-arounds | Gustavo Noronha Silva | 2010-01-16 | 1 | -1/+1 |
| | | | | | | | WebKit will stop emitting load signals when it loads the error page, which makes life easier for us. Bug #377012 | ||||
* | 2.29.52.29.5 | Xan Lopez | 2010-01-12 | 1 | -1/+1 |
| | |||||
* | NSS is not relevant as a feature for extensions | Xan Lopez | 2010-01-02 | 1 | -1/+0 |
| | |||||
* | No need to AC_SUBST EPIPHANY_FEATURES several times | Xan Lopez | 2010-01-02 | 1 | -4/+1 |
| | |||||
* | Remove ChangeLog generation from SVN | Xan Lopez | 2009-12-31 | 1 | -8/+0 |
| | | | | It's not useful anymore, only leave the git bits. | ||||
* | Use introspection.m4 file to detect introspection support | Xan Lopez | 2009-12-26 | 1 | -33/+7 |
| | |||||
* | Raise API version | Gustavo Noronha Silva | 2009-12-20 | 1 | -1/+1 |
| | |||||
* | Properly manage the list of languages for the "Accept-Language" header | Mario Sanchez Prada | 2009-12-19 | 1 | -1/+1 |
| | | | | | | | | New handler added to watch for changes in the GConf key with the list of languages for the "Accept-Language" HTTP header, and update the SoupSession's "accept-language" property (since libsoup 2.29.4). Bug #528893 | ||||
* | Use the new top-widget infrastructure to ask whether to store passwords | Gustavo Noronha Silva | 2009-12-17 | 1 | -1/+1 |
| | |||||
* | Use new WebKit API to respect the Content-Disposition header | Gustavo Noronha Silva | 2009-12-09 | 1 | -1/+1 |
| | | | | | | | This allows us to perform downloads when the server tells us to do so, even for types WebKit supports. This fixes downloading GMail attachments. Bug #598605 | ||||
* | 2.29.32.29.3 | Xan Lopez | 2009-11-30 | 1 | -1/+1 |
| | |||||
* | Depend on not yet released WebKitGTK+ 1.1.17 | Xan Lopez | 2009-11-03 | 1 | -1/+1 |
| | |||||
* | 2.29.12.29.1 | Xan Lopez | 2009-10-27 | 1 | -1/+1 |
| | |||||
* | Reimplement content type checking | Gustavo Noronha Silva | 2009-10-26 | 1 | -1/+1 |
| | | | | | | | This brings back proper content type reporting, and the 'Open' button in the download dialog. Bug #598167 | ||||
* | Replace .glade files with .ui files | Benjamin Otte | 2009-10-02 | 1 | -9/+0 |
| | | | | | | | | | | | | Glade does support editing gtk-builder generated files by now so there is no need to keep the old Glade files around. Also, gtk-builder-convert is supposed to be a one-time conversion tool and not supposed to be run by a build system, see http://mail.gnome.org/archives/desktop-devel-list/2009-July/msg00102.html Bug #590387 Signed-off-by: Xan Lopez <xan@gnome.org> | ||||
* | Bump libtool to 2.2 and remove dolt | Javier Jardón | 2009-10-01 | 1 | -1/+1 |
| | | | | | | Bug #596669 Signed-off-by: Xan Lopez <xan@gnome.org> | ||||
* | GTK+ 2.17.11 is now the required version | Javier Jardón | 2009-09-22 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | I've used all the GTK+ 2.17.11 api available, still missing: GTK_WIDGET_REALIZED (GTK_WIDGET ()) GTK_WIDGET_MAPPED (GTK_WIDGET ()) GTK_ENTRY->im_context GTK_STATUSBAR->frame GTK_STATUSBAR->label GTK_MESSAGE_DIALOG->label https://bugzilla.gnome.org/show_bug.cgi?id=595791 Signed-off-by: Xan Lopez <xan@gnome.org> | ||||
* | configure.ac: API version is still 2.28 | Xan Lopez | 2009-09-22 | 1 | -1/+1 |
| | |||||
* | configure.ac: bump required WebKitGTK version | Xan Lopez | 2009-09-21 | 1 | -1/+1 |
| | |||||
* | configure.ac: bump version to 2.29.0 | Xan Lopez | 2009-09-19 | 1 | -3/+3 |
| | |||||
* | configure.ac: post release version bump | Xan Lopez | 2009-09-08 | 1 | -2/+2 |
| | |||||
* | configure.ac: require WebKitGTK+ 1.1.142.27.92 | Xan Lopez | 2009-09-08 | 1 | -1/+1 |
| | |||||
* | Import passwords from the ephy/gecko profile on first run. | Xan Lopez | 2009-08-26 | 1 | -0/+21 |
| | | | | | | This feature requires NSS, so NSS is added as an optional dependency, enabled by default. Can be disabled with --disable-nss, but then passwords won't be imported. | ||||
* | configure.ac: post release version bump | Xan Lopez | 2009-08-25 | 1 | -1/+1 |
| | |||||
* | configure.ac: bump libsoup-gnome dependency2.27.91 | Xan Lopez | 2009-08-25 | 1 | -1/+1 |
| | |||||
* | configure.ac: require WebKitGTK+ 1.1.13 | Xan Lopez | 2009-08-25 | 1 | -1/+1 |
| | | | | | Just a sanity check so that we don't end up with two keyring support features in our session accidentally. | ||||
* | ephy-seed-extension: force a GC cycle after detachs. | Xan Lopez | 2009-08-21 | 1 | -1/+1 |
| | | | | | This should help with memory management/lifecycle woes, although it does not seem to fix bug #573551 | ||||
* | Add ICE explicitly to the list of dependencies | Gustavo Noronha Silva | 2009-08-19 | 1 | -0/+1 |
| | |||||
* | configure.ac: a few more portability tests suggested by 'autoscan' | Xan Lopez | 2009-08-16 | 1 | -2/+6 |
| | |||||
* | configure.ac: use LT_INIT instead of deprecated AC_PROG_LIBTOOL | Xan Lopez | 2009-08-16 | 1 | -1/+1 |
| | |||||
* | configure.ac: post-release version bump | Xan Lopez | 2009-08-11 | 1 | -1/+1 |
| | |||||
* | Re-implement PDM's password viewer. | Xan Lopez | 2009-08-09 | 1 | -0/+2 |
| | | | | | | | | | Patch by Holger Freyther, Prit Laes, with fixes from Xan López. Fetches the data from the GNOME keyring, which is where WebKit stores it (when compiled with keyring support). Bug #579217 | ||||
* | Revert "Move Epiphany to solely use GnomeKeyring for password management." | Priit Laes | 2009-07-29 | 1 | -2/+0 |
| | | | | This reverts commit f453c807afecdc210410eeb9f389ca50d0764a7c. | ||||
* | Move Epiphany to solely use GnomeKeyring for password management. | Priit Laes | 2009-07-29 | 1 | -0/+2 |
| | | | | | | Based on patch by Holger Freyther. Signed-off-by: Priit Laes <plaes@plaes.org> | ||||
* | configure.ac: next release is 2.27.90, not 2.27.6 | Xan Lopez | 2009-07-28 | 1 | -1/+1 |
| | |||||
* | configure.ac: post-release version bump | Xan Lopez | 2009-07-28 | 1 | -1/+1 |
| | |||||
* | configure.ac: post-release version bump. | Xan Lopez | 2009-07-13 | 1 | -1/+1 |
| | |||||
* | configure.ac: depend on WebKitGTK+ 1.1.112.27.4 | Xan Lopez | 2009-07-13 | 1 | -1/+1 |
| | |||||
* | Require x11 | Benjamin Otte | 2009-07-13 | 1 | -0/+1 |
| | | | | | Epiphany has hacky code that uses libX11 directly, so Epiphany needs to depend on it instead of relying on other libs to pull it in. | ||||
* | Require gthread-2.0 | Benjamin Otte | 2009-07-13 | 1 | -0/+1 |
| | | | | | | Applications calling g_thread_init() must require it explicitly. It is automatically pulled by Orbit via gconf, but Epiphany should not rely on that. | ||||
* | configure.ac: use SILENT_AM_RULES from automake 1.11 if possible. | Xan Lopez | 2009-07-12 | 1 | -0/+3 |
| | |||||
* | configure.ac: post-release version bump. | Xan Lopez | 2009-06-16 | 1 | -1/+1 |
| | |||||
* | configure.ac: require WebKitGTK+ 1.1.10. | Xan Lopez | 2009-06-15 | 1 | -1/+1 |
| | |||||
* | configure.ac: remove embed/webkit Makefile generation. | Xan Lopez | 2009-06-06 | 1 | -1/+0 |
| | |||||
* | Remove Python support. | Xan Lopez | 2009-06-06 | 1 | -102/+0 |
| | | | | | The supported language for extensions other than C/C++ is now JavaScript through Seed. | ||||
* | configure.ac: post-release version bump. | Xan Lopez | 2009-05-25 | 1 | -1/+1 |
| | |||||
* | configure.ac: bump required WebKitGTK+ version to 1.1.7 | Xan Lopez | 2009-05-24 | 1 | -1/+1 |
| | |||||
* | configure.ac: remove duplicated bit. | Xan Lopez | 2009-03-18 | 1 | -3/+0 |
| | | | | svn path=/trunk/; revision=8917 | ||||
* | configure.ac: post release version bump. | Xan Lopez | 2009-03-17 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=8912 | ||||
* | configure.ac: update libsoup requirement to 2.26.0. | Xan Lopez | 2009-03-17 | 1 | -1/+1 |
| | | | | | | | Among other things it has a SoupCookieJarSQLite that can create one jar from scratch. svn path=/trunk/; revision=8909 | ||||
* | configure.ac: update glib requirement to minimum required by gtk+ 2.16.0. | Xan Lopez | 2009-03-16 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=8907 | ||||
* | configure.ac: post-release version bump. | Xan Lopez | 2009-03-16 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=8906 | ||||
* | Require WebKitGTK+ 1.1.3, since 1.1.2 had a bad soname. | Gustavo Noronha Silva | 2009-03-16 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=8904 | ||||
* | configure.ac: update WebKitGTK+ requirement to 1.1.2. | Xan Lopez | 2009-03-16 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=8901 | ||||
* | configure.ac: require GTK+ 2.16.0 so we get a change of having proper ↵ | Xan Lopez | 2009-03-14 | 1 | -1/+1 |
| | | | | | | theming in entry. svn path=/trunk/; revision=8888 | ||||
* | configure.ac: drop redundant AC_SUBST. | Xan Lopez | 2009-03-12 | 1 | -9/+0 |
| | | | | | | | PKG_CHECK_MODULES already does AC_SUBST on LIBS and CFLAGS for us, so don't do it again. Thanks to Company for the tip. svn path=/trunk/; revision=8876 | ||||
* | detect NetworkManager using pkg-config | Benjamin Otte | 2009-03-12 | 1 | -2/+1 |
| | | | | svn path=/trunk/; revision=8873 | ||||
* | configure.ac: require avahi-client explictly. | Xan Lopez | 2009-03-12 | 1 | -1/+4 |
| | | | | | | | avahi-client is in the private requiremenets of avahi-gobject, so we need to ask for it to get the right libs at link time. svn path=/trunk/; revision=8871 | ||||
* | configure.ac: require WebKitGTK+ 1.1.1 | Xan Lopez | 2009-03-02 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=8831 | ||||
* | Remove CXX/C++ stuff from configure/Makefiles. | Xan Lopez | 2009-03-01 | 1 | -14/+0 |
| | | | | | | We are just C now, so it should be OK. svn path=/trunk/; revision=8826 | ||||
* | Remove gecko-only desktop-file plugin. | Xan Lopez | 2009-02-28 | 1 | -38/+0 |
| | | | | svn path=/trunk/; revision=8824 | ||||
* | Use libsoup, getting the session from webkit, to handle cookies. | Xan Lopez | 2009-02-23 | 1 | -0/+2 |
| | | | | | | | Requires libsoup-gnome for SoupCookieJarSQLite storage. Depending on 2.25.91, although we actually need trunk to get working code. svn path=/trunk/; revision=8811 | ||||
* | Fix python/seed exclusivity check | Christian Persch | 2009-02-07 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=8760 | ||||
* | Add closing ] in the right place | Christian Persch | 2009-02-07 | 1 | -2/+2 |
| | | | | svn path=/trunk/; revision=8759 | ||||
* | configure.ac: add missing ']' | Xan Lopez | 2009-02-07 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=8758 | ||||
* | Fail if given --enable-seed without --enable-introspection. | Christian Persch | 2009-02-07 | 1 | -0/+4 |
| | | | | svn path=/trunk/; revision=8757 | ||||
* | Add seed support; use --enable-seed to check it out. Patch by Robert Carr. | Christian Persch | 2009-02-07 | 1 | -2/+28 |
| | | | | svn path=/trunk/; revision=8756 | ||||
* | Add gobject introspection support; use --enable-introspection. | Christian Persch | 2009-02-07 | 1 | -2/+42 |
| | | | | svn path=/trunk/; revision=8755 | ||||
* | Respect the API version set above | Christian Persch | 2009-02-04 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=8751 | ||||
* | Version update | Christian Persch | 2009-02-04 | 1 | -2/+2 |
| | | | | svn path=/trunk/; revision=8750 | ||||
* | Add dolt support. | Xan Lopez | 2009-01-22 | 1 | -0/+1 |
| | | | | | | Patch by Priit Laes, bug #542501 svn path=/trunk/; revision=8719 | ||||
* | Use C_() instead of Q_() with context for translatable strings. | Philip Withnall | 2009-01-20 | 1 | -1/+1 |
| | | | | | | | | Note this bumps the GLib dependency to 2.18.0. (Helps: #558407) svn path=/trunk/; revision=8705 | ||||
* | We no longer need a separate pkg-config check for WEBKIT. | Gustavo Noronha Silva | 2009-01-14 | 1 | -8/+0 |
| | | | | | | Bug #567601 svn path=/trunk/; revision=8682 | ||||
* | Port to use GtkBuilder. | Xan Lopez | 2009-01-12 | 1 | -3/+10 |
| | | | | | | | | | | Bug #567490 We keep the old glade files as master source and convert them to GtkBuilder format at compile-time because glade-3 is not ready yet for day-to-day edition of GtkBuilder files. svn path=/trunk/; revision=8678 | ||||
* | configure.ac: bump required webkit version to 1.1.0. | Xan Lopez | 2009-01-12 | 1 | -4/+3 |
| | | | | | | Plus small cleanups to the file. svn path=/trunk/; revision=8675 | ||||
* | Require GTK+ 2.15.0 | Xan Lopez | 2008-12-31 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=8656 | ||||
* | Revert cookies stuff, didn't want to commit that. | Xan Lopez | 2008-12-12 | 1 | -2/+0 |
| | | | | svn path=/trunk/; revision=8633 | ||||
* | Port ephy to use libsoup for cookies. | Xan Lopez | 2008-12-12 | 1 | -0/+2 |
| | | | | svn path=/trunk/; revision=8632 | ||||
* | Add --enable-tests to configure | Diego Escalante Urrelo | 2008-11-30 | 1 | -1/+12 |
| | | | | | | tests/ will be build by default. svn path=/trunk/; revision=8625 | ||||
* | Correct version | Christian Persch | 2008-11-17 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=8610 | ||||
* | Remove libpython check that fails with libtool 2 | Christian Persch | 2008-11-11 | 1 | -25/+0 |
| | | | | svn path=/trunk/; revision=8608 | ||||
* | Remove libgnome and libgnomeui dependency, using EggSMClient instead of ↵ | Christian Persch | 2008-09-25 | 1 | -5/+6 |
| | | | | | | GnomeClient. svn path=/trunk/; revision=8541 | ||||
* | Bump GTK+ requirement to be able to build tests/. | Diego Escalante Urrelo | 2008-08-15 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=8420 | ||||
* | Add the base for tests/ support. | Diego Escalante Urrelo | 2008-08-04 | 1 | -0/+1 |
| | | | | | | | Include a test for ephysearchentry, need to make them optional too. Part of #544642. svn path=/trunk/; revision=8384 | ||||
* | Bump intltool requirement to 0.40.0 | Wouter Bolsterlee | 2008-07-22 | 1 | -1/+1 |
| | | | | | | | Removed the intltool.* lines in the toplevel Makefile.am as well for make dist to work. svn path=/trunk/; revision=8340 | ||||
* | Fix the check for a valid LSB_DISTRIBUTOR string. Patch by Josselin Mouette, | Diego Escalante Urrelo | 2008-05-19 | 1 | -1/+1 |
| | | | | | | | closes: #529778. svn path=/trunk/; revision=8235 | ||||
* | Add epiphany.h. Only allow including epiphany.h; all other headers are private | Christian Persch | 2008-04-12 | 1 | -1/+3 |
| | | | | svn path=/trunk/; revision=8211 | ||||
* | Exorcise gecko configure & build stuff | Christian Persch | 2008-04-04 | 1 | -304/+35 |
| | | | | svn path=/trunk/; revision=8183 | ||||
* | Comment out useless stuff | Christian Persch | 2008-03-27 | 1 | -5/+5 |
| | | | | svn path=/trunk/; revision=8136 | ||||
* | Use GChecksum to calculate the MD5 of favicons. | Xan Lopez | 2008-03-12 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=8099 | ||||
* | Try to fix the build with 1.8 | Christian Persch | 2008-03-11 | 1 | -2/+9 |
| | | | | svn path=/trunk/; revision=8095 | ||||
* | Allow building with xulrunner 1.9. Patch by Alexander Sack; part of bug #503657 | Christian Persch | 2008-03-11 | 1 | -2/+38 |
| | | | | svn path=/trunk/; revision=8094 | ||||
* | Post branching version update | Christian Persch | 2008-03-06 | 1 | -4/+4 |
| | | | | svn path=/trunk/; revision=8042 | ||||
* | Remove cruft | Christian Persch | 2008-02-27 | 1 | -72/+21 |
| | | | | svn path=/trunk/; revision=7990 | ||||
* | Adapt to gio API change | Christian Persch | 2008-02-26 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=7981 | ||||
* | Version bump | Christian Persch | 2008-02-26 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=7980 | ||||
* | Remove obsolete check. Bug #333445 | Christian Persch | 2008-02-20 | 1 | -34/+0 |
| | | | | svn path=/trunk/; revision=7971 | ||||
* | Add EPHY_CHECK_VERSION (#513128) | Xan Lopez | 2008-02-18 | 1 | -0/+6 |
| | | | | svn path=/trunk/; revision=7958 | ||||
* | Track WebKit r29909 pkg-config rename | Alp Toker | 2008-02-01 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=7905 | ||||
* | Post release version bump | Christian Persch | 2008-01-29 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=7895 | ||||
* | Release 2.21.90RELEASE_2_21_90 | Christian Persch | 2008-01-29 | 1 | -1/+0 |
| | | | | svn path=/trunk/; revision=7893 | ||||
* | Post release version bump | Christian Persch | 2008-01-15 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=7868 | ||||
* | Release 2.21.5RELEASE_2_21_5 | Christian Persch | 2008-01-15 | 1 | -5/+16 |
| | | | | svn path=/trunk/; revision=7866 | ||||
* | Update to new glib 2.15.2 API, bump glib dep and remove a | Cosimo Cecchi | 2008-01-15 | 1 | -3/+2 |
| | | | | | | remaining gnome-vfs bit from configure.ac. svn path=/trunk/; revision=7864 | ||||
* | Drop gnome-vfs dependency. Now Epiphany depends on glib >= 2.15.1. | Cosimo Cecchi | 2008-01-14 | 1 | -11/+8 |
| | | | | | | | Also, optional Zeroconf support depends on Avahi >= 0.6.22. Bug #507152. svn path=/trunk/; revision=7858 |