summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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-265-591/+363
* 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
* Allow non-gcc-2.x builds to use -MMD -MT -MF flags to dep-as-we-compile, redu...Daniel Silverstone2009-02-261-12/+8
* remove leftover debugVincent Sanders2009-02-261-1/+0
* cache freetype glyphs, massive reduction in cpu requirementVincent Sanders2009-02-264-102/+144
* Stop images disappearing when they are half-way off the screen.Chris Young2009-02-251-2/+1
* Fix memory leak and make freeing bitmaps that might be cached a little safer.Chris Young2009-02-251-6/+6
* Move native bitmap creation/caching routine into bitmap.cChris Young2009-02-253-240/+112
* Force AmiUpdate to pick the part-Cairo version on OS4.1, as it hasn't seen an...Chris Young2009-02-251-3/+4
* Fix Haiku vector iconFrançois Revel2009-02-251-35/+58
* The native bitmap caching was eating memory, this should be correct now.Chris Young2009-02-251-13/+20
* Optimise tile plotterChris Young2009-02-241-26/+82
* 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
* Pedantic wrap.Michael Drake2009-02-231-13/+12
* Neater fix for framebuffer tiled bitmap plot extents.Michael Drake2009-02-231-37/+23
* Only attempt to find the next character in a string if we're not already at t...John Mark Bell2009-02-221-5/+7
* Haiku neither has va_copy (yet).François Revel2009-02-221-1/+1
* Purge WITH_SEARCHJohn Mark Bell2009-02-226-13/+1
* Purge WITH_URLJohn Mark Bell2009-02-225-16/+1
* Purge WITH_URIJohn Mark Bell2009-02-225-14/+1
* Purge WITH_PRINTJohn Mark Bell2009-02-227-25/+1
* Purge WITH_AUTHJohn Mark Bell2009-02-2213-40/+3
* Purge NETSURF_USE_SSL and WITH_SSLJohn Mark Bell2009-02-2221-140/+8
* Clarified the consequence of using libcurl4-dev.John Tytgat2009-02-222-2/+10
* Tidy-up and clarificationsChris Young2009-02-221-41/+47
* Log detected state of openssl availabilityJohn Mark Bell2009-02-211-0/+2
* More plotters commenting. Text and bitmap plotters.Michael Drake2009-02-211-4/+17
* File should be named "NetSurf" in all circumstances.Chris Young2009-02-211-0/+1
* Oops. Fixed this in the wrong file, so got missed from previous commit.Chris Young2009-02-211-1/+1
* Fix some things which didn't work correctly when installing over an existing ...Chris Young2009-02-211-16/+5
* Show which build we are using, modify install script to give an option of whi...Chris Young2009-02-213-14/+219
* Fix framebuffer tiled plot to use x and y coords correctly. Fixes top of bbc ...Michael Drake2009-02-211-34/+59
* Don't show the option for AISS theme is AISS is not installedChris Young2009-02-211-6/+12
* Let nsfb script be able to run nsfb from other directories.Michael Drake2009-02-211-3/+3
* Given that the build-time SSL detection can be somewhat inaccurate, attempt t...John Mark Bell2009-02-211-4/+21
* Fix button hover assert.Michael Drake2009-02-206-1/+7