ocornut
|
f3e85310e7
Merge branch 'master' into docking
|
1 week ago |
ocornut
|
3470e6112b
(Breaking) Backends: Vulkan: moved fields in ImGui_ImplVulkan_InitInfo: RenderPass, Subpass, MSAASamples, PipelineRenderingCreateInfo. (#8946, #8110, #8111, #8686)
|
1 week ago |
ocornut
|
5fe962216a
(Breaking) Backends: Vulkan: added 'VkImageUsageFlags image_usage' parameter to ImGui_ImplVulkanH_CreateOrResizeWindow(). (#8946, #8110, #8111, #8686)
|
1 week ago |
ocornut
|
cee40f8af9
Examples: made examples's main.cpp consistent with returning 1 on error.
|
2 weeks ago |
ocornut
|
34bff4672c
Merge branch 'master' into docking
|
3 weeks ago |
ocornut
|
e044d99710
Examples: standardized all examples to have a base window size of 1280x800.
|
3 weeks ago |
ocornut
|
4d216d4510
Merge branch 'master' into docking
|
1 month ago |
ocornut
|
fe03035112
Docs: advertise ProggyVector font as an alternative.
|
1 month ago |
ocornut
|
1e130e045b
Examples: set ConfigDpiScaleFonts / ConfigDpiScaleViewports in all examples already setup for scaling.
|
4 months ago |
ocornut
|
6af6cec23f
Merge branch 'master_fonts' into docking
|
4 months ago |
ocornut
|
c18301f356
Examples: remove explicit font sizes from AddFontXXX() calls. Add commented out style.FontSizeBase assignment.
|
4 months ago |
ocornut
|
bc394410a2
Examples: Win32+DX9/DX10/DX11/DX12, SDL2+DX11/OpenGL2/OpenGL3/SDLRenderer/Vulkan, SDL3+OpenGL/SDLGPU/SDLRenderer/Vulkan: made example DPI aware by default. (master + docking: partial support for multi-dpi by scaling fonts + viewports but not style)
|
4 months ago |
ocornut
|
d72e66cdee
Examples: remove comments/references about baking and GetGlyphRangesJapanese().
|
4 months ago |
ocornut
|
88d2df24be
Merge branch 'master' into docking
|
5 months ago |
ocornut
|
b23a216ecd
Examples: added SDL2+Vulkan, SDL3+Vulkan, GLFW+Vulkan makefiles. Amend ignore list. (#2480)
|
5 months ago |
ocornut
|
afd659bb92
Merge branch 'master' into docking
|
7 months ago |
ocornut
|
12963f5231
Examples: Vulkan: make ApiVersion a little more visible in examples. (#8326, #8365)
|
7 months ago |
ocornut
|
64e738cae7
Merge branch 'master' into docking
|
8 months ago |
ocornut
|
d17e9fc107
Backends: SDL_GPU: shallow tweaks + disable anisotropy in sampler. Examples: SDL+Vulkan: Fixed incorrect defines.
|
8 months ago |
ocornut
|
015186aaf8
Merge branch 'master' into docking
|
8 months ago |
ocornut
|
0f33d7185f
Examples: Vulkan: vkAcquireNextImageKHR() and vkQueuePresentKHR() returning VK_SUBOPTIMAL_KHR keeps moving forward. (#7825, #7831)
|
8 months ago |
ocornut
|
d0d571e0d7
Merge branch 'master' into docking
|
9 months ago |
ocornut
|
0b8ff4b238
Backends, Examples: Vulkan: add IMGUI_IMPL_VULKAN_MINIMUM_IMAGE_SAMPLER_POOL_SIZE. use in descriptor pools sizes. (#6642)
|
9 months ago |
ocornut
|
9cc0bf89bd
Merge branch 'master' into docking
|
9 months ago |
ocornut
|
a2e21727c0
Backends: Vulkan: moved helpers to backend: ImGui_ImplVulkanH_SelectPhysicalDevice(), ImGui_ImplVulkanH_SelectQueueFamilyIndex(). (#8180)
|
9 months ago |
ocornut
|
d8c98c8c14
Merge branch 'master' into docking
|
1 year ago |
ocornut
|
887478793b
Examples: SDL2 (all), SDL3 (all), Win32+OpenGL3: Rework examples main loop to handle minimization without burning CPU or GPU by running unthrottled code. (#7844)
|
1 year ago |
ocornut
|
10a5a857f5
Merge branch 'master' into docking
|
1 year ago |
Martin Ejdestig
|
a18fb406ac
Backends: Vulkan: Remove Volk/ from volk.h #include directives (#7722, #6582, #4854)
|
1 year ago |
ocornut
|
3e7f1d42db
Merge branch 'master' into docking
|
1 year ago |