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 |
|
omar
|
550f110354
|
InputText, ImDrawList: Fixed assert triggering when drawing single line of text with more than ~16 KB characters. (#3349)
|
2020-07-12 23:51:13 +02:00 |
|
omar
|
cbade7b16d
|
Docking: Workaround recovery for node created without the _ockSpace flags later becoming DockSpace. (#3340)
|
2020-07-10 19:17:49 +02:00 |
|
omar
|
fb7f6cab8c
|
Backends: Amend, docs + extra comments. (#3330, #3245)
|
2020-07-10 14:36:00 +02:00 |
|
Moritz Heinemann
|
06f7854b16
|
Backends: OpenGL3: Add glad 2 to OpenGL loaders. (#3330)
|
2020-07-10 14:34:25 +02:00 |
|
omar
|
b626dd57d3
|
Backends: DX12, Viewports: Tidying up, renaming.
|
2020-07-10 12:20:03 +02:00 |
|
omar
|
cb1d578470
|
Backends: DX12, Viewports: Fixed issue on shutdown when viewports are disabled. (#3347)
|
2020-07-10 12:09:24 +02:00 |
|
omar
|
89685b346c
|
ImDrawList: Fixed minor bug introduced in 1.75 where AddCircle() with 12 segments would generate an extra unrequired vertex.
Actual missing code for d3b37180a3 , thanks @domgho!
|
2020-07-09 11:21:31 +02:00 |
|
omar
|
66336528c8
|
Merge branch 'features/tex_antialiased_lines' (#3245)
|
2020-07-08 20:20:07 +02:00 |
|
omar
|
3a6c9907cd
|
Texture-based thick lines: Minor tweaks and rename toward merging in master. Changes to allow changing AA_SIZE (disable texture path).
|
2020-07-08 20:18:41 +02:00 |
|
Ben Carter
|
b5bae9781d
|
Texture-based thick lines: Only use textured lines for integer line widths
|
2020-07-08 17:38:02 +02:00 |
|
omar
|
78d6bdf080
|
Texture-based thick lines: Remove unnecessary indirection in fetching UV data, removed lerp call, renames, tweaks.
|
2020-07-08 17:38:02 +02:00 |
|
Omar
|
a07c8b6999
|
Texture-based thick lines: Fixes for AddCustomRect api, add IMGUI_HAS_TEXLINES define (temporarily) to facilitate working with test cases, Demo allows growing FrameBorderSize for testing
|
2020-07-08 17:38:02 +02:00 |
|
Ben Carter
|
21d9e8e1f4
|
Texture-based thick lines: Simplified line width calculation code and removed hack for thickness 1.0 lines
|
2020-07-08 17:38:02 +02:00 |
|
Ben Carter
|
403bf45245
|
Texture-based thick lines: Allow interpolation between textures for non-integer line widths
|
2020-07-08 17:38:01 +02:00 |
|
omar
|
222b7ddbfa
|
Texture-based thick lines: Tweaks, fix for truetype builder.
|
2020-07-08 17:38:01 +02:00 |
|
Ben Carter
|
741ab74b55
|
Texture-based thick lines: Improvements to code for drawing anti-aliased lines using textures
Moved line width into a constant
Removed test code (now in imgui-tests)
Improved matching between geometry and texture rendering at non-integer sizes
|
2020-07-08 17:38:01 +02:00 |
|
Ben Carter
|
1d3c3070d8
|
Texture-based thick lines: Initial version of AA line drawing using textures (press SHIFT to enable)
|
2020-07-08 17:38:01 +02:00 |
|
Ben Carter
|
8e4046e13b
|
Atlas build use GetCustomRectByIndex() + comments, rename, and shallow merge from tex_antialiasing_lines branch.
|
2020-07-08 17:25:40 +02:00 |
|
Rokas Kupstys
|
0d03e1fafa
|
CI: Fix emscripten builds that broke due behavior change of emscripten SDK.
|
2020-07-07 13:06:02 +02:00 |
|
omar
|
4f5aac319e
|
Docking: moved local-ish IMGUI_DOCK_SPLITTER_SIZE to DOCKING_SPLITTER_SIZE at the top of the file.
|
2020-07-03 15:51:05 +02:00 |
|
omar
|
fc9d6b6cb5
|
Docking: Added experimental flags to perform more docking filtering and disable resize per axis. Designed for toolbar patterns.
The local/shared flags specs, saving and inheriting rules are pretty inconsistent at the moment.
|
2020-06-30 19:55:59 +02:00 |
|
omar
|
a1d2c6fad9
|
Fixed invalid comment (#3327)
|
2020-06-30 19:00:31 +02:00 |
|
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.
|
2020-06-30 18:53:13 +02:00 |
|