summaryrefslogtreecommitdiffstats
path: root/src/screens.rs
AgeCommit message (Expand)Author
2019-07-31Fix non consistent builds due to lack of precise versionning in crossterm sub...Canop
2019-07-29input_field is skinnableCanop
2019-07-25the input field handles left/right arrow keys, home/end, click, and deleteCanop
2019-06-15fix blank help screen on scroll when it fits the screenDenys Séguret
2019-06-08configurable skin supported on help screen and in :print_tree screen outputv0.8.0Canop
2019-06-06tree drawing now based on Display traitCanop
2019-06-04termimad based help screenCanop
2019-05-10skin colors changed by configuration according to new fg,bg,attrs syntax:Canop
2019-05-09more things work - broot successfully launched on Win10 and linuxCanop
2019-05-03crossterm port: tree view mostly OK (style not configurable)Canop
2019-04-06key input on crossterm instead of termionCanop
2019-03-25unplug the 'users' crate when on windowsCanop
2019-03-22F5 refreshes the treeCanop
2019-03-21:print_tree verb allows outputting the treeCanop
2019-02-19change the way the new command is computed on new stateCanop
2019-02-18better scrolling (no longer displays a mostly void page)Canop
2019-02-17All colors of broot can be defined in configCanop
2019-02-16separate entries in conf for foreground and background colorsCanop
2019-02-15skinning possible for simple colors, for statusCanop
2019-02-12add a scrollbar on help screenCanop
2019-02-11handle errors on a few cases of non suitable rootCanop
2019-02-01a few sacrifices to the Clippy godCanop
2019-01-29terminal size management refactoringCanop
2019-01-25rework of verbs and their configurationCanop
2019-01-15documentationCanop
2019-01-11fix some parts of the app not being cleaned in some casesCanop
2018-12-17fmtCanop
2018-12-14make tree longer than screen in some cases (esp. for sizes)Denys Séguret
2018-12-10fix '…' not always being added to not empty foldersCanop
2018-12-05correctly manages sym linksCanop
2018-12-02remove Result from return type of functions which can't failCanop
2018-12-02help pageCanop
2018-12-01specializable application statesCanop
2018-11-29fuzzy pattern matching based navigationCanop