summaryrefslogtreecommitdiffstats
path: root/src/interactive/widgets/main.rs
AgeCommit message (Expand)Author
2020-03-29navigation help for 'help' pane :DSebastian Thiel
2020-02-01Update tui to 0.8Sebastian Thiel
2019-10-23Make sure borders are drawn more priminently on focusSebastian Thiel
2019-07-24Fix color scheme for light terminalsVinzent Steinberg
2019-06-07First version of help line which tells what to do to delete thingsSebastian Thiel
2019-06-07moved marked information from footer to title of mark paneSebastian Thiel
2019-06-06refactorSebastian Thiel
2019-06-06Fix header highlight logic, quite literallySebastian Thiel
2019-06-06Move ownership of marked entries to the MarkPaneSebastian Thiel
2019-06-06refactorSebastian Thiel
2019-06-06Color header based on mark and pane focus state, for dramatic effect!Sebastian Thiel
2019-06-06The first incarnation of the mark windowSebastian Thiel
2019-06-06Inform about marked entries in the footerSebastian Thiel
2019-06-06preparing for displaying the marked state in entries listSebastian Thiel
2019-06-06Remove Widget trait from the HeaderSebastian Thiel
2019-06-06refactorSebastian Thiel
2019-06-05Finally, everything was properly ported to tui-reactSebastian Thiel
2019-06-05Entries is now ReactEntries :)Sebastian Thiel
2019-06-05Add tui-react as library - it's proven (enough)...Sebastian Thiel
2019-06-05Make clear the Component is very a TopLevelComponent, very special!Sebastian Thiel
2019-06-05FINALLY! It works, and is on the way to using tui-reactSebastian Thiel
2019-06-05what about simply not implementing the trait :D? Concrete types for the win!Sebastian Thiel
2019-06-05removed propsmut in the hope it will work then, but not quite (yet?)Sebastian Thiel
2019-06-05Revert "An attempt to make it better by removing BorrowMut... to no avail, bu...Sebastian Thiel
2019-06-05An attempt to make it better by removing BorrowMut... to no avail, but differ...Sebastian Thiel
2019-06-05The first attempt to actually use the ReactList - it's just insane...Sebastian Thiel
2019-06-05support for mutable props - useful for iterators for exampleSebastian Thiel
2019-06-05add ReactFooterSebastian Thiel
2019-06-05Help pane is now a component :)Sebastian Thiel
2019-06-05First moderately working step towards react-tui modeSebastian Thiel
2019-06-05Use entries from the state contained in the parent appSebastian Thiel
2019-06-05Sorted entries now fetches the Path as well, prep for entries refactoringSebastian Thiel
2019-06-05Moved 'interactive' portion of code into binary - break unit tests for nowSebastian Thiel
2019-06-04Add a decent header lineSebastian Thiel
2019-06-04Wow, help scrolling is finally working!Sebastian Thiel
2019-06-04help comes to live, slowlySebastian Thiel
2019-06-04Nicer focus trackingSebastian Thiel
2019-06-04first simple focus trackingSebastian Thiel
2019-06-04First sketch on how help window could workSebastian Thiel
2019-06-04Proper entries list scrollingSebastian Thiel
2019-06-04Now widgets can just update their drawstate at willSebastian Thiel
2019-06-04A version with manual update and mutable widget state (even during draw)Sebastian Thiel
2019-06-04using utility types would work, but shows it's too enforcingSebastian Thiel
2019-06-04non-mutable widget stateSebastian Thiel
2019-06-04sketch to see how mutable widget state would look likeSebastian Thiel
2019-06-04refactorSebastian Thiel
2019-06-04It shows that making the stateless GUI work with list scrolling... needs stateSebastian Thiel
2019-06-04separate modules files for widgetsSebastian Thiel