summaryrefslogtreecommitdiff
path: root/framebuffer
Commit message (Expand)AuthorAgeFilesLines
* 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
* More useful optimisation for 1x1 tiled image plots.Michael Drake2010-07-071-6/+9
* Merge branches/vince/netsurf-fbtk-rework to trunk.John Mark Bell2010-07-0723-2432/+4119
* Correct freetype header acquisitionJohn Mark Bell2010-06-302-2/+3
* Deal with API modification in modern libpng.John Mark Bell2010-06-271-1/+5
* + Refactor input handling from browser window code into contentMichael Drake2010-06-041-0/+1
* rationalise callback routines to use a unified interfaceVincent Sanders2010-05-045-349/+292
* Consolidate several 'myrealloc' functions into ns_realloc, rename one which *...Daniel Silverstone2010-04-301-13/+2
* ensure widget redraw flag is correctly updatedVincent Sanders2010-04-301-0/+2
* It turns out that realloc(ptr, 0) --> free(ptr) is not actually required by t...John Mark Bell2010-04-301-0/+5
* fix pending redraw discoveryVincent Sanders2010-04-284-10/+21
* The schedule_run function is only called by the frontends so remove it from t...Vincent Sanders2010-04-283-14/+41
* fill bottom right hand corner of framebuffer furnitureVincent Sanders2010-04-284-1/+31
* Make sure that an event occurred before inspecting itJohn Mark Bell2010-04-271-5/+5
* Ensure that we clean up the root browser windowJohn Mark Bell2010-04-271-9/+5
* remove _GNU_SOURCE define from everywhere.Vincent Sanders2010-04-241-2/+6
* First steps towards rationalising fbtk, split teh scrollbar widgets outVincent Sanders2010-04-225-342/+554
* Fix file: handling on risc os, gtk, windows and framebuffer frontendsVincent Sanders2010-04-162-9/+23
* Fix framebuffer buildJohn Mark Bell2010-04-152-4/+7
* Make downloads work again.John Mark Bell2010-04-051-5/+5
* avoid diviosion by zero errors;Vincent Sanders2010-03-311-7/+12
* rationalise the usage of the file schemeVincent Sanders2010-03-313-4/+4
* second pass at startup refactor removing the gui_init callbackVincent Sanders2010-03-291-13/+11
* first part of initialisation refactor move gui_init2 into frontendsVincent Sanders2010-03-291-19/+22