summaryrefslogtreecommitdiff
path: root/framebuffer
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge jmb/new-cache; r=dsilvers,rs=vinceDaniel Silverstone2010-03-284-49/+47
* Move code which extracts the filename from a given path into frontend.Chris Young2010-03-211-0/+20
* Process command line after loading options file.John Mark Bell2010-02-101-5/+4
* Replace old internal font with new one. New fontMichael Drake2010-02-067-4651/+2247
* Refactor main into the frontendsVincent Sanders2010-01-201-0/+7
* fix framebuffer command line/default option usageVincent Sanders2010-01-203-30/+71
* remove use of legacy plot interfaceVincent Sanders2010-01-091-11/+26
* Center scrollbars and make colours paler.Michael Drake2009-12-292-8/+8
* Change scrollbar rendering colours and offsets a bit. Could use some more att...Michael Drake2009-12-281-25/+19
* Remove loads of magic numbers from gui_create_browser_window. Place toolbar i...Michael Drake2009-12-281-90/+103
* Change scrollbar arrow pngs.Michael Drake2009-12-284-0/+0
* Fix framebuffer buildJohn Mark Bell2009-12-182-9/+64
* Merge branches/MarkieB/gtkmain to trunk.John Mark Bell2009-12-171-0/+74
* ensure source rectangle on copy operations has its upper co-ordinates setVincent Sanders2009-12-071-0/+8
* optimise 1x1 bitmap plottingVincent Sanders2009-12-051-5/+18
* Make pan routines use new screen copy APIVincent Sanders2009-12-042-47/+43
* Make the gui click handlers responsible for deciding whether to act on DOWN o...John Mark Bell2009-11-232-5/+32
* Insert missing breaks. If these cases really should fall through, they need c...John Mark Bell2009-11-221-1/+3