|
@@ -30717,6 +30717,7 @@ nk_tooltipfv(struct nk_context *ctx, const char *fmt, va_list args)
|
|
/// - [y]: Minor version with non-breaking API and library changes
|
|
/// - [y]: Minor version with non-breaking API and library changes
|
|
/// - [z]: Patch version with no direct changes to the API
|
|
/// - [z]: Patch version with no direct changes to the API
|
|
///
|
|
///
|
|
|
|
+/// - 2025/04/06 (4.12.7) - Fix text input navigation and mouse scrolling
|
|
/// - 2025/03/29 (4.12.6) - Fix unitialized data in nk_input_char
|
|
/// - 2025/03/29 (4.12.6) - Fix unitialized data in nk_input_char
|
|
/// - 2025/03/05 (4.12.5) - Fix scrolling knob also scrolling parent window, remove dead code
|
|
/// - 2025/03/05 (4.12.5) - Fix scrolling knob also scrolling parent window, remove dead code
|
|
/// - 2024/12/11 (4.12.4) - Fix array subscript [0, 0] is outside array bounds of ‘char[1]’
|
|
/// - 2024/12/11 (4.12.4) - Fix array subscript [0, 0] is outside array bounds of ‘char[1]’
|