Skip to content

Releases: richardwilkes/unison

v0.79.0

12 Jan 22:42
03091af
Compare
Choose a tag to compare
  • Added a new widget: Slider
  • Used the new Slider widget to improve the UI in the color well dialog

v0.78.0

01 Jan 20:23
3537bef
Compare
Choose a tag to compare
  • Tables now only show space for the disclosure controls if a container row is present

v0.77.0

23 Dec 00:06
1bbe16b
Compare
Choose a tag to compare
  • DrawableSVG now supports in-place rotation

v0.76.3

14 Dec 23:10
5ac097a
Compare
Choose a tag to compare
  • Fix the previous fix, as it was inadvertently using the X coordinate in one place where it should have been using the Y coordinate

v0.76.2

14 Dec 22:57
ed7f9ef
Compare
Choose a tag to compare
  • Fix Display.FitRectOnto(), which wasn't correctly accounting for the window's being offscreen to the right or bottom

v0.76.1

14 Dec 18:25
4a2c17f
Compare
Choose a tag to compare
  • Handle cut/copy/paste/select all in text fields when a menu with those commands is not present (this is typically only a problem on platforms that do not have a global menu bar)

v0.76.0

10 Dec 01:46
3c01b84
Compare
Choose a tag to compare
  • A sorting function can now be (optionally) provided per-column (NOTE: this is a breaking change)
  • Remove extra space at the beginning of a line when <br> is used in markdown

v0.75.1

20 Oct 19:07
2ee47c7
Compare
Choose a tag to compare
  • Aggressively cache font face fallbacks for missing runes

v0.75.0

20 Oct 02:15
6b90728
Compare
Choose a tag to compare
  • Added FontPanel
  • Improved PopupMenu
    • Added ItemEnabledAt() and SetItemEnabledAt()
    • Cached the last sizing information for items to dramatically speed up sizing operations when large numbers of menu items are present
  • Removed deprecated macOS linker option -ld_classic
  • Use the scroll panel header in the example for the table
  • Updated dependencies

v0.74.0

22 Sep 01:17
0a9f5ec
Compare
Choose a tag to compare
  • Window options can now be passed to NewDialog()
  • Fixed some edge cases that could trigger a panic in the Markdown widget