History for imgui / examples / imgui_impl_allegro5.cpp
2018-06-07
@omar
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
@omar
Merge branch 'master' into viewport ...
omar committed on 25 Apr 2018
2018-04-24
@omar
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
@omar
Examples: Titles/comments in headers
omar committed on 21 Feb 2018
2018-02-18
@omar
Examples: Allegro5, Marmalade: Moved bindings to parent folder. Renamed Allegro stuff from *A5_ to *Allegro5_
omar committed on 18 Feb 2018