summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* White background fill to extents for non-HTML contents.Michael Drake2011-02-131-0/+6
* Added frambuffer port "internal" font decoder.Ole Loots2011-02-121-1/+1
* Improved checkboxesOle Loots2011-02-123-27/+30
* Added the framebuffer "internal" font decoder/plotter,Ole Loots2011-02-122-14/+23
* Added the internal font decoder from frambuffer port. Ole Loots2011-02-122-0/+2330
* Removed unused codeOle Loots2011-02-121-5/+0
* Adjusted default config for url and cookie files.Ole Loots2011-02-121-25/+9
* Added support for cookie and URL file, fixed box redraw.Ole Loots2011-02-123-40/+56
* Improved mouse trackingOle Loots2011-02-121-11/+27
* Added better checkboxesOle Loots2011-02-121-8/+3
* Improved scrolling and box redraw code.Ole Loots2011-02-122-20/+70
* Added better checkboxes,Ole Loots2011-02-122-32/+40
* Added flag for monochrom glyph drawingOle Loots2011-02-121-1/+2
* Optimized drawing of repeating 1px sized bitmaps.Ole Loots2011-02-121-4/+22
* Fix clip parameters, plain text scrolling now worksChris Young2011-02-121-16/+2
* port to new apiChris Young2011-02-121-18/+16
* Pass clip rect to browser_window_redraw as struct.Michael Drake2011-02-117-48/+59