File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 1
1
Version numbers are synced between hello_imgui and imgui_bundle.
2
2
3
+ # v1.6.3
4
+ - Assets: can search with absolute path or from current working directory
5
+ - Add utility function void UseWindowFullMonitorWorkArea()
6
+ - AppWindowParams: add EmscriptenKeyboardElement
7
+ - Runner: call TearDown on Setup for Python (to make it possible to recover from exceptions in notebook)
8
+ - MakeWindowSizeRelativeTo96Ppi_IfRequired: call EnsureWindowFitsThisMonitor
9
+ - update example_integration (Add CMake example / GNU Install)
10
+ - Add cmake option HELLOIMGUI_USE_EXTERNAL_JSON (to provide nlohmann json yourself)
11
+ - compatibility with CMake 4
12
+
3
13
# v1.6.0
4
14
* SVG Font rendering: plutosvg replaces lunasvg (option HELLOIMGUI_USE_FREETYPE_PLUTOSVG on by default)
5
15
* Added AddDockableWindow / RemoveDockableWindow
You can’t perform that action at this time.
0 commit comments