summaryrefslogtreecommitdiff
path: root/desktop
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.netsurf-browser.org/netsurfMichael Drake2013-06-051-0/+3
|\
| * Add and use no proxy list optionVincent Sanders2013-06-041-0/+3
* | Set visits and last visited values.Michael Drake2013-06-041-5/+24
* | Reduce redraw area.Michael Drake2013-06-041-2/+2
* | Ensure there's a title.Michael Drake2013-06-041-2/+4
* | Update for launch msg.Michael Drake2013-06-041-1/+4
* | Fixup and remove unused defines.Michael Drake2013-06-041-4/+1
* | Enable double click to launch from treeview.Michael Drake2013-06-042-9/+15
* | Add support for clicking node expansion toggle.Michael Drake2013-06-041-6/+28
* | Allow ctrl + select to toggle selection.Michael Drake2013-06-041-1/+3
* | Make releationship enum meanings clearer.Michael Drake2013-06-043-9/+9
* | Sort so newest at top.Michael Drake2013-06-041-3/+11
* | Lose excess logging.Michael Drake2013-06-041-2/+0
* | Different text colour for an expanded entries' fields.Michael Drake2013-06-041-14/+36
* | Store inset on node.Michael Drake2013-06-041-15/+12
* | Get line height from font size.Michael Drake2013-06-031-4/+10
* | Remove selected area styles.Michael Drake2013-06-031-20/+0
* | Don't pass INT_MAX to redraw_request. RO WIMP doesn't like it.Michael Drake2013-06-031-4/+7
* | Remove logging.Michael Drake2013-06-031-2/+1
* | Include full expanded entry height in clip test.Michael Drake2013-06-031-1/+1
* | Use plot coordinate correctly and use the shifted offset clip rect.Michael Drake2013-06-031-5/+5
* | Fix use of wrong enum value.Michael Drake2013-06-031-1/+1
* | Make heights signed, to simplify comparison with struct rect values, which ar...Michael Drake2013-06-032-6/+5
* | Simplify redraw node walk.Michael Drake2013-06-031-20/+11
* | Squash warnings for things that can't happen.Michael Drake2013-06-031-2/+5
* | Simplify tree walker.Michael Drake2013-06-031-23/+13
* | Fix string length.Michael Drake2013-06-031-1/+1
* | Clean up history node deletion -- now treeview driven. Add select all, selec...Michael Drake2013-06-033-73/+275
* | Squash warning.Michael Drake2013-05-311-1/+1
* | cw handle can't be const.Michael Drake2013-05-312-3/+3
* | Merge branch 'master' of git://git.netsurf-browser.org/netsurfMichael Drake2013-05-314-0/+24
|\|
| * Merge branch 'chris/gadtools-53-5'Chris Young2013-05-314-0/+24
| |\
| | * Get URL node iconChris Young2013-05-182-0/+12
| | * Allow getting the node's iconChris Young2013-05-182-0/+12
* | | Rename treeview_walk --> treeview_walk_internal.Michael Drake2013-05-311-3/+4
* | | Implement redraw request hander for treeview test parsite.Michael Drake2013-05-311-0/+5
* | | Call redraw function on clicks. Enable treewalker to skip the children of co...Michael Drake2013-05-311-10/+21
* | | Make treeview test parasite sit on mouse input too.Michael Drake2013-05-311-0/+11
* | | Add function to pass mouse input to treeview.Michael Drake2013-05-312-0/+8
* | | Make node flags for expanded and selected. Start mouse action support. (Lit...Michael Drake2013-05-312-26/+90
* | | Add parasitic hack to allow the new treeview to be tested in the Hotlist window.Michael Drake2013-05-311-0/+98
* | | Build the new treeview and global history.Michael Drake2013-05-311-1/+1
* | | Add global history client for new treeview.Michael Drake2013-05-312-0/+679
* | | Add first pass at new treeview.Michael Drake2013-05-313-0/+1278
|/ /
* | Ensure readable default colours.Michael Drake2013-05-291-26/+26
* | Move NetSurf to CSS colour conversion macro. Make both conversion macros the...Michael Drake2013-05-291-2/+1
* | remove ambiguity in subtraction and maskingVincent Sanders2013-05-291-1/+1
* | fix transparancy on css colour lookupVincent Sanders2013-05-291-2/+2
* | move option init out of netsurf_initVincent Sanders2013-05-282-13/+4
* | add common system colour implementationVincent Sanders2013-05-282-1/+103