History for imgui / examples / directx11_example / imgui_impl_dx11.h
2018-02-16
@omar
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
@omar
Nav: Keyboard is now automatically mapped based on io.KeyDown[]. (#787)
omar committed on 6 Feb 2018
2018-02-05
@omar
Examples: Organized header files to make available features more visible.
omar committed on 5 Feb 2018
2017-11-18
@Codecat
Fix wrong comment in dx implementation headers
Codecat committed on 18 Nov 2017
2016-03-24
@ocornut
FAQ and comments about the use of ImTextureID (#562, #561, #521, #510, #497, #475 ...)
ocornut committed on 24 Mar 2016
2015-11-29
@ocornut
Examples: Header comments.
ocornut committed on 29 Nov 2015
2015-10-13
@ocornut
Examples: Possibly clarified the intent of imgui_impl_* files.
ocornut committed on 13 Oct 2015
2015-08-24
@ocornut
Examples: imgui_impl* functions declared with IMGUI_API to ease copy & pasting into projects using DLL
ocornut committed on 24 Aug 2015
2015-03-09
@ocornut
Examples: DirectX11 example application handles window resizing.
ocornut committed on 9 Mar 2015
@ocornut
Examples: Refactored directx11_example to be easier to copy & paste into user application.
ocornut committed on 9 Mar 2015