summaryrefslogtreecommitdiff
path: root/desktop
Commit message (Collapse)AuthorAgeFilesLines
* Pass keypresses on to treeview.Michael Drake2013-07-012-0/+16
|
* Start keypress handling.Michael Drake2013-07-012-0/+58
|
* Handle mouse action below last node.Michael Drake2013-07-011-8/+84
|
* Update ancestor heights on node deletion.Michael Drake2013-06-301-0/+8
|
* Update treeview test parasite to pass tree height changes on to front end.Michael Drake2013-06-301-0/+3
|
* Inform front end when treeview height changes.Michael Drake2013-06-301-3/+16
|
* Update documentation for update_size callback.Michael Drake2013-06-301-1/+7
|
* Fix typo.Michael Drake2013-06-181-1/+1
|
* Write up the rest of the fucntion comments.Michael Drake2013-06-181-1/+24
|
* Create folders as they're required when entry is inserted.Michael Drake2013-06-181-81/+97
|
* Ensure global_history_delete_internal checks treeview node is NULL. Add ↵Michael Drake2013-06-181-1/+26
| | | | various documentation comments.
* Point at header for exported function commentary.Michael Drake2013-06-181-7/+6
|
* Global history finaliser does not need core_window stuff.Michael Drake2013-06-183-14/+5
|
* Add documentation comments.Michael Drake2013-06-181-0/+39
|
* Document static functions.Michael Drake2013-06-181-4/+26
|
* More documentation.Michael Drake2013-06-181-42/+43
|
* Say which functions are documented in the header.Michael Drake2013-06-182-11/+22
|
* Remove unused function.Michael Drake2013-06-182-11/+0
|
* Add documentation.Michael Drake2013-06-181-19/+138
|
* Add support for selection drags. Not yet implemented move drags.Michael Drake2013-06-181-9/+208
|
* Add triple click to mouse event logger.Michael Drake2013-06-151-1/+2
|
* Make test parasite pass drag end event to new treeview.Michael Drake2013-06-151-0/+5
|
* 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
| | | | | | | | TODO: Make treeview aware of the window size.
* | 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 ↵Michael Drake2013-06-032-6/+5
| | | | | | | | are signed.
* | 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, ↵Michael Drake2013-06-033-73/+275
| | | | | | | | selection clear, has selection functions. Improve selection handling. Enable double click to toggle node expansion. Improve redraw behaviour. Make treeview call node callback for deletion. Fix redraw issues.