summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Added the framebuffer "internal" font decoder/plotter,Ole Loots2011-02-122-14/+23
| | | | | | | fixed ablend method, introduced flag for monochrom bitmap drawing. svn path=/trunk/netsurf/; revision=11661
* Added the internal font decoder from frambuffer port. Ole Loots2011-02-122-0/+2330
| | | | svn path=/trunk/netsurf/; revision=11660
* Removed unused codeOle Loots2011-02-121-5/+0
| | | | svn path=/trunk/netsurf/; revision=11659
* Adjusted default config for url and cookie files.Ole Loots2011-02-121-25/+9
| | | | svn path=/trunk/netsurf/; revision=11658
* Added support for cookie and URL file, fixed box redraw.Ole Loots2011-02-123-40/+56
| | | | svn path=/trunk/netsurf/; revision=11657
* Improved mouse trackingOle Loots2011-02-121-11/+27
| | | | svn path=/trunk/netsurf/; revision=11656
* Added better checkboxesOle Loots2011-02-121-8/+3
| | | | svn path=/trunk/netsurf/; revision=11655
* Improved scrolling and box redraw code.Ole Loots2011-02-122-20/+70
| | | | svn path=/trunk/netsurf/; revision=11654
* Added better checkboxes,Ole Loots2011-02-122-32/+40
| | | | | | Added search_destroy method. svn path=/trunk/netsurf/; revision=11653
* Added flag for monochrom glyph drawingOle Loots2011-02-121-1/+2
| | | | svn path=/trunk/netsurf/; revision=11652
* Optimized drawing of repeating 1px sized bitmaps.Ole Loots2011-02-121-4/+22
| | | | svn path=/trunk/netsurf/; revision=11651
* Fix clip parameters, plain text scrolling now worksChris Young2011-02-121-16/+2
| | | | svn path=/trunk/netsurf/; revision=11650
* port to new apiChris Young2011-02-121-18/+16
| | | | svn path=/trunk/netsurf/; revision=11649
* 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