What's Changed
- Fix window hovered and UTF decode issues by @PavelSharp in #829
- Build the X11 and XFT demos from the same sources by @RobLoach in #843
- Build the X11 and XFT demos from the same sources by @ccawley2011 in #776
- Fix Rawfb Wayland Demo by @uintmax in #807
- Fix Insert Replace Reset by @RobLoach in #844
- Fix insert replace reset etc. by @rswinkle in #803
- Add
nk_input_is_mouse_moved()by @RobLoach in #632 - Add sdl3_renderer demo V4 by @sleeptightAnsiC in #852
- Fix D3D12 pixel shader not passing texture index by @therathatter in #874
- Addressing #455 (D3D12 Backend) by @Ohjurot in #487
- Fix the comment lines in section headers by @MrOneTwo in #845
- Fix several issues related to building from Nuklear/src/* files by @sleeptightAnsiC in #862
- fix(style_configurator): fix unsafe int to nk_bool pointer casts by @sleeptightAnsiC in #883
- Fix(build): replace incorrect static asserts for size(nk_bool) by @sleeptightAnsiC in #884
- Fix Vulkan Reusing Signaled Semaphore by @ZvRzyan18 in #876
- Fix Vulkan Unsupported Composite Alpha by @ZvRzyan18 in #875
- fixed defines for
NK_SIZE_TYPEandNK_POINTER_TYPEon MinGW and windows clang/clang-cl. by @m256i in #811 - demo/sdl3_renderer: rewrite Makefile in order to support Emscripten by @sleeptightAnsiC in #894
- demo/xcb_cairo/nuklear_xcb.h: do not discard xcb_client_message_event_t by @Shamar in #860
- Fix previous property focus issues by @rswinkle in #898
- Add prefix to problematic stb_truetype equal() func by @rswinkle in #905
- docs: Move doc/Doxyfile to .Doxyfile by @RobLoach in #903
- demo/sdl3_renderer/main.c: call nk_input_begin at the end of SDL_AppInit by @sh1l0h in #865
- Tooltip positioning V3 (aka v1 with default style) by @rswinkle in #911
- Return if value changed for property_() and combobox() functions by @rswinkle in #912
New Contributors
- @PavelSharp made their first contribution in #829
- @uintmax made their first contribution in #807
- @therathatter made their first contribution in #874
- @MrOneTwo made their first contribution in #845
- @ZvRzyan18 made their first contribution in #876
- @m256i made their first contribution in #811
- @Shamar made their first contribution in #860
- @sh1l0h made their first contribution in #865
Full Changelog: 4.12.8...4.13.2