summaryrefslogtreecommitdiff
path: root/framebuffer
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Tweak URL bar size and position.Michael Drake2009-02-261-4/+4
* Indicate hot spot locations.Michael Drake2009-02-2615-0/+0
* rewrite the fb_32bpp_fill routine to be more efficientVincent Sanders2009-02-261-9/+15
* Add a resources Makefile, support host tools, and add support to build frameb...Daniel Silverstone2009-02-262-589/+306
* Example of how to do hotspotsDaniel Silverstone2009-02-261-0/+0
* Deinterlace images as adam7 support is a bit wonkyDaniel Silverstone2009-02-265-0/+0
* Remove fb_widget_image_[st] and begin to pave the way for pointer hotspotsDaniel Silverstone2009-02-264-40/+54
* perform hoop jumps to select the correct character map for glyph index loopupsVincent Sanders2009-02-261-2/+25
* add font faces for all sans serif types (normal, italic and bold)Vincent Sanders2009-02-261-8/+76
* Add missing include to silence warningDaniel Silverstone2009-02-261-0/+2
* remove leftover debugVincent Sanders2009-02-261-1/+0
* cache freetype glyphs, massive reduction in cpu requirementVincent Sanders2009-02-264-102/+144
* Fix uninitialised data in URL barRob Kendrick2009-02-241-0/+1
* Fix horizontal panningVincent Sanders2009-02-244-34/+144
* Replace fixed gray background with alpha channel. Change height from 25px to ...Michael Drake2009-02-245-0/+0
* stop framebuffer port updating its status text every time the mouse pointer i...Vincent Sanders2009-02-241-0/+10
* add 16bpp freetype font plottingVincent Sanders2009-02-241-8/+111
* fix splitting on spacesVincent Sanders2009-02-231-15/+18
* Neater fix for framebuffer tiled bitmap plot extents.Michael Drake2009-02-231-37/+23
* Purge NETSURF_USE_SSL and WITH_SSLJohn Mark Bell2009-02-221-2/+0
* Fix framebuffer tiled plot to use x and y coords correctly. Fixes top of bbc ...Michael Drake2009-02-211-34/+59
* Make filenames match gui_pointer_shape names.Michael Drake2009-02-207-0/+0
* Use Vera as the font; better scaffolds yeild better glyphs. Needs ttf-bitstr...Rob Kendrick2009-02-201-1/+1
* stop opaque pixels being alphablendedVincent Sanders2009-02-201-2/+2
* run time selectable freetype bitmap depthVincent Sanders2009-02-203-14/+90
* 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