File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed
Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -112,6 +112,8 @@ amount of documentation about each option.
112112 the recursive search that GTK 3 normally performs. Press
113113 <kbd >Alt</kbd >-<kbd >S</kbd > to launch the recursive search instead.
114114
115+ <img src =' screenshots/file-chooser-typeahead.png ' />
116+
115117* The sizes of some widgets (mostly buttons) in the built-in GTK themes
116118 Adwaita and HighContrast have been reduced.
117119
@@ -120,6 +122,17 @@ here.
120122
121123## To-Do
122124
125+ * When the user scrolls over the tab bar of a GtkNotebook, switch the current
126+ tab.
127+
128+ My experience with the patch from ` gtk3-classic ` is that some applications
129+ (e.g. [ Pluma] ( https://github.com/mate-desktop/pluma ) implement this scrolling
130+ behaviour themselves, and thus with the ` gtk3-classic ` patch applied,
131+ scrolling will move over by * two* tab positions at a time. My implementation
132+ will record the current tab before passing control over to the default
133+ handler of scroll events; only if the current tab hasn't changed after the
134+ default handler runs, will the plugin switch tabs.
135+
123136* At least convert headerbars from a virtual titlebar for the window into a
124137 box at the top of the window content area.
125138
You can’t perform that action at this time.
0 commit comments