Commit History

Author SHA1 Message Date
  omar a4191857c1 Merge branch 'master' into viewport 7 years ago
  omar 7268c65d73 Examples: imgui_impl_vulkan: Comments (re) 7 years ago
  omar 3fdfac3377 Examples: imgui_impl_vulkan: Comments 7 years ago
  omar 6277781e83 Merge branch 'master' into viewport 7 years ago
  omar 7b2662d245 Examples: Comments, bits of documentation 7 years ago
  omar ce500f8727 Merge branch 'master' into viewport 7 years ago
  omar d68633398b Examples: Vulkan: nverted the parameters to ImGui_ImplVulkan_RenderDrawData() to be consistent with other bindings. 7 years ago
  omar cac4c3f9b8 Examples: The functions in imgui_impl_xxx.cpp are prefixed with IMGUI_IMPL_API (which defaults to IMGUI_API) to facilitate some uses. (#1888) + Comments in imgui.h 7 years ago
  omar 24aeca3d0c Merge branch 'master' into viewport 7 years ago
  omar 7acb46bec5 Examples: Comments to make ImGuiConfigFlags_NoMouseCursorChange more visible (#1027). + Allegro5: Added support for ImGuiConfigFlags_NoMouseCursorChange flag. 7 years ago
  omar 13a3a2d0f3 Merge branch 'examples_refactor2' into viewport (#1870) 7 years ago
  omar 85f9694bd4 Big example binding refactor (manually imported from Viewport branch, stripped out of Viewport code). (#1870) 7 years ago
  omar 7ddc22b326 Viewports, DPI: Renamed config flags. (#1542) 7 years ago
  omar 2fecd332fc Viewport, Platform: Added void* to render/swap buffer functions. Comments. (#1542, #1042) 7 years ago
  omar 8364d1ca6c Viewport: Removed back-end renderer code that implied we need to clear with WindowBg color. Added NoRendererClear flag. (#1542, #1042) 7 years ago
  omar b88492746e Examples, Viewport: Vulkan: Experiment (broken) multi-viewport support, merging code from ParticlePeter branches. (#1542, #1042) 7 years ago
  omar cdeef65b05 Examples: Vulkan: Passing Queue, QueueFamily to binding. Fixed scissor (fixed in master). ImGui_ImplVulkanH_DestroyWindowData() waits for device to be idle. (#1042) 7 years ago
  omar cab41d954e Examples: Vulkan: Further refactor. 7 years ago
  omar e0cbfd74d7 Examples: Vulkan: Moved CreateOrResizeWindowData func to imgui_impl_vulkan.h 7 years ago
  omar 426930e028 Examples: Vulkan: Moved main.cpp data structures to imgui_impl_vulkan.h as shared helpers for the benefit of both the example and the platform/viewport renderer interface. 7 years ago
  omar e927a6ac4a Examples: Vulkan: Various tweak. Misc refactor into per-frame data. Duplicate buffer creation code moved to CreateOrResizeBuffer(). 7 years ago
  omar 296db2ed33 Examples: Vulkan: Moved code into shared helpers: ImGui_ImplVulkan_SelectSurfaceFormat, ImGui_ImplVulkan_SelectPresentMode. 7 years ago
  omar 3171d61dfc Examples: Vulkan: Various tweaks to name variable more consistently like Vulkan + a few comments + a few imgui style code compaction. 7 years ago
  omar f7ef10e547 Examples: Titles/comments in headers 7 years ago
  omar 90dffb5a06 Examples: Vulkan: Extracted into imgui_impl_vulkan.*, reused imgui_impl_glfw* files. 7 years ago