aboutsummaryrefslogtreecommitdiffstats
path: root/data/org.gnome.epiphany.gschema.xml.in
Commit message (Collapse)AuthorAgeFilesLines
* schema: remove toolbar editing schemaXan Lopez2011-12-201-3/+0
|
* preferences: turn on new-windows-in-tabs by defaultMartin Robinson2011-12-101-1/+1
| | | | | | | It's consistent with what every other browser is doing and with our future design. https://bugzilla.gnome.org/show_bug.cgi?id=656091
* Remove homepage preference from GSettingsXan Lopez2011-12-041-5/+0
| | | | | | | | Hardcode it to be "about:blank". The final step could be completely remove the rest of the code, but it might be useful for the future Overview page (if we consider it the new "homepage"). https://bugzilla.gnome.org/show_bug.cgi?id=665469
* data/gschema: remove useless newlineDiego Escalante Urrelo2011-07-301-2/+1
|
* Add optional spell checking, enabled by defaultXan Lopez2011-05-231-0/+5
| | | | | | | Depends on WebKitGTK+ being built with spell check support, otherwise it won't do anything. Based on a patch by Diego Escalante.
* Add a preference to force internal view-sourceDiego Escalante Urrelo2011-04-191-0/+4
| | | | | | | | | | | Using the view-source feature provided by WebKitGTK+ can be handier than opening gedit or the default text/html application in your system. This adds "internal-view-source" to org.gnome.Epiphany to force the internal-viewer always. Based on Ole Laursen's patch. Bug #597156
* Use /org/gnome as starting path for schemasLuca Ferretti2011-03-251-5/+5
|
* Remove minimum font size setting from UIXan Lopez2011-03-101-1/+1
| | | | | | | | | 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
* prefs-dialog: new custom font selection UIDiego Escalante Urrelo2010-12-081-0/+20
| | | | | | | | 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
* Always enable Web InspectorXan Lopez2010-10-241-4/+0
| | | | | I don't think it makes any sense to make this optional, much less to have a UI preference for it.
* gsettings: port epiphany to gsettingsDiego Escalante Urrelo2010-10-081-0/+237
Adds our own schemas, a migration file and removes old gconf API and files. Bug #624485