summaryrefslogtreecommitdiff
path: root/framebuffer
Commit message (Expand)AuthorAgeFilesLines
* remove unused structure definitionVincent Sanders2009-06-301-11/+0
* Use menu pointer image.Michael Drake2009-06-292-0/+5
* Don't act on press and release.Michael Drake2009-06-291-6/+10
* Make panning routine handle scrolling by more than viewport size. Fix gui_win...Michael Drake2009-06-291-156/+171
* Stop strange characters appearing in the URL bar when you press certain non-t...Michael Drake2009-06-281-0/+12
* Fix throbber not to show inactive frame during activity animation.Michael Drake2009-06-281-5/+0
* Make choices file "Choices-fb".Michael Drake2009-06-281-1/+1
* Make framebuffer port use libnsfbVincent Sanders2009-06-2835-4798/+966
* Do not include setjmp.h, pngconf.h gets upsetDaniel Silverstone2009-04-211-1/+0
* Hubbub is no longer optional.John Mark Bell2009-04-171-8/+0
* squash warnings about unused functionsVincent Sanders2009-04-063-11/+1
* squash some warningsVincent Sanders2009-04-052-0/+3
* only call os redraw on the area of the widget which has been updatedVincent Sanders2009-04-021-1/+12
* Fix off by one at line end.Michael Drake2009-03-272-61/+61
* Fix framebufefr port callback schedulingVincent Sanders2009-03-241-9/+15
* Make framebuffer front end use r6827 functions. Note: stop & reload availabil...Michael Drake2009-03-231-6/+8
* remove interlacing and other abberationsVincent Sanders2009-03-2314-0/+0
* use greyed images for forward back buttons as appropriteVincent Sanders2009-03-223-12/+60
* add vertical scrollbar to freamebufferVincent Sanders2009-03-2210-37/+257
* fixup 8bpp plottersVincent Sanders2009-03-192-20/+197
* clean up linux framebuffer frontendVincent Sanders2009-03-181-139/+126
* add opaque switch to 16bpp plottersVincent Sanders2009-03-181-10/+20
* stop SDL faulting with bad os redraw values Vincent Sanders2009-03-161-2/+13
* fix able frontendVincent Sanders2009-03-161-3/+166
* Slightly better looking scrollbar.Michael Drake2009-03-165-137/+144
* bitmap opaque handlingVincent Sanders2009-03-114-34/+43
* reduce mouse flickerVincent Sanders2009-03-111-0/+3
* Fix continuous throbber.Michael Drake2009-03-101-1/+3
* Avoid warning.Michael Drake2009-03-101-1/+1
* move framebuffer port to framebuffer toolkitVincent Sanders2009-03-1018-1079/+1946
* 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
* only perform navigation actions on release of button 1Vincent Sanders2009-02-271-4/+8
* Unroll some fill loops, enable adrianl improved ablend functionVincent Sanders2009-02-274-29/+47
* make font face locations configurable optionsVincent Sanders2009-02-272-32/+115
* Improve freetype build integration (from hiyuh)Vincent Sanders2009-02-272-3/+5
* Take twoAdrian Lees2009-02-271-1/+1
* Fix silly oversights; still disabled for nowAdrian Lees2009-02-272-20/+19
* Sketch of possible optimisations; disabled pending testing and fixingAdrian Lees2009-02-272-6/+61
* Fixed version of r6647.Michael Drake2009-02-272-6/+8
* allow glyph cache to grow to 2MB not 200kVincent Sanders2009-02-261-2/+13
* Revert r6647.Michael Drake2009-02-262-68/+66
* Possibly slightly faster bitmap plotter.Michael Drake2009-02-262-66/+68
* If its safe to do so do fills with words at a timeVincent Sanders2009-02-261-9/+26
* use restrict keywords to improve rectangle clipping perfomanceVincent Sanders2009-02-261-2/+2
* try and improve plotter perfomance futherVincent Sanders2009-02-264-58/+46
* Greyed out toolbar icons.Michael Drake2009-02-265-0/+0
* Improve option handling code in frontendsVincent Sanders2009-02-264-226/+301
* make 32bpp plotter endian agnosticVincent Sanders2009-02-261-13/+27