summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix testsuiteJohn Mark Bell2011-01-123-31/+28
| | | | svn path=/trunk/netsurf/; revision=11288
* Added missing font copy commandOle Loots2011-01-101-0/+3
| | | | svn path=/trunk/netsurf/; revision=11283
* Added realpath() for plain TOS systems.Ole Loots2011-01-101-0/+54
| | | | svn path=/trunk/netsurf/; revision=11282
* Remove unused include.James Bursa2011-01-091-1/+0
| | | | svn path=/trunk/netsurf/; revision=11273
* Don't clear floats if there aren't floats to clear.Michael Drake2011-01-091-2/+9
| | | | svn path=/trunk/netsurf/; revision=11270
* Copy correct libxmlChris Young2011-01-091-1/+1
| | | | svn path=/trunk/netsurf/; revision=11269
* Remove unnecessary assertion (we've already handled the NULL case)John Mark Bell2011-01-091-2/+0
| | | | svn path=/trunk/netsurf/; revision=11265
* Remove redundant computation.John Mark Bell2011-01-091-13/+26
| | | | | | Fix nsfont_split to actually conform to its API and not return split points in the middle of character byte sequences. svn path=/trunk/netsurf/; revision=11264
* Ensure top margin is affects static position in particular case.Michael Drake2011-01-091-1/+7
| | | | svn path=/trunk/netsurf/; revision=11262
* Document font APIs -- specifically, string lengths are specified in bytes, ↵John Mark Bell2011-01-092-1/+45
| | | | | | not characters svn path=/trunk/netsurf/; revision=11261
* Include OS3 support headerJohn Mark Bell2011-01-081-0/+1
| | | | svn path=/trunk/netsurf/; revision=11259
* Table top/bottom margin is 0px when computed value is 'auto'.Michael Drake2011-01-081-0/+6
| | | | svn path=/trunk/netsurf/; revision=11257
* Partially support 8-bit icons for superimposeChris Young2011-01-081-7/+49
| | | | | | Fix memory leak svn path=/trunk/netsurf/; revision=11255
* ami_superimpose_favicon isn't dependent on Amiga icon loaderChris Young2011-01-071-8/+2
| | | | svn path=/trunk/netsurf/; revision=11253
* #defines for icon.library v51Chris Young2011-01-071-0/+8
| | | | svn path=/trunk/netsurf/; revision=11252
* Use base type for gfxbaseChris Young2011-01-073-4/+7
| | | | svn path=/trunk/netsurf/; revision=11249
* Ensure we poke the favicon as soon as an HTML content reaches the browser ↵Daniel Silverstone2011-01-071-1/+6
| | | | | | window. This is the earliest we can safely do this, otherwise STOP etc. can cause problems. svn path=/trunk/netsurf/; revision=11248
* Make the default favicon a desaturated netsurf logoDaniel Silverstone2011-01-071-0/+0
| | | | svn path=/trunk/netsurf/; revision=11247
* Ensure that if we're given no icon (or can't generate one) we default to the ↵Daniel Silverstone2011-01-071-13/+12
| | | | | | system-default favicon svn path=/trunk/netsurf/; revision=11246
* New tabs should be (assuming not blank) my-home-page/netsurf-home-page ↵Daniel Silverstone2011-01-071-5/+11
| | | | | | rather than current URL svn path=/trunk/netsurf/; revision=11245
* Ensure we only update the favicon rendering when the icon being updated is ↵Daniel Silverstone2011-01-071-0/+2
| | | | | | the one in the active tab. svn path=/trunk/netsurf/; revision=11244
* Fix sillinessDaniel Silverstone2011-01-071-3/+1
| | | | svn path=/trunk/netsurf/; revision=11243
* Add CONTENT_MSG_FAVICON_REFRESH and emit and handle it appropriately. ↵Daniel Silverstone2011-01-073-8/+21
| | | | | | Animated favicons now work svn path=/trunk/netsurf/; revision=11242
* Add cheating redraw bypass for gifs, so we can cause animation updatesDaniel Silverstone2011-01-071-0/+2
| | | | svn path=/trunk/netsurf/; revision=11241
* Ensure that we only set done once, but that we do reformat if we're updated. ↵Daniel Silverstone2011-01-071-7/+11
| | | | | | (First stage to animated favicon) svn path=/trunk/netsurf/; revision=11240
* Only consider a favicon for redraw/done if an event *caused* it to become readyDaniel Silverstone2011-01-071-2/+6
| | | | svn path=/trunk/netsurf/; revision=11239
* Include OS3 support headerJohn Mark Bell2011-01-071-0/+3
| | | | | | Squash warning about implicit declaration of free() svn path=/trunk/netsurf/; revision=11238
* Include os3support headerJohn Mark Bell2011-01-061-0/+2
| | | | svn path=/trunk/netsurf/; revision=11236
* More #ifdef __amigaos4__. This is getting a little messy.John Mark Bell2011-01-061-1/+7
| | | | svn path=/trunk/netsurf/; revision=11235
* Define __USE_BASETYPE__, makes thumbnail.c compile again on OS4. GfxBase ↵Chris Young2011-01-061-1/+1
| | | | | | | | changes will need to be made to other files in the same manner. svn path=/trunk/netsurf/; revision=11234
* Copy correct filesChris Young2011-01-061-2/+5
| | | | svn path=/trunk/netsurf/; revision=11233
* Fix compilation when WITH_AMIGA_ICON is not definedJohn Mark Bell2011-01-062-1/+9
| | | | svn path=/trunk/netsurf/; revision=11232
* Make thumbnail.c compile for AmigaOS3 John Mark Bell2011-01-062-1/+22
| | | | svn path=/trunk/netsurf/; revision=11231
* Sprinkle some #ifdef __amigaos4__ aroundJohn Mark Bell2011-01-0612-1/+25
| | | | svn path=/trunk/netsurf/; revision=11230
* AmigaOS 3 supportJohn Mark Bell2011-01-061-13/+21
| | | | svn path=/trunk/netsurf/; revision=11229
* Completion of first-letter and first-line pseudo element computed styles is ↵Michael Drake2011-01-061-2/+7
| | | | | | not handled yet. svn path=/trunk/netsurf/; revision=11228
* remove malloc.h anachronismVincent Sanders2011-01-065-5/+5
| | | | svn path=/trunk/netsurf/; revision=11227
* Fix include directive -- case matters nowJohn Mark Bell2011-01-061-1/+1
| | | | svn path=/trunk/netsurf/; revision=11225
* Revert r10650/1. We no longer require noisy fetch/cache logging.John Mark Bell2011-01-063-7/+4
| | | | svn path=/trunk/netsurf/; revision=11223
* Always want inline style now (also prevents use of an uninitialised variable)John Mark Bell2011-01-051-2/+1
| | | | svn path=/trunk/netsurf/; revision=11220
* Atari frontend (credit: Ole Loots)John Mark Bell2011-01-0563-3/+11211
| | | | svn path=/trunk/netsurf/; revision=11218
* Remove redundant validation -- if you successfully obtain a ↵John Mark Bell2011-01-051-1/+1
| | | | | | css_select_results object, then its base style is guaranteed to exist svn path=/trunk/netsurf/; revision=11217
* Fix attempt to destroy selection resutls that don't exist.Michael Drake2011-01-051-2/+1
| | | | svn path=/trunk/netsurf/; revision=11216
* Update to new libcss API for simultanious selection for base element and its ↵Michael Drake2011-01-058-134/+175
| | | | | | pseudo elements. svn path=/trunk/netsurf/; revision=11215
* Don't create iframes for hidden or non-displayed boxes.Michael Drake2011-01-051-0/+11
| | | | svn path=/trunk/netsurf/; revision=11213
* Disable IFrames by default as they are a pop-up nightmareChris Young2011-01-041-1/+1
| | | | svn path=/trunk/netsurf/; revision=11207
* Implement enough support for the :after pseudo element for the widely-used ↵Michael Drake2011-01-041-13/+103
| | | | | | clearfix CSS layout hack to work. svn path=/trunk/netsurf/; revision=11206
* Require Iconv 0.11John Mark Bell2011-01-041-2/+2
| | | | svn path=/trunk/netsurf/; revision=11204
* Make function only used in the selection code private.Michael Drake2011-01-042-3/+3
| | | | svn path=/trunk/netsurf/; revision=11193
* Look for toolchain in /opt/netsurf/arm-unknown-riscos/cross/bin in ↵John Mark Bell2011-01-031-2/+16
| | | | | | preference to /home/riscos/cross/bin svn path=/trunk/netsurf/; revision=11189