summaryrefslogtreecommitdiff
path: root/framebuffer
Commit message (Collapse)AuthorAgeFilesLines
* Constify rect param to gui_window_drag_start.Michael Drake2012-01-111-1/+1
| | | | svn path=/trunk/netsurf/; revision=13397
* Pass pointer constraints for drag out to front ends. Ensure content ↵Michael Drake2012-01-111-2/+2
| | | | | | scrollbar drag termination always informs the browser window layer that the drag is over. svn path=/trunk/netsurf/; revision=13395
* Pass whether background images are wanted in redraw_context.Michael Drake2011-12-233-0/+3
| | | | svn path=/trunk/netsurf/; revision=13335
* Fix framebuffer build.Michael Drake2011-12-022-0/+32
| | | | svn path=/trunk/netsurf/; revision=13222
* Call core to see if handles scroll wheel event first.Michael Drake2011-11-291-2/+12
| | | | svn path=/trunk/netsurf/; revision=13198
* Update for modified libnsfb APIVincent Sanders2011-11-2118-204/+294
| | | | | | Make thumbnailing work svn path=/trunk/netsurf/; revision=13159
* Remove unused variable.Michael Drake2011-10-291-2/+1
| | | | svn path=/trunk/netsurf/; revision=13095
* Fix framebufferJohn Mark Bell2011-10-072-0/+4
| | | | svn path=/trunk/netsurf/; revision=12984
* Build resource: map at start timeJohn Mark Bell2011-10-052-16/+11
| | | | | | Remove stylesheet url globals -- the core will always use resource:{default,quirks,adblock}.css as appropriate svn path=/trunk/netsurf/; revision=12949
* Port more internals to nsurl. Front ends may need updating.Michael Drake2011-10-031-1/+1
| | | | svn path=/trunk/netsurf/; revision=12926
* Reduce logging flood.Michael Drake2011-10-011-5/+0
| | | | svn path=/trunk/netsurf/; revision=12919
* Remove gui_multitaskJohn Mark Bell2011-09-211-7/+0
| | | | svn path=/trunk/netsurf/; revision=12828
* Remove gui_window_frame_resize_start() functions.Michael Drake2011-09-051-7/+0
| | | | svn path=/trunk/netsurf/; revision=12738
* Remove dead code from gui_create_browser_window().Michael Drake2011-09-041-22/+4
| | | | svn path=/trunk/netsurf/; revision=12712
* Remove gui_window_position_frame() definition from core and remove all ↵Michael Drake2011-09-041-28/+0
| | | | | | implementations from front ends. svn path=/trunk/netsurf/; revision=12711
* If no Cookies file path is set in Choices file, use default of ↵Michael Drake2011-08-291-2/+2
| | | | | | "~/.netsurf/Cookies". svn path=/trunk/netsurf/; revision=12675
* make image content handlers build conditional from teh makefileVincent Sanders2011-08-281-2/+4
| | | | svn path=/trunk/netsurf/; revision=12673
* Don't need to set current_redraw_browser any more.Michael Drake2011-08-241-4/+0
| | | | svn path=/trunk/netsurf/; revision=12653
* Fix up Framebuffer for r12574 API change.Michael Drake2011-07-061-7/+5
| | | | svn path=/trunk/netsurf/; revision=12579
* Remove plotter table global. Pass a redraw context around redraw functions. ↵Michael Drake2011-06-305-9/+19
| | | | | | Knockout could be handled better. Note: untested on most front ends. svn path=/trunk/netsurf/; revision=12543
* Move rectangle type to utils/types.hMichael Drake2011-06-281-1/+1
| | | | svn path=/trunk/netsurf/; revision=12525
* Remove gui_window_set_scale().Michael Drake2011-06-241-6/+0
| | | | svn path=/trunk/netsurf/; revision=12502
* Merge branches/jmb/content-factory to trunkJohn Mark Bell2011-05-062-30/+2
| | | | svn path=/trunk/netsurf/; revision=12283
* modern debian no longer links the math library bt defaultVincent Sanders2011-04-021-1/+1
| | | | svn path=/trunk/netsurf/; revision=12150
* add control of fbtk text widget paddingVincent Sanders2011-03-213-10/+23
| | | | svn path=/trunk/netsurf/; revision=12116
* Fix framebuffer resource: handlingVincent Sanders2011-03-177-2/+15
| | | | svn path=/trunk/netsurf/; revision=12095
* gui_find_resource --> gui_get_resource_url.Michael Drake2011-03-171-1/+1
| | | | svn path=/trunk/netsurf/; revision=12089
* Rename utils/resource to utils/filepath to avoid confusion with resource: ↵Michael Drake2011-03-173-12/+12
| | | | | | fetcher. svn path=/trunk/netsurf/; revision=12088
* Scale mouse pointer position.Michael Drake2011-03-161-16/+20
| | | | svn path=/trunk/netsurf/; revision=12081
* Beginnings of scale support.Michael Drake2011-03-161-10/+23
| | | | | | | | | | | | | - No front end to set scale, only global option. - No input (mouse pos) scaling. - Scaled of pos for update_box (e.g. animation) is wrong. - Off-by-1 in scaled scroll panning. Perhaps we should look at moving all the scale logic into the core. svn path=/trunk/netsurf/; revision=12080
* Move schedule.h to utils/John Mark Bell2011-03-132-3/+3
| | | | svn path=/trunk/netsurf/; revision=12039
* Shunt the schedule function definitions to desktop/schedule.h. Shunt the ↵Daniel Silverstone2011-03-132-1/+3
| | | | | | hlcache/llcache to using schedule to get their cleanups run. svn path=/trunk/netsurf/; revision=12029
* Fix font sizing in text widgetJohn Mark Bell2011-03-131-2/+5
| | | | svn path=/trunk/netsurf/; revision=12016
* Scale font sizes by the screen DPI, rather than assuming 72John Mark Bell2011-03-131-1/+2
| | | | svn path=/trunk/netsurf/; revision=12014
* remove obsolete, unused gui_window_redraw APIVincent Sanders2011-03-011-6/+0
| | | | svn path=/trunk/netsurf/; revision=11870
* Remove unnecessary debugJohn Mark Bell2011-02-231-9/+0
| | | | svn path=/trunk/netsurf/; revision=11776
* add resource handlingVincent Sanders2011-02-236-80/+75
| | | | | | move gtk and framebuffer to use generic resource handling svn path=/trunk/netsurf/; revision=11772
* Remove thumbnail_create() from browser.h. Make RO front end use the core ↵Michael Drake2011-02-191-1/+1
| | | | | | thumbnail_redraw function. Make other front ends include the right header for thumbnail_create(). svn path=/trunk/netsurf/; revision=11716
* Pass clip rect to clip plotters as struct. Simplify clip rect handling in ↵Michael Drake2011-02-141-7/+7
| | | | | | debug window code. Pass clip rect to select menu as struct. svn path=/trunk/netsurf/; revision=11683
* Pass clip rect to browser_window_redraw as pointer.Michael Drake2011-02-131-1/+1
| | | | svn path=/trunk/netsurf/; revision=11672
* Pass clip rect to browser_window_redraw as struct.Michael Drake2011-02-111-2/+8
| | | | svn path=/trunk/netsurf/; revision=11648
* improve browser_window_redraw width and height handlingVincent Sanders2011-02-111-5/+0
| | | | svn path=/trunk/netsurf/; revision=11642
* add browser_window_redraw() method to make content_redraw calls from ↵Vincent Sanders2011-02-101-6/+4
| | | | | | frontends common RISC OS, atari, amiga and beos have not been updated svn path=/trunk/netsurf/; revision=11640
* fix bogus comment on return value unitsVincent Sanders2011-02-081-1/+2
| | | | svn path=/trunk/netsurf/; revision=11631
* add default system colour handlers to each frontendVincent Sanders2011-01-302-1/+285
| | | | svn path=/trunk/netsurf/; revision=11530
* remove malloc.h anachronismVincent Sanders2011-01-065-5/+5
| | | | svn path=/trunk/netsurf/; revision=11227
* Add LOG() to warn_user() and die(). Full implementation still needed.James Bursa2010-12-261-0/+3
| | | | svn path=/trunk/netsurf/; revision=11121
* Fix framebuffer build.Michael Drake2010-12-191-2/+1
| | | | svn path=/trunk/netsurf/; revision=11104
* Small refactor to change icon names to being passed in from frontends ↵Vincent Sanders2010-12-141-2/+2
| | | | | | instead of core treeview globals svn path=/trunk/netsurf/; revision=11053
* Purge Aliases file stuff.Michael Drake2010-12-041-1/+0
| | | | svn path=/trunk/netsurf/; revision=10982