issues
search
richardwilkes
/
unison
A unified graphical user experience toolkit for Go desktop applications
Mozilla Public License 2.0
202
stars
10
forks
source link
Breaking changes
#57
Closed
richardwilkes
closed
5 months ago
richardwilkes
commented
5 months ago
Complete rework of how theme colors are managed, reducing the overall number of theme colors to a small handful
Removed GroupPanel and replaced it with the Grouper interface
Merged RichLabel and Label, removing RichLabel and TextCache
Removed unused small variants of the system fonts (SmallSystemFont and EmphasizedSmallSystemFont)
Added a contextual menu to dock tabs when more than one is present in a dock container, with options to close all tabs or all other tabs
Made Panel.Is() work even when the passed-in Paneler is an interface with a nil target
Table row dividers are now off by default
Added an example markdown window
Added an example app window to change the colors interactively