summaryrefslogtreecommitdiffstats
path: root/src/interactive/widgets/mark.rs
AgeCommit message (Expand)Author
2021-02-15thanks clippySebastian Thiel
2021-02-15Add bindings 'H' and 'G' to go to the top/bottom of any paneSebastian Thiel
2020-07-23fix clippy warningsMaxim Zhukov
2020-07-22fix mark paneSebastian Thiel
2020-07-22Upgrade to tui 0.10 step oneā€¦tui-react-v0.10.0Sebastian Thiel
2020-07-06convert input handling to crosstermionSebastian Thiel
2020-07-02Use u128 for byte sizesThomas Hurst
2020-05-04Upgrade to tui 0.9v2.6.0tui-react-v0.4.0Sebastian Thiel
2020-05-04Add 'x' key to mark for deletion, without togglingSebastian Thiel
2020-03-29Toggle help for entries and mark paneSebastian Thiel
2020-03-29auto-help which follows through the panesSebastian Thiel
2019-07-25Run rustfmt; use debug_assert; rename functionSebastian Thiel
2019-07-24Use same colors in mark pane as in entries paneVinzent Steinberg
2019-07-24Fix color scheme for light terminalsVinzent Steinberg
2019-06-15pane is now displayed during deletion; keeps last item selectedSebastian Thiel
2019-06-15better separation of concerns when iterating marked itemsSebastian Thiel
2019-06-15First half-baked version of deletion within traversal treeSebastian Thiel
2019-06-15refactorSebastian Thiel
2019-06-15refactorSebastian Thiel
2019-06-15First rough version of the required pieces in MarkPaneSebastian Thiel
2019-06-14first sketch of the delete-draw-loopSebastian Thiel
2019-06-08Dehli/India: Make marker selection feel rightSebastian Thiel
2019-06-08Pune/India: Nicer colors for warn window in selectionSebastian Thiel
2019-06-08Pune/India: Warning window follows user selectionSebastian Thiel
2019-06-08Pune/India: Fix handling of deleting the first index in the mark listSebastian Thiel
2019-06-08Pune/India: more prominent selection in mark paneSebastian Thiel
2019-06-08Pune/India: Rustic way of handling the mark panes disappearanceSebastian Thiel
2019-06-08Pune/India: don't show warning if nothing is marked anymoreSebastian Thiel
2019-06-08Pune/India: Actually hook up spacebar in mark paneSebastian Thiel
2019-06-08Pune/India: Better handling of what is selected after removing a marked entrySebastian Thiel
2019-06-08Pune/India: Don't try to go down as marked items are removedSebastian Thiel
2019-06-07First version of removing marked items from the listSebastian Thiel
2019-06-07Only show hotkey for deletion when focus is on the mark paneSebastian Thiel
2019-06-07First version of help line which tells what to do to delete thingsSebastian Thiel
2019-06-07Grapheme handling when truncating long filenamesSebastian Thiel
2019-06-07First prettier version of mark paneSebastian Thiel
2019-06-07Proper scrolling in mark paneSebastian Thiel
2019-06-07Happy clippySathish
2019-06-07refactorSebastian Thiel
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-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-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