ocornut
|
848d21b6b5
|
Merge branch 'master' into docking
# Conflicts:
# backends/imgui_impl_sdlrenderer.cpp
# backends/imgui_impl_sdlrenderer.h
# imgui.cpp
# imgui_widgets.cpp
|
2021-12-01 15:37:40 +01:00 |
|
ocornut
|
c5db276521
|
InputText, Nav: fixed tabbing through InputTextMultiline(). (#4761, #3092)
Messy... Broken by 66f0fb9 . Added ImGuiItemFlags_NoTabStop to EndGroup() ahead of time (not strictly needed here).
|
2021-11-30 15:17:18 +01:00 |
|
ocornut
|
dc8c3618e8
|
Merge branch 'master' into docking
# Conflicts:
# imgui_demo.cpp
|
2021-11-10 15:26:03 +01:00 |
|
Pascal Thomet
|
7cd3cfa58a
|
Demo: Add IMGUI_DEMO_MARKER (currently unused, but usage by altering GImGuiDemoMarkerCallback) (#3689)
Various amends/renames. (Amend to fix a warning)
|
2021-11-10 13:09:50 +01:00 |
|
ocornut
|
8ce23b3ccd
|
Nav: Ctrl+tabbing to cycle through windows is now enabled regardless of _NavEnableKeyboard. (#4023, #767)
|
2021-11-08 17:41:36 +01:00 |
|
ocornut
|
0b4edf4e94
|
Merge branch 'master' into docking
# Conflicts:
# backends/imgui_impl_vulkan.cpp
# imgui.cpp
|
2021-11-03 11:51:37 +01:00 |
|
ocornut
|
0f2898ea88
|
Demo: Tree selection demo use !IsItemToggledOpen() (#1896) + update FAQ (#4366)
|
2021-10-25 18:38:56 +02:00 |
|
ocornut
|
9c78fc928a
|
Inputs: Mouse: Amend c8e3a01 for tracking multiple clicks, renaming. (#3229)
|
2021-10-25 14:30:20 +02:00 |
|
Chris Savoie
|
2318c764cf
|
Inputs: Mouse: Add support for tracking multiple clicks more than just double (#3229)
|
2021-10-25 14:30:17 +02:00 |
|
ocornut
|
9b59455184
|
Merge branch 'master' into docking
# Conflicts:
# imgui.h
|
2021-10-15 11:49:30 +02:00 |
|
ocornut
|
e3bd9434b1
|
1.86 WIP + internals: tweaks table temp data code.
|
2021-10-14 16:58:14 +02:00 |
|
ocornut
|
29653273c1
|
Docking: reinstate io.ConfigDockingWithShift option. (#4643)
This more or less reverts commit 3ed07a8f0b .
|
2021-10-13 16:47:29 +02:00 |
|
ocornut
|
1b215ecb01
|
Merge branch 'master' into docking
# Conflicts:
# docs/CHANGELOG.txt
# imgui.cpp
|
2021-10-11 19:25:50 +02:00 |
|
ocornut
|
55d35d8387
|
Version 1.85
|
2021-10-11 19:24:25 +02:00 |
|
ocornut
|
1780579403
|
Merge branch 'master' into docking
# Conflicts:
# imgui.cpp
|
2021-10-06 17:57:11 +02:00 |
|
ocornut
|
2de96c4bd5
|
Stack Tool: Added Stack Tool (ShowStackToolWindow() function and available from Demo and Metrics window). (#4631)
|
2021-10-06 17:47:27 +02:00 |
|
ocornut
|
65ad63de84
|
Added ImGuiFocusedFlags_NoPopupHierarchy and ImGuiHoveredFlags_NoPopupHierarchy (followup #4527)
IsWindowFocused: fix flag usage (amend 6b1e094c ) was technically harmless because of light typing.
|
2021-09-24 15:41:30 +02:00 |
|
ocornut
|
fc4988ffb0
|
Added ImGuiFocusedFlags_NoPopupHierarchy and ImGuiHoveredFlags_NoPopupHierarchy (followup #4527)
|
2021-09-24 15:39:38 +02:00 |
|
ocornut
|
c58fb46411
|
Merge branch 'master' into docking
# Conflicts:
# imgui.cpp
# imgui.h
|
2021-09-14 19:26:27 +02:00 |
|
ocornut
|
7b8bc864e9
|
Menus: Fixed vertical alignments of MenuItem() calls within a menu bar. (broken by f8fae022 ). (#4538)
|
2021-09-14 11:09:39 +02:00 |
|
ocornut
|
6b1e094cfb
|
Fixed _ChildWindows from leaking docking hierarchy. Added ImGuiFocusedFlags_DockHierarchy and ImGuiHoveredFlags_DockHierarchy.
|
2021-09-08 19:10:25 +02:00 |
|
ocornut
|
fa9fc05ac6
|
Merge branch 'master' into docking
# Conflicts:
# imgui.cpp
|
2021-09-07 18:20:12 +02:00 |
|
Filippo Crocchini
|
eb6c16d3dd
|
PlotHistogram: Fixed zero-line position when manually specifying min<0 and max>0. (#4349)
+ amended demo tweaks by ocornut
|
2021-08-31 13:14:43 +02:00 |
|
ocornut
|
dedb381c51
|
Merge branch 'master' into docking
# Conflicts:
# backends/imgui_impl_opengl3.cpp
# examples/imgui_examples.sln
# imgui.cpp
# imgui.h
|
2021-08-30 20:01:16 +02:00 |
|
ocornut
|
4aea1c5adb
|
IO: added io.WantCaptureMouseAllowPopupClose (#4480) + comments
|
2021-08-30 19:11:47 +02:00 |
|
ocornut
|
e23bee353c
|
Removed GetWindowContentRegionWidth() function
|
2021-08-23 16:15:16 +02:00 |
|
ocornut
|
0649f750b4
|
Version 1.85 WIP
|
2021-08-23 15:31:06 +02:00 |
|
ocornut
|
5a7d18a441
|
Merge branch 'master' into docking
# Conflicts:
# docs/CHANGELOG.txt
|
2021-08-20 18:15:25 +02:00 |
|
ocornut
|
d2ffbd9b86
|
Version 1.84
Fix PVS Studio false positive //-V1020
Fix missing #ifndef for IMGUI_IMPL_OPENGL_LOADER_CUSTOM path
|
2021-08-20 18:03:55 +02:00 |
|
ocornut
|
c543d93af1
|
Expose BeginDisabled()/EndDisabled() in public API. Add to demo. (#211)
|
2021-08-20 16:34:43 +02:00 |
|
ocornut
|
0b06c4b2b0
|
Merge branch 'master' into docking (will need further for io.AddFocusEvent)
# Conflicts:
# backends/imgui_impl_glfw.cpp
# backends/imgui_impl_opengl3.cpp
# backends/imgui_impl_sdl.cpp
# backends/imgui_impl_win32.cpp
# imgui.cpp
|
2021-08-19 17:25:12 +02:00 |
|
ocornut
|
b380d3abe3
|
Backends: OpenGL3: Clarify use of GL_POLYGON_MODE.
|
2021-08-17 15:16:29 +02:00 |
|
ocornut
|
a11f36811f
|
Merge branch 'master' into docking
# Conflicts:
# backends/imgui_impl_dx10.cpp
# backends/imgui_impl_dx11.cpp
# backends/imgui_impl_dx12.cpp
# backends/imgui_impl_dx9.cpp
# backends/imgui_impl_glfw.cpp
# backends/imgui_impl_opengl3.cpp
# backends/imgui_impl_sdl.cpp
# backends/imgui_impl_vulkan.cpp
# backends/imgui_impl_win32.cpp
# imgui.cpp
# imgui_internal.h
|
2021-07-09 20:16:19 +02:00 |
|
ocornut
|
ba1c8464ef
|
Internals: Removed ImGuiButtonFlags_Disabled (which had inconsistent behavior) in favor of ImGuiItemFlags_Disabled. Selectable()'s ImGuiSelectableFlags_Disabled now uses the later. (#211)
|
2021-07-09 19:54:37 +02:00 |
|
ocornut
|
3512f2c2c2
|
Internals: Menus: minor tidying up + renaming in ImGuiMenuColumns + removing extraneous offset field which is always zero + using smaller types.
sizeof() 36 -> 20
|
2021-07-07 20:16:55 +02:00 |
|
ocornut
|
b5a2bd1a5b
|
Backends: amends to 1db1066 + merge minor bits from docking incl SetActiveIdUsingNavAndKeys().
No need to clear fields before deletion. DX12: renamed to match docking branch.
|
2021-06-29 15:25:19 +02:00 |
|
ocornut
|
ac35b4bba2
|
Merge branch 'master' into docking
# Conflicts:
# backends/imgui_impl_opengl3.cpp
# imgui.cpp
# imgui.h
# imgui_demo.cpp
|
2021-06-24 18:21:19 +02:00 |
|
ocornut
|
1965f38e9e
|
ImGuiWindowFlags_UnsavedDocument/ImGuiTabItmeFlags_UnsavedDocument display a dot instead of a '*'.
|
2021-06-24 14:30:32 +02:00 |
|
ocornut
|
f0c4d609a6
|
Default window focus scope not 0. Added ImGuiSelectableFlags_SelectOnNav with comments and caveats. (#1861, #4242,)
Focus scope default value: amend 7ee623d9 a5041c88 2ebe08be
|
2021-06-21 17:47:45 +02:00 |
|
ocornut
|
a15c42d5bd
|
Nav: moved RenderNavHighlight() calls of TreeNode and Selectable out of if (hovered || selected) tests. Should make no difference as NavId currently returns hovered. (#1861, #4242)
|
2021-06-21 17:38:56 +02:00 |
|
ocornut
|
0cca0d1617
|
Internals/experimental: BeginComboPreview(), EndComboPreview(). (#4168, #1658)
(amended)
|
2021-06-15 15:27:28 +02:00 |
|
ocornut
|
a44d4da87c
|
Merge branch 'master' into docking
# Conflicts:
# backends/imgui_impl_win32.cpp
|
2021-06-08 18:38:51 +02:00 |
|
ocornut
|
6ee398ac2b
|
Tables: Added ImGuiTableColumnFlags_Disabled acting a master disable over (hidden from user/context menu). (#3935, #3740)
|
2021-06-07 15:18:20 +02:00 |
|
ocornut
|
1b4323a1b4
|
Tables: Added ImGuiTableColumnFlags_NoHeaderLabel to request TableHeadersRow() to not submit label for a column. (#4206)
|
2021-06-07 09:11:53 +02:00 |
|
ocornut
|
f53db3541a
|
Docking: comments (#4189)
|
2021-06-04 14:55:40 +02:00 |
|
ocornut
|
1ad1429c6d
|
Merge branch 'master' into docking
# Conflicts:
# backends/imgui_impl_opengl3.cpp
# docs/CHANGELOG.txt
|
2021-05-25 18:45:54 +02:00 |
|
ocornut
|
3a941f95e9
|
Metrics, Demo: moved font details display to metrics code. (#4171)
|
2021-05-25 13:37:27 +02:00 |
|
ocornut
|
e31d13fa76
|
Version 1.84 WIP
|
2021-05-25 13:36:53 +02:00 |
|
ocornut
|
1b435ae3e0
|
Merge branch 'master' into docking
# Conflicts:
# docs/CHANGELOG.txt
|
2021-05-24 17:49:20 +02:00 |
|
ocornut
|
ad5d1a8429
|
Version 1.83
|
2021-05-24 17:39:25 +02:00 |
|