Skip to content

Releases: keharriso/love-nuklear

v2.7

27 Aug 15:56
Compare
Choose a tag to compare
  • Fix issue with UI calls in coroutines
  • Update upstream Nuklear version to latest

v2.6.1

08 May 18:58
e9be4aa
Compare
Choose a tag to compare
  • Update upstream URL
  • Add install target to CMake files
  • Add new build instructions for MSVC
  • Fix bug that crashes on ui:layoutTemplateEnd()

v2.6

18 Oct 00:13
Compare
Choose a tag to compare
  • Add *GetScroll and *SetScroll for windows, groups, and popups
  • Fix parent scissor behavior

v2.5.2

06 Apr 19:49
Compare
Choose a tag to compare
  • Expand the build instructions and scripts to even more distros

v2.5.1

05 Apr 21:38
Compare
Choose a tag to compare
  • Fix build scripts and instructions for Linux builds.
  • Update example scripts to use colors in [0, 1]

v2.5

03 Jan 18:17
Compare
Choose a tag to compare
  • Add ui:style
  • Improve build instructions
  • Allow ui:style* from outside frameBegin/frameEnd
  • Add presses parameter to mousepressed/mousereleased

v2.4

18 Dec 19:12
5255830
Compare
Choose a tag to compare
  • Add Canvas support to all image functions
  • ui:treeStatePush
  • ui:treeStatePop
  • ui:treeState

v2.3

16 Dec 22:24
Compare
Choose a tag to compare

Offer closure alternatives to begin/end pairs. See closure.lua for a brief example.

Also offer table alternative to varargs flag passing. Also see closure.lua for an example.

  • ui:frame
  • ui:window
  • ui:layoutRow
  • ui:layoutTemplate
  • ui:layoutSpace
  • ui:group
  • ui:tree
  • ui:popup
  • ui:contextual
  • ui:tooltip
  • ui:menubar
  • ui:menu
  • ui:combobox

v2.2

15 Dec 19:11
Compare
Choose a tag to compare

Add template layout and manual edit focus/unfocus:

  • ui:windowIsClosed
  • ui:layoutTemplateBegin
  • ui:layoutTemplatePush
  • ui:layoutTemplateEnd
  • ui:editFocus
  • ui:editUnfocus

v2.1

14 Dec 19:56
Compare
Choose a tag to compare

Add support for Quads to all image functions and styles.