summaryrefslogtreecommitdiff
path: root/framebuffer
Commit message (Expand)AuthorAgeFilesLines
* Enable autohinter. Greatly improves glyph quality in framebuffer port. Also...Rob Kendrick2009-02-201-5/+3
* allow framebuffer port to use freetype2 libraryVincent Sanders2009-02-2010-15/+465
* Don't outline all text widgets.Michael Drake2009-02-191-4/+10
* Outline URL bar and make it take the remaining width minus space for a throbber.Michael Drake2009-02-181-61/+68
* Squash warningsJohn Mark Bell2009-02-182-1/+9
* Check if we actually got an event before processing itJohn Mark Bell2009-02-181-2/+7
* add simplistic filled polygon plotterVincent Sanders2009-02-181-10/+187
* fix missing free on errorVincent Sanders2009-02-181-1/+3
* Remove redundant PNGs.Michael Drake2009-02-182-0/+0
* Add some initial toolbar icon PNGs.Michael Drake2009-02-185-0/+0
* Make framebuffer frontend's nsfont_width use the number of characters to calc...John Mark Bell2009-02-171-1/+1
* switch to tlsas imagesVincent Sanders2009-02-173-50/+124
* add stop buttonVincent Sanders2009-02-174-4/+150
* Add new pointer PNGs.Michael Drake2009-02-1715-0/+0
* make pointer image change Vincent Sanders2009-02-155-18/+62
* Fix silly mistake moving cursor to top left all the timeVincent Sanders2009-02-141-1/+1
* Add VNC server framebuffer frontendVincent Sanders2009-02-141-0/+335
* fix type warning in LOG statementVincent Sanders2009-02-141-1/+1
* Fix character sign issue causing corrupt characters to be plottedVincent Sanders2009-02-143-23/+27
* fix mouse over co-ordinates to take into account scroll offsetsVincent Sanders2009-02-141-1/+1
* Fix resource handling buy copying the GTK approachVincent Sanders2009-02-148-71/+104
* move mouse movement handling to common place and make it cope with Vincent Sanders2009-02-142-3/+24
* make url bar workVincent Sanders2009-02-139-414/+695
* make statusbar workVincent Sanders2009-02-133-2/+28
* alter mouse click handling so browser window is uses the same interface Vincent Sanders2009-02-137-32/+72
* Inintial implementation of framebuffer widgetsVincent Sanders2009-02-124-9/+454
* Fix default CSS file path.Michael Drake2009-02-121-29/+29
* Fix window clipping and introduce concept of "root" framebuffer window to all...Vincent Sanders2009-02-128-23/+159
* add history navigationVincent Sanders2009-02-123-1/+20
* Symlink Aliases file into framebuffer resourcesJohn Mark Bell2009-02-121-0/+1
* Enable support for hubbub in the framebuffer frontend.John Mark Bell2009-02-121-0/+21
* stop SDL frontend consuming all available CPU when idelVincent Sanders2009-02-114-8/+11
* make schedule_run return if it has active jobs to scheduleVincent Sanders2009-02-111-3/+3
* Fix SDL frontend inputVincent Sanders2009-02-119-11/+114
* Add limits.h to fb_gui.c for INT_MAXRob Kendrick2009-02-111-0/+1
* fix double freeVincent Sanders2009-02-111-1/+0
* add SDL frontend for framebuffer portVincent Sanders2009-02-113-0/+122
* - Constify parameters of struct plotter_table::polygon and struct plotter_tab...John Tytgat2009-02-036-15/+15
* Fix line plotting and rectangle clipping segfaultDaniel Silverstone2008-09-243-4/+6
* Merged revisions 5309-5406,5409-5422 via svnmerge from Daniel Silverstone2008-09-2334-0/+9297