summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Beginnings of a gstreamer binding. I've been sitting on this for too longJohn Mark Bell2011-12-055-0/+235
| | | | svn path=/trunk/netsurf/; revision=13248
* Add proposed small caps "x" and "q" mappings.Chris Young2011-12-051-0/+2
| | | | svn path=/trunk/netsurf/; revision=13247
* Fix frameset resizing.Michael Drake2011-12-051-4/+4
| | | | svn path=/trunk/netsurf/; revision=13246
* Support small caps using the font's designed characters.Chris Young2011-12-041-1/+92
| | | | | | TODO: fallback to generated characters. svn path=/trunk/netsurf/; revision=13245
* Avoid memory leak when requested font cannot be opened.Chris Young2011-12-041-7/+8
| | | | svn path=/trunk/netsurf/; revision=13243
* Fix utf-8 conversion. Ole Loots2011-12-041-5/+15
| | | | svn path=/trunk/netsurf/; revision=13242
* Fix file dropsOle Loots2011-12-041-59/+15
| | | | svn path=/trunk/netsurf/; revision=13241
* Fix conversion of local encoding to utf-8Ole Loots2011-12-042-6/+3
| | | | svn path=/trunk/netsurf/; revision=13240
* Log URL of external CSS which fails to fetch.Michael Drake2011-12-041-2/+5
| | | | svn path=/trunk/netsurf/; revision=13239
* Fix monkey frontendJohn Mark Bell2011-12-041-0/+8
| | | | svn path=/trunk/netsurf/; revision=13238
* Revert r13235 as we can now log URLs for hlcache_handles without an ↵John Mark Bell2011-12-041-1/+3
| | | | | | underlying content svn path=/trunk/netsurf/; revision=13237
* content_get_url -> hlcache_handle_get_url, content__get_url -> content_get_urlJohn Mark Bell2011-12-0441-125/+155
| | | | svn path=/trunk/netsurf/; revision=13236
* Can't log an erroring content's URL.Michael Drake2011-12-041-3/+1
| | | | svn path=/trunk/netsurf/; revision=13235
* Removed unused code.Ole Loots2011-12-041-101/+0
| | | | svn path=/trunk/netsurf/; revision=13234
* Stick to OS features for drag feature - handle it almost blocking (improves ↵Ole Loots2011-12-048-278/+202
| | | | | | user experience). svn path=/trunk/netsurf/; revision=13233
* Added drag feature to the new url input.Ole Loots2011-12-041-2/+21
| | | | svn path=/trunk/netsurf/; revision=13232
* Added copyright comment. Ole Loots2011-12-041-0/+17
| | | | svn path=/trunk/netsurf/; revision=13231
* Fixed header, made different font plotters optional. Ole Loots2011-12-048-110/+137
| | | | svn path=/trunk/netsurf/; revision=13230
* Removed unused variableOle Loots2011-12-041-10/+9
| | | | svn path=/trunk/netsurf/; revision=13229
* Fix const correctnessJohn Mark Bell2011-12-042-4/+4
| | | | svn path=/trunk/netsurf/; revision=13228
* Don't use a designed font for oblique, only italic.Chris Young2011-12-041-2/+28
| | | | svn path=/trunk/netsurf/; revision=13226
* Global list for diskfont.library fontengine cacheChris Young2011-12-041-2/+4
| | | | svn path=/trunk/netsurf/; revision=13225
* Remove render/box.h include.Michael Drake2011-12-031-1/+0
| | | | svn path=/trunk/netsurf/; revision=13224
* Fix select menu item selection in frames. Note: the API for front end ↵Michael Drake2011-12-031-2/+9
| | | | | | select menus is a mess ATM. svn path=/trunk/netsurf/; revision=13223
* Fix framebuffer build.Michael Drake2011-12-022-0/+32
| | | | svn path=/trunk/netsurf/; revision=13222
* Big wodge of internal browser window scroll fixes, or "rationalisation of ↵Michael Drake2011-12-023-25/+19
| | | | | | browser window scrollbar handling". svn path=/trunk/netsurf/; revision=13221
* Avoid assertion crash when html object recieves favicon message.Michael Drake2011-12-021-0/+4
| | | | svn path=/trunk/netsurf/; revision=13220
* Support dragging from global history to hotlistChris Young2011-12-024-10/+19
| | | | svn path=/trunk/netsurf/; revision=13219
* Use core file drop.Chris Young2011-12-021-127/+47
| | | | | | | | | | | | Loop through entire list of dropped files. If multiple files are dropped and not handled by core, open in tabs; Activate the window on first file drop to workaround a bug where the window needed to be clicked before the file would appear. As using core functionality, DataTypes no longer used to parse dropped files (likely to be rarely needed anyway). svn path=/trunk/netsurf/; revision=13218
* Pass drops into iframes.Michael Drake2011-12-011-2/+12
| | | | svn path=/trunk/netsurf/; revision=13217
* Use core handling of file drop over browser window.Michael Drake2011-12-011-82/+2
| | | | svn path=/trunk/netsurf/; revision=13216
* Currently untested (and unused) "drop file on browser window" handling.Michael Drake2011-12-012-0/+49
| | | | svn path=/trunk/netsurf/; revision=13215
* Currently untested (and unused) "drop file on content" handling, and HTML ↵Michael Drake2011-12-014-0/+172
| | | | | | implementation. svn path=/trunk/netsurf/; revision=13214
* Squash use of uninitialised variable warning.Michael Drake2011-12-011-1/+2
| | | | svn path=/trunk/netsurf/; revision=13213
* Open window by configured width,Ole Loots2011-11-305-31/+17
| | | | | | removed unused variables svn path=/trunk/netsurf/; revision=13212
* Copy (whole) URL on Copy key. Ole Loots2011-11-301-0/+12
| | | | svn path=/trunk/netsurf/; revision=13211
* Removed unused declarations.Ole Loots2011-11-301-12/+0
| | | | svn path=/trunk/netsurf/; revision=13210
* Removed unused declarations.Ole Loots2011-11-303-27/+2
| | | | svn path=/trunk/netsurf/; revision=13209
* release screen-lock when second lock check fails. Ole Loots2011-11-291-2/+4
| | | | svn path=/trunk/netsurf/; revision=13208
* Check for NULLOle Loots2011-11-291-5/+8
| | | | svn path=/trunk/netsurf/; revision=13207
* Handle focus event within window_set_focus, select all when url input gets focusOle Loots2011-11-292-4/+12
| | | | svn path=/trunk/netsurf/; revision=13206
* Fixed inlude.Ole Loots2011-11-291-0/+1
| | | | svn path=/trunk/netsurf/; revision=13205
* Added missing insert key conversion. Ole Loots2011-11-291-1/+7
| | | | svn path=/trunk/netsurf/; revision=13204
* Check return value of plotter->lock()Ole Loots2011-11-293-14/+6
| | | | svn path=/trunk/netsurf/; revision=13203
* make use of non-blocking request for screen lock. Ole Loots2011-11-292-26/+32
| | | | svn path=/trunk/netsurf/; revision=13202
* Pass mouse scrollwheel events to the core firstChris Young2011-11-291-14/+42
| | | | svn path=/trunk/netsurf/; revision=13201
* Pass scroll wheel action into contents. Handle scrolling of box scrollbars ↵Michael Drake2011-11-295-3/+77
| | | | | | and iframes. svn path=/trunk/netsurf/; revision=13200
* Call core to see if handles scroll wheel event first.Michael Drake2011-11-291-0/+29
| | | | svn path=/trunk/netsurf/; revision=13199
* Call core to see if handles scroll wheel event first.Michael Drake2011-11-291-2/+12
| | | | svn path=/trunk/netsurf/; revision=13198
* New function for sending a scroll request into a core browser window at a ↵Michael Drake2011-11-292-0/+61
| | | | | | given coordinate. Currently handles frames only. TODO: iframes and css overflow scrollable boxes. Front ends should call this to pass scroll wheel actions to the core. svn path=/trunk/netsurf/; revision=13197