History for imgui / examples / directx12_example
2018-04-10
@omar
Viewports, DPI: Renamed config flags. (#1542)
omar committed on 10 Apr 2018
2018-04-09
@omar
Merge branch 'master' into viewport ...
omar committed on 9 Apr 2018
@omar
Examples: Added missing calls for ::DestroyWindow, glfwDestroyWindow() + fix old comments.
omar committed on 9 Apr 2018
2018-04-06
@omar
Renamed ImGuiConfigFlags_NoSetMouseCursor to ImGuiConfigFlags_NoMouseCursorChange. Followup to 75c3793 two weeks ago. (#787, #1495, #1202) + comments
omar committed on 6 Apr 2018
2018-04-05
@omar
Viewport: Renamed RenderPlatformWindows() to RenderPlatformWindowsDefault(), tweaked examples and emphasis optional Viewport code path. (#1542)
omar committed on 5 Apr 2018
2018-04-02
@omar
Examples: Tweak comments. (#1704, #1708).
omar committed on 2 Apr 2018
2018-03-28
@omar
Examples: Win32: Fixes for MingW which doesn't support a 2007 define? I have no idea why people still use MingW (#1704, #1463)
omar committed on 28 Mar 2018
2018-03-20
@omar
IO: Added ImGuiConfigFlags_NoSetMouseCursors. Added ImGuiBackendFlags_HasMouseCursors, ImGuiBackendFlags_HasSetMousePos. (#787, #1495, #1202)
omar committed on 20 Mar 2018
@omar
IO: Renamed io.WantMoveMouse to io.WantSetMousePos (was added in 1.52, _not_ used by core and only honored by some binding ahead of merging the Nav branch) + internal renaming (#787)
omar committed on 20 Mar 2018
2018-03-19
@omar
Viewport, Platform: Added void* to render/swap buffer functions. Comments. (#1542, #1042)
omar committed on 19 Mar 2018
2018-03-18
@omar
Viewport, Platform: Refactored platform interface. Removed need to use imgui_internal.h in backends. Split viewport into public facing ImGuiViewport and internal structure. Exposing enough data to provide custom tweaked renderers. Renamed handlers, fixed lots of inconsistencies. (#1542, #1042)
omar committed on 18 Mar 2018
2018-03-07
@omar
Viewport: Reorganized viewport enable flags. Both user + platform + renderer need to enable a flag. (#1542)
omar committed on 7 Mar 2018
@omar
Examples: Updated Makefile and batch files to work with new examples. Using lowercase "gl.h" as it seems this is what Linux wants.
omar committed on 7 Mar 2018
2018-03-03
@omar
Renamed ImGuiStyleVar_Count_ to ImGuiStyleVar_COUNT for consistency with other enums. Added
omar committed on 3 Mar 2018
2018-03-02
@omar
Viewport: Replaced UpdatePlatformWindows/RenderPlatformWindows by RenderAdditionalViewports(). The update is always called in EndFrame(). (#1542)
omar committed on 2 Mar 2018
2018-02-28
@omar
Renamed ImGuiNavFlags io.NavFlags to ImGuiConfigFlags io.ConfigFlags. (#787)
omar committed on 28 Feb 2018
@omar
Renamed ImGuiNavFlags io.NavFlags to ImGuiConfigFlags io.ConfigFlags. (#787)
omar committed on 28 Feb 2018
2018-02-27
@omar
Examples: DX12: Empty skeleton toward implementing the multi-viewport api for DirectX12. (WIP/test API) (#1542, #301)
omar committed on 27 Feb 2018
2018-02-23
@omar
Examples: DirectX12: Merged to new example format, imgui_impl_dx12.cpp contains the DX12 stuff, couple with imgui_impl_win32.cpp
omar committed on 23 Feb 2018
2018-02-22
@omar
Examples: DirectX12: Tweaked assertion to more accurately represent what it wants to say. (#301)
omar committed on 22 Feb 2018
@omar
Examples: DirectX12: Fixed shutdown issue. (#301)
omar committed on 22 Feb 2018
@omar
Examples: DirectX12: Merge, various styling tweaks, update for 1.60 wip, synchronized Win32 features with other examples. (#301)
omar committed on 22 Feb 2018
2017-09-24
@Jefferson Montgomery
Pass render target format in ImGui_ImplDX12_Init() instead of hard-coded.
Jefferson Montgomery authored on 24 Sep 2017 Jefferson Montgomery committed on 24 Sep 2017
@Jefferson Montgomery
Pass command list in using ImGui_ImplDX12_NewFrame() instead of ImGui_ImplDX12_Init()
Jefferson Montgomery authored on 24 Sep 2017 Jefferson Montgomery committed on 24 Sep 2017
@Jefferson Montgomery
Merge 'ocornut/master' into 'jdmo3/master'
Jefferson Montgomery authored on 24 Sep 2017 Jefferson Montgomery committed on 24 Sep 2017
2017-03-13
@Jefferson Montgomery
Merge latest from ocornut/imgui
Jefferson Montgomery authored on 13 Mar 2017 Jefferson Montgomery committed on 13 Mar 2017
2016-02-22
@Jefferson Montgomery
Examples: DirectX12: Add directx12_example
Jefferson Montgomery committed on 22 Feb 2016