xenia-canary/src/xenia/ui
gibbed 5bf0b34445 C++17ification.
C++17ification!

- Filesystem interaction now uses std::filesystem::path.
- Usage of const char*, std::string have been changed to
  std::string_view where appropriate.
- Usage of printf-style functions changed to use fmt.
2020-04-07 16:09:41 -05:00
..
d3d12 C++17ification. 2020-04-07 16:09:41 -05:00
spirv C++17ification. 2020-04-07 16:09:41 -05:00
vk [Vulkan v2] Add immediate shader SPIR-V code 2019-08-26 23:43:05 +03:00
vulkan C++17ification. 2020-04-07 16:09:41 -05:00
file_picker.h C++17ification. 2020-04-07 16:09:41 -05:00
file_picker_gtk.cc C++17ification. 2020-04-07 16:09:41 -05:00
file_picker_win.cc C++17ification. 2020-04-07 16:09:41 -05:00
graphics_context.cc Moving graphics context creation around to hide actual creation. 2015-11-10 17:38:57 -08:00
graphics_context.h GLContext::WasLost - Determines if we lost the context due to a TDR or another outstanding event. 2015-12-20 21:13:51 -06:00
graphics_provider.h Moving graphics context creation around to hide actual creation. 2015-11-10 17:38:57 -08:00
imgui_dialog.cc Reconcile debugger and save state stuff into a single implementation. 2016-01-18 11:48:21 -08:00
imgui_dialog.h Dropping elemental-forms and swapping out with imgui. 2015-12-26 20:25:24 -08:00
imgui_drawer.cc C++17ification. 2020-04-07 16:09:41 -05:00
imgui_drawer.h [imgui] Fixes to work with new api. 2019-11-20 08:05:40 -06:00
immediate_drawer.h Move EnableDepthTest functionality into a bool alpha_blend var on ImmediateDraw. 2016-02-16 18:24:37 -06:00
loop.cc Dropping elemental-forms and swapping out with imgui. 2015-12-26 20:25:24 -08:00
loop.h Dropping elemental-forms and swapping out with imgui. 2015-12-26 20:25:24 -08:00
loop_gtk.cc C++17ification. 2020-04-07 16:09:41 -05:00
loop_gtk.h Fix travis LINT 2017-09-20 23:29:39 +02:00
loop_win.cc Win32 UI loop: allow recursion 2016-11-23 11:53:35 -06:00
loop_win.h Win32 UI loop: allow recursion 2016-11-23 11:53:35 -06:00
menu_item.cc C++17ification. 2020-04-07 16:09:41 -05:00
menu_item.h C++17ification. 2020-04-07 16:09:41 -05:00
microprofile_drawer.cc UI: Properly size microprofile, make dpi transparent to unaware users. 2017-08-03 22:34:12 -05:00
microprofile_drawer.h Adding generic immediate mode drawing API and migrating microprofile. 2015-11-05 21:36:05 -08:00
premake5.lua Get rid of gflags alltogether 2019-08-03 02:34:19 +02:00
ui_event.h C++17ification. 2020-04-07 16:09:41 -05:00
window.cc C++17ification. 2020-04-07 16:09:41 -05:00
window.h C++17ification. 2020-04-07 16:09:41 -05:00
window_demo.cc C++17ification. 2020-04-07 16:09:41 -05:00
window_gtk.cc C++17ification. 2020-04-07 16:09:41 -05:00
window_gtk.h C++17ification. 2020-04-07 16:09:41 -05:00
window_listener.h Add file drop functionality 2016-11-14 16:50:58 +13:00
window_win.cc C++17ification. 2020-04-07 16:09:41 -05:00
window_win.h C++17ification. 2020-04-07 16:09:41 -05:00