Add glfw wgpu desktop and multiviewport support #7132
Closed
Zelif wants to merge 100 commits intoocornut:dockingfrom Zelif:Add-glfw-wgpu-example
+1,620-522
Commits
Commits on Dec 12, 2023
Commits on Dec 15, 2023
- committed
- committed
- committed
- committed
- committed
Commits on Dec 28, 2023
Commits on Feb 27, 2024
Commits on Feb 29, 2024
Commits on Mar 1, 2024
Commits on Mar 4, 2024
Commits on Mar 5, 2024
Commits on Mar 6, 2024
Commits on Mar 7, 2024
Commits on Mar 8, 2024
Commits on Mar 17, 2024
- committed
Commits on Mar 18, 2024
Commits on Mar 25, 2024
Commits on Mar 26, 2024
Commits on Mar 27, 2024
- committed
Windows: extend outer resize borders to the edges when there are no corner grips. (ocornut#7440, ocornut#1710)
Child windows: look at the parent window's flags to decide whether to clamp child resizes. (ocornut#7440, ocornut#1710)
Child Windows: adjust resizing limits to match window padding rather than inner clipping rectangle. (ocornut#7440)
committedInternals: adding ImGuiNavMoveFlags_NoClearActiveId even though there's currently no satisfying way to take advantage of it. (ocornut#1418)
committed
Commits on Apr 3, 2024
- committed
- committed
- committed
- committed
Drags, Sliders, Inputs: Reactivated decimal point replacement for SliderScalar and DragScalar. (ocornut#7389, ocornut#6719, ocornut#2278)
Commits on Apr 11, 2024
- committed
- committed
Commits on Apr 12, 2024
Commits on Apr 15, 2024
Extracted part of NewFrame() into SetupDrawListSharedData() for documentation purpose. (ocornut#7495, ocornut#6406)
committed- committed
Docking: when io.ConfigDockingWithShift is enabled, fixed help tooltip erroneously reading SetNextWindowXXX() data. (ocornut#6709, ocornut#4643, ocornut#7491)
committed- committed
Backends: SDL3: Re-enable calling SDL_StartTextInput()/SDL_StopTextInput(). (ocornut#7452, ocornut#6306, ocornut#6071, ocornut#1953)
- committed
Fonts: Fixed font ascent and descent calculation when a font hits exact integer values. (ocornut#7399, ocornut#7404)
Commits on Apr 16, 2024
- committed
Examples: GLFW+WebGPU: Rename example_emscripten_wgpu/ to example_glfw_wgpu/ (ocornut#7435, ocornut#7132)
committed- committed
- committed
Commits on Apr 17, 2024
Commits on Apr 18, 2024
TreeNode: fixed layout so that TreeNode("") or TreeNode("##HiddenLabel") may properly be used with SameLine(0,0). (ocornut#7505, ocornut#282)
committedWindows: Fixed subsequent Begin() append calls from setting last item information for title-bar. (ocornut#7506, ocornut#823)
committed- committed
- committed
Commits on Apr 19, 2024
Commits on Apr 23, 2024
Commits on Apr 24, 2024
Commits on Apr 29, 2024
Commits on Apr 30, 2024
- committed
ImGuiIO: moved IMGUI_DISABLE_OBSOLETE_KEYIO block lower in the structure so other fields layout are not affected by it (ocornut#7534)
committed- committed
- committed
Docking: comments, clairfy why we store style override on dragged windows. Clarify why we don't need to store alpha. (ocornut#7535, ocornut#2771)
committedBackends: Vulkan: Stripped misleading leftover of ImGui_ImplVulkanH_Window::Pipeline (ocornut#6325, ocornut#6305, ocornut#7398, ocornut#3459, ocornut#3253, ocornut#3522)
committedBackends: Vulkan: Create a custom pipeline for secondary viewports. (ocornut#6325, ocornut#6305, ocornut#7398, ocornut#3459, ocornut#3253, ocornut#3522)
Table: Angled Headers: internal refactor to facilitate changing angled header bg and text colors per column. (ocornut#6917)
committed
Commits on May 2, 2024
Commits on May 3, 2024
Tables: Angled headers: added TableAngledHeadersTextAlign, ImGuiStyleVar_TableAngledHeadersTextAlign. (ocornut#6917)
- committed
InnerClipRect use ImFloor() matching docking branch (fix c418685 for ocornut#6861, ocornut#2884, followed by rename 94da584)
committedWindows: Changed default ClipRect to extend to windows' left and right borders. (ocornut#3312, ocornut#7540, ocornut#3756, ocornut#6170, ocornut#6365)
committed- committed
Viewports: fixed outer-right edge of MenuBar clipping rectangle off by one when window is located on a monitor with negative coordinates. (ocornut#6861, ocornut#2884)
Commits on May 4, 2024
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
Merge branch 'Add-glfw-wgpu-example' of https://github.com/Zelif/imgui into Add-glfw-wgpu-example
committed