summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Don't check if the next character is outside the printable string, if it is ↵Chris Young2010-04-291-15/+6
| | | | | | | | it'll pick up the NULL terminator anyway. svn path=/trunk/netsurf/; revision=10523
* Text kerningChris Young2010-04-291-17/+58
| | | | svn path=/trunk/netsurf/; revision=10522
* More correct font width calculations/placingChris Young2010-04-291-4/+10
| | | | svn path=/trunk/netsurf/; revision=10518
* Possibly more accurate text placementChris Young2010-04-291-3/+3
| | | | svn path=/trunk/netsurf/; revision=10517
* Change schedule_run to a BOOL as this more standard for platform code.Chris Young2010-04-292-4/+2
| | | | svn path=/trunk/netsurf/; revision=10516
* fix pending redraw discoveryVincent Sanders2010-04-284-10/+21
| | | | svn path=/trunk/netsurf/; revision=10515
* The schedule_run function is only called by the frontends so remove it from ↵Vincent Sanders2010-04-288-15/+47
| | | | | | | | | the core header and add its definition to the frontend headers. Alter the framebuffer schedule_run to return the time untill the next event. svn path=/trunk/netsurf/; revision=10512
* Update fonts immediately after requester use/saveChris Young2010-04-281-0/+3
| | | | svn path=/trunk/netsurf/; revision=10511
* Don't list unvisited pagesChris Young2010-04-281-0/+3
| | | | svn path=/trunk/netsurf/; revision=10510
* Ensure ami_remove_timer_event code doesn't get executed unless necessary.Chris Young2010-04-281-0/+2
| | | | svn path=/trunk/netsurf/; revision=10509
* Bump max memory cache size from 6.4MB to 64MB.Michael Drake2010-04-281-1/+1
| | | | svn path=/trunk/netsurf/; revision=10506
* fill bottom right hand corner of framebuffer furnitureVincent Sanders2010-04-284-1/+31
| | | | svn path=/trunk/netsurf/; revision=10505
* Reformat all tabs when window size changesChris Young2010-04-271-4/+18
| | | | svn path=/trunk/netsurf/; revision=10504
* Unref uri after sending it to hlcache when requesting a css pending import, ↵Daniel Silverstone2010-04-271-0/+3
| | | | | | so that we don't leak the uris svn path=/trunk/netsurf/; revision=10503
* Log any remaining interned strings (there should be none)John Mark Bell2010-04-271-0/+7
| | | | svn path=/trunk/netsurf/; revision=10502
* First step to fixing memory leaks -- Box model no longer leaks computed stylesDaniel Silverstone2010-04-276-36/+56
| | | | svn path=/trunk/netsurf/; revision=10500
* Improve handling of percentage margins and paddings on floats. Fixes ↵Michael Drake2010-04-271-10/+39
| | | | | | pond.org.uk. This is still not ideal and there are cases where we don't match other browsers. svn path=/trunk/netsurf/; revision=10497
* Fix vertical placement of absolute positioned inlines using staic position. ↵Michael Drake2010-04-271-17/+25
| | | | | | Simplify placement of inlines on a line. svn path=/trunk/netsurf/; revision=10495
* Clean up caches on exitJohn Mark Bell2010-04-275-5/+122
| | | | svn path=/trunk/netsurf/; revision=10494
* Make sure that an event occurred before inspecting itJohn Mark Bell2010-04-271-5/+5
| | | | svn path=/trunk/netsurf/; revision=10493
* Ensure that we clean up the root browser windowJohn Mark Bell2010-04-271-9/+5
| | | | svn path=/trunk/netsurf/; revision=10492
* Fix float wrap issue. (Amiga.org nav bar.)Michael Drake2010-04-261-1/+2
| | | | svn path=/trunk/netsurf/; revision=10490
* hopefully fix the _GNU_SOURCE messVincent Sanders2010-04-262-9/+19
| | | | svn path=/trunk/netsurf/; revision=10487
* Custom version of SearchEngines file rather than modifying it during ↵Chris Young2010-04-251-0/+21
| | | | | | | | installation (fixes crash with Installer) svn path=/trunk/netsurf/; revision=10484
* Remove SearchEngines linkChris Young2010-04-251-1/+0
| | | | svn path=/trunk/netsurf/; revision=10483
* Custom version of SearchEngines file rather than modifying it during ↵Chris Young2010-04-251-11/+0
| | | | | | | | installation (fixes crash with Installer) svn path=/trunk/netsurf/; revision=10482
* Update comment for new cache.Michael Drake2010-04-251-1/+1
| | | | svn path=/trunk/netsurf/; revision=10481
* Don't show export options if PDF export disabled. Use options if present.Chris Young2010-04-252-3/+5
| | | | svn path=/trunk/netsurf/; revision=10480
* Squash warnings in RISC OS build.John Mark Bell2010-04-242-6/+9
| | | | | | Replace use of strnlen with strlen and max. svn path=/trunk/netsurf/; revision=10479
* Fix typo.Michael Drake2010-04-241-1/+1
| | | | svn path=/trunk/netsurf/; revision=10478
* Ensure menu state is correct when switching tabsChris Young2010-04-243-38/+50
| | | | svn path=/trunk/netsurf/; revision=10476
* Avoid errors running makepackageChris Young2010-04-242-1/+0
| | | | | | | | fitr was written by me, and included for convenience (the install script needs it). There are no distribution restrictions when using it wrt the OS4 version of NetSurf. See http://www.unsatisfactorysoftware.co.uk/fitr svn path=/trunk/netsurf/; revision=10475
* remove _GNU_SOURCE define from everywhere.Vincent Sanders2010-04-2422-39/+13
| | | | | | strndup is not standard so provide an implementation. svn path=/trunk/netsurf/; revision=10474
* First steps towards rationalising fbtk, split teh scrollbar widgets outVincent Sanders2010-04-226-343/+555
| | | | svn path=/trunk/netsurf/; revision=10466
* Use our ca-bundle by default, rather than one in devs: which may not existChris Young2010-04-221-1/+4
| | | | svn path=/trunk/netsurf/; revision=10456
* Correct indices for disabled itemsChris Young2010-04-221-3/+3
| | | | svn path=/trunk/netsurf/; revision=10455
* Ensure we can search textplain againDaniel Silverstone2010-04-221-5/+7
| | | | svn path=/trunk/netsurf/; revision=10454
* Ensure we propagate the error to our client, and then abort the llcache ↵Daniel Silverstone2010-04-221-1/+11
| | | | | | handle, should we fail to find a content when converting a nascent hlcache context into an object svn path=/trunk/netsurf/; revision=10453
* Fix it so that empty charset strings fall back properly. Fixes ↵Daniel Silverstone2010-04-221-1/+1
| | | | | | http://www.arm.com/community/partners/all_partners.php svn path=/trunk/netsurf/; revision=10452
* Install missing GTK resourcesJohn Mark Bell2010-04-191-0/+3
| | | | svn path=/trunk/netsurf/; revision=10437
* Purge spurious filetype computationJohn Mark Bell2010-04-181-1/+0
| | | | svn path=/trunk/netsurf/; revision=10431
* Remove redundant codeJohn Mark Bell2010-04-181-3/+0
| | | | svn path=/trunk/netsurf/; revision=10430
* Squash leakJohn Mark Bell2010-04-181-0/+3
| | | | svn path=/trunk/netsurf/; revision=10429
* Check correct variable for error.John Mark Bell2010-04-181-1/+1
| | | | svn path=/trunk/netsurf/; revision=10428
* fix url to path on dozeVincent Sanders2010-04-182-5/+27
| | | | svn path=/trunk/netsurf/; revision=10427
* Fix Content-Type header parsingJohn Mark Bell2010-04-181-5/+0
| | | | svn path=/trunk/netsurf/; revision=10426
* Fix failed assertion in content_convert when process_data fails.John Mark Bell2010-04-181-2/+6
| | | | svn path=/trunk/netsurf/; revision=10425
* Ensure that a default CSS icon is presentChris Young2010-04-171-0/+13
| | | | svn path=/trunk/netsurf/; revision=10424
* Avoid double free when shrink-wrapping source data on fetch completion.John Mark Bell2010-04-171-1/+2
| | | | svn path=/trunk/netsurf/; revision=10423
* Fix file://localhost/ handlingChris Young2010-04-171-13/+16
| | | | svn path=/trunk/netsurf/; revision=10422