summaryrefslogtreecommitdiffstats
path: root/src/interactive/widgets/entries.rs
AgeCommit message (Expand)Author
2022-01-21feat: interactive mode learns 'toggle [a]ll' and 'remove [a]ll'.Sebastian Thiel
2021-08-22Support Home/End and fix inconsistent help textKid
2020-07-22Minor style improvements to handle special caseSebastian Thiel
2020-07-22Upgrade to tui 0.10 step oneā€¦tui-react-v0.10.0Sebastian Thiel
2020-07-02Use u128 for byte sizesThomas Hurst
2020-03-29Toggle help for entries and mark paneSebastian Thiel
2020-03-29auto-help which follows through the panesSebastian Thiel
2020-03-29Crossbeam channel is actually not needed in this caseSebastian Thiel
2019-07-25Run rustfmt; use debug_assert; rename functionSebastian Thiel
2019-07-24Fix color scheme for light terminalsVinzent Steinberg
2019-06-16performance improvementsv2.1.2Sebastian Thiel
2019-06-15refactorSebastian Thiel
2019-06-08Pune/India: more prominent selection in mark paneSebastian Thiel
2019-06-07move EntryMarkMap into Mark widgetSebastian Thiel
2019-06-06Move ownership of marked entries to the MarkPaneSebastian Thiel
2019-06-06The first display of paths to be deleted!Sebastian Thiel
2019-06-06Get rid of black percentage bars :D!Sebastian 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-06refactorSebastian 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-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-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-04Let byte visualization control its own widthSebastian Thiel
2019-06-04First Bar implementationSebastian Thiel
2019-06-04Support for changing the percentage displaySebastian Thiel
2019-06-04Nicer focus trackingSebastian Thiel
2019-06-04first simple focus trackingSebastian Thiel
2019-06-04mild refactoringSebastian Thiel
2019-06-04pretty colors in interactive modeSebastian Thiel
2019-06-04Save an allocationSebastian Thiel
2019-06-04first compiling version of paragraph list + entriesSebastian Thiel
2019-06-04Properly fix byte column width handlingSebastian Thiel
2019-06-04refactorSebastian Thiel
2019-06-04Continuous lines for entry itemsSebastian Thiel
2019-06-04Move list scrolling code into list stateSebastian Thiel