summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge treeview-redux to trunkJohn Mark Bell2010-10-05109-7531/+11096
* Add seconds/microseconds wallclock time to log output, move header includes t...Rob Kendrick2010-10-041-6/+19
* Add flexible toolbar support and docuemnt itVincent Sanders2010-10-044-125/+467
* Simplify detection of valid filetypes for ASLChris Young2010-10-031-14/+1
* WebP image support, needs libwebp (from trunk/libwebp) and libvpx.Chris Young2010-10-0315-2/+231
* Ensure kiosk_mode and frame windows are (a) handled the same wrt menus and (b...Chris Young2010-09-284-11/+26
* Change "cache native bitmaps" default back to 0. The userbase's graphics car...Chris Young2010-09-281-1/+1
* Fix OS4 static (non-Cairo) buildChris Young2010-09-212-2/+4
* Revert previous changeChris Young2010-09-191-1/+5
* Try to avoid corruption when moving cursor around in text boxesChris Young2010-09-191-2/+6
* Restrict permissible content types for list marker imagesJohn Mark Bell2010-09-191-1/+2
* move tabs menu somewhere less annoyingVincent Sanders2010-09-184-49/+41
* Make the gtk menus fully translatableVincent Sanders2010-09-185-210/+206
* Remove unused #includeChris Young2010-09-171-3/+0
* move the gtk menu creation into gtk_menu.c from gtk_scaffolding.cVincent Sanders2010-09-173-195/+208
* Remove bogus assertionJohn Mark Bell2010-09-171-2/+2
* Fix crash on receipt of a 304 response: it turns out that FETCH_HEADER may be...John Mark Bell2010-09-161-12/+13
* Ensure that candidate count is reduced if a conditional request results in a ...John Mark Bell2010-09-161-0/+34
* Change back to using tree directly because element navigation functions requi...James Bursa2010-09-161-2/+4
* Prevent assert on non-HTML contentsChris Young2010-09-161-1/+4
* Use libxml functions to loop through elements in html_head() instead of check...James Bursa2010-09-161-5/+2
* perpetrate a neatness to centralise all the low level cache cache control dat...Vincent Sanders2010-09-161-20/+21
* Fix heap corruptionJohn Mark Bell2010-09-161-2/+7
* Fix validation of invalidated cache entries.John Mark Bell2010-09-161-7/+13
* Ensure we free etags before invalidating cache control dataDaniel Silverstone2010-09-161-0/+10
* Use ETag to validate file: URLs, returning 304 if there's no change.John Mark Bell2010-09-151-25/+37
* Purge last vestiges of file: cruft from curl bindingJohn Mark Bell2010-09-151-17/+0
* Forcibly invalidate contents with response codes that aren't 200 or 203.John Mark Bell2010-09-151-9/+25
* Replace all instances of NUL with U+FFFDJohn Mark Bell2010-09-131-4/+14
* Replace use of iconv with a parserutils inputstreamJohn Mark Bell2010-09-132-72/+99
* Give markup peepers a slightly easier time of it.Michael Drake2010-09-131-14/+17
* Improve error reporting, and reflow to 80 columns.John Mark Bell2010-09-131-35/+67
* Fix riscos path_add_part, to cope with the fact that newpart is unix-formatJohn Mark Bell2010-09-131-3/+15
* Fix indirected text size for theme author.James Bursa2010-09-131-1/+1
* Remove themes.c and themes.h. Not used and implementation was never done.James Bursa2010-09-122-188/+0
* Rename wndWarning to nsgtk_warning_window. Remove some unnecessary includes.James Bursa2010-09-121-5/+3
* Simplify a browser_window_go_post() to browser_window_go().James Bursa2010-09-121-2/+1
* Ensure the file that is read for info is in the platform's native path format...Chris Young2010-09-121-9/+12
* Stop launch-handler from reporting unknown protocols more than onceChris Young2010-09-121-4/+77
* Use core file fetcherChris Young2010-09-125-395/+3
* Updated translation from Samir HawamdehChris Young2010-09-121-34/+34
* missing declarationVincent Sanders2010-09-111-0/+1
* hell with it, heres a version which should result in fewer portability compla...Vincent Sanders2010-09-116-87/+75
* Fix compilation on AmigaOS4Chris Young2010-09-111-1/+1
* cause content_redraw() to be called with the width and height of the content ...Vincent Sanders2010-09-101-7/+7
* Fix GTK redraw artifacts with non html contentVincent Sanders2010-09-103-0/+12
* Add a bit of padding to bottom of directory listings. Tidy code indentation.Michael Drake2010-09-101-7/+7
* Merge branches/vince/netsurf-file-fetcher to trunkJohn Mark Bell2010-09-0916-419/+733
* Root element can't be absolute positioned. Fixes #3062055.Michael Drake2010-09-081-1/+2
* Redraw object scrollbars if required.Michael Drake2010-08-301-3/+4