aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-embed-prefs.c
Commit message (Collapse)AuthorAgeFilesLines
* Let web pages handle mouse clicks before doing our own handlingGustavo Noronha Silva2009-12-141-1/+4
| | | | | | | This allows applications to provide their own context menus, and perform their own handling for right-click events. Bug #603326
* Allow popups when the user asks for them.Xan Lopez2009-10-231-0/+3
| | | | Bug #528799
* ephy-embed-prefs.c: do not auto-shrink imagesXan Lopez2009-09-071-0/+4
| | | | That's what ephy/gecko used to do (and I don't like it).
* ephy-embed-prefs.c: use 'minimum-logical-font-size' for minimum font size ↵Xan Lopez2009-09-071-1/+1
| | | | | | | | | preference Almost the same than 'minimum-font-size', but broadly speaking WebKit won't enforce it when it considers it could break the layout of a site. Should avoid breakage in some sites when we have a minimum font setting too big.
* ephy-embed-prefs.c: also set the sans-serif familyXan Lopez2009-07-251-0/+3
|
* ephy-embed-prefs: use the font families set in the GNOME preferencesXan Lopez2009-07-251-2/+37
| | | | We were using the defaults set in WebKitGTK+.
* Fold WebKitEmbedPrefs into EphyEmbedPrefs.Xan Lopez2009-06-061-0/+240