summaryrefslogtreecommitdiff
path: root/framebuffer
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* Add missing include to silence warningDaniel Silverstone2009-02-261-0/+2
| | | | svn path=/trunk/netsurf/; revision=6625
* remove leftover debugVincent Sanders2009-02-261-1/+0
| | | | svn path=/trunk/netsurf/; revision=6623
* cache freetype glyphs, massive reduction in cpu requirementVincent Sanders2009-02-264-102/+144
| | | | svn path=/trunk/netsurf/; revision=6622
* Fix uninitialised data in URL barRob Kendrick2009-02-241-0/+1
| | | | svn path=/trunk/netsurf/; revision=6614
* Fix horizontal panningVincent Sanders2009-02-244-34/+144
| | | | | | Fix linux fb keymap svn path=/trunk/netsurf/; revision=6613
* Replace fixed gray background with alpha channel. Change height from 25px to ↵Michael Drake2009-02-245-0/+0
| | | | | | 26px. svn path=/trunk/netsurf/; revision=6612
* stop framebuffer port updating its status text every time the mouse pointer ↵Vincent Sanders2009-02-241-0/+10
| | | | | | is moved svn path=/trunk/netsurf/; revision=6611
* add 16bpp freetype font plottingVincent Sanders2009-02-241-8/+111
| | | | svn path=/trunk/netsurf/; revision=6610
* fix splitting on spacesVincent Sanders2009-02-231-15/+18
| | | | svn path=/trunk/netsurf/; revision=6609
* Neater fix for framebuffer tiled bitmap plot extents.Michael Drake2009-02-231-37/+23
| | | | svn path=/trunk/netsurf/; revision=6607
* Purge NETSURF_USE_SSL and WITH_SSLJohn Mark Bell2009-02-221-2/+0
| | | | svn path=/trunk/netsurf/; revision=6599
* Fix framebuffer tiled plot to use x and y coords correctly. Fixes top of bbc ↵Michael Drake2009-02-211-34/+59
| | | | | | news graduated fill extent. svn path=/trunk/netsurf/; revision=6589
* Make filenames match gui_pointer_shape names.Michael Drake2009-02-207-0/+0
| | | | svn path=/trunk/netsurf/; revision=6583
* Use Vera as the font; better scaffolds yeild better glyphs. Needs ↵Rob Kendrick2009-02-201-1/+1
| | | | | | ttf-bitstream-vera package on Debian. svn path=/trunk/netsurf/; revision=6581
* stop opaque pixels being alphablendedVincent Sanders2009-02-201-2/+2
| | | | svn path=/trunk/netsurf/; revision=6579
* run time selectable freetype bitmap depthVincent Sanders2009-02-203-14/+90
| | | | | | add full alpha renderer svn path=/trunk/netsurf/; revision=6577
* Enable autohinter. Greatly improves glyph quality in framebuffer port. ↵Rob Kendrick2009-02-201-5/+3
| | | | | | Also get FreeType to render at same time as loading. svn path=/trunk/netsurf/; revision=6572
* allow framebuffer port to use freetype2 libraryVincent Sanders2009-02-2010-15/+465
| | | | svn path=/trunk/netsurf/; revision=6570
* Don't outline all text widgets.Michael Drake2009-02-191-4/+10
| | | | svn path=/trunk/netsurf/; revision=6569
* Outline URL bar and make it take the remaining width minus space for a throbber.Michael Drake2009-02-181-61/+68
| | | | svn path=/trunk/netsurf/; revision=6568
* Squash warningsJohn Mark Bell2009-02-182-1/+9
| | | | svn path=/trunk/netsurf/; revision=6563
* Check if we actually got an event before processing itJohn Mark Bell2009-02-181-2/+7
| | | | svn path=/trunk/netsurf/; revision=6562
* add simplistic filled polygon plotterVincent Sanders2009-02-181-10/+187
| | | | svn path=/trunk/netsurf/; revision=6557
* fix missing free on errorVincent Sanders2009-02-181-1/+3
| | | | svn path=/trunk/netsurf/; revision=6556
* Remove redundant PNGs.Michael Drake2009-02-182-0/+0
| | | | svn path=/trunk/netsurf/; revision=6554
* Add some initial toolbar icon PNGs.Michael Drake2009-02-185-0/+0
| | | | svn path=/trunk/netsurf/; revision=6553
* Make framebuffer frontend's nsfont_width use the number of characters to ↵John Mark Bell2009-02-171-1/+1
| | | | | | calculate the width of a string. svn path=/trunk/netsurf/; revision=6551
* switch to tlsas imagesVincent Sanders2009-02-173-50/+124
| | | | svn path=/trunk/netsurf/; revision=6549
* add stop buttonVincent Sanders2009-02-174-4/+150
| | | | svn path=/trunk/netsurf/; revision=6548
* Add new pointer PNGs.Michael Drake2009-02-1715-0/+0
| | | | svn path=/trunk/netsurf/; revision=6546
* make pointer image change Vincent Sanders2009-02-155-18/+62
| | | | svn path=/trunk/netsurf/; revision=6538
* Fix silly mistake moving cursor to top left all the timeVincent Sanders2009-02-141-1/+1
| | | | svn path=/trunk/netsurf/; revision=6502
* Add VNC server framebuffer frontendVincent Sanders2009-02-141-0/+335
| | | | svn path=/trunk/netsurf/; revision=6501
* fix type warning in LOG statementVincent Sanders2009-02-141-1/+1
| | | | svn path=/trunk/netsurf/; revision=6493
* Fix character sign issue causing corrupt characters to be plottedVincent Sanders2009-02-143-23/+27
| | | | | | Fixed warnings from making signs explicit svn path=/trunk/netsurf/; revision=6491