summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Include as many of the licence texts, and which components they apply to, for...Rob Kendrick2010-04-306-23/+1817
* ensure widget redraw flag is correctly updatedVincent Sanders2010-04-301-0/+2
* Add missing includesJohn Mark Bell2010-04-302-0/+2
* It turns out that realloc(ptr, 0) --> free(ptr) is not actually required by t...John Mark Bell2010-04-3014-30/+76
* Don't check if the next character is outside the printable string, if it is i...Chris Young2010-04-291-15/+6
* Text kerningChris Young2010-04-291-17/+58
* More correct font width calculations/placingChris Young2010-04-291-4/+10
* Possibly more accurate text placementChris Young2010-04-291-3/+3
* Change schedule_run to a BOOL as this more standard for platform code.Chris Young2010-04-292-4/+2
* fix pending redraw discoveryVincent Sanders2010-04-284-10/+21
* The schedule_run function is only called by the frontends so remove it from t...Vincent Sanders2010-04-288-15/+47
* Update fonts immediately after requester use/saveChris Young2010-04-281-0/+3
* Don't list unvisited pagesChris Young2010-04-281-0/+3
* Ensure ami_remove_timer_event code doesn't get executed unless necessary.Chris Young2010-04-281-0/+2
* Bump max memory cache size from 6.4MB to 64MB.Michael Drake2010-04-281-1/+1
* fill bottom right hand corner of framebuffer furnitureVincent Sanders2010-04-284-1/+31
* Reformat all tabs when window size changesChris Young2010-04-271-4/+18
* Unref uri after sending it to hlcache when requesting a css pending import, s...Daniel Silverstone2010-04-271-0/+3
* Log any remaining interned strings (there should be none)John Mark Bell2010-04-271-0/+7
* First step to fixing memory leaks -- Box model no longer leaks computed stylesDaniel Silverstone2010-04-276-36/+56
* Improve handling of percentage margins and paddings on floats. Fixes pond.org...Michael Drake2010-04-271-10/+39
* Fix vertical placement of absolute positioned inlines using staic position. S...Michael Drake2010-04-271-17/+25
* Clean up caches on exitJohn Mark Bell2010-04-275-5/+122
* Make sure that an event occurred before inspecting itJohn Mark Bell2010-04-271-5/+5
* Ensure that we clean up the root browser windowJohn Mark Bell2010-04-271-9/+5
* Fix float wrap issue. (Amiga.org nav bar.)Michael Drake2010-04-261-1/+2
* hopefully fix the _GNU_SOURCE messVincent Sanders2010-04-262-9/+19
* Custom version of SearchEngines file rather than modifying it during installa...Chris Young2010-04-251-0/+21
* Remove SearchEngines linkChris Young2010-04-251-1/+0
* Custom version of SearchEngines file rather than modifying it during installa...Chris Young2010-04-251-11/+0
* Update comment for new cache.Michael Drake2010-04-251-1/+1
* Don't show export options if PDF export disabled. Use options if present.Chris Young2010-04-252-3/+5
* Squash warnings in RISC OS build.John Mark Bell2010-04-242-6/+9
* Fix typo.Michael Drake2010-04-241-1/+1
* Ensure menu state is correct when switching tabsChris Young2010-04-243-38/+50
* Avoid errors running makepackageChris Young2010-04-242-1/+0
* remove _GNU_SOURCE define from everywhere.Vincent Sanders2010-04-2422-39/+13
* First steps towards rationalising fbtk, split teh scrollbar widgets outVincent Sanders2010-04-226-343/+555
* Use our ca-bundle by default, rather than one in devs: which may not existChris Young2010-04-221-1/+4
* Correct indices for disabled itemsChris Young2010-04-221-3/+3
* Ensure we can search textplain againDaniel Silverstone2010-04-221-5/+7
* Ensure we propagate the error to our client, and then abort the llcache handl...Daniel Silverstone2010-04-221-1/+11