We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d435e06 commit 1586bddCopy full SHA for 1586bdd
src/CHANGELOG
@@ -7,6 +7,8 @@
7
/// - [y]: Minor version with non-breaking API and library changes
8
/// - [z]: Patch version with no direct changes to the API
9
///
10
+/// - 2025/09/12 (4.12.8) - Fix nk_window_is_hovered to use current window flags
11
+ - Fix nk_utf_decode length check (allow len == NK_UTF_SIZE)
12
/// - 2025/04/06 (4.12.7) - Fix text input navigation and mouse scrolling
13
/// - 2025/03/29 (4.12.6) - Fix unitialized data in nk_input_char
14
/// - 2025/03/05 (4.12.5) - Fix scrolling knob also scrolling parent window, remove dead code
0 commit comments