Commit History

Author SHA1 Message Date
  omar b85f345369 Merge branch 'master' into viewport 7 years ago
  omar 1afd29d382 Examples: Using "dear imgui" terminology in all examples headers/comments + fix minor typo. 7 years ago
  omar 36b2f64051 Merge branch 'master' into viewport 7 years ago
  omar 1b61b6b208 Examples: Vulkan: Minor tweaks. 7 years ago
  omar 705ff49400 Examples: Vulkan: Viewport: Tweak to improve framerate on multiple-viewport situations, tho it is still halving the unthrottled framerate on nvidia for some reason.. Followup to 4dea032 (#1542) 7 years ago
  omar f81caac459 Merge branch 'master' into viewport 7 years ago
  omar 4dea0327e7 Examples: Vulkan: Fixed handling of VkSurfaceCapabilitiesKHR::maxImageCount = 0 case. Tweaked present mode selections. 7 years ago
  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 e5f2295398 Merge branch 'master' into viewport 7 years ago
  omar 421dc19798 Examples: Cast to ImTextureID instead of void* when assigning to TexId. Applied to all examples. (#2015) 7 years ago
  omar 6277781e83 Merge branch 'master' into viewport 7 years ago
  omar 7b2662d245 Examples: Comments, bits of documentation 7 years ago
  omar d3ee3e7ab5 Fixed merge. 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 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 e3e4b7bdf5 Viewport: Fixed mouse hover flicker on mouse button release frame after moving a window. (#1542) 7 years ago
  omar 7ddc22b326 Viewports, DPI: Renamed config flags. (#1542) 7 years ago
  omar d4dd448511 Examples, Platform, Viewport: Fixed inconsistent window ownership issues. Added comments. Made Win32/SDL back-ends track ownership. 7 years ago
  omar 172570acae Merge branch 'master' into viewport 7 years ago
  omar c29971cf72 Merge branch 'master' into viewport 7 years ago
  omar 2fecd332fc Viewport, Platform: Added void* to render/swap buffer functions. Comments. (#1542, #1042) 7 years ago
  omar 0e09032750 Viewport, Examples: Renamed types used by examples. (#1542) 7 years ago
  omar 46b61427e1 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) 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