summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix bug #3189352: ensure vertical extent of toolbars is set correctly.Steve Fryatt2011-02-221-5/+20
* Merged MakefileOle Loots2011-02-221-2/+1
* Updated package script ( reduced stack size )Ole Loots2011-02-221-22/+9
* Updated resourcesOle Loots2011-02-222-2/+2
* Updated docsOle Loots2011-02-225-18/+316
* Zero-pad colours in plain text output.Michael Drake2011-02-221-1/+1
* Child bbox is relative to current box.Michael Drake2011-02-221-0/+5
* Child's descendant bbox only affects current box's bbox if the child has over...Michael Drake2011-02-221-5/+14
* Add function to get a box's border edge bbox, and use it to find initial desc...Michael Drake2011-02-221-6/+26
* Simplify descendant bbox calculations.Michael Drake2011-02-221-40/+41
* Reduce redraw flicker when changing URL bar extent.Steve Fryatt2011-02-211-8/+11
* Fixed drawing of dotted lines.Ole Loots2011-02-211-4/+8
* Slightly more useful behaviour if we can't handle an URL when downloadingJohn Mark Bell2011-02-211-8/+12
* Fix bug #3188385: ensure that options_snoptionf terminates its outputJohn Mark Bell2011-02-211-0/+4
* Fix bug #3188376: there may be no window for a download if there were no head...John Mark Bell2011-02-211-3/+7
* Fix typo so the mac port compilesSven Weidauer2011-02-211-1/+1
* Remove knockout from html_redraw, and use it in browser_window_redraw and thu...Michael Drake2011-02-213-19/+34
* Squash warningsJohn Mark Bell2011-02-201-2/+2
* Ensure returned length is initialisedJohn Mark Bell2011-02-201-2/+2
* Fix comment typo and update formatting.Michael Drake2011-02-201-4/+4
* Fix wrap.Michael Drake2011-02-201-62/+109
* Merge branches/stevef/toolbars to trunk.Steve Fryatt2011-02-2048-5313/+10688