summaryrefslogtreecommitdiff
path: root/framebuffer
Commit message (Expand)AuthorAgeFilesLines
* Merge branches/jmb/content-factory to trunkJohn Mark Bell2011-05-062-30/+2
* modern debian no longer links the math library bt defaultVincent Sanders2011-04-021-1/+1
* add control of fbtk text widget paddingVincent Sanders2011-03-213-10/+23
* Fix framebuffer resource: handlingVincent Sanders2011-03-177-2/+15
* gui_find_resource --> gui_get_resource_url.Michael Drake2011-03-171-1/+1
* Rename utils/resource to utils/filepath to avoid confusion with resource: fet...Michael Drake2011-03-173-12/+12
* Scale mouse pointer position.Michael Drake2011-03-161-16/+20
* Beginnings of scale support.Michael Drake2011-03-161-10/+23
* Move schedule.h to utils/John Mark Bell2011-03-132-3/+3
* Shunt the schedule function definitions to desktop/schedule.h. Shunt the hlc...Daniel Silverstone2011-03-132-1/+3
* Fix font sizing in text widgetJohn Mark Bell2011-03-131-2/+5
* Scale font sizes by the screen DPI, rather than assuming 72John Mark Bell2011-03-131-1/+2
* remove obsolete, unused gui_window_redraw APIVincent Sanders2011-03-011-6/+0
* Remove unnecessary debugJohn Mark Bell2011-02-231-9/+0
* add resource handlingVincent Sanders2011-02-236-80/+75
* Remove thumbnail_create() from browser.h. Make RO front end use the core thu...Michael Drake2011-02-191-1/+1
* Pass clip rect to clip plotters as struct. Simplify clip rect handling in de...Michael Drake2011-02-141-7/+7
* Pass clip rect to browser_window_redraw as pointer.Michael Drake2011-02-131-1/+1
* Pass clip rect to browser_window_redraw as struct.Michael Drake2011-02-111-2/+8
* improve browser_window_redraw width and height handlingVincent Sanders2011-02-111-5/+0
* add browser_window_redraw() method to make content_redraw calls from frontend...Vincent Sanders2011-02-101-6/+4
* fix bogus comment on return value unitsVincent Sanders2011-02-081-1/+2
* add default system colour handlers to each frontendVincent Sanders2011-01-302-1/+285
* remove malloc.h anachronismVincent Sanders2011-01-065-5/+5
* Add LOG() to warn_user() and die(). Full implementation still needed.James Bursa2010-12-261-0/+3
* Fix framebuffer build.Michael Drake2010-12-191-2/+1
* Small refactor to change icon names to being passed in from frontends instead...Vincent Sanders2010-12-141-2/+2
* Purge Aliases file stuff.Michael Drake2010-12-041-1/+0
* Remove Hubbub and Wapcaplet initialisation and finalisation.Michael Drake2010-12-041-10/+0
* fix off by 1 in previous commitVincent Sanders2010-12-041-4/+4
* Stop cursor leaving the root widget and causing a segfault (Found by tlsa)Vincent Sanders2010-12-041-0/+10
* Give the browser window widget input focus by defualt on startup.Michael Drake2010-11-204-1/+24
* Make click action happen on release.Michael Drake2010-11-203-9/+9
* Futher simplification of the makefileVincent Sanders2010-10-291-54/+138
* Beginning of NetSurf build infrastructure cleanupVincent Sanders2010-10-271-0/+69
* Squash warningJohn Mark Bell2010-10-081-0/+1
* Clean up framebuffer compile time font selectionVincent Sanders2010-10-072-66/+190
* Squash warningsJohn Mark Bell2010-10-051-2/+5
* Merge treeview-redux to trunkJohn Mark Bell2010-10-054-106/+47
* Add flexible toolbar support and docuemnt itVincent Sanders2010-10-042-117/+277
* hell with it, heres a version which should result in fewer portability compla...Vincent Sanders2010-09-111-5/+13
* Initialise opaque setting correctly at bitmap creation in framebuffer front e...Michael Drake2010-08-141-1/+1
* Load/save cookies file in framebuffer frontendJohn Mark Bell2010-08-101-0/+19
* add explicit inlude for varargsVincent Sanders2010-08-031-0/+1
* Amiga: Add "cut" option; make cut/copy/paste menus context sensitive; allow d...Chris Young2010-07-241-0/+5
* Fix inventory file leafname.Michael Drake2010-07-091-1/+1
* Check the last character for a path separator, rather than the NULL string te...Chris Young2010-07-091-1/+1
* Replace unnecessarily complicated path concatenation with something simpler andChris Young2010-07-091-0/+19
* Treat tiled images scaled to 1x1 as flat fills of the tiled area.Michael Drake2010-07-081-0/+12
* Bring throbber off screen edge by spacing_width.Michael Drake2010-07-071-1/+1