summaryrefslogtreecommitdiff
path: root/desktop
Commit message (Expand)AuthorAgeFilesLines
* History colours as constants r=jmb,vinceSven Weidauer2011-01-243-3/+19
* Make the tree icon dir a non-optionDaniel Silverstone2011-01-205-74/+78
* Ensure we correctly release all icon resources associated with trees, SSL cer...Daniel Silverstone2011-01-209-2/+50
* Remove erroneous commentary, and move associated code to a more sensible placeJohn Mark Bell2011-01-171-5/+4
* Fix bug #3159040: make destruction order of browser_window objects saneJohn Mark Bell2011-01-171-6/+14
* Document font APIs -- specifically, string lengths are specified in bytes, no...John Mark Bell2011-01-091-1/+10
* Ensure we poke the favicon as soon as an HTML content reaches the browser win...Daniel Silverstone2011-01-071-1/+6
* Add CONTENT_MSG_FAVICON_REFRESH and emit and handle it appropriately. Animat...Daniel Silverstone2011-01-071-0/+5
* Atari frontend (credit: Ole Loots)John Mark Bell2011-01-051-0/+2
* Update to new libcss API for simultanious selection for base element and its ...Michael Drake2011-01-051-2/+2
* Whee. Another runtime that doesn't support stdout = stderr.John Mark Bell2010-12-291-1/+1
* Fix empty tree rendering.Michael Drake2010-12-291-12/+13
* Use colour options for treeview rendering.Michael Drake2010-12-211-13/+48
* Add COLOUR option type. Add some colour options for rendering core interfaces.Michael Drake2010-12-212-1/+51
* Enable knockout for tree redraw.Michael Drake2010-12-191-0/+9
* Allow tree drag status to reflect drags within textareas.Steve Fryatt2010-12-192-4/+7
* Draw tree background when there are no nodes.Michael Drake2010-12-181-4/+4
* Take some calculations out of line redraw loop and fix rounding error.Michael Drake2010-12-171-15/+17
* Simplify text plot position calc.Michael Drake2010-12-171-3/+1
* Base treeview line height on text height, unless that's too small for the ico...Michael Drake2010-12-171-5/+14
* When a hotlist entry edit ends by cancelling, rather than confirming the chan...Michael Drake2010-12-173-2/+8
* Fix bug #3138151: shut down caches before killing off fetch layerJohn Mark Bell2010-12-161-4/+4
* Improve double click handling.Michael Drake2010-12-151-6/+10
* Don't give up on a mouse action because BROWSER_MOUSE_PRESS_{1|2} is set. Th...Michael Drake2010-12-151-9/+11
* Possible fix for issue reported by Chris Young.Michael Drake2010-12-151-1/+5
* Debug function for dumping browser_mouse_state.Michael Drake2010-12-152-0/+49
* Only draw caret if there is no selection.Michael Drake2010-12-151-1/+7
* Position text and caret correctly in single line text area. Make caret red s...Michael Drake2010-12-151-14/+33
* Much faster redraw of treeviews.Michael Drake2010-12-151-8/+19
* Further tidy up of node redraw.Michael Drake2010-12-151-20/+24
* Pass clip rectangle around tree redraw. Update clipping area with respect to...Michael Drake2010-12-151-104/+163
* Small refactor to change icon names to being passed in from frontends instead...Vincent Sanders2010-12-1411-23/+27
* Set text position with respect to TREE_LINE_HEIGHT.Michael Drake2010-12-121-6/+16
* Set expansion toggle position with respect to TREE_LINE_HEIGHT.Michael Drake2010-12-121-2/+2
* Set icon position with respect to TREE_LINE_HEIGHT.Michael Drake2010-12-121-9/+9
* Remove redundant line plots, from tree_draw_node() and add comments.Michael Drake2010-12-122-14/+14
* More "NetSurfy" colours. Note treeview restyling is still in progress; this ...Michael Drake2010-12-121-3/+3
* Create some tree plot styles and use them.Michael Drake2010-12-121-9/+22
* Remove pointless rectangle fill under text.Michael Drake2010-12-122-4/+1
* Rename usages of "furniture" which applied to expansion toggle boxes to "expa...Michael Drake2010-12-121-20/+25
* Rename tree_draw_node_expansion() to tree_draw_node_expansion_toggle(). Pedan...Michael Drake2010-12-121-27/+31
* Fix TREE_ICON_SIZE to match size of actual icons. Fix clip rectangle for icon...Michael Drake2010-12-121-3/+3
* Use TREE_LINE_HEIGHT define instead of magic 20 everywhere.Michael Drake2010-12-121-12/+10
* Clearer font styles.Michael Drake2010-12-121-6/+6
* Change styles used for plotting local history to make it more obvious what th...Rob Kendrick2010-12-052-3/+5
* Retain edits to hotlist entry titles.Michael Drake2010-12-051-2/+2
* Remove Hubbub and Wapcaplet initialisation and finalisation.Michael Drake2010-12-041-12/+0
* More useful comment about what bw->scroll is for.Michael Drake2010-11-031-1/+2
* Amiga icon loader. Treeviews will now use the user's icons for content types.Chris Young2010-10-301-0/+3
* If a drag is in progress that the tree can't handle, it is a TREE_UNKNOWN_DRA...Chris Young2010-10-302-1/+4