omar
|
13a3a2d0f3
Merge branch 'examples_refactor2' into viewport (#1870)
|
7 lat temu |
omar
|
85f9694bd4
Big example binding refactor (manually imported from Viewport branch, stripped out of Viewport code). (#1870)
|
7 lat temu |
omar
|
8c374512fd
Examples, Platform: Removed the call to ImGui::NewFrame() from the platform _NewFrame() function e.g. ImGui_ImplWin32_NewFrame(), ImGui_ImplSDL2_NewFrame(), ImGui_ImplGlfw_NewFrame(), etc. Moved to main.cpp for consistency. (#1542)
|
7 lat temu |
omar
|
77d51ebf24
Examples: Added .. folder in include path to remove the awkward #include "../imgui_impl_xxx.h" statements.
|
7 lat temu |
omar
|
4ff23d3306
Merge branch 'master' into viewport
|
7 lat temu |
omar
|
eb1c36fdfb
Added IMGUI_CHECKVERSION() macro to compare version string and data structure sizes in order to catch issues with mismatching compilation unit settings. (#1695, #1769)
|
7 lat temu |
omar
|
7ddc22b326
Viewports, DPI: Renamed config flags. (#1542)
|
7 lat temu |
omar
|
0d5042f0f3
Viewport: Popups, Tooltips can individually request no task bar icons to the platform layer. (#1542)
|
7 lat temu |
omar
|
56ad2a2d74
Merge branch 'master' into viewport
|
7 lat temu |
omar
|
660c157880
Examples: Added missing calls for ::DestroyWindow, glfwDestroyWindow() + fix old comments.
|
7 lat temu |
omar
|
9d8bc79025
Viewport: Renamed RenderPlatformWindows() to RenderPlatformWindowsDefault(), tweaked examples and emphasis optional Viewport code path. (#1542)
|
7 lat temu |
omar
|
172570acae
Merge branch 'master' into viewport
|
7 lat temu |
omar
|
c29971cf72
Merge branch 'master' into viewport
|
7 lat temu |
omar
|
74b7dce394
Examples: Renamed applications to emphasis on use of GLFW as a platform framework + minor local tweaks
|
7 lat temu |
Christian Forfang
|
4485e56e02
Examples: Vulkan: Fix missing subpass dependency
|
7 lat temu |
omar
|
a73f6d06e0
Examples: Vulkan: Using VK_PRESENT_MODE_MAILBOX_KHR. Disable IMGUI_UNLIMITED_FRAME_RATE by default. Fixed warnings. (#1042)
|
7 lat temu |
omar
|
2fecd332fc
Viewport, Platform: Added void* to render/swap buffer functions. Comments. (#1542, #1042)
|
7 lat temu |
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 lat temu |
omar
|
d0e0b106f0
Examples: SDL,GLFW,Vulkan: The Platform<>Renderer link is handled by SDL/GLFW platforms, both can compile without Vulkan headers, SDL+Vulkan is now on part with GLFW+Vulkan (aka broken the same way!). (#1542)
|
7 lat temu |
omar
|
b88492746e
Examples, Viewport: Vulkan: Experiment (broken) multi-viewport support, merging code from ParticlePeter branches. (#1542, #1042)
|
7 lat temu |
omar
|
f6fc28dfd2
Merge branch 'master' into viewport (inc Vulkan resize fix merge #1042)
|
7 lat temu |
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 lat temu |
omar
|
37cb177745
Examples: Vulkan: Only resize swap chain and framebuffer once. (#1042)
|
7 lat temu |
omar
|
1c18d65313
Examples: Renamed glfw error callback for clarity.
|
7 lat temu |
Peter Particle
|
b2453d7e8f
Fixed resize window validation errors with removing frame prerender once and present last but one frame functionality. Frame rate is still similar.
|
7 lat temu |
omar
|
4d46383100
Viewport: Coupling non-main viewport to one window. Viewport name derived from the window. Added ImGuiConfigFlags_PlatformNoTaskBar, off by default (aka re-established task-bars by default for now). (#1542)
|
7 lat temu |
omar
|
9ea16e344a
Viewport: Disable extra viewports from hosting other windows. (#1542)
|
7 lat temu |
omar
|
9dcc07422e
Viewport: Reorganized viewport enable flags. Both user + platform + renderer need to enable a flag. (#1542)
|
7 lat temu |
omar
|
cab41d954e
Examples: Vulkan: Further refactor.
|
7 lat temu |
omar
|
e0cbfd74d7
Examples: Vulkan: Moved CreateOrResizeWindowData func to imgui_impl_vulkan.h
|
7 lat temu |