TheCherno
|
d08ca55bfe
|
ImGui now passes events on to main window
|
4 years ago |
TheCherno
|
73b030146f
|
Updated Vulkan implementation to allocate descriptor sets from Hazel's renderer, and to generate font textures internally
|
4 years ago |
TheCherno
|
6d706d9302
|
Fixed ImGui bug that prevented image buttons from working when multiple frames are in flight
|
4 years ago |
TheCherno
|
09c9a04f9f
|
Fixed some imgui scissor edge cases
|
4 years ago |
TheCherno
|
10ace70f96
|
staticruntime off
|
4 years ago |
TheCherno
|
60a35bfb25
|
Added ClearCache function to clear ImGui Vulkan texture cache on shutdown
|
4 years ago |
TheCherno
|
53baeee26a
|
Added Vulkan texture support
|
4 years ago |
Yan Chernikov
|
3cf61f67de
|
Merge from ocornut/docking
Merge from imgui:docking
|
4 years ago |
ocornut
|
e9053515bb
|
Merge branch 'master' into docking
# Conflicts:
# docs/CHANGELOG.txt
# examples/example_glfw_vulkan/main.cpp
# examples/example_sdl_vulkan/main.cpp
|
4 years ago |
ocornut
|
5919a6fa89
|
Tab Bar: Keep tab item close button visible while dragging a tab (independent of hovering state).
Improve 08108cf
|
4 years ago |
ocornut
|
30f0900b1c
|
Docking: Fix honoring payload filter with overlapping nodes. (we incorrectly over-relied on g.HoveredDockNode when making change for #3398)
Essentially undo part of 85a661d (#3398) + ref cf31254 (#3420)
|
4 years ago |
Rokas Kupstys
|
021c28ae39
|
Nav: Fix ScrollToBringRectIntoView() not bringing entire item into view when nav moves to the left. Correct some comments.
|
4 years ago |
ocornut
|
08108cf9ee
|
Tab Bar: Hide tab item close button while dragging a tab.
|
4 years ago |
omar
|
2e50d0706b
|
Selectable: Tweaks. Added internal ImGuiSelectableFlags_NoPadWithHalfSpacing.
|
4 years ago |
omar
|
d451f6cc30
|
Nav tweaks. Demo: Fixed drag and drop demo state (broken by f152fac4f1 ). Fixed incorrect format string (which would work without IMGUI_DISABLE_OBSOLETE_FUNCTIONS).
|
4 years ago |
ocornut
|
7b0570d6ba
|
Revert "Drags, Sliders: internal ReadOnly flag gets forwarded properly to temp InputText()."
This reverts commit 640d1f60ce140e4c2bf858ac2f2e8a96d432e6a4.
|
4 years ago |
ocornut
|
fdf952108d
|
Drags, Sliders: internal ReadOnly flag gets forwarded properly to temp InputText().
|
4 years ago |
ocornut
|
831e2c920e
|
Docking, Viewport: Fixed a rare edge-case if the window targetted by CTRL+Tab stops being rendered.
|
4 years ago |
ocornut
|
cf312545e8
|
Docking: Fixed docking while hovering a child window. (#3420) broken by 85a661d27 . Improve metrics debugging.
|
4 years ago |
ocornut
|
df89a16d26
|
Examples: Vulkan: Reworked buffer resize handling, fix for Linux/X11. (#3390, #2626)
|
4 years ago |
ocornut
|
d6f3a8848d
|
Viewports: Backends: DirectX9: Allow D3DERR_DEVICELOST on secondary viewports. (#3424)
|
4 years ago |
ocornut
|
9d20a5f0a5
|
Docking: DockSpace() emits ItemSize() properly + dockspace demo (works now since 05a25e5f3 )
|
4 years ago |
ocornut
|
ad8fdc917f
|
Merge branch 'master' into docking
# Conflicts:
# docs/CHANGELOG.txt
# imgui.cpp
|
4 years ago |
ocornut
|
9b50e691ed
|
TreeNode: Made clicking on arrow toggle toggle the open state on the Mouse Down event. Amend 05420ea2c .
|
4 years ago |
ocornut
|
97dad66516
|
Metrics: Various tweaks, listing windows front-to-back, greying inactive items when possible.
|
4 years ago |
ocornut
|
9262609eaf
|
Version 1.79 WIP
|
4 years ago |
ocornut
|
05a25e5f36
|
BeginMenuBar: Fixed minor bug where CursorPosMax gets pushed to CursorPos prior to calling BeginMenuBar(), so e.g. calling the function at the end of a window would often add +ItemSpacing.y to scrolling range.
|
4 years ago |
ocornut
|
fc9ccad6b9
|
InputText: Add ImGuiInputTextFlags_CallbackEdit, selection helpers in ImGuiInputTextCallbackData(). Add simple InputText() callbacks demo.
|
4 years ago |
ocornut
|
024993adf9
|
Revert leftovers from 4c201994d4
|
4 years ago |
ocornut
|
4c201994d4
|
DragFloat, DragScalar: Fixed ImGuiSliderFlags_ClampOnInput not being honored in the special case where v_min == v_max. (#3361)
|
4 years ago |
ocornut
|
5dc5610ad5
|
Docs: TODO, FAQ
|
4 years ago |
ocornut
|
05bc204dbd
|
Merge branch 'master' into docking
# Conflicts:
# docs/CHANGELOG.txt
# imgui.h
|
4 years ago |
ocornut
|
95c99aaa4b
|
Version 1.78
|
4 years ago |
ocornut
|
c6b01e8e1d
|
Drag, Sliders: Merged ImGuiDragFlags back into ImGuiSliderFlags. (#3361, #1823, #1316, #642, #1829, #3209)
Technically API breaking (but ImGuiDragFlags were pushed on master 16 hours ago)
|
4 years ago |
omar
|
b36d1d465d
|
Docking: Untangle a little bit of the ActiveIdClickOffset mess.
|
4 years ago |
omar
|
14539b3ed2
|
Update Emscripten readme about emrun (#3412)
|
4 years ago |
omar
|
d3fcc37e9e
|
Update Emscripten readme about local XHR requests (#3412)
|
4 years ago |
ocornut
|
25a9209b75
|
Merge branch 'master' into docking
# Conflicts:
# imgui.cpp
# imgui.h
# imgui_internal.h
# imgui_widgets.cpp
|
4 years ago |
ocornut
|
3c65b650e8
|
Merge branch 'features/logarithmic_sliders'
|
4 years ago |
omar
|
f32663b33c
|
Drags, Sliders: Removed locking behavior with min > max (added in 1.73)
|
4 years ago |
omar
|
7f8f0096d8
|
Internals: Renamed SliderCalcRatioFromValueT() -> ScaleRatioFromValueT(), SliderCalcValueFromRatioT() -> ScaleValueFromRatioT().
Replaced drag/slider flags with a single bool is_logarithmic in those functions.
|
4 years ago |
omar
|
fb0f2ebd41
|
Drags, Sliders: Tweaks.
|
4 years ago |
Ben Carter
|
fa279a6aa0
|
Drags, Sliders: Added deadzone to make selecting 0.0 on linear sliders easier, slider navigation delta accumulation. (#3361, #1823, #1316, #642)
|
4 years ago |
omar
|
f75b29e7be
|
Drags, Sliders: Added ImGuiDragFlags_NoInput/ImGuiSliderFlags_NoInput to disable turning widget into a text input with CTRL+Click or Nav Enter.
|
4 years ago |
omar
|
8018623c5b
|
Drags, Sliders: Added ImGuiDragFlags_NoRoundToFormat / ImGuiSliderFlags_NoRoundToFormat flags (#642)
|
4 years ago |
omar
|
170d02bd99
|
Drags, Sliders: Added ImGuiDragFlags_ClampOnInput/ImGuiSliderFlags_ClampOnInput flags to force clamping value when using CTRL+Click to type in a value manually. (#1829, #3209)
|
4 years ago |
omar
|
7607aea018
|
Drags, Sliders: Removed power features. Old entry points will pass-through if power=1.0f, otherwise assert + safe fallback. Remove 3 redirection functions (#3361, #1823, #1316, #642)
|
4 years ago |
omar
|
43c099f31e
|
Drags, Sliders: Logarithmic: Moved flags to internals, allowing 1.0f to pass by. (#3361, #1823, #1316, #642)
|
4 years ago |
omar
|
152dae9e2a
|
Drags, Sliders: Logarithmic: Split back flags into drag/slider flags. Moved to an obsolete section. (#3361, #1823, #1316, #642)
|
4 years ago |
Ben Carter
|
9f98b4e7f2
|
Drags, Sliders: Logarithmic: Added logarithmic mode support to drag widgets, extended API to add flags to drag/sliders (#3361, #1823, #1316, #642)
|
4 years ago |