summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Pass clip rect to browser_window_redraw as struct.Michael Drake2011-02-117-48/+59
| | | | svn path=/trunk/netsurf/; revision=11648
* Move stuct rect out of box.h and tree.c.Michael Drake2011-02-113-10/+33
| | | | svn path=/trunk/netsurf/; revision=11647
* Port to browser_window_redraw()Chris Young2011-02-111-34/+27
| | | | | | | - Scrolling text contents only shows the initial screenful - Fast-scrolling HTML while scaled does not work properly (this is an old issue) svn path=/trunk/netsurf/; revision=11646
* Better documentation of content_redrawMichael Drake2011-02-111-2/+13
| | | | svn path=/trunk/netsurf/; revision=11645
* Unilaterally clear background to white before redrawJohn Mark Bell2011-02-111-0/+4
| | | | svn path=/trunk/netsurf/; revision=11644
* change risc os frontend to use browser_window_redraw (r=jmb)Vincent Sanders2011-02-111-66/+4
| | | | svn path=/trunk/netsurf/; revision=11643
* improve browser_window_redraw width and height handlingVincent Sanders2011-02-116-27/+9
| | | | svn path=/trunk/netsurf/; revision=11642
* add browser_window_redraw() method to make content_redraw calls from ↵Vincent Sanders2011-02-107-79/+140
| | | | | | frontends common RISC OS, atari, amiga and beos have not been updated svn path=/trunk/netsurf/; revision=11640
* Web search text selectionChris Young2011-02-092-12/+71
| | | | svn path=/trunk/netsurf/; revision=11638
* Fix some long-standing issues with events not getting captured, make sure theChris Young2011-02-092-46/+49
| | | | | | timer.device version of the scheduler is working and make it the default. svn path=/trunk/netsurf/; revision=11637
* Fix copying text/plain to clipboardJohn Mark Bell2011-02-096-10/+23
| | | | svn path=/trunk/netsurf/; revision=11636
* use the netsurf icons on the window decorationVincent Sanders2011-02-093-3/+7
| | | | svn path=/trunk/netsurf/; revision=11635
* Stop win32 frontend using 100% cpu time when idleVincent Sanders2011-02-085-116/+178
| | | | svn path=/trunk/netsurf/; revision=11633
* commit a neatness and comment cleanup in the gtk window codeVincent Sanders2011-02-082-313/+311
| | | | svn path=/trunk/netsurf/; revision=11632
* fix bogus comment on return value unitsVincent Sanders2011-02-081-1/+2
| | | | svn path=/trunk/netsurf/; revision=11631
* Automatically hide tab bar for single tab.Sven Weidauer2011-02-082-4/+13
| | | | svn path=/trunk/netsurf/; revision=11630
* Fixing crash issue by disallowing last tab to be dragged out.Sven Weidauer2011-02-081-1/+1
| | | | svn path=/trunk/netsurf/; revision=11629
* New icon for homepage button and tooltips for homepage and local history ↵Sven Weidauer2011-02-084-7/+133
| | | | | | buttons. svn path=/trunk/netsurf/; revision=11628
* add compatability for inet_pton and inet_atonVincent Sanders2011-02-073-2/+69
| | | | svn path=/trunk/netsurf/; revision=11627
* add compatability for inet_pton and inet_atonVincent Sanders2011-02-071-2/+2
| | | | svn path=/trunk/netsurf/; revision=11626
* Rationalise definition of NO_IPV6 for atari frontendJohn Mark Bell2011-02-063-3/+4
| | | | svn path=/trunk/netsurf/; revision=11623
* Define LIBXML_STATICJohn Mark Bell2011-02-061-1/+1
| | | | svn path=/trunk/netsurf/; revision=11622
* Added file upload / file dragdropOle Loots2011-02-056-8/+701
| | | | svn path=/trunk/netsurf/; revision=11621
* Updated docsOle Loots2011-02-053-2/+4
| | | | svn path=/trunk/netsurf/; revision=11620
* Verify Box redrawsOle Loots2011-02-051-12/+26
| | | | svn path=/trunk/netsurf/; revision=11619
* Adjusted clippingOle Loots2011-02-051-10/+8
| | | | svn path=/trunk/netsurf/; revision=11618
* Improved redrawOle Loots2011-02-051-11/+13
| | | | svn path=/trunk/netsurf/; revision=11617
* Fixed Mouse Selection / Mouse drag,Ole Loots2011-02-053-130/+174
| | | | | | Fixed Content Redraw for plain text files. svn path=/trunk/netsurf/; revision=11616
* Fix stupidJohn Mark Bell2011-02-041-1/+1
| | | | svn path=/trunk/netsurf/; revision=11610
* Slightly saner win32 LDFLAGS for non-pkg-config environmentsJohn Mark Bell2011-02-041-2/+7
| | | | svn path=/trunk/netsurf/; revision=11609
* Fix bug #3171370: initialise font resolution callback pointersJohn Mark Bell2011-02-032-0/+6
| | | | svn path=/trunk/netsurf/; revision=11608
* Improved download performance. Ole Loots2011-02-022-31/+67
| | | | svn path=/trunk/netsurf/; revision=11605
* Improved throbber graphicsOle Loots2011-02-023-4/+4
| | | | svn path=/trunk/netsurf/; revision=11604
* Handling keyboard events in tree view.Sven Weidauer2011-02-021-0/+121
| | | | svn path=/trunk/netsurf/; revision=11602
* Basic bookmark editing.Sven Weidauer2011-02-024-45/+283
| | | | svn path=/trunk/netsurf/; revision=11601
* gtk can have *only* a single accelerator group attached or it goes bangVincent Sanders2011-02-013-16/+13
| | | | svn path=/trunk/netsurf/; revision=11598
* Avoid unsafe cast of int* to size_t*John Mark Bell2011-02-011-3/+6
| | | | svn path=/trunk/netsurf/; revision=11597
* Explicitly cast unused results to voidJohn Mark Bell2011-02-011-3/+3
| | | | svn path=/trunk/netsurf/; revision=11596
* Use component-based r/b swap, instead of up-castingJohn Mark Bell2011-02-011-15/+16
| | | | svn path=/trunk/netsurf/; revision=11595
* Added default downloads locationOle Loots2011-02-011-1/+2
| | | | svn path=/trunk/netsurf/; revision=11594
* Added download dialogOle Loots2011-02-013-4/+28
| | | | svn path=/trunk/netsurf/; revision=11593
* Improved drawing primitives for true color systems. Ole Loots2011-02-013-64/+80
| | | | svn path=/trunk/netsurf/; revision=11592
* Implemented Download dialog.Ole Loots2011-02-013-8/+254
| | | | svn path=/trunk/netsurf/; revision=11591
* A bit of cleanup.Ole Loots2011-02-011-6/+7
| | | | svn path=/trunk/netsurf/; revision=11590
* Revisited throbber code. Ole Loots2011-02-011-0/+5
| | | | svn path=/trunk/netsurf/; revision=11589
* Moved some functions to osspec.cOle Loots2011-02-011-78/+0
| | | | svn path=/trunk/netsurf/; revision=11588
* Cleaned up mouse tracking ( added modifier keys ), added debug rendering ↵Ole Loots2011-02-011-7/+39
| | | | | | menu option. svn path=/trunk/netsurf/; revision=11587
* Removed unused codeOle Loots2011-02-012-14/+78
| | | | svn path=/trunk/netsurf/; revision=11586
* Revisited Throbber codeOle Loots2011-02-012-19/+49
| | | | svn path=/trunk/netsurf/; revision=11585
* Added missing prototypeOle Loots2011-02-011-1/+0
| | | | svn path=/trunk/netsurf/; revision=11584