|
@@ -30,11 +30,9 @@ HOW TO UPDATE?
|
|
|
|
|
|
|
|
|
|
-----------------------------------------------------------------------
|
|
-----------------------------------------------------------------------
|
|
- VERSION 1.67 (In Progress)
|
|
|
|
|
|
+ VERSION 1.66b (Released 2018-12-01)
|
|
-----------------------------------------------------------------------
|
|
-----------------------------------------------------------------------
|
|
|
|
|
|
-Breaking Changes:
|
|
|
|
-
|
|
|
|
Other Changes:
|
|
Other Changes:
|
|
|
|
|
|
- Fixed a text rendering/clipping bug introduced in 1.66 (on 2018-10-12, commit ede3a3b9) that affect single ImDrawList::AddText()
|
|
- Fixed a text rendering/clipping bug introduced in 1.66 (on 2018-10-12, commit ede3a3b9) that affect single ImDrawList::AddText()
|
|
@@ -44,6 +42,7 @@ Other Changes:
|
|
- Demo: Added ShowAboutWindow() call, previously was only accessible from the demo window.
|
|
- Demo: Added ShowAboutWindow() call, previously was only accessible from the demo window.
|
|
- Demo: ShowAboutWindow() now display various Build/Config Information (compiler, os, etc.) that can easily be copied into bug reports.
|
|
- Demo: ShowAboutWindow() now display various Build/Config Information (compiler, os, etc.) that can easily be copied into bug reports.
|
|
- Fixed build issue with osxcross and macOS. (#2218) [@dos1]
|
|
- Fixed build issue with osxcross and macOS. (#2218) [@dos1]
|
|
|
|
+- Examples: Setting up 'io.BackendPlatformName'/'io.BackendRendererName' fields to the current back-end can be displayed in the About window.
|
|
- Examples: SDL: changed the signature of ImGui_ImplSDL2_ProcessEvent() to use a const SDL_Event*. (#2187)
|
|
- Examples: SDL: changed the signature of ImGui_ImplSDL2_ProcessEvent() to use a const SDL_Event*. (#2187)
|
|
|
|
|
|
|
|
|