summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Child bbox is relative to current box.Michael Drake2011-02-221-0/+5
| | | | svn path=/trunk/netsurf/; revision=11756
* Child's descendant bbox only affects current box's bbox if the child has ↵Michael Drake2011-02-221-5/+14
| | | | | | overflow:visible. svn path=/trunk/netsurf/; revision=11755
* Add function to get a box's border edge bbox, and use it to find initial ↵Michael Drake2011-02-221-6/+26
| | | | | | descendant bbox. svn path=/trunk/netsurf/; revision=11754
* Simplify descendant bbox calculations.Michael Drake2011-02-221-40/+41
| | | | svn path=/trunk/netsurf/; revision=11753
* Reduce redraw flicker when changing URL bar extent.Steve Fryatt2011-02-211-8/+11
| | | | svn path=/trunk/netsurf/; revision=11752
* Fixed drawing of dotted lines.Ole Loots2011-02-211-4/+8
| | | | svn path=/trunk/netsurf/; revision=11751
* Slightly more useful behaviour if we can't handle an URL when downloadingJohn Mark Bell2011-02-211-8/+12
| | | | svn path=/trunk/netsurf/; revision=11750
* Fix bug #3188385: ensure that options_snoptionf terminates its outputJohn Mark Bell2011-02-211-0/+4
| | | | svn path=/trunk/netsurf/; revision=11749
* Fix bug #3188376: there may be no window for a download if there were no ↵John Mark Bell2011-02-211-3/+7
| | | | | | | | headers or data. Additionally, ensure we clean up on error. svn path=/trunk/netsurf/; revision=11748
* Fix typo so the mac port compilesSven Weidauer2011-02-211-1/+1
| | | | svn path=/trunk/netsurf/; revision=11747
* Remove knockout from html_redraw, and use it in browser_window_redraw and ↵Michael Drake2011-02-213-19/+34
| | | | | | thumbnail_redraw. svn path=/trunk/netsurf/; revision=11746
* Squash warningsJohn Mark Bell2011-02-201-2/+2
| | | | svn path=/trunk/netsurf/; revision=11745
* Ensure returned length is initialisedJohn Mark Bell2011-02-201-2/+2
| | | | svn path=/trunk/netsurf/; revision=11744
* Fix comment typo and update formatting.Michael Drake2011-02-201-4/+4
| | | | svn path=/trunk/netsurf/; revision=11743
* Fix wrap.Michael Drake2011-02-201-62/+109
| | | | svn path=/trunk/netsurf/; revision=11742
* Merge branches/stevef/toolbars to trunk.Steve Fryatt2011-02-2048-5313/+10688
| | | | svn path=/trunk/netsurf/; revision=11741
* Add module namespace to options_snoptionf()Michael Drake2011-02-203-5/+10
| | | | svn path=/trunk/netsurf/; revision=11739
* Fix colour component combination for plain text output too.Michael Drake2011-02-201-5/+5
| | | | svn path=/trunk/netsurf/; revision=11738
* Fix colour component combination. Render text as valid #xxxxxx too.Michael Drake2011-02-201-6/+6
| | | | svn path=/trunk/netsurf/; revision=11737
* add options display to about: schemeVincent Sanders2011-02-204-117/+356
| | | | svn path=/trunk/netsurf/; revision=11733
* Fix compilationChris Young2011-02-201-7/+10
| | | | svn path=/trunk/netsurf/; revision=11730
* Port Amiga front end to thumbnail_redraw().Michael Drake2011-02-201-13/+19
| | | | | | | | | Set maximum plot size for thumbnail. Don't redraw any more of the content than we need to. Set plot scale to thumbnail scale. Note: untested. svn path=/trunk/netsurf/; revision=11728
* Port Atari front end to browser_window_redraw().Michael Drake2011-02-201-16/+3
| | | | svn path=/trunk/netsurf/; revision=11727
* Pass bw, not content.Michael Drake2011-02-201-1/+1
| | | | svn path=/trunk/netsurf/; revision=11726
* Port BeOS front end to browser_window_redraw().Michael Drake2011-02-201-9/+3
| | | | svn path=/trunk/netsurf/; revision=11725
* Port Windows thumbnailer to thumbnail_redraw().Michael Drake2011-02-201-7/+1
| | | | svn path=/trunk/netsurf/; revision=11724
* Make Windows intrim thumbnail aspect ratio match required bitmap aspect ↵Michael Drake2011-02-201-2/+3
| | | | | | ratio. Increase max render width. svn path=/trunk/netsurf/; revision=11723
* Use core thumbnail_redraw() function in BeOS front end.Michael Drake2011-02-201-11/+1
| | | | svn path=/trunk/netsurf/; revision=11722
* Impose maximum constraint on BeOS intrim thumbnail size.Michael Drake2011-02-201-20/+15
| | | | svn path=/trunk/netsurf/; revision=11721
* Port cocoa front end to use thumbnail_redraw(). Note: untested.Michael Drake2011-02-201-21/+16
| | | | svn path=/trunk/netsurf/; revision=11720
* Use core's thumbnail_redraw().Michael Drake2011-02-191-15/+3
| | | | svn path=/trunk/netsurf/; revision=11717
* Remove thumbnail_create() from browser.h. Make RO front end use the core ↵Michael Drake2011-02-1913-18/+18
| | | | | | thumbnail_redraw function. Make other front ends include the right header for thumbnail_create(). svn path=/trunk/netsurf/; revision=11716
* Add core thumbnail redraw functions.Michael Drake2011-02-192-0/+144
| | | | svn path=/trunk/netsurf/; revision=11715
* Update comments.Michael Drake2011-02-191-3/+3
| | | | svn path=/trunk/netsurf/; revision=11714
* Get one timer message per signal to allow other non-scheduled events to be ↵Chris Young2011-02-191-1/+1
| | | | | | | | actioned. This fixes a curious pause upon starting NetSurf. svn path=/trunk/netsurf/; revision=11713
* Move timer.device stuff to schedule.cChris Young2011-02-194-28/+38
| | | | svn path=/trunk/netsurf/; revision=11712
* Don't crash if there's no box associated with a textareaJohn Mark Bell2011-02-191-1/+9
| | | | svn path=/trunk/netsurf/; revision=11711
* Fix bug #3184972: cope with server sending a 304 in response to an ↵John Mark Bell2011-02-171-17/+28
| | | | | | unconditional request. svn path=/trunk/netsurf/; revision=11710
* Remove padding in arrow box.Sven Weidauer2011-02-171-4/+4
| | | | svn path=/trunk/netsurf/; revision=11709
* Making sure history popup stays on screen.Sven Weidauer2011-02-174-13/+68
| | | | svn path=/trunk/netsurf/; revision=11708
* Updated german Messages fileSven Weidauer2011-02-171-64/+64
| | | | svn path=/trunk/netsurf/; revision=11707
* Cleanup in redraw code for browser view.Sven Weidauer2011-02-171-7/+6
| | | | svn path=/trunk/netsurf/; revision=11706
* New local history panel with scrollbars. Still needs to resize itself to fit ↵Sven Weidauer2011-02-1718-81/+1110
| | | | | | the history. svn path=/trunk/netsurf/; revision=11705
* Modify scheduler to use a binary heap (using libpbl).Chris Young2011-02-165-75/+84
| | | | | | | | | | | | | Scheduled events are now in event time order, so schedule_run simply takes the top event off the heap and runs it (if we're polling, rather than having received a signal that the next event is due to be run, we check first that we have passed the scheduled time). This should provide performance benefits as we are no longer trawling the entire list of scheduled events (potentially hundreds) every time an event is signalled or the schedule list is polled. svn path=/trunk/netsurf/; revision=11703
* Fix fixed point percentage macro not to overflow. Thanks to jmb and vince.Michael Drake2011-02-161-3/+1
| | | | svn path=/trunk/netsurf/; revision=11702
* New tabs should show the homepageChris Young2011-02-162-2/+2
| | | | svn path=/trunk/netsurf/; revision=11701
* If percentage is negative, resort to floating point.Michael Drake2011-02-161-1/+3
| | | | svn path=/trunk/netsurf/; revision=11700
* Comment rationale for render buffer dimensions.Michael Drake2011-02-161-1/+8
| | | | svn path=/trunk/netsurf/; revision=11699
* Remove legacy logging.Michael Drake2011-02-161-4/+0
| | | | svn path=/trunk/netsurf/; revision=11698
* Various gtk thumbnailing fixes. Don't make intermediate buffer bigger than ↵Michael Drake2011-02-161-20/+27
| | | | | | it needs to be. Don't pass clip rect that's larger than render area. Don't plot blank background before setting the clip rect. Scale initial content render appropriately. Simplify and fix scale calc for thumbnail resampling. svn path=/trunk/netsurf/; revision=11697