Commit Verlauf

Autor SHA1 Nachricht Datum
  ocornut 9c33672e5c Examples: reword a comment to not mention AddFontDefault() explicitly. vor 21 Stunden
  ocornut 66bb8add73 Docs: better document Shortcut() related stuff. (#9188) Better document io.ConfigDpiScaleFonts. (#9179) vor 3 Wochen
  ocornut 9a6eb0ab25 Backends: Vulkan: ImGui_ImplVulkanH_DestroyWindow() oes not call vkDestroySurfaceKHR(): because surface is created by caller. (#9163) vor 4 Wochen
  ocornut 05581da183 AddFontDefault() now automatically selects an embedded font between AddFontDefaultVector() and AddFontDefaultBitmap). vor 1 Monat
  ocornut 4e7c05504a Renamed IM_ARRAYSIZE() -> IM_COUNTOF(). Kept legacy name for now. vor 1 Monat
  ocornut c72d0b2cbb Backends: Vulkan: SwapChainImageUsage assume VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT which is added automatically. (#8946, #8110, #8111, #8686) vor 4 Monaten
  ocornut 6add99f8d2 Examples: SDL3+Vulkan: Fixed call to ImGui_ImplVulkanH_CreateOrResizeWindow() during resize. (#9030) vor 3 Monaten
  ocornut 3470e6112b (Breaking) Backends: Vulkan: moved fields in ImGui_ImplVulkan_InitInfo: RenderPass, Subpass, MSAASamples, PipelineRenderingCreateInfo. (#8946, #8110, #8111, #8686) vor 4 Monaten
  ocornut 5fe962216a (Breaking) Backends: Vulkan: added 'VkImageUsageFlags image_usage' parameter to ImGui_ImplVulkanH_CreateOrResizeWindow(). (#8946, #8110, #8111, #8686) vor 4 Monaten
  ocornut cee40f8af9 Examples: made examples's main.cpp consistent with returning 1 on error. vor 4 Monaten
  ocornut e044d99710 Examples: standardized all examples to have a base window size of 1280x800. vor 5 Monaten
  ocornut fe03035112 Docs: advertise ProggyVector font as an alternative. vor 5 Monaten
  ocornut c18301f356 Examples: remove explicit font sizes from AddFontXXX() calls. Add commented out style.FontSizeBase assignment. vor 8 Monaten
  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) vor 8 Monaten
  ocornut d72e66cdee Examples: remove comments/references about baking and GetGlyphRangesJapanese(). vor 8 Monaten
  ocornut 46235e91f6 Examples: SDL3: specify SDL_WINDOW_HIGH_PIXEL_DENSITY and make centering consistent + call SDL_RenderScale(). vor 9 Monaten
  ocornut b23a216ecd Examples: added SDL2+Vulkan, SDL3+Vulkan, GLFW+Vulkan makefiles. Amend ignore list. (#2480) vor 10 Monaten
  ocornut a7657f2ed4 Examples: SDL3: Added comments to clarify setup for users of the unfortunate SDL_MAIN_USE_CALLBACKS feature. (#8455) vor 11 Monaten
  ocornut 12963f5231 Examples: Vulkan: make ApiVersion a little more visible in examples. (#8326, #8365) vor 1 Jahr
  ocornut d17e9fc107 Backends: SDL_GPU: shallow tweaks + disable anisotropy in sampler. Examples: SDL+Vulkan: Fixed incorrect defines. vor 1 Jahr
  ocornut 0f33d7185f Examples: Vulkan: vkAcquireNextImageKHR() and vkQueuePresentKHR() returning VK_SUBOPTIMAL_KHR keeps moving forward. (#7825, #7831) vor 1 Jahr
  ocornut 0b8ff4b238 Backends, Examples: Vulkan: add IMGUI_IMPL_VULKAN_MINIMUM_IMAGE_SAMPLER_POOL_SIZE. use in descriptor pools sizes. (#6642) vor 1 Jahr
  ocornut a2e21727c0 Backends: Vulkan: moved helpers to backend: ImGui_ImplVulkanH_SelectPhysicalDevice(), ImGui_ImplVulkanH_SelectQueueFamilyIndex(). (#8180) vor 1 Jahr
  ocornut ccb6646bae Examples: added SDL3+Vulkan example. (#8084, #8085) vor 1 Jahr