summaryrefslogtreecommitdiffstats
path: root/src/interactive/widgets
AgeCommit message (Expand)Author
2019-06-06The first display of paths to be deleted!Sebastian 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-06Let's not get ahead of ourselves ;)Sebastian Thiel
2019-06-06Get rid of black percentage bars :D!Sebastian Thiel
2019-06-06better helpSebastian Thiel
2019-06-06Inform about marked entries in the footerSebastian Thiel
2019-06-06Coloring for marked entriesSebastian 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-05more hotkeysSebastian Thiel
2019-06-05fix sorting; add some alternate keysSebastian Thiel
2019-06-05The block is now not needed anymore - we can just own simple propsSebastian 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-05an elegant solution to the Block rendering problem - it's not a component aft...Sebastian Thiel
2019-06-05List compiles, but block still makes troubleSebastian 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-05EntryDataBundle with all data we need: next - don't query during drawSebastian Thiel
2019-06-05Sorted entries now fetches the Path as well, prep for entries refactoringSebastian Thiel
2019-06-05Show missing files in red. Also reveals: we need to refactor entries...Sebastian Thiel
2019-06-05move sorted_entries closer to where it is usedSebastian Thiel
2019-06-05Moved 'interactive' portion of code into binary - break unit tests for nowSebastian Thiel
2019-06-04typo :DSebastian Thiel
2019-06-04Let byte visualization control its own widthSebastian Thiel
2019-06-04Cycle through graph and bar optionsSebastian Thiel
2019-06-04First Bar implementationSebastian Thiel
2019-06-04Support for changing the percentage displaySebastian Thiel
2019-06-04Add support for static byte unitsSebastian Thiel
2019-06-04Add a decent header lineSebastian Thiel
2019-06-04reformatSebastian Thiel
2019-06-04Wow, help scrolling is finally working!Sebastian Thiel
2019-06-04Tried to keep count of lines, but failed... it's hard to avoid allocationsSebastian Thiel
2019-06-04scrolling for the help windowSebastian Thiel
2019-06-04implement tab keySebastian Thiel
2019-06-04refactorSebastian Thiel
2019-06-04The reamining hotkeys explainedSebastian Thiel