diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 35 |
1 files changed, 35 insertions, 0 deletions
@@ -1,3 +1,38 @@ +1.8.5 +----- +1. Allow scrollbar sliders to be as thin as 5 pixels. At this setting, sliders + will be squared. + +1.8.4 +----- +1. Fix crash upon exit - due to double free. + +1.8.3 +----- +1. If a gradient uses alpha, then blen gradient colour with background + colour - as Qt3 does not support painting with an alpha channel. + +1.8.2 +----- +1. When hiding shortcuts, only show these if widget is enabled. +2. Slightly clean-up code. + +1.8.1 +----- +1. Safer handling of hidden shortcut underscore in popup menus. Only keep + track of menu widget, not its ancestors. +2. If hiding keyboard shortcut underlines: Keep track of open popup menus, + and only show keyboard short cut for the current one. + +1.8.0 +----- +1. Add option to not display keyboard shortcurt underline until 'Alt' is + pressed. +2. Add options to specify appearance of toolbar buttons. +3. Allow to use popup menu shade factor when colouring as per menubar. +4. If highlighting scrollviews, and allow mouse-over for entries, also allow + mouse-over for scrollviews. + 1.7.1 ----- 1. Remove box around arrow in listview lines - to match Gtk better. |