aboutsummaryrefslogtreecommitdiffstats
path: root/plugin/cursornavigationalgorithm.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add license and copyright informationAntti Hölttä2019-03-191-0/+39
|
* More on scopes, works to some extent in the test programAntti Hölttä2019-03-181-1/+0
| | | | | Scope may be entered and escaped. Navigable items may have escape targets defined
* Refactor item registration with scopes in mindAntti Hölttä2019-03-181-2/+1
| | | | | ItemRegister class removed and items now keep track of their own cursor navigable child items. Navigation happens now only between siblings.
* Initial commit, demoable pocAntti Hölttä2019-03-181-0/+13
Sort of working with 4 dir navigation, check demoapp