paneltitles.patch - displays the titles of closed panels when in horizontal mode (buttons window). For tabbed panels the title of the active tab is displayed.
scroll.patch - enables vertical scrolling in the buttons window in horizontal mode. Necessary if a panel is opened that is higher than the buttons window.
colors.patch - change text color on radiobuttons for more consistant behaviour,
small change to alpha value on dragwidget for better visibility.
Description
Event Timeline
outliner.patch - a small fix to make the outliner draw the last line of the list, if the list is bigger than the window.
Committed patches: outliner.patch, and scroll.patch.
Regarding the other patches:
- paneltitles.patch - I haven't checked on this yet. Will need to test this out and review later
- colors.patch - Could you provide a screenshot showing the differences. It's probably easier to tell if we want to have this that way.
Thanks. Regarding colors: it mainly affects radiobuttons. The button is 'lit' when selected and 'unlit' otherwise. I find this more consistant (Tickboxes work like that for example). I've attached a PNG.
The other change is just a small change on the alpha value for the drag widgets. They are just some small black or white lines in the corner of a window (which is grey). With an alpha of 0.25 I find them very hard to see, so changed it to 0.5.
- Committed the paneltitles patch. I've left out some of the commented code (for counterclockwise rotation), and maybe some other bits while porting this manually.
- colors.patch. I don't think this fits in that well, so it's a no go for that one.