2018-03-06 |
Examples: OpenGL3: Added a way to override the glsl version number through the Init call. (#1667, #1466)
omar
committed
on 6 Mar 2018
|
---|---|
2018-02-28 |
Renamed ImGuiNavFlags io.NavFlags to ImGuiConfigFlags io.ConfigFlags. (#787)
omar
committed
on 28 Feb 2018
|
2018-02-20 |
Examples: GLFW*: Renamed GLFW callbacks exposed in .h to not include GL2/GL3/Vulkan in their name.
omar
committed
on 20 Feb 2018
|
2018-02-16 |
Obsoleted the io.RenderDrawListsFn callback, you can call your graphics engine render function after ImGui::Render(). Use ImGui::GetDrawData() to retrieve the ImDrawData* to display..(#1599)
...
omar
committed
on 16 Feb 2018
|
2018-02-06 |
Nav: Keyboard is now automatically mapped based on io.KeyDown[]. (#787)
omar
committed
on 6 Feb 2018
|
2018-02-05 |
Examples: Organized header files to make available features more visible.
omar
committed
on 5 Feb 2018
|
2017-10-28 |
Examples: Comments to guide people unfamiliar with the librairies used.
omar
committed
on 28 Oct 2017
|
2016-03-24 |
FAQ and comments about the use of ImTextureID (#562, #561, #521, #510, #497, #475 ...)
ocornut
committed
on 24 Mar 2016
|
2015-11-29 |
Examples: Header comments.
ocornut
committed
on 29 Nov 2015
|
2015-10-13 |
Examples: Possibly clarified the intent of imgui_impl_* files.
ocornut
committed
on 13 Oct 2015
|
2015-08-24 |
Examples: imgui_impl* functions declared with IMGUI_API to ease copy & pasting into projects using DLL
ocornut
committed
on 24 Aug 2015
|
2015-08-20 |
Revert "Examples: GLFW: using glfwSetCharModsCallback() to ensure characters aren't passed when using mods (fix #279)"
...
ocornut
committed
on 20 Aug 2015
|
Examples: GLFW: using glfwSetCharModsCallback() to ensure characters aren't passed when using mods (fix #279)
ocornut
committed
on 20 Aug 2015
|
|
2015-03-18 |
typo ImGui_ImplGlfwGL3_KeyCallback()
biller23
committed
on 18 Mar 2015
|
2015-03-09 |
Examples: OpenGL 2/3 examples cleanup to match DirectX9/11 structure.
ocornut
committed
on 9 Mar 2015
|
Examples: Tweaks.
ocornut
committed
on 9 Mar 2015
|
|
Examples: shallow tweaks to match upcoming other examples.
ocornut
committed
on 9 Mar 2015
|
|
Examples: Refactored opengl3_exapmle into a glfw specific file that can be copied and pasted
ocornut
committed
on 9 Mar 2015
|