2018-06-07 |
Examples, Platform: Removed the call to ImGui::NewFrame() from the platform _NewFrame() function e.g. ImGui_ImplWin32_NewFrame(), ImGui_ImplSDL2_NewFrame(), ImGui_ImplGlfw_NewFrame(), etc. Moved to main.cpp for consistency. (#1542)
omar
committed
on 7 Jun 2018
|
---|---|
2018-04-25 |
|
2018-04-24 |
Viewport, Platform: Fixed IME positioning for multi-viewport. Moved API from ImGuiIO to ImGuiPlatformIO. Because it is extremely unlikely to people redefined this API manually the moving-forward-breakage is ok. (#1542)
...
omar
committed
on 24 Apr 2018
|
2018-02-21 |
Examples: Titles/comments in headers
omar
committed
on 21 Feb 2018
|
2018-02-18 |
Examples: Allegro5, Marmalade: Moved bindings to parent folder. Renamed Allegro stuff from *A5_ to *Allegro5_
omar
committed
on 18 Feb 2018
|