Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-07-26 | Fix various Table bugs (and put some way too slow code in there, but hey, it ↵ | David Robillard | 1 | -1/+7 | |
works). Use PathTable for models on the client side. Implement renaming on client side. git-svn-id: http://svn.drobilla.net/lad/raul@636 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2007-07-26 | Added PathTable, simple pretty wrapper around Table which provides super fast | David Robillard | 1 | -0/+45 | |
"find all descendants". I couldn't deal with the 'one big table' or 'parents own/lookup children' decision, so I came up with this thing instead. It's pretty cool I guess. git-svn-id: http://svn.drobilla.net/lad/raul@635 a436a847-0d15-0410-975c-d299462d15a1 |