summaryrefslogtreecommitdiff
path: root/desktop
Commit message (Expand)AuthorAgeFilesLines
* Change how nodes are deleted.Michael Drake2013-07-061-161/+298
* Make tree walker use nserror.Michael Drake2013-07-031-30/+68
* Typedefs for internal treeview and treeview_node structs.Michael Drake2013-07-033-81/+79
* Treeview walker now takes two callback function pointers. One called in fwd ...Michael Drake2013-07-031-13/+25
* Don't allow empty folders.Michael Drake2013-07-031-1/+1
* Implement DEL_EMPTY_DIRS flag.Michael Drake2013-07-031-2/+20
* Allow empty folders to be open.Michael Drake2013-07-031-3/+4
* Make READ_ONLY flag a combinator for NO_MOVES and NO_DELETES. Implement NO_D...Michael Drake2013-07-032-9/+31
* Add treeview behaviour flags.Michael Drake2013-07-033-4/+17
* Make flags for suppress resize.Michael Drake2013-07-023-10/+17
* Implement entry launching. Currently only launches in new window.Michael Drake2013-07-021-0/+23
* Use messages for treeview labels.Michael Drake2013-07-011-6/+16
* Add quite param to insertion calls to suppress treeview height callback.Michael Drake2013-07-013-8/+28
* Pass drag state to core window user.Michael Drake2013-07-013-2/+42
* Add temporary option to enable test of new treeview in bookmarks window.Michael Drake2013-07-012-18/+48
* Delete and backspace keys delete selected nodes.Michael Drake2013-07-011-2/+39
* Make treeview test parasite trap keyboard action too.Michael Drake2013-07-011-0/+10
* 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 vari...Michael Drake2013-06-181-1/+26
* 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