omar
|
a9626e1162
Docking: Made DockBuilderAddNode() automatically call DockBuilderRemoveNode(). (#3399, #2109)
|
5 years ago |
omar
|
a5ba26806f
Make moving window prevent its active id from being stolen (#3392, #3243, #1738)
|
5 years ago |
omar
|
dbc70f21a9
Docking: Fixed docking overlay bits appearing at (0,0), because of 43bd80a4. Most typically noticable when disabling multi-viewport.
|
5 years ago |
omar
|
85a661d276
Docking: Storing HoveredDockNode in context which can be useful for easily detecting e.g. hovering an empty node. (#3398)
|
5 years ago |
omar
|
acf043a675
Docking: Moved code unjustly in DockNodeTreeFindNodeByPos() out of it and into caller (should have no side-effect ideally). Removed dupe in Begin() from earlier merge.
|
5 years ago |
omar
|
2c13a74a9d
Merge branch 'master' into docking
|
5 years ago |
omar
|
89ac87cd91
Internals: Added SetLastItemData, rename ImGuiItemHoveredDataBackup to ImGuiLastItemDataBackup.
|
5 years ago |
omar
|
8074b49148
Selectable: Fixed highlight/hit extent when used with horizontal scrolling (in or outside columns). (#3187, #3386)
|
5 years ago |
omar
|
473a01adb0
Scrolling: Avoid SetScroll, SetScrollFromPos functions from snapping on the edge of scroll limits. (#3379) + Demo: Rename "Layout" to "Layout & Scrolling".
|
5 years ago |
omar
|
db886f3953
Demo: Rework Clipping section. Fix for static analysis. Added bindings in Readme.
|
5 years ago |
omar
|
963839373c
Demo tweaks + general removal of the word dummy were possible with no issues (kept the API call).
|
5 years ago |
omar
|
de1588928b
Merge branch 'master' into docking
|
5 years ago |
omar
|
4929a8e4a5
InvisibleButton: Made public a small selection of ImGuiButtonFlags (previously in imgui_internal.h) and allowed to pass them to InvisibleButton().
|
5 years ago |
omar
|
a876ad877d
Window: Fixed clicking over an item which hovering has been disabled (e.g inhibited by a popup) from marking the window as moved.
|
5 years ago |
omar
|
76ddacd2a1
Internals: Backport HoveredWindowUnderMovingWindow code from Docking branch.
|
5 years ago |
omar
|
70fa37527d
Merge branch 'master' into docking
|
5 years ago |
omar
|
218ff3a2a5
Internals: Backport one ->WasActive test in NavRestoreLastChildNavWindow() from 9bf6509c6 + minor/shallow bits from docking branch.
|
5 years ago |
omar
|
c7f5876f8a
Internals: backport window HitTestHole code from docking branch + RenderRectFilledWithHole() helper. (#1512, #3368)
|
5 years ago |
omar
|
f79f0e42f7
Merge branch 'master' into docking
|
5 years ago |
omar
|
eefae08261
Nav: Fixed clicking on void from not clearing focused window. Amend d31fe97f7. (#3344, #2880)
|
5 years ago |
omar
|
cbade7b16d
Docking: Workaround recovery for node created without the _ockSpace flags later becoming DockSpace. (#3340)
|
5 years ago |
omar
|
3a6c9907cd
Texture-based thick lines: Minor tweaks and rename toward merging in master. Changes to allow changing AA_SIZE (disable texture path).
|
5 years ago |
omar
|
78d6bdf080
Texture-based thick lines: Remove unnecessary indirection in fetching UV data, removed lerp call, renames, tweaks.
|
5 years ago |
omar
|
222b7ddbfa
Texture-based thick lines: Tweaks, fix for truetype builder.
|
5 years ago |
Ben Carter
|
1d3c3070d8
Texture-based thick lines: Initial version of AA line drawing using textures (press SHIFT to enable)
|
5 years ago |
Ben Carter
|
8e4046e13b
Atlas build use GetCustomRectByIndex() + comments, rename, and shallow merge from tex_antialiasing_lines branch.
|
5 years ago |
omar
|
4f5aac319e
Docking: moved local-ish IMGUI_DOCK_SPLITTER_SIZE to DOCKING_SPLITTER_SIZE at the top of the file.
|
5 years ago |
omar
|
fc9d6b6cb5
Docking: Added experimental flags to perform more docking filtering and disable resize per axis. Designed for toolbar patterns.
|
5 years ago |
omar
|
4bdbea8375
Docking: Rework size allocation to allow user code to override node sizes. Not all edge cases will be properly handled but this is a step toward toolbar emitting size constraints.
|
5 years ago |
omar
|
2b9d88196e
Docking: Rework size allocations to recover when there's no enough room for nodes + do not hold on WantLockSizeOnce forever (#3328)
|
5 years ago |