Skip to content

Commit 46a6818

Browse files
committed
Update Changes for last week of commits
1 parent ee1c0b3 commit 46a6818

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

Changes

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,29 @@
11
Revision history for Terminal-Widgets
22

33
{{$NEXT}}
4+
[Bug Fixes]
5+
- Don't apply minimize-w layout style in with-scrollbars
6+
- Fix thinko that had broken scrollbar keypresses
7+
- Switch to the full-refresh protocol for TopLevel.focus-on,
8+
fixing visual behavior of focus moves
9+
10+
[Docs]
11+
- Add per-directory READMEs explaining intent of lib/ subdirs
12+
13+
[Examples]
14+
- Extend tree-view example to expose some bugs
15+
- Add dir-tree example demonstrating Viewer::DirTree
16+
17+
[Functionality]
18+
- Support (and switch to) content-area-relative mouse events
19+
- Introduce the volatile data structures tree, Volatile/
20+
- Add Volatile::Tree, providing base roles for volatile tree structures
21+
- Add Volatile::DirTree data structure, representing a live filesystem
22+
- Add Viewer::Tree, base class for viewers of volatile trees
23+
- Add Viewer::DirTree, specialized to Volatile::DirTree
24+
- Fade scrollbars when not in use (everything visible and scroll = 0)
25+
- Make scrollbars Themable and Focusable (and participate in tab ring)
26+
427
[Packaging]
528
- Bump T::C and C::DC dependencies to get new SGR attr support, and thus
629
more complete support for GNU dircolors in Viewer::DirTree

0 commit comments

Comments
 (0)