summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed Mouse Selection / Mouse drag,Ole Loots2011-02-053-130/+174
* Fix stupidJohn Mark Bell2011-02-041-1/+1
* Slightly saner win32 LDFLAGS for non-pkg-config environmentsJohn Mark Bell2011-02-041-2/+7
* Fix bug #3171370: initialise font resolution callback pointersJohn Mark Bell2011-02-032-0/+6
* Improved download performance. Ole Loots2011-02-022-31/+67
* Improved throbber graphicsOle Loots2011-02-023-4/+4
* Handling keyboard events in tree view.Sven Weidauer2011-02-021-0/+121
* Basic bookmark editing.Sven Weidauer2011-02-024-45/+283
* gtk can have *only* a single accelerator group attached or it goes bangVincent Sanders2011-02-013-16/+13
* Avoid unsafe cast of int* to size_t*John Mark Bell2011-02-011-3/+6
* Explicitly cast unused results to voidJohn Mark Bell2011-02-011-3/+3
* Use component-based r/b swap, instead of up-castingJohn Mark Bell2011-02-011-15/+16
* Added default downloads locationOle Loots2011-02-011-1/+2
* Added download dialogOle Loots2011-02-013-4/+28
* Improved drawing primitives for true color systems. Ole Loots2011-02-013-64/+80
* Implemented Download dialog.Ole Loots2011-02-013-8/+254
* A bit of cleanup.Ole Loots2011-02-011-6/+7
* Revisited throbber code. Ole Loots2011-02-011-0/+5
* Moved some functions to osspec.cOle Loots2011-02-011-78/+0
* Cleaned up mouse tracking ( added modifier keys ), added debug rendering menu...Ole Loots2011-02-011-7/+39
* Removed unused codeOle Loots2011-02-012-14/+78
* Revisited Throbber codeOle Loots2011-02-012-19/+49
* Added missing prototypeOle Loots2011-02-011-1/+0