| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Bug #650702
|
|
|
|
|
|
|
| |
Depends on WebKitGTK+ being built with spell check support, otherwise
it won't do anything.
Based on a patch by Diego Escalante.
|
|
|
|
|
|
|
| |
Change "automatically download and open files" to "automatically open
downloaded files", which is what actually happens.
Bug #646453
|
|
|
|
|
|
|
|
|
| |
This just breaks the layout from too many sites, and we can get
reasonable readability through the new font size settings available
and/or zooming. For those so inclined, the value can still be tweaked
through the gsettings command line or dconf-editor.
Bug #644247
|
|
|
|
|
| |
Using the widget name is error prone because Glade removes the name property of
objects. This makes cookie configuration work again.
|
|
|
|
|
| |
We need labels next to the buttons or after setting a custom font you won't
know what setting are you configuring.
|
| |
|
|
|
|
|
|
|
| |
Allow pages to use their own colors/fonts preferences have never
really worked in WebKit. I'm not even sure we want this in the UI, but
at the very least remove them until there's a setting in the engine to
control this.
|
|
|
|
|
|
|
|
| |
Allow users to set custom sans, serif and monospace fonts if they don't want
the defaults, which are the desktop wide settings in the
org.gnome.desktop.interface schema.
Bug #636761
|
| |
|
|
|
|
|
| |
I don't think it makes any sense to make this optional, much less to
have a UI preference for it.
|
|
|
|
|
|
| |
Adds our own schemas, a migration file and removes old gconf API and files.
Bug #624485
|
| |
|
|
|
|
| |
Bug #627496
|
|
|
|
|
|
|
|
| |
Glade caused the … character to be escaped in ui files, bug #596205.
This makes messages including such character to not be caught by translations
in the UI so you get untranslated labels.
Bug #613119
|
|
|
|
|
| |
We'll add it back whenever we manage to add support for it in
WebKitGTK+.
|
|
|
|
|
| |
There's really no way to completely disable Java support alone, and I
think enabling/disabling plugins in general is much more useful.
|
|
|
|
|
|
| |
Bug #590387
Signed-off-by: Xan Lopez <xan@gnome.org>
|
|
|
|
|
|
|
|
|
| |
Reduces file size and ensures files will continue working properly
when edited.
Bug #590387
Signed-off-by: Xan Lopez <xan@gnome.org>
|
|
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>
|