summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Parallelise fetch and conversion of imported stylesheetsJohn Mark Bell2011-02-263-185/+255
* oadded handler for about menu click.Ole Loots2011-02-251-0/+5
* redraw % on download finish.Ole Loots2011-02-251-1/+12
* Take CSS System Colours from the RISC OS Desktop palette at start and on mode...Steve Fryatt2011-02-253-156/+269
* NULL checkOle Loots2011-02-251-2/+9
* typoOle Loots2011-02-251-1/+1
* added .txt file type.Ole Loots2011-02-251-0/+2
* merged clipping parameter changes.Ole Loots2011-02-252-9/+7
* merged clipping parameter changes.Ole Loots2011-02-252-7/+6
* merged clipping parameter changes. Ole Loots2011-02-251-12/+22
* Updated preferences and search window xib to allow more space for localized t...Sven Weidauer2011-02-252-120/+69
* Translated UI strings to german.Sven Weidauer2011-02-258-0/+70
* Lose space: make can sometimes be picky about such things, so avoid the poten...John Mark Bell2011-02-251-1/+1
* Building translated nib files if strings file exist.Sven Weidauer2011-02-254-5/+56
* Fix bug #3140968: form submission with the GET method must replace the query ...John Mark Bell2011-02-251-46/+55
* Correct handling of action="": should submit to the document URL, not the bas...John Mark Bell2011-02-251-1/+9
* Fix commentJohn Mark Bell2011-02-251-1/+1
* Fix bug #2076786: do not apply fallback content to failed objectsJohn Mark Bell2011-02-254-113/+4
* Added 'Localizable.strings' to bundle resources and added german translations...Sven Weidauer2011-02-257-1/+97
* Prepared for localizing string literals in source code.Sven Weidauer2011-02-254-23/+46
* Saving bookmarks before quitting NetSurf.Sven Weidauer2011-02-252-0/+24
* Fix WWW-Authenticate parsing to leave f->realm alone if there is no realm spe...John Mark Bell2011-02-251-15/+13
* Don't consider top/left of descendant box when applying box overflow scrollbars.Michael Drake2011-02-241-8/+6
* Make no-cache a tristate. In the case of a forced reload, we want to revalida...John Mark Bell2011-02-241-6/+21
* Revert the functional change from r11789: the no-cache directive forces us to...John Mark Bell2011-02-241-1/+0
* Ensure cache hits after a forced reload -- don't even attempt to reuse object...John Mark Bell2011-02-241-3/+6
* Apply margin before clear.Michael Drake2011-02-241-2/+2
* Handle text-indent in layout_minmax_line(). (Fixes #3187505; scattering of s...Michael Drake2011-02-241-9/+22
* Get filename for downloads from core.Sven Weidauer2011-02-241-1/+1
* Use cache control data invalidation function everywhere we want the cache con...John Mark Bell2011-02-241-14/+14
* Castrate favicon fetching. I've lost count of how much pain this has caused.John Mark Bell2011-02-241-1/+3
* Very basic resource selection (resource: simply points to PROGDIR:Resources)Chris Young2011-02-231-1/+6
* Updates required to build with previous commitChris Young2011-02-232-10/+37
* Disable fast scrolling for scaled contents for nowChris Young2011-02-231-8/+6
* Improve commentary.John Mark Bell2011-02-231-2/+6
* Make resource paths global static, as it's only used in hereJohn Mark Bell2011-02-231-1/+1
* Remove unnecessary debugJohn Mark Bell2011-02-231-9/+0
* Fix backend fetcher poll loopsJohn Mark Bell2011-02-234-22/+32
* Get download filenames from the core.Steve Fryatt2011-02-231-29/+30
* The frontend has no business calling fetch_poll(). Stop it.John Mark Bell2011-02-231-1/+0
* add resource handlingVincent Sanders2011-02-2323-306/+663
* Get filename from coreChris Young2011-02-231-1/+1
* When box has no style, handle descendant calc as for overflow: visible.Michael Drake2011-02-231-2/+3
* Hide implementation detailJohn Mark Bell2011-02-232-50/+50
* Obtain download filename from the coreJohn Mark Bell2011-02-232-21/+7
* Consider filename in Content-Disposition header when downloading, or generate...John Mark Bell2011-02-232-0/+89
* Fix the build.François Revel2011-02-223-5/+6
* Parser for Content-Disposition headerJohn Mark Bell2011-02-222-0/+48
* Fix silly.Michael Drake2011-02-221-1/+2
* Fix text clipping bug.Michael Drake2011-02-221-3/+3