summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* New tabs should show the homepageChris Young2011-02-162-2/+2
* If percentage is negative, resort to floating point.Michael Drake2011-02-161-1/+3
* Comment rationale for render buffer dimensions.Michael Drake2011-02-161-1/+8
* Remove legacy logging.Michael Drake2011-02-161-4/+0
* Various gtk thumbnailing fixes. Don't make intermediate buffer bigger than i...Michael Drake2011-02-161-20/+27
* Add missing includeJohn Mark Bell2011-02-151-0/+1
* add about: fetcher Vincent Sanders2011-02-1511-9/+355
* Non block level :after boxes aren't supported yet, so don't generate them.Michael Drake2011-02-151-22/+2
* Neuter utterly broken search web from url bar hackeryJohn Mark Bell2011-02-151-12/+2
* Fix bug #3182729: meta refresh of embedded html pages resulted in mismatched ...John Mark Bell2011-02-151-7/+19
* Handle percentages from libcss without doing floating point maths.Michael Drake2011-02-151-40/+41
* improve comments and add more explanation about subtletiesVincent Sanders2011-02-152-12/+38
* Pass clip rect through html redraw as pointer.Michael Drake2011-02-151-127/+122
* Add "const".Michael Drake2011-02-141-1/+1
* Pass clip rect to clip plotters as struct. Simplify clip rect handling in de...Michael Drake2011-02-1429-256/+246
* Constify.Michael Drake2011-02-142-2/+2
* Pass clip rect to textarea redraw as struct rect.Michael Drake2011-02-143-42/+38
* ConstifyJohn Mark Bell2011-02-1440-68/+61
* Pass clip rect to scroll_redraw as struct. Simplify test to see if scrollbar...Michael Drake2011-02-144-29/+13
* More comments for object dimension calculation.Michael Drake2011-02-141-1/+6
* Don't use float maths for AUTO image sizing with one given dimension.Michael Drake2011-02-141-2/+2
* Handle object sizing in one place.Michael Drake2011-02-141-77/+62
* Avoid potential divide by 0.Michael Drake2011-02-141-8/+15
* Increase computed time before scheduled redraws.Michael Drake2011-02-141-2/+2
* Pass clip rect to browser_window_redraw as pointer.Michael Drake2011-02-138-14/+14
* Remove dead function.Michael Drake2011-02-131-8/+0
* Pass clip rect as struct through content_redraw api. Update the front ends t...Michael Drake2011-02-1350-224/+215
* Don't clear window before redraw or blit if the redraw didn't completeChris Young2011-02-131-12/+12
* Update browser_window_redraw comment.Michael Drake2011-02-131-4/+7
* Fix broken plotting on RO with locked contents and buffered rendering.Michael Drake2011-02-133-0/+28
* Remove RO white background fill.Michael Drake2011-02-131-6/+0