Skip to content

Releases: neroist/uing

0.8.2

Choose a tag to compare

@neroist neroist released this 11 Sep 22:10

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

Choose a tag to compare

@neroist neroist released this 09 May 15:42

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

Choose a tag to compare

@neroist neroist released this 17 Apr 17:53

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

Choose a tag to compare

@neroist neroist released this 02 Apr 00:59

Updated libui submodule.

Full Changelog: 0.7.2...0.7.3

0.7.2

Choose a tag to compare

@neroist neroist released this 05 Mar 21:21
b3aceb1

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

Choose a tag to compare

@neroist neroist released this 02 Mar 03:03

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

0.7.0

Choose a tag to compare

@neroist neroist released this 17 Feb 04:55

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

0.6.4

Choose a tag to compare

@neroist neroist released this 12 Feb 20:02

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

0.6.3

Choose a tag to compare

@neroist neroist released this 09 Feb 00:14

Removed redundant function setColor

0.6.2

Choose a tag to compare

@neroist neroist released this 09 Feb 00:01

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