Skip to content

Releases: neroist/uing

0.8.2

11 Sep 22:10
Compare
Choose a tag to compare

What's Changed

  • fix linux mingw-w64 cross compile link error by @capocasa in #13
  • fix multiline change callback by @capocasa in #14
  • fix "pointer being freed was not allocated" error mentioned in #8

New Contributors

Full Changelog: 0.8.1...0.8.2

0.8.1

09 May 15:42
Compare
Choose a tag to compare

Mainly fixed compiling issues (such as #12, and see #10 and #9), as well as adding missing drawing procedures.

Full Changelog: 0.8.0...0.8.1

0.8.0

17 Apr 17:53
Compare
Choose a tag to compare

Added API for getting and setting window position and a callback for when window position is changed.

Full Changelog: 0.7.3...0.8.0

0.7.3

02 Apr 00:59
Compare
Choose a tag to compare

Updated libui submodule.

Full Changelog: 0.7.2...0.7.3

0.7.2

05 Mar 21:21
b3aceb1
Compare
Choose a tag to compare

Added quitAll proc and changed the default onclosing callback for windows so windows don't have to automatically end the program on exit.

In addition, support for clang on Windows was added

0.7.1

02 Mar 03:03
Compare
Choose a tag to compare

Mostly improved the examples. Updated least supported Nim version to 1.2.0.

0.7.0

17 Feb 04:55
Compare
Choose a tag to compare

Added genui macro and added new ColorButton and DateTimePicker constructors and uninit() and setAllTabsMargined procs.

0.6.4

12 Feb 20:02
Compare
Choose a tag to compare

Updated documentation, fixed verifySetParent(), newTableValue() now accepts both bool and int, added scrolling attribute to Area, and set mainStep() as discardable

0.6.3

09 Feb 00:14
Compare
Choose a tag to compare

Removed redundant function setColor

0.6.2

09 Feb 00:01
Compare
Choose a tag to compare

Fixed annoying warnings when compiling with vcc and linked windowscodecs.lib to fix 32-bit builds with vcc.