summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix some wrarnings.Michael Drake2008-09-161-11/+10
* Amiga message additions/correctionsChris Young2008-09-165-5/+180
* Fix some wrarnings.Michael Drake2008-09-161-1/+2
* Make RISC OS use -O2 too and tidy comments.Michael Drake2008-09-162-28/+32
* Re-enable MNG support for AmigaOS buildChris Young2008-09-161-0/+4
* Make libmng string mention all formats it can support.Michael Drake2008-09-161-1/+1
* Tidy up png support string.Michael Drake2008-09-161-5/+5
* Fix warnings.Michael Drake2008-09-162-155/+153
* Add support for displaying the tab bar if there's only one tab.Daniel Silverstone2008-09-166-2038/+3636
* Wrap consistency.Michael Drake2008-09-161-25/+28
* Treat image/jpg as JPEG content for Royal Mail captcha.Michael Drake2008-09-161-0/+1
* Potentially squash warningsJohn Mark Bell2008-09-151-2/+2
* Change default build to use libpng but not libmng.Michael Drake2008-09-151-2/+2
* A bunch of fixes to the libpng bindingJohn Mark Bell2008-09-158-25/+51
* Code cleanup, removed remnants of ttengine experimental code (way too slow to beChris Young2008-09-151-94/+6
* Fix some warnings.Michael Drake2008-09-152-96/+93
* Hopefully fix detection of libpng header path with pkg-config.François Revel2008-09-151-0/+2
* Add PNGError to Messages files.Michael Drake2008-09-154-0/+4
* Fix include path for libpng.François Revel2008-09-152-2/+2
* Fix build if NETSURF_USE_PNG := yes and NETSURF_USE_MNG := noJohn Mark Bell2008-09-151-1/+3
* Comment group plotters.Michael Drake2008-09-151-2/+3
* Add libpng support. Default to off.Daniel Silverstone2008-09-159-7/+377
* Fixed bold/italic stylesChris Young2008-09-151-7/+42
* Add general comment on knockout rendering.Michael Drake2008-09-151-0/+42
* Oops - commit the latest version.Michael Drake2008-09-151-9/+21
* Start commenting plotter functions.Michael Drake2008-09-151-7/+36
* Update source directory info.Michael Drake2008-09-151-4/+7
* Fix schedule_run so it doesn't occur outside gui_poll.Chris Young2008-09-131-3/+1
* Improved throbber, works independently on multiple windows, stops when it sho...Chris Young2008-09-133-17/+94
* Added ability to load toolbar images from a different path.Chris Young2008-09-111-15/+55
* Basic throbber support code. The throbber is shared between windows and must beChris Young2008-09-113-3/+35
* Move where WARNFLAGS is set up so that we actually get warnings. Ahem, there'...Daniel Silverstone2008-09-101-8/+10
* Disabled the new scheduler by default as it is more unstable than I thought :(Chris Young2008-09-092-10/+21
* Enable dumping of DOM treeJohn Mark Bell2008-09-084-1799/+2736
* New mouse pointer images by Martin Merz (Mason)Chris Young2008-09-086-94/+175
* Scheduled events now signal when the scheduled time has passed.Chris Young2008-09-084-17/+78
* Ensure we actually use the FNV offset basis rather than the prime, for initia...Daniel Silverstone2008-09-081-1/+1
* Revert r5282 -- it's now redundant.John Mark Bell2008-09-071-35/+0
* Super-noisy logging. Do not use this build. Thanks.John Mark Bell2008-09-071-0/+35
* Fix Amiga bitmap_get_bpp to be same as others. (It's bytes per pixel, not bit...Michael Drake2008-09-074-38/+41
* Support for dragging in files (for file upload forms etc)Chris Young2008-09-072-11/+121
* Add param comments to layout_block_find_dimensions.Michael Drake2008-09-071-0/+4
* Comment css_len2{pt|px} functions and wrap to 80 chars.Michael Drake2008-09-061-6/+24
* Add comments and change height attribute handling on TR to only alter the hei...Michael Drake2008-09-052-10/+19
* Much more efficient message handling/input loops, allows me to raise task pri...Chris Young2008-09-042-33/+75
* Added support code to allow CSET chunks to be read from clipboard IFF FTXT andChris Young2008-09-034-1/+63
* Moved menu selection code to menu.cChris Young2008-09-035-184/+287
* Simple pointer imagery (hopefully temporary)Chris Young2008-09-014-1/+52
* Add shift and ctrl click support, set file comments to url.Chris Young2008-09-012-9/+35
* Basic user-configurable pointer image support.Chris Young2008-08-313-9/+132