/textproc/sgmls/files/

gsoc2013-epiphany' title='gsoc2013-epiphany Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [release] 2.91.32.91.3Xan Lopez2010-11-302-3/+13
|
* Updated Thai translation.Theppitak Karoonboonyanan2010-11-231-973/+897
|
* ephy-web-view: manually unref DOM objects when neededXan Lopez2010-11-221-0/+8
| | | | | | Some DOM objects are not garbage collected by WebKit (since they are not in the DOM tree), manually unref them when they are not needed anymore.
* Added UG translationGheyret T.Kenji2010-11-201-16/+16
|
* Updated Arabic translationKhaled Hosny2010-11-201-948/+873
|
* WebKitSoupCache expects a max cache size in bytesSergio Villar Senin2010-11-181-1/+1
| | | | Bug #635066
* Added UG translationGheyret T.Kenji2010-11-141-0/+1
|
* Added UG translationGheyret T.Kenji2010-11-141-0/+2890
|
* [release] 2.91.2.1Xan Lopez2010-11-091-2/+2
| | | | Do not depend on unreleased GTK+ (!).
* Use gtk_paned_new() instead gtk_[h|v]paned_new()Javier Jardón2010-11-093-3/+3
|
* [release] 2.91.22.91.2Xan Lopez2010-11-092-2/+14
|
* ephy-web-view: use full content zoom by defaultXan Lopez2010-11-081-0/+7
| | | | | | | As a FIXME we could support both (at the same time) somewhat easily, we just need to add the needed APIs in WebKitGTK+. Bug #615362
* ephy-web-view: remove ge-dom-mouse signalsXan Lopez2010-11-062-37/+0
| | | | They are not even emitted anymore, and are unused.
* ephy-main: remove libnotify leftoverXan Lopez2010-11-061-4/+0
|
* Updated Japanese translationTakayuki KUSANO2010-11-031-5/+5
|
* tests: DBUS_LIBS is needed for libephymain.laDiego Escalante Urrelo2010-11-011-0/+1
|
* Drop usage of deprecated size-request signalMatthias Classen2010-10-301-4/+21
| | | | Signed-off-by: Xan Lopez <xan@gnome.org>
* Remove libnotify dependencyXan Lopez2010-10-293-103/+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.
* popup-commands: use the image name on Open imageDiego Escalante Urrelo2010-10-251-13/+16
| | | | | | Name the temp file "<original_name>.XXXXXX" instead of "viewimageXXXXXX.tmp". Bug #302986
* Always enable Web InspectorXan Lopez2010-10-247-74/+1
| | | | | I don't think it makes any sense to make this optional, much less to have a UI preference for it.
* Spinner changesXan Lopez2010-10-2417-1691/+3
| | | | | | | | | | | | | | We get rid of the spinner in the toolbar, since load information is already given by the floating status indicator inside the WebView. The only remaining spinner is the one in the tabs, which has been ported to use GtkSpinner. Get rid of EphySpinner. Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=524809 (again) https://bugzilla.gnome.org/show_bug.cgi?id=598442
* ephy-web-view: don't use set-scroll-adjustments signalXan Lopez2010-10-241-7/+19
| | | | Instead rely on notify::{h,v}adjustment
* ephy-node-view: use new GtkScrollable APIsXan Lopez2010-10-241-1/+1
|
* Updated Catalan (Valencian) translationCarles Ferrando2010-10-231-124/+124
|
* Use the new GtkComboText APIsMatthias Classen2010-10-214-15/+15
| | | | Signed-off-by: Xan Lopez <xan@gnome.org>
* configure.ac: post-release version bumpXan Lopez2010-10-201-1/+1
|
* configure.ac: remove .1 from paper-bag releaseXan Lopez2010-10-201-1/+1
|
* [release] 2.91.1.12.91.1.1Xan Lopez2010-10-201-2/+2
| | | | | Do not depend on gsettings-desktop-schemas 0.0.2, which is not released yet.
* Updated Spanish translationJorge González2010-10-201-44/+44
|
* [release] 2.91.12.91.1Xan Lopez2010-10-192-2/+14
|
* Added sl for Slovenian translationMatej Urbančič2010-10-171-1/+1
|
* Updated Slovenian translationMatej Urbančič2010-10-171-0/+2033
|
* Updated Norwegian bokmål translationKjartan Maraas2010-10-161-925/+448
|
* Added soup cacheSergio Villar Senin2010-10-151-0/+44
|
* Plug g_file_new_for_path leaksXan Lopez2010-10-132-3/+8
|
* ephy-node-db: make the db unref all remaining nodes on destructionXan Lopez2010-10-121-1/+8
|
* ephy-bookmarks: plug leakXan Lopez2010-10-121-0/+1
|
* epiphany.desktop: declare ability to handle http and httpsDiego Escalante Urrelo2010-10-111-1/+1
| | | | Bug #631450
* ephy-extensions-manager: improve toggle load codeDiego Escalante Urrelo2010-10-111-10/+9
| | | | | | | g_variant_builder_end is not needed after using the builder with g_settings_set. Bug #631839
* ephy-extensions-manager: remove an always-true checkDiego Escalante Urrelo2010-10-111-2/+1
| | | | It's not really a needed check anyway.
* [i18n] Updated German translationMario Blättermann2010-10-111-958/+488
|
* ephy-session: plug memory leaksXan Lopez2010-10-101-0/+3
|
* Revert "Port to GtkSpinner"Xan Lopez2010-10-106-34/+1078
| | | | | | This reverts commit 98811918bc8c5065eb4b21feb35c9f4def67341f. Accidentally committed.
* ephy-extensions-manager: plug memory leakXan Lopez2010-10-101-0/+3
|
* Port to GtkSpinnerXan Lopez2010-10-096-1078/+34
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=598442
* ephy-spinner: fix spinner drawingXan Lopez2010-10-091-8/+1
| | | | Was using a no longer calculated rect for the drawing coordinates.
* Update Czech translation by Lucas LommerPetr Kovar2010-10-091-1123/+1059
|
* Use odd middle number for the release.Xan Lopez2010-10-081-1/+1
|
* gsettings: port epiphany to gsettingsDiego Escalante Urrelo2010-10-0850-4150/+1564
| | | | | | Adds our own schemas, a migration file and removes old gconf API and files. Bug #624485
* Require GTK+ 2.91.1Xan Lopez2010-10-051-1/+1
|
* Use gtk_widget_get_preferred_size instead of gtk_widget_size_requestXan Lopez2010-10-052-7/+7
|
* Adapt to latest changes in the GTK+ drawing modelXan Lopez2010-10-053-47/+33
| | | | | Mostly moving from ::expose-event to ::draw, and adapting to the changes in the paint functions.
* ephy-embed: add _ prefix to instance/class structsXan Lopez2010-10-042-6/+6
|
* Use gobject-introspection 0.9.5 syntaxXan Lopez2010-10-042-5/+7
|
* ephy-notebook: use set_group_name instead of set_groupXan Lopez2010-10-041-2/+2
| | | | The latter was removed.
* Updated Bulgarian translationIvaylo Valkov2010-09-261-148/+156
|
* [l10n] Updated Italian translationFrancesco Marletta2010-09-221-481/+431
|
* Updated Japanese translationTakayuki KUSANO2010-09-201-292/+255
|
* Do not default to --enable-maintainer-mode in configureVincent Untz2010-09-151-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 Lopez2010-09-1110-63/+63
|
* Added Aragonese translation on behalf of Daniel Martinez CucalonAndre Klapper2010-09-072-0/+3379
|
* pdm-dialog: do not crash when clearing the passwords from prefs dialogXan Lopez2010-09-051-44/+41
| | | | | | | The code (wrongly) assumed we could only be called from withing the PDM dialog. Do some refactoring to make it more generic. Bug #606933
* GtkDialog separators are gone in GTK+ 3.xXan Lopez2010-09-05