summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Work around apparent register corruption after printing.Steve Fryatt2010-07-141-2/+9
* More intelligent path concatenationChris Young2010-07-142-55/+69
* Squash mimetype may be used uninitialised warning.Michael Drake2010-07-141-14/+23
* Add comments and factor out common file size code.Michael Drake2010-07-141-14/+54
* Restyle directory listings.Michael Drake2010-07-141-63/+130
* Update file browser messages.Michael Drake2010-07-145-5/+10
* Use human friendly size, which fixes RISC OS directory listings.Michael Drake2010-07-141-2/+4
* Fix first time installs in novice mode so the files end up in a directory rat...Chris Young2010-07-131-0/+16
* Move directory text into type columnChris Young2010-07-131-4/+4
* Improved directory browserChris Young2010-07-136-6/+133
* Remove desbugChris Young2010-07-111-2/+3
* Amiga file: URIs now translate the : in device names to / (and back), which c...Chris Young2010-07-112-7/+41
* Add commands BACK, FORWARD, HOME and RELOAD to correspond with the buttons on...Chris Young2010-07-112-2/+63
* Allow browsing directories. Clicking through from the root of a volume doesn...Chris Young2010-07-111-8/+41
* Missing typesChris Young2010-07-111-7/+13
* Correct executable name. Apparently running the wrong executable makes it di...Chris Young2010-07-101-1/+1
* Fix inventory file leafname.Michael Drake2010-07-098-8/+8
* Document the bitmap format properly.John Mark Bell2010-07-091-1/+26
* Check the last character for a path separator, rather than the NULL string te...Chris Young2010-07-095-5/+5
* Replace unnecessarily complicated path concatenation with something simpler andChris Young2010-07-098-9/+118
* Treat tiled images scaled to 1x1 as flat fills of the tiled area.Michael Drake2010-07-081-0/+12
* Stop redrawing zero size images.Michael Drake2010-07-081-1/+1
* Bring throbber off screen edge by spacing_width.Michael Drake2010-07-071-1/+1
* More useful optimisation for 1x1 tiled image plots.Michael Drake2010-07-071-6/+9
* Merge branches/vince/netsurf-fbtk-rework to trunk.John Mark Bell2010-07-0726-2437/+4130
* In switch statements add default branch for unknown enum values, with assert.Michael Drake2010-07-061-35/+54
* Remove dead code.Michael Drake2010-07-061-6/+2
* Remove dead assignements and add assert to check table cells aren't set to sp...Michael Drake2010-07-061-18/+17
* Fix gtk compat layer to not segfault on old versions of GTK.John Mark Bell2010-07-031-8/+10
* Only invoke callback when we successfully converted CSS data.John Mark Bell2010-07-011-2/+11
* Correct freetype header acquisitionJohn Mark Bell2010-06-302-2/+3
* Pedantic whitespace changeJohn Mark Bell2010-06-301-1/+1
* move url database test to test directoryVincent Sanders2010-06-294-218/+267
* Avoid potential use of NULL pointer.John Mark Bell2010-06-291-0/+4
* Make test compileJohn Mark Bell2010-06-291-6/+53
* Fix up confusing formattingVincent Sanders2010-06-281-2/+2
* Deal with API modification in modern libpng.John Mark Bell2010-06-271-1/+5
* Remove bogus assertionJohn Mark Bell2010-06-271-1/+0
* Fix assertion when table borders are specified in em/ex units.John Mark Bell2010-06-271-0/+45
* Force internal iconv for Amiga build, as libiconv causing odd problems despit...Chris Young2010-06-271-1/+1
* Fix some typesChris Young2010-06-263-22/+25
* Add type to name mapping for PDF.Michael Drake2010-06-211-0/+1
* Amiga host support for framebuffer target (credit: Ole Loots)John Mark Bell2010-06-211-9/+30
* Much better conversion of the standard NetSurf icon, courtesy of Marko K. Sep...Chris Young2010-06-162-1/+3
* Fix compilation on OpenBSD (credit: Anthony Bentley)John Mark Bell2010-06-132-24/+25
* Fix mouse.h file description. Add iframe comment.Michael Drake2010-06-092-1/+3
* More calculation fixesChris Young2010-06-061-12/+4
* Fix OS4 non-Cairo buildChris Young2010-06-061-2/+2
* Remove scroll positions from ami_do_redraw_limits, fix positional calcs inChris Young2010-06-051-23/+22
* When redrawing part of a page, draw with respect to the position NetSurf beli...Chris Young2010-06-051-2/+10