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)
|
2020-08-17 22:10:41 +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 |
|
Louis Schnellbach
|
0e5b1ea297
|
CI: imscripten fastcomp backend is now deprecated (#3402)
Fastcomp backend was introduced here: 14b18697e6
Emscripten changelog: https://emscripten.org/docs/introducing_emscripten/release_notes.html?highlight=2.0.0:%2008/10/2020
Emscripten issue: https://github.com/emscripten-core/emsdk/pull/590
Updated CHANGELOG.txt
|
2020-08-12 16:26:42 +02:00 |
|
omar
|
a9626e1162
|
Docking: Made DockBuilderAddNode() automatically call DockBuilderRemoveNode(). (#3399, #2109)
|
2020-08-11 11:52:13 +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 |
|
omar
|
a5ba26806f
|
Make moving window prevent its active id from being stolen (#3392, #3243, #1738)
Amend 7b3d379 , 615e9ae3
|
2020-08-10 16:28:46 +02:00 |
|
omar
|
dbc70f21a9
|
Docking: Fixed docking overlay bits appearing at (0,0), because of 43bd80a4 . Most typically noticable when disabling multi-viewport.
|
2020-08-10 15:54:41 +02:00 |
|
omar
|
009276b6cb
|
Backends: Allegro 5: Fixed horizontal scrolling direction with mouse wheel / touch pads (#3394, #2424, #1463) [@nobody-special666]
Amend 7dea158175
+ Fix vsproj GUID
|
2020-08-10 15:31:48 +02:00 |
|
omar
|
85a661d276
|
Docking: Storing HoveredDockNode in context which can be useful for easily detecting e.g. hovering an empty node. (#3398)
|
2020-08-10 12:55:37 +02:00 |
|
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.
|
2020-08-10 12:52:23 +02:00 |
|
omar
|
2c13a74a9d
|
Merge branch 'master' into docking
# Conflicts:
# docs/CHANGELOG.txt
# examples/example_glfw_vulkan/main.cpp
# examples/example_sdl_vulkan/main.cpp
# imgui.cpp
|
2020-08-10 11:35:51 +02:00 |
|
omar
|
209a6a751c
|
Revert "Examples: Switch most VS projects to enable Edit & Continue by default (may need to upgrade projects to latest toolchain)"
This reverts commit a24578ec09 .
/ZI not supported on 64-bit on some toolchains, leaving to default is best?
|
2020-08-10 11:33:59 +02:00 |
|
omar
|
89ac87cd91
|
Internals: Added SetLastItemData, rename ImGuiItemHoveredDataBackup to ImGuiLastItemDataBackup.
|
2020-08-10 11:31:55 +02:00 |
|
ocornut
|
90b152f265
|
ImFontAtlas: Fixed multiple rebuild with same inputs erroneously increased ConfigDataCount. CI: Update Ubuntu 18.04 > 20.04 (motivated by #3369)
Fix Freetype warning.
|
2020-08-07 16:27:55 +02:00 |
|
ocornut
|
ede8825fb2
|
Examples: Vulkan: Fixed GLFW+Vulkan and SDL+Vulkan clear color not being set. Broken by a06eb833 (#3390)
|
2020-08-07 15:24:00 +02:00 |
|
omar
|
b15b25bccd
|
TabBar: made a change to that declared ideal width (for auto-resize) won't lag by an extra frame.
Vaguely relate to underlying (uncommited) work for #3291
|
2020-08-06 16:35:29 +02:00 |
|
omar
|
8074b49148
|
Selectable: Fixed highlight/hit extent when used with horizontal scrolling (in or outside columns). (#3187, #3386)
# Conflicts:
# imgui_widgets.cpp
|
2020-08-05 19:24:07 +02:00 |
|
omar
|
fc61018b1c
|
Demo: Renamed "Layout" -> "Layout & Scrolling". Fixed usage of local struct as template class (c++11).
|
2020-08-05 17:10:06 +02:00 |
|
omar
|
473a01adb0
|
Scrolling: Avoid SetScroll, SetScrollFromPos functions from snapping on the edge of scroll limits. (#3379) + Demo: Rename "Layout" to "Layout & Scrolling".
|
2020-08-05 17:09:40 +02:00 |
|
omar
|
a24578ec09
|
Examples: Switch most VS projects to enable Edit & Continue by default (may need to upgrade projects to latest toolchain)
|
2020-08-05 15:02:30 +02:00 |
|
omar
|
db886f3953
|
Demo: Rework Clipping section. Fix for static analysis. Added bindings in Readme.
|
2020-08-05 10:43:42 +02:00 |
|
omar
|
963839373c
|
Demo tweaks + general removal of the word dummy were possible with no issues (kept the API call).
|
2020-08-03 21:31:42 +02:00 |
|
omar
|
de1588928b
|
Merge branch 'master' into docking
# Conflicts:
# imgui.cpp
|
2020-08-03 19:54:31 +02:00 |
|
omar
|
55041ac3be
|
Demo: Removed thin triangle and aligned code.
|
2020-08-03 19:46:26 +02:00 |
|
omar
|
912c45ab23
|
Demo: Improve "Custom Rendering"->"Canvas" demo with a grid, scrolling and context menu.
|
2020-08-03 19:46:25 +02:00 |
|
omar
|
4929a8e4a5
|
InvisibleButton: Made public a small selection of ImGuiButtonFlags (previously in imgui_internal.h) and allowed to pass them to InvisibleButton().
|
2020-08-03 18:45:30 +02:00 |
|
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.
+ comments
|
2020-08-03 18:05:20 +02:00 |
|
omar
|
5d87941451
|
Fixed ImFontConfig::GlyphExtraSpacing and ImFontConfig::PixelSnapH settings being pulled from the merged/target font settings when merging fonts, instead of being pulled from the source font settings.
|
2020-08-02 12:20:13 +02:00 |
|
omar
|
76ddacd2a1
|
Internals: Backport HoveredWindowUnderMovingWindow code from Docking branch.
(effectively allowing a window to be a drag payload without have to make it _NoInputs)
|
2020-07-29 15:32:25 +02:00 |
|
omar
|
70fa37527d
|
Merge branch 'master' into docking
# Conflicts:
# imgui.cpp
# imgui_demo.cpp
# imgui_draw.cpp
# imgui_internal.h
|
2020-07-29 15:15:14 +02:00 |
|
omar
|
218ff3a2a5
|
Internals: Backport one ->WasActive test in NavRestoreLastChildNavWindow() from 9bf6509c6 + minor/shallow bits from docking branch.
|
2020-07-29 15:11:24 +02:00 |
|
omar
|
c7f5876f8a
|
Internals: backport window HitTestHole code from docking branch + RenderRectFilledWithHole() helper. (#1512, #3368)
|
2020-07-29 15:03:52 +02:00 |
|
omar
|
bbd061538c
|
Internals: Drag/Sliders: simplified some code.
|
2020-07-24 13:00:56 +02:00 |
|
omar
|
b8c22bdb28
|
DragFloatRange2, DragIntRange2: Fixed an issue allowing to drag out of bounds when both min and max value are on the same value. (#1441)
|
2020-07-23 19:05:18 +02:00 |
|
omar
|
fdc526e8f8
|
Stop advertisting for Drag v_min>v_max which was introduced in 1.73 likely for 0537ac00 then made unnecessary with 32c33c66 , added undocumented ImGuiItemFlags_ReadOnly as possible replacement (unused), (#211)
|
2020-07-23 18:19:11 +02:00 |
|
omar
|
b335225caa
|
Internals: Extract ImFontAtlasBuildRender1bppRectFromString() out of ImFontAtlasBuildRenderDefaultTexData() + minor renaming, comments
|
2020-07-22 17:31:59 +02:00 |
|
Rokas Kupstys
|
3d4af15d1d
|
Backends GLFW: Use GLFW_MOUSE_PASSTHROUGH when available.
|
2020-07-17 18:44:09 +02:00 |
|
omar
|
cba52b66af
|
Backends: GLFW: Fixed enabling ImGuiBackendFlags_HasMouseHoveredViewport broken by 950539b7 .
As it turns out, back-end passing NULL hovered with HasMouseHoveredViewport is also broken which defeats some of its purpose.
|
2020-07-17 18:14:04 +02:00 |
|
omar
|
e223bd8177
|
ImDrawList: changed AddCircle(), AddCircleFilled() default num_segments from 12 to 0.
|
2020-07-16 22:25:56 +02:00 |
|
omar
|
4be8155002
|
Style Editor: Added preview of circle auto-tessellation when editing the corresponding value..
|
2020-07-16 21:51:49 +02:00 |
|
omar
|
825f2ae455
|
Demo: Tweak "child windows" section. (#3318)
|
2020-07-16 17:20:24 +02:00 |
|
omar
|
f79f0e42f7
|
Merge branch 'master' into docking
# Conflicts:
# docs/CHANGELOG.txt
# examples/imgui_impl_opengl3.cpp
# imgui.h
|
2020-07-14 18:38:47 +02:00 |
|
omar
|
eefae08261
|
Nav: Fixed clicking on void from not clearing focused window. Amend d31fe97f7 . (#3344, #2880)
This would be problematic e.g. in situation where the application relies on io.WantCaptureKeyboard flag being cleared accordingly.
|
2020-07-14 18:36:35 +02:00 |
|