xenia-canary/src/xenia/debug/ui
Joel Linn 03d5455a2f [imgui] Fixes to work with new api.
- Font atlas is now owned by context.
- Switch from deprecated io.RenderDrawListsFn callback to dedicated call in window.cc.
- Replaced deprecated ImGuiCol_ModalWindowDarkening with ImGuiCol_ModalWindowDimBg.
- Replaced deprecated SetScrollHere() with SetScrollHereY().
- Replaced deprecated GetContentRegionAvailWidth() with GetContentRegionAvail().x.
- Replaced deprecated ShowTestWindow() with ShowDemoWindow().
- Replaced deprecated ImGuiCol_ChildWindowBg with ImGuiCol_ChildBg.
- Replaced deprecated SetNextTreeNodeOpen() with SetNextItemOpen().
2019-11-20 08:05:40 -06:00
..
debug_window.cc [imgui] Fixes to work with new api. 2019-11-20 08:05:40 -06:00
debug_window.h Reconcile debugger and save state stuff into a single implementation. 2016-01-18 11:48:21 -08:00
premake5.lua Get rid of gflags alltogether 2019-08-03 02:34:19 +02:00