summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Sprinkle some #ifdef __amigaos4__ aroundJohn Mark Bell2011-01-0612-1/+25
* AmigaOS 3 supportJohn Mark Bell2011-01-061-13/+21
* Completion of first-letter and first-line pseudo element computed styles is n...Michael Drake2011-01-061-2/+7
* remove malloc.h anachronismVincent Sanders2011-01-065-5/+5
* Fix include directive -- case matters nowJohn Mark Bell2011-01-061-1/+1
* Revert r10650/1. We no longer require noisy fetch/cache logging.John Mark Bell2011-01-063-7/+4
* Always want inline style now (also prevents use of an uninitialised variable)John Mark Bell2011-01-051-2/+1
* Atari frontend (credit: Ole Loots)John Mark Bell2011-01-0563-3/+11211
* Remove redundant validation -- if you successfully obtain a css_select_result...John Mark Bell2011-01-051-1/+1
* Fix attempt to destroy selection resutls that don't exist.Michael Drake2011-01-051-2/+1
* Update to new libcss API for simultanious selection for base element and its ...Michael Drake2011-01-058-134/+175
* Don't create iframes for hidden or non-displayed boxes.Michael Drake2011-01-051-0/+11
* Disable IFrames by default as they are a pop-up nightmareChris Young2011-01-041-1/+1
* Implement enough support for the :after pseudo element for the widely-used cl...Michael Drake2011-01-041-13/+103
* Require Iconv 0.11John Mark Bell2011-01-041-2/+2
* Make function only used in the selection code private.Michael Drake2011-01-042-3/+3
* Look for toolchain in /opt/netsurf/arm-unknown-riscos/cross/bin in preference...John Mark Bell2011-01-031-2/+16
* Flag a todoJohn Mark Bell2010-12-301-0/+1
* Add iconv to the link flagsJohn Mark Bell2010-12-301-1/+1
* Default toolchain location is /opt/netsurf/...John Mark Bell2010-12-301-3/+2
* First pass of AmigaOS 3 compatibilityJohn Mark Bell2010-12-3014-2/+80
* Squash some warnings, don't attempt to free data we don't ownJohn Mark Bell2010-12-301-6/+9
* Back out r11152 -- we're going to do this differentlyJohn Mark Bell2010-12-303-9/+9
* Sprinkle some _t suffixes aroundJohn Mark Bell2010-12-293-9/+9
* Squash warningJohn Mark Bell2010-12-291-0/+2
* First cut at cross compilation support for the Amiga frontendJohn Mark Bell2010-12-292-24/+49
* Whee. Another runtime that doesn't support stdout = stderr.John Mark Bell2010-12-291-1/+1
* AmigaOS 3 doesn't support IPv6, eitherJohn Mark Bell2010-12-291-1/+1
* Add some assert()s.Michael Drake2010-12-291-0/+2
* malloc.h is non-standard. Remove itJohn Mark Bell2010-12-291-1/+0
* Fix empty tree rendering.Michael Drake2010-12-291-12/+13
* When fetching a local file of type data, examine the extension to determine m...Michael Drake2010-12-271-3/+3
* Add LOG() to warn_user().James Bursa2010-12-261-0/+2
* Add LOG() to warn_user() and die(). Full implementation still needed.James Bursa2010-12-261-0/+3
* Use colour options for treeview rendering.Michael Drake2010-12-211-13/+48
* Add COLOUR option type. Add some colour options for rendering core interfaces.Michael Drake2010-12-212-1/+51
* Pass space down to ami_add_to_clipboardChris Young2010-12-201-1/+1
* Make fetch.c use new RING_COUNTBYLWCHOSTDaniel Silverstone2010-12-201-4/+15
* Add RING_COUNTBYLWCHOSTDaniel Silverstone2010-12-201-0/+17
* Handy way to intersperse GDB when testing nsgtkDaniel Silverstone2010-12-201-1/+1
* Don't show a drag icon for text selectionChris Young2010-12-201-1/+2
* Fix framebuffer build.Michael Drake2010-12-191-2/+1
* Remove unnecessary duplicate parameter.Steve Fryatt2010-12-193-5/+3
* Track pointer on all treeview windows.Steve Fryatt2010-12-191-2/+6
* Squash warningChris Young2010-12-192-3/+1
* Prefill incorrect login detailsChris Young2010-12-192-12/+39
* Enable knockout for tree redraw.Michael Drake2010-12-191-0/+9
* Dynamically enable/disable buttons and menusChris Young2010-12-191-1/+52
* Allow tree drag status to reflect drags within textareas.Steve Fryatt2010-12-192-4/+7
* Allow snapshotting of treeview windowsChris Young2010-12-192-22/+119