summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2019-06-07move EntryMarkMap into Mark widgetSebastian Thiel
2019-06-07moved marked information from footer to title of mark paneSebastian Thiel
2019-06-07maintain sorting even though we have a map - each render must allocate nowSebastian Thiel
2019-06-07see how it is when sorting by alphabetSebastian Thiel
2019-06-06tests to verify focus handling worksSebastian Thiel
2019-06-06Fix tests - if there is no item, there is no paneSebastian Thiel
2019-06-06implement actual marker selectionSebastian Thiel
2019-06-06Know about focus in marker paneSebastian Thiel
2019-06-06Simplify mark selection by making it based on position in listSebastian 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-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-06remove obsolete annotationsSebastian Thiel
2019-06-05version bumpSebastian 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-05Bump versionSebastian Thiel
2019-06-05assure we see something while scanning - entries are now manually providedSebastian Thiel
2019-06-05Adjust release notesSebastian Thiel
2019-06-05The block is now not needed anymore - we can just own simple propsSebastian Thiel
2019-06-05Updated readmesSebastian 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