summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* s/int/size_t/Michael Drake2010-06-041-1/+1
* + Refactor input handling from browser window code into contentMichael Drake2010-06-0430-1573/+1770
* Add iframe comment.Michael Drake2010-06-031-0/+1
* Activate browser window after search, otherwise it doesn't get IntuiTicks eve...Chris Young2010-05-161-0/+2
* Amiga font code revamped and fixed. Will now fall back to a different font i...Chris Young2010-05-069-129/+236
* rationalise callback routines to use a unified interfaceVincent Sanders2010-05-045-349/+292
* Fix assert. This is wrong, needs investigation.Chris Young2010-05-031-1/+1
* Fix loops reading too many charactersChris Young2010-05-031-3/+3
* Purge parserutilsChris Young2010-05-032-5/+7
* Build libparserutils (and NetSurf) against libiconv instead of newlib's iconv.Chris Young2010-05-034-6/+12
* Remove Export tab properly when building without HaruChris Young2010-05-031-0/+4
* Allow building of AmigaOS4 Cairo and non-Cairo versions of NetSurf in same so...Chris Young2010-05-033-4/+6
* Ensure we are using the libpng 1.2 includes, as OS4 Cairo is using a deprecatedChris Young2010-05-033-4/+4
* Lay out to correct paper width for printing.Steve Fryatt2010-05-021-3/+2
* Remove erroneous assertion: there may be no bitmap object if there was no PNG...John Mark Bell2010-05-011-0/+9
* Forcibly disable PDF export support until it gets fixed.John Mark Bell2010-05-011-1/+1
* Update root certificatesChris Young2010-05-011-13/+655
* Update 2 SObjs installation (create links for updated libpng and unnecessary ...Chris Young2010-04-302-8/+36
* Restyle developer list.Michael Drake2010-04-301-56/+77
* Correct name.Steve Fryatt2010-04-301-1/+1
* Update definition of "NetSurf Developers". Pedantic spelling changes.John Mark Bell2010-04-301-10/+60
* Tweak for OS4.1 Update 2Chris Young2010-04-301-2/+2
* Fix assert when clicking empty text boxesChris Young2010-04-301-1/+1
* Consolidate several 'myrealloc' functions into ns_realloc, rename one which *...Daniel Silverstone2010-04-3010-108/+42