aboutsummaryrefslogtreecommitdiffstats
path: root/embed/webkit/webkit-embed-prefs.c
Commit message (Collapse)AuthorAgeFilesLines
* Change EphyEmbed to not be an interface type.Xan Lopez2009-06-051-241/+0
| | | | Holds the code that used to be in WebKitEmbed, which is now dead.
* Implement caret browsing mode (bug #562621)Xan Lopez2009-04-281-1/+4
|
* Use GNOME settings for default font sizes.Xan Lopez2009-04-221-0/+38
| | | | We were using WebKitGTK+ defaults now.
* webkit-embed-prefs: use utils macro to get WebView from embed.Xan Lopez2009-02-281-1/+2
| | | | svn path=/trunk/; revision=8823
* webkit-embed-prefs: support user style sheets.Xan Lopez2009-02-271-1/+36
| | | | | | Bug #562628 svn path=/trunk/; revision=8819
* Enable Web Inspector.Xan Lopez2008-12-121-1/+4
| | | | | | Bug #562446 svn path=/trunk/; revision=8634
* Add epiphany.h. Only allow including epiphany.h; all other headers are privateChristian Persch2008-04-121-0/+2
| | | | svn path=/trunk/; revision=8211
* Support more preferences in the WebKit backend and add code to easily addXan Lopez2008-02-281-18/+91
| | | | | | support for more (in theory..). svn path=/trunk/; revision=7995
* Remove unneeded embed list for prefs.Xan Lopez2008-02-161-10/+0
| | | | svn path=/trunk/; revision=7951
* Do not apply prefs to a view more than once.Xan Lopez2008-02-151-11/+0
| | | | svn path=/trunk/; revision=7943
* Plug leaks in webkit-embed-prefs.cXan Lopez2008-02-151-0/+4
| | | | svn path=/trunk/; revision=7942
* Initial implementation of WebKit preferences.Xan Lopez2008-02-151-0/+103
svn path=/trunk/; revision=7940