summaryrefslogtreecommitdiff
path: root/framebuffer
Commit message (Collapse)AuthorAgeFilesLines
...
* Hubbub is no longer optional.John Mark Bell2009-04-171-8/+0
| | | | | | Remove libxml2 parser binding. svn path=/trunk/netsurf/; revision=7115
* squash warnings about unused functionsVincent Sanders2009-04-063-11/+1
| | | | | | squash warnings when using internal font plotter svn path=/trunk/netsurf/; revision=7053
* squash some warningsVincent Sanders2009-04-052-0/+3
| | | | svn path=/trunk/netsurf/; revision=7048
* only call os redraw on the area of the widget which has been updatedVincent Sanders2009-04-021-1/+12
| | | | svn path=/trunk/netsurf/; revision=7028
* Fix off by one at line end.Michael Drake2009-03-272-61/+61
| | | | svn path=/trunk/netsurf/; revision=6945
* Fix framebufefr port callback schedulingVincent Sanders2009-03-241-9/+15
| | | | svn path=/trunk/netsurf/; revision=6838
* Make framebuffer front end use r6827 functions. Note: stop & reload ↵Michael Drake2009-03-231-6/+8
| | | | | | availability is still not assessed for framebuffer toolbar. svn path=/trunk/netsurf/; revision=6829
* remove interlacing and other abberationsVincent Sanders2009-03-2314-0/+0
| | | | svn path=/trunk/netsurf/; revision=6824
* use greyed images for forward back buttons as appropriteVincent Sanders2009-03-223-12/+60
| | | | svn path=/trunk/netsurf/; revision=6819
* add vertical scrollbar to freamebufferVincent Sanders2009-03-2210-37/+257
| | | | svn path=/trunk/netsurf/; revision=6817
* fixup 8bpp plottersVincent Sanders2009-03-192-20/+197
| | | | svn path=/trunk/netsurf/; revision=6807
* clean up linux framebuffer frontendVincent Sanders2009-03-181-139/+126
| | | | svn path=/trunk/netsurf/; revision=6799
* add opaque switch to 16bpp plottersVincent Sanders2009-03-181-10/+20
| | | | svn path=/trunk/netsurf/; revision=6798
* stop SDL faulting with bad os redraw values Vincent Sanders2009-03-161-2/+13
| | | | svn path=/trunk/netsurf/; revision=6792
* fix able frontendVincent Sanders2009-03-161-3/+166
| | | | svn path=/trunk/netsurf/; revision=6791
* Slightly better looking scrollbar.Michael Drake2009-03-165-137/+144
| | | | svn path=/trunk/netsurf/; revision=6790
* bitmap opaque handlingVincent Sanders2009-03-114-34/+43
| | | | svn path=/trunk/netsurf/; revision=6777
* reduce mouse flickerVincent Sanders2009-03-111-0/+3
| | | | svn path=/trunk/netsurf/; revision=6772
* Fix continuous throbber.Michael Drake2009-03-101-1/+3
| | | | svn path=/trunk/netsurf/; revision=6762
* Avoid warning.Michael Drake2009-03-101-1/+1
| | | | svn path=/trunk/netsurf/; revision=6761
* move framebuffer port to framebuffer toolkitVincent Sanders2009-03-1018-1079/+1946
| | | | svn path=/trunk/netsurf/; revision=6760
* Fix comments.Michael Drake2009-03-021-4/+6
| | | | svn path=/trunk/netsurf/; revision=6665
* Avoid warning.Michael Drake2009-03-021-1/+1
| | | | svn path=/trunk/netsurf/; revision=6663
* Rewrite polygon plotter. Fixes border rendering.Michael Drake2009-03-021-172/+159
| | | | svn path=/trunk/netsurf/; revision=6662
* only perform navigation actions on release of button 1Vincent Sanders2009-02-271-4/+8
| | | | svn path=/trunk/netsurf/; revision=6658
* Unroll some fill loops, enable adrianl improved ablend functionVincent Sanders2009-02-274-29/+47
| | | | svn path=/trunk/netsurf/; revision=6657
* make font face locations configurable optionsVincent Sanders2009-02-272-32/+115
| | | | svn path=/trunk/netsurf/; revision=6656
* Improve freetype build integration (from hiyuh)Vincent Sanders2009-02-272-3/+5
| | | | | | Improve error checking on font initialization svn path=/trunk/netsurf/; revision=6655
* Take twoAdrian Lees2009-02-271-1/+1
| | | | svn path=/trunk/netsurf/; revision=6654
* Fix silly oversights; still disabled for nowAdrian Lees2009-02-272-20/+19
| | | | svn path=/trunk/netsurf/; revision=6653
* Sketch of possible optimisations; disabled pending testing and fixingAdrian Lees2009-02-272-6/+61
| | | | svn path=/trunk/netsurf/; revision=6652
* Fixed version of r6647.Michael Drake2009-02-272-6/+8
| | | | svn path=/trunk/netsurf/; revision=6650
* allow glyph cache to grow to 2MB not 200kVincent Sanders2009-02-261-2/+13
| | | | svn path=/trunk/netsurf/; revision=6649
* Revert r6647.Michael Drake2009-02-262-68/+66
| | | | svn path=/trunk/netsurf/; revision=6648
* Possibly slightly faster bitmap plotter.Michael Drake2009-02-262-66/+68
| | | | svn path=/trunk/netsurf/; revision=6647
* If its safe to do so do fills with words at a timeVincent Sanders2009-02-261-9/+26
| | | | svn path=/trunk/netsurf/; revision=6646
* use restrict keywords to improve rectangle clipping perfomanceVincent Sanders2009-02-261-2/+2
| | | | svn path=/trunk/netsurf/; revision=6645
* try and improve plotter perfomance futherVincent Sanders2009-02-264-58/+46
| | | | svn path=/trunk/netsurf/; revision=6644
* Greyed out toolbar icons.Michael Drake2009-02-265-0/+0
| | | | svn path=/trunk/netsurf/; revision=6643
* Improve option handling code in frontendsVincent Sanders2009-02-264-226/+301
| | | | | | Improve depth handling in the VNC frontend svn path=/trunk/netsurf/; revision=6641
* make 32bpp plotter endian agnosticVincent Sanders2009-02-261-13/+27
| | | | svn path=/trunk/netsurf/; revision=6635
* Tweak URL bar size and position.Michael Drake2009-02-261-4/+4
| | | | svn path=/trunk/netsurf/; revision=6634
* Indicate hot spot locations.Michael Drake2009-02-2615-0/+0
| | | | svn path=/trunk/netsurf/; revision=6633
* rewrite the fb_32bpp_fill routine to be more efficientVincent Sanders2009-02-261-9/+15
| | | | svn path=/trunk/netsurf/; revision=6632
* Add a resources Makefile, support host tools, and add support to build ↵Daniel Silverstone2009-02-262-589/+306
| | | | | | framebuffer assets from PNG resources svn path=/trunk/netsurf/; revision=6631
* Example of how to do hotspotsDaniel Silverstone2009-02-261-0/+0
| | | | svn path=/trunk/netsurf/; revision=6630
* Deinterlace images as adam7 support is a bit wonkyDaniel Silverstone2009-02-265-0/+0
| | | | svn path=/trunk/netsurf/; revision=6629
* Remove fb_widget_image_[st] and begin to pave the way for pointer hotspotsDaniel Silverstone2009-02-264-40/+54
| | | | svn path=/trunk/netsurf/; revision=6628
* perform hoop jumps to select the correct character map for glyph index loopupsVincent Sanders2009-02-261-2/+25
| | | | svn path=/trunk/netsurf/; revision=6627
* add font faces for all sans serif types (normal, italic and bold)Vincent Sanders2009-02-261-8/+76
| | | | | | | add font faces for monospace add font face for serif svn path=/trunk/netsurf/; revision=6626