ocornut
|
fa004ae79a
|
Merge branch 'master' into docking
# Conflicts:
# examples/imgui_examples.sln
# examples/imgui_impl_dx12.cpp
# examples/imgui_impl_dx12.h
# examples/imgui_impl_opengl3.cpp
# imgui.cpp
# imgui_demo.cpp
# imgui_internal.h
# imgui_widgets.cpp
|
2020-09-22 17:00:57 +02:00 |
|
ocornut
|
1ec464eb9a
|
Tab Bar: Further simplification of section/clip rect handling. (#3291)
|
2020-09-22 16:43:40 +02:00 |
|
ocornut
|
6b76781c66
|
Tab Bar: Tidying up. Rework ShrinkWidths to allow marking tabs as not shrinkable (unused yet) + don't unnecessarily move data within ShrinkWidthBuffer. (#3291)
|
2020-09-22 16:43:39 +02:00 |
|
ocornut
|
205874f5b1
|
Tab Bar: Fix reorderable tab bars. Fix misleading use of tab_max_width in TabBarLayout(). Misc amends, shortening. (#3291)
|
2020-09-22 16:43:39 +02:00 |
|
Louis Schnellbach
|
3422cb1308
|
Tab Bar: Various fixes. Tried to reduce code complexity. (#3291)
|
2020-09-22 16:43:39 +02:00 |
|
ocornut
|
5e5f25e2dd
|
Tab Bar: Rename named sections members into array. Various tidying up. (#3291)
|
2020-09-22 16:43:39 +02:00 |
|
Louis Schnellbach
|
7ac16c02cc
|
Tab Bar: Fix multiple width and position computation issue. (#3291)
|
2020-09-22 16:43:38 +02:00 |
|
ocornut
|
f23c39c395
|
Tab Bar: Fixed handling of scrolling policy with leading/trailing tabs. + warning fixes + bunch of renaming. (#3291)
Demo tweaks.
|
2020-09-22 16:43:38 +02:00 |
|
Louis Schnellbach
|
4a57a982be
|
Tab Bar: Added TabItemButton(), ImGuiTabItemFlags_Leading, ImGuiTabItemFlags_Trailing + demo. (#3291)
(squashed various commits by 2 authors)
|
2020-09-22 16:43:38 +02:00 |
|
ocornut
|
29836412e1
|
Internals, CollapsingHeader, TabItem: Standardized using a #CLOSE id prefix for TabItem and ColllapsingHeader (same as window)
|
2020-09-22 15:49:47 +02:00 |
|
ocornut
|
c47bcb25ed
|
Fix popup and tooltip positioning when not fitting in the screen. Amend fa42ccea8.
# Conflicts:
# docs/CHANGELOG.txt
|
2020-09-17 11:02:04 +02:00 |
|
ocornut
|
6bc526676c
|
Viewports: Comments, removed unnecessary use of ViewportFrontMostStampCount (the LastFrontMostStampCount is enough)
|
2020-09-16 12:29:46 +02:00 |
|
omar
|
78f753ffff
|
Merge branch 'master' into docking + incl add wd->Pipeline in ImGui_ImplVulkan_RenderDrawData platform code (#3455, #3459)
|
2020-09-08 17:02:58 +02:00 |
|
Rokas Kupstys
|
b2039aac67
|
Slider: Fixed to reach maximum value with inverted integer min/max ranges, both with signed and unsigned types. Added reverse Sliders to Demo. (#3432, #3449)
|
2020-09-07 17:57:23 +02:00 |
|
ocornut
|
70289ab42c
|
Scrolling: Fixed edge snapping being applied prior to knowing ContentSize. (#3452)
Fix 473a01adb .
|
2020-09-03 17:38:51 +02:00 |
|
ocornut
|
8db94cd992
|
Internals: Scroll related, comments & shallow tweaks.
|
2020-09-03 17:07:03 +02:00 |
|
ocornut
|
36c331ff74
|
Merge branch 'master' into docking
# Conflicts:
# examples/example_glfw_vulkan/main.cpp
# examples/example_sdl_vulkan/main.cpp
# imgui.cpp
# imgui_internal.h
|
2020-09-02 12:47:07 +02:00 |
|
ocornut
|
f4d062fa11
|
Nav: Added debug logging, extract bits of code into NavUpdateInitResult().
|
2020-09-01 18:45:39 +02:00 |
|
ocornut
|
34077c0140
|
Merge branch 'master' into docking
# Conflicts:
# imgui.cpp
# imgui_internal.h
|
2020-09-01 12:07:35 +02:00 |
|
ocornut
|
ce230fc370
|
Internals: TabBar renaming and shuffling stuff around.
+ sneaking a readme change
|
2020-08-31 17:49:18 +02:00 |
|
ocornut
|
13f718337a
|
Internals: Added support for overriding locale decimal point, undocumented. (#2278) + Misc doc update.
Doc: Mention IMGUI_VERSION_NUM in recent api breaking changes + textwrap some demo code.
|
2020-08-28 18:38:31 +02:00 |
|
ocornut
|
093afd4f7f
|
Internals: Added Name to ImGuiDataTypeInfo + minor misc comments in BeginGroup().
|
2020-08-26 21:00:43 +02:00 |
|
Louis Schnellbach
|
8c80d533d9
|
Tab Bar: Fixed a small bug where toggling a tab bar from Reorderable to not Reorderable would leave tabs reordered in the tab list popup.
|
2020-08-26 16:36:57 +02:00 |
|
ocornut
|
1e8b9f84da
|
Nav: Removed stateful NavMoveFromClampedRefRect and made it more explicit that nav move request from gamepad start from a clipped location.
|
2020-08-26 11:28:35 +02:00 |
|
ocornut
|
e9053515bb
|
Merge branch 'master' into docking
# Conflicts:
# docs/CHANGELOG.txt
# examples/example_glfw_vulkan/main.cpp
# examples/example_sdl_vulkan/main.cpp
|
2020-08-25 19:29:06 +02:00 |
|
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)
|
2020-08-25 19:17:46 +02:00 |
|
Rokas Kupstys
|
021c28ae39
|
Nav: Fix ScrollToBringRectIntoView() not bringing entire item into view when nav moves to the left. Correct some comments.
|
2020-08-25 16:48:49 +02:00 |
|
omar
|
2e50d0706b
|
Selectable: Tweaks. Added internal ImGuiSelectableFlags_NoPadWithHalfSpacing.
|
2020-08-24 16:31:00 +02:00 |
|
ocornut
|
7b0570d6ba
|
Revert "Drags, Sliders: internal ReadOnly flag gets forwarded properly to temp InputText()."
This reverts commit 640d1f60ce140e4c2bf858ac2f2e8a96d432e6a4.
|
2020-08-21 20:15:07 +02:00 |
|
ocornut
|
fdf952108d
|
Drags, Sliders: internal ReadOnly flag gets forwarded properly to temp InputText().
|
2020-08-21 19:17:44 +02:00 |
|
ocornut
|
ad8fdc917f
|
Merge branch 'master' into docking
# Conflicts:
# docs/CHANGELOG.txt
# imgui.cpp
|
2020-08-20 22:42:14 +02:00 |
|
ocornut
|
9262609eaf
|
Version 1.79 WIP
|
2020-08-20 16:46:44 +02:00 |
|
ocornut
|
fc9ccad6b9
|
InputText: Add ImGuiInputTextFlags_CallbackEdit, selection helpers in ImGuiInputTextCallbackData(). Add simple InputText() callbacks demo.
|
2020-08-20 11:25:39 +02:00 |
|
ocornut
|
4c201994d4
|
DragFloat, DragScalar: Fixed ImGuiSliderFlags_ClampOnInput not being honored in the special case where v_min == v_max. (#3361)
|
2020-08-20 11:21:15 +02:00 |
|
ocornut
|
05bc204dbd
|
Merge branch 'master' into docking
# Conflicts:
# docs/CHANGELOG.txt
# imgui.h
|
2020-08-18 17:51:43 +02:00 |
|
ocornut
|
95c99aaa4b
|
Version 1.78
|
2020-08-18 17:50:45 +02:00 |
|
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)
|
2020-08-18 17:02:58 +02:00 |
|
ocornut
|
25a9209b75
|
Merge branch 'master' into docking
# Conflicts:
# imgui.cpp
# imgui.h
# imgui_internal.h
# imgui_widgets.cpp
|
2020-08-17 23:29:17 +02:00 |
|
omar
|
f32663b33c
|
Drags, Sliders: Removed locking behavior with min > max (added in 1.73)
|
2020-08-17 22:10:42 +02:00 |
|
omar
|
7f8f0096d8
|
Internals: Renamed SliderCalcRatioFromValueT() -> ScaleRatioFromValueT(), SliderCalcValueFromRatioT() -> ScaleValueFromRatioT().
Replaced drag/slider flags with a single bool is_logarithmic in those functions.
|
2020-08-17 22:10:42 +02:00 |
|
Ben Carter
|
fa279a6aa0
|
Drags, Sliders: Added deadzone to make selecting 0.0 on linear sliders easier, slider navigation delta accumulation. (#3361, #1823, #1316, #642)
|
2020-08-17 22:10:42 +02:00 |
|
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)
|
2020-08-17 22:10:41 +02:00 |
|
omar
|
43c099f31e
|
Drags, Sliders: Logarithmic: Moved flags to internals, allowing 1.0f to pass by. (#3361, #1823, #1316, #642)
|
2020-08-17 22:10:41 +02:00 |
|
omar
|
152dae9e2a
|
Drags, Sliders: Logarithmic: Split back flags into drag/slider flags. Moved to an obsolete section. (#3361, #1823, #1316, #642)
|
2020-08-17 22:10:40 +02:00 |
|
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)
|
2020-08-17 22:10:40 +02:00 |
|
Ben Carter
|
a252a287bf
|
Drags, Sliders: Logarithmic: WIP experiments with trying to make logarithmic sliders sensible (#3361, #1823, #1316, #642)
|
2020-08-17 22:10:40 +02:00 |
|
ocornut
|
46d75202b8
|
Tab Bar: Allow calling SetTabItemClosed() after a tab has been submitted (will process next frame).
+ larger combo height on TabBarTabListPopupButton()
|
2020-08-17 12:57:47 +02:00 |
|
omar
|
214dd68ec1
|
Comments, clarifying ClosePopupsOverWindow().
|
2020-08-11 10:55:53 +02:00 |
|
omar
|
a4dd4d60b4
|
CI: moved static analysis to a separate project + fix (uninitialized variable, was harmless in this case).
|
2020-08-10 17:46:02 +02:00 |
|
omar
|
8241cd6284
|
Make moving window prevent its active id from being stolen (#3392, #3243, #1738)
Amend 7b3d379 , 615e9ae3
# Conflicts:
# imgui.cpp
# imgui_widgets.cpp
|
2020-08-10 16:30:23 +02:00 |
|