summaryrefslogtreecommitdiff
path: root/desktop
Commit message (Collapse)AuthorAgeFilesLines
* Remove knockout from html_redraw, and use it in browser_window_redraw and ↵Michael Drake2011-02-212-10/+33
| | | | | | thumbnail_redraw. svn path=/trunk/netsurf/; revision=11746
* Ensure returned length is initialisedJohn Mark Bell2011-02-201-2/+2
| | | | svn path=/trunk/netsurf/; revision=11744
* Fix comment typo and update formatting.Michael Drake2011-02-201-4/+4
| | | | svn path=/trunk/netsurf/; revision=11743
* Fix wrap.Michael Drake2011-02-201-62/+109
| | | | svn path=/trunk/netsurf/; revision=11742
* Add module namespace to options_snoptionf()Michael Drake2011-02-202-3/+7
| | | | svn path=/trunk/netsurf/; revision=11739
* Fix colour component combination for plain text output too.Michael Drake2011-02-201-5/+5
| | | | svn path=/trunk/netsurf/; revision=11738
* Fix colour component combination. Render text as valid #xxxxxx too.Michael Drake2011-02-201-6/+6
| | | | svn path=/trunk/netsurf/; revision=11737
* add options display to about: schemeVincent Sanders2011-02-202-116/+239
| | | | svn path=/trunk/netsurf/; revision=11733
* Remove thumbnail_create() from browser.h. Make RO front end use the core ↵Michael Drake2011-02-192-4/+1
| | | | | | thumbnail_redraw function. Make other front ends include the right header for thumbnail_create(). svn path=/trunk/netsurf/; revision=11716
* Add core thumbnail redraw functions.Michael Drake2011-02-192-0/+144
| | | | svn path=/trunk/netsurf/; revision=11715
* Update comments.Michael Drake2011-02-191-3/+3
| | | | svn path=/trunk/netsurf/; revision=11714
* Neuter utterly broken search web from url bar hackeryJohn Mark Bell2011-02-151-12/+2
| | | | svn path=/trunk/netsurf/; revision=11690
* Pass clip rect to clip plotters as struct. Simplify clip rect handling in ↵Michael Drake2011-02-147-79/+58
| | | | | | debug window code. Pass clip rect to select menu as struct. svn path=/trunk/netsurf/; revision=11683
* Constify.Michael Drake2011-02-142-2/+2
| | | | svn path=/trunk/netsurf/; revision=11682
* Pass clip rect to textarea redraw as struct rect.Michael Drake2011-02-143-42/+38
| | | | svn path=/trunk/netsurf/; revision=11681
* ConstifyJohn Mark Bell2011-02-144-10/+7
| | | | svn path=/trunk/netsurf/; revision=11680
* Pass clip rect to scroll_redraw as struct. Simplify test to see if ↵Michael Drake2011-02-142-22/+5
| | | | | | scrollbar is within clip rect. svn path=/trunk/netsurf/; revision=11679
* Pass clip rect to browser_window_redraw as pointer.Michael Drake2011-02-132-6/+6
| | | | svn path=/trunk/netsurf/; revision=11672
* Pass clip rect as struct through content_redraw api. Update the front ends ↵Michael Drake2011-02-133-18/+13
| | | | | | to use this. Note only RO build tested. svn path=/trunk/netsurf/; revision=11670
* Update browser_window_redraw comment.Michael Drake2011-02-131-4/+7
| | | | svn path=/trunk/netsurf/; revision=11668
* Fix broken plotting on RO with locked contents and buffered rendering.Michael Drake2011-02-132-0/+22
| | | | svn path=/trunk/netsurf/; revision=11667
* White background fill to extents for non-HTML contents.Michael Drake2011-02-131-0/+6
| | | | svn path=/trunk/netsurf/; revision=11665
* Pass clip rect to browser_window_redraw as struct.Michael Drake2011-02-112-18/+13
| | | | svn path=/trunk/netsurf/; revision=11648
* Move stuct rect out of box.h and tree.c.Michael Drake2011-02-112-5/+32
| | | | svn path=/trunk/netsurf/; revision=11647
* improve browser_window_redraw width and height handlingVincent Sanders2011-02-112-4/+8
| | | | svn path=/trunk/netsurf/; revision=11642
* add browser_window_redraw() method to make content_redraw calls from ↵Vincent Sanders2011-02-102-0/+54
| | | | | | frontends common RISC OS, atari, amiga and beos have not been updated svn path=/trunk/netsurf/; revision=11640
* Avoid unsafe cast of int* to size_t*John Mark Bell2011-02-011-3/+6
| | | | svn path=/trunk/netsurf/; revision=11597
* add default system colour handlers to each frontendVincent Sanders2011-01-304-0/+117
| | | | svn path=/trunk/netsurf/; revision=11530
* History colours as constants r=jmb,vinceSven Weidauer2011-01-243-3/+19
| | | | svn path=/trunk/netsurf/; revision=11478
* Make the tree icon dir a non-optionDaniel Silverstone2011-01-205-74/+78
| | | | svn path=/trunk/netsurf/; revision=11422
* Ensure we correctly release all icon resources associated with trees, SSL ↵Daniel Silverstone2011-01-209-2/+50
| | | | | | certs, search providers, etc. svn path=/trunk/netsurf/; revision=11421
* Remove erroneous commentary, and move associated code to a more sensible placeJohn Mark Bell2011-01-171-5/+4
| | | | svn path=/trunk/netsurf/; revision=11346
* Fix bug #3159040: make destruction order of browser_window objects saneJohn Mark Bell2011-01-171-6/+14
| | | | svn path=/trunk/netsurf/; revision=11345
* Document font APIs -- specifically, string lengths are specified in bytes, ↵John Mark Bell2011-01-091-1/+10
| | | | | | not characters svn path=/trunk/netsurf/; revision=11261
* Ensure we poke the favicon as soon as an HTML content reaches the browser ↵Daniel Silverstone2011-01-071-1/+6
| | | | | | window. This is the earliest we can safely do this, otherwise STOP etc. can cause problems. svn path=/trunk/netsurf/; revision=11248
* Add CONTENT_MSG_FAVICON_REFRESH and emit and handle it appropriately. ↵Daniel Silverstone2011-01-071-0/+5
| | | | | | Animated favicons now work svn path=/trunk/netsurf/; revision=11242
* Atari frontend (credit: Ole Loots)John Mark Bell2011-01-051-0/+2
| | | | svn path=/trunk/netsurf/; revision=11218
* Update to new libcss API for simultanious selection for base element and its ↵Michael Drake2011-01-051-2/+2
| | | | | | pseudo elements. svn path=/trunk/netsurf/; revision=11215
* Whee. Another runtime that doesn't support stdout = stderr.John Mark Bell2010-12-291-1/+1
| | | | | | We really should stop doing this. svn path=/trunk/netsurf/; revision=11148
* Fix empty tree rendering.Michael Drake2010-12-291-12/+13
| | | | svn path=/trunk/netsurf/; revision=11135
* Use colour options for treeview rendering.Michael Drake2010-12-211-13/+48
| | | | svn path=/trunk/netsurf/; revision=11118
* Add COLOUR option type. Add some colour options for rendering core interfaces.Michael Drake2010-12-212-1/+51
| | | | svn path=/trunk/netsurf/; revision=11117
* Enable knockout for tree redraw.Michael Drake2010-12-191-0/+9
| | | | svn path=/trunk/netsurf/; revision=11099
* Allow tree drag status to reflect drags within textareas.Steve Fryatt2010-12-192-4/+7
| | | | svn path=/trunk/netsurf/; revision=11097
* Draw tree background when there are no nodes.Michael Drake2010-12-181-4/+4
| | | | svn path=/trunk/netsurf/; revision=11092
* Take some calculations out of line redraw loop and fix rounding error.Michael Drake2010-12-171-15/+17
| | | | svn path=/trunk/netsurf/; revision=11089
* Simplify text plot position calc.Michael Drake2010-12-171-3/+1
| | | | svn path=/trunk/netsurf/; revision=11088
* Base treeview line height on text height, unless that's too small for the ↵Michael Drake2010-12-171-5/+14
| | | | | | icon to fit. svn path=/trunk/netsurf/; revision=11087
* When a hotlist entry edit ends by cancelling, rather than confirming the ↵Michael Drake2010-12-173-2/+8
| | | | | | change, end the whole edit and don't pass onto next element for edit. svn path=/trunk/netsurf/; revision=11085
* Fix bug #3138151: shut down caches before killing off fetch layerJohn Mark Bell2010-12-161-4/+4
| | | | svn path=/trunk/netsurf/; revision=11069