summaryrefslogtreecommitdiffstats
path: root/src/interactive
AgeCommit message (Expand)Author
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-06some experimentation with selection handling in the new paneSebastian Thiel
2019-06-06A step towards more self-contained componentsSebastian Thiel
2019-06-06reactor help: move event handling closer to where it belongsSebastian Thiel
2019-06-06refactorSebastian Thiel
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-06Fix issue with seeing nothing when trying to enter a fileSebastian Thiel
2019-06-06Fix endless loop and infinite memory consumption due to... NAN!!Sebastian 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-05Clear screen at initializationSebastian Thiel
2019-06-05refactorSebastian Thiel
2019-06-05assure we see something while scanning - entries are now manually providedSebastian 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-05extract react to directorySebastian 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-05add react block for use in react-style componentsSebastian 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-05Now it work, borrowmut was the problemSebastian Thiel
2019-06-05First attempt to demo it... fail due to type inference issues?Sebastian Thiel
2019-06-05First sketch of componentSebastian Thiel
2019-06-05cleanup terminalSebastian Thiel
2019-06-05Basis for react-like terminal implementation - that way we can have stateSebastian Thiel
2019-06-05Use entries from the state contained in the parent appSebastian Thiel