summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Squash warningsJohn Mark Bell2009-03-022-2/+2
| | | | svn path=/trunk/netsurf/; revision=6674
* OpenBSD 4.4 compilation fixes. Does not deal with lack of -Wextra or ↵Rob Kendrick2009-03-023-4/+6
| | | | | | -Wstrict-aliasing for lpu or hubbub. svn path=/trunk/netsurf/; revision=6673
* Make libpng image handler set opaque info.Michael Drake2009-03-021-14/+15
| | | | svn path=/trunk/netsurf/; revision=6669
* Add VNC front end to list of options.Michael Drake2009-03-021-1/+1
| | | | svn path=/trunk/netsurf/; revision=6667
* Fix comments.Michael Drake2009-03-021-4/+6
| | | | svn path=/trunk/netsurf/; revision=6665
* Fix cursor on textarea scrollbars.Michael Drake2009-03-021-1/+1
| | | | svn path=/trunk/netsurf/; revision=6664
* 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
* Select the text in the URL bar on Ctrl-A if the widget has the focus, ratherRob Kendrick2009-02-281-3/+8
| | | | | | | than the document text. Thanks to Paweł Blokus <pblokus@gmail.com> for the patch. svn path=/trunk/netsurf/; revision=6659
* 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-273-5/+7
| | | | | | 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
* add some notes on the different frontendsVincent Sanders2009-02-261-0/+40
| | | | svn path=/trunk/netsurf/; revision=6642
* 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-265-591/+363
| | | | | | 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
* Allow non-gcc-2.x builds to use -MMD -MT -MF flags to dep-as-we-compile, ↵Daniel Silverstone2009-02-261-12/+8
| | | | | | reducing build time quite a bit svn path=/trunk/netsurf/; revision=6624
* 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
* Stop images disappearing when they are half-way off the screen.Chris Young2009-02-251-2/+1
| | | | svn path=/trunk/netsurf/; revision=6621
* Fix memory leak and make freeing bitmaps that might be cached a little safer.Chris Young2009-02-251-6/+6
| | | | svn path=/trunk/netsurf/; revision=6620
* Move native bitmap creation/caching routine into bitmap.cChris Young2009-02-253-240/+112
| | | | svn path=/trunk/netsurf/; revision=6619
* Force AmiUpdate to pick the part-Cairo version on OS4.1, as it hasn't seen ↵Chris Young2009-02-251-3/+4
| | | | | | | | | any release yet and I'd rather people made a conscious decision to use the static one rather than the update picking it because updating a Cairo version is impossible. svn path=/trunk/netsurf/; revision=6618
* Fix Haiku vector iconFrançois Revel2009-02-251-35/+58
| | | | svn path=/trunk/netsurf/; revision=6617
* The native bitmap caching was eating memory, this should be correct now.Chris Young2009-02-251-13/+20
| | | | svn path=/trunk/netsurf/; revision=6616
* Optimise tile plotterChris Young2009-02-241-26/+82
| | | | svn path=/trunk/netsurf/; revision=6615
* 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