summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move stuct rect out of box.h and tree.c.Michael Drake2011-02-113-10/+33
* Port to browser_window_redraw()Chris Young2011-02-111-34/+27
* Better documentation of content_redrawMichael Drake2011-02-111-2/+13
* Unilaterally clear background to white before redrawJohn Mark Bell2011-02-111-0/+4
* change risc os frontend to use browser_window_redraw (r=jmb)Vincent Sanders2011-02-111-66/+4
* improve browser_window_redraw width and height handlingVincent Sanders2011-02-116-27/+9
* add browser_window_redraw() method to make content_redraw calls from frontend...Vincent Sanders2011-02-107-79/+140
* Web search text selectionChris Young2011-02-092-12/+71
* Fix some long-standing issues with events not getting captured, make sure theChris Young2011-02-092-46/+49
* Fix copying text/plain to clipboardJohn Mark Bell2011-02-096-10/+23
* use the netsurf icons on the window decorationVincent Sanders2011-02-093-3/+7
* Stop win32 frontend using 100% cpu time when idleVincent Sanders2011-02-085-116/+178
* commit a neatness and comment cleanup in the gtk window codeVincent Sanders2011-02-082-313/+311
* fix bogus comment on return value unitsVincent Sanders2011-02-081-1/+2
* Automatically hide tab bar for single tab.Sven Weidauer2011-02-082-4/+13
* Fixing crash issue by disallowing last tab to be dragged out.Sven Weidauer2011-02-081-1/+1
* New icon for homepage button and tooltips for homepage and local history butt...Sven Weidauer2011-02-084-7/+133
* add compatability for inet_pton and inet_atonVincent Sanders2011-02-073-2/+69
* add compatability for inet_pton and inet_atonVincent Sanders2011-02-071-2/+2
* Rationalise definition of NO_IPV6 for atari frontendJohn Mark Bell2011-02-063-3/+4
* Define LIBXML_STATICJohn Mark Bell2011-02-061-1/+1
* Added file upload / file dragdropOle Loots2011-02-056-8/+701
* Updated docsOle Loots2011-02-053-2/+4
* Verify Box redrawsOle Loots2011-02-051-12/+26
* Adjusted clippingOle Loots2011-02-051-10/+8
* Improved redrawOle Loots2011-02-051-11/+13