Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Let web pages handle mouse clicks before doing our own handling | Gustavo Noronha Silva | 2009-12-14 | 1 | -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 Lopez | 2009-10-23 | 1 | -0/+3 |
| | | | | Bug #528799 | ||||
* | ephy-embed-prefs.c: do not auto-shrink images | Xan Lopez | 2009-09-07 | 1 | -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 Lopez | 2009-09-07 | 1 | -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 family | Xan Lopez | 2009-07-25 | 1 | -0/+3 |
| | |||||
* | ephy-embed-prefs: use the font families set in the GNOME preferences | Xan Lopez | 2009-07-25 | 1 | -2/+37 |
| | | | | We were using the defaults set in WebKitGTK+. | ||||
* | Fold WebKitEmbedPrefs into EphyEmbedPrefs. | Xan Lopez | 2009-06-06 | 1 | -0/+240 |