summaryrefslogtreecommitdiff
path: root/framebuffer/fb_plotters.c
Commit message (Expand)AuthorAgeFilesLines
* Make framebuffer port use libnsfbVincent Sanders2009-06-281-495/+0
* add vertical scrollbar to freamebufferVincent Sanders2009-03-221-6/+16
* move framebuffer port to framebuffer toolkitVincent Sanders2009-03-101-8/+9
* Fix comments.Michael Drake2009-03-021-4/+6
* Avoid warning.Michael Drake2009-03-021-1/+1
* Rewrite polygon plotter. Fixes border rendering.Michael Drake2009-03-021-172/+159
* use restrict keywords to improve rectangle clipping perfomanceVincent Sanders2009-02-261-2/+2
* try and improve plotter perfomance futherVincent Sanders2009-02-261-17/+0
* Fix horizontal panningVincent Sanders2009-02-241-4/+14
* Neater fix for framebuffer tiled bitmap plot extents.Michael Drake2009-02-231-37/+23
* Fix framebuffer tiled plot to use x and y coords correctly. Fixes top of bbc ...Michael Drake2009-02-211-34/+59
* add simplistic filled polygon plotterVincent Sanders2009-02-181-10/+187
* make url bar workVincent Sanders2009-02-131-2/+2
* Fix window clipping and introduce concept of "root" framebuffer window to all...Vincent Sanders2009-02-121-3/+6
* Fix SDL frontend inputVincent Sanders2009-02-111-1/+15
* - Constify parameters of struct plotter_table::polygon and struct plotter_tab...John Tytgat2009-02-031-2/+2
* Fix line plotting and rectangle clipping segfaultDaniel Silverstone2008-09-241-2/+2
* Merged revisions 5309-5406,5409-5422 via svnmerge from Daniel Silverstone2008-09-231-0/+297