summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add module namespace to options_snoptionf()Michael Drake2011-02-203-5/+10
* Fix colour component combination for plain text output too.Michael Drake2011-02-201-5/+5
* Fix colour component combination. Render text as valid #xxxxxx too.Michael Drake2011-02-201-6/+6
* add options display to about: schemeVincent Sanders2011-02-204-117/+356
* Fix compilationChris Young2011-02-201-7/+10
* Port Amiga front end to thumbnail_redraw().Michael Drake2011-02-201-13/+19
* Port Atari front end to browser_window_redraw().Michael Drake2011-02-201-16/+3
* Pass bw, not content.Michael Drake2011-02-201-1/+1
* Port BeOS front end to browser_window_redraw().Michael Drake2011-02-201-9/+3
* Port Windows thumbnailer to thumbnail_redraw().Michael Drake2011-02-201-7/+1
* Make Windows intrim thumbnail aspect ratio match required bitmap aspect ratio...Michael Drake2011-02-201-2/+3
* Use core thumbnail_redraw() function in BeOS front end.Michael Drake2011-02-201-11/+1
* Impose maximum constraint on BeOS intrim thumbnail size.Michael Drake2011-02-201-20/+15
* Port cocoa front end to use thumbnail_redraw(). Note: untested.Michael Drake2011-02-201-21/+16
* Use core's thumbnail_redraw().Michael Drake2011-02-191-15/+3
* Remove thumbnail_create() from browser.h. Make RO front end use the core thu...Michael Drake2011-02-1913-18/+18
* Add core thumbnail redraw functions.Michael Drake2011-02-192-0/+144
* Update comments.Michael Drake2011-02-191-3/+3
* Get one timer message per signal to allow other non-scheduled events to be ac...Chris Young2011-02-191-1/+1
* Move timer.device stuff to schedule.cChris Young2011-02-194-28/+38
* Don't crash if there's no box associated with a textareaJohn Mark Bell2011-02-191-1/+9
* Fix bug #3184972: cope with server sending a 304 in response to an unconditio...John Mark Bell2011-02-171-17/+28
* Remove padding in arrow box.Sven Weidauer2011-02-171-4/+4
* Making sure history popup stays on screen.Sven Weidauer2011-02-174-13/+68
* Updated german Messages fileSven Weidauer2011-02-171-64/+64
* Cleanup in redraw code for browser view.Sven Weidauer2011-02-171-7/+6
* New local history panel with scrollbars. Still needs to resize itself to fit ...Sven Weidauer2011-02-1718-81/+1110
* Modify scheduler to use a binary heap (using libpbl).Chris Young2011-02-165-75/+84
* Fix fixed point percentage macro not to overflow. Thanks to jmb and vince.Michael Drake2011-02-161-3/+1