ocornut
|
595a428baa
|
Merge branch 'master' into docking
# Conflicts:
# backends/imgui_impl_glfw.cpp
# docs/CHANGELOG.txt
# imgui.cpp
# imgui_internal.h
|
2022-11-24 21:27:15 +01:00 |
|
ocornut
|
a8df192df0
|
Version 1.89.1
|
2022-11-24 21:24:33 +01:00 |
|
ocornut
|
38cfe22b8b
|
Merge branch 'master' into docking
# Conflicts:
# docs/CHANGELOG.txt
|
2022-11-16 17:57:05 +01:00 |
|
ocornut
|
5bb2874940
|
Version 1.89.1 WIP
|
2022-11-16 17:55:27 +01:00 |
|
ocornut
|
94e850fd6f
|
Merge branch 'master' into docking
# Conflicts:
# docs/CHANGELOG.txt
|
2022-11-15 15:40:54 +01:00 |
|
ocornut
|
81160fee56
|
Version 1.89
+ fix warning from a582d92
|
2022-11-15 15:20:36 +01:00 |
|
ocornut
|
7380b9816e
|
Scrolling: Exposed SetNextWindowScroll() in public API. (#1526)
|
2022-11-09 17:03:07 +01:00 |
|
ocornut
|
849c8052b7
|
Merge branch 'master' into docking
# Conflicts:
# backends/imgui_impl_osx.mm
# backends/imgui_impl_win32.cpp
# imgui.cpp
# imgui_internal.h
|
2022-11-04 16:26:15 +01:00 |
|
ocornut
|
1eac0024c0
|
InputText: copy and select all shortcuts don't need repeat (tho it was harmless0
|
2022-11-03 18:33:43 +01:00 |
|
ocornut
|
375ae5dce4
|
Merge branch 'master' into docking (incl glfw use of GLFW_VERSION_COMBINED)
Note switched from GLFW_VERSION_REVISION * 10 to GLFW_VERSION_REVISION * 1
|
2022-10-24 22:58:25 +02:00 |
|
ocornut
|
e3fa56ae05
|
BeginMenu(): Menus: Fixed a one-frame issue where SetNextWindowXXX data are not consumed by a BeginMenu().
+ Shallow tweaks to reduce diff of future branches. Removing early return also facilitate some changes.
|
2022-10-19 14:12:04 +02:00 |
|
ocornut
|
d91211f9f2
|
Merge branch 'master' into docking
# Conflicts:
# backends/imgui_impl_opengl3.cpp
# backends/imgui_impl_win32.cpp
|
2022-09-29 22:02:23 +02:00 |
|
ocornut
|
5c4426c5b8
|
Demo: Fixed Log & Console from losing scrolling position with Auto-Scroll when child is clipped. (#5721)
|
2022-09-28 12:22:44 +02:00 |
|
ocornut
|
6fd2ee9416
|
Merge branch 'master' into docking
# Conflicts:
# backends/imgui_impl_sdl.cpp
# imgui_demo.cpp
|
2022-09-26 14:57:34 +02:00 |
|
ocornut
|
c261dac02f
|
Demo: moved ShowUserGuide() lower in the file, to make main demo entry point more visible + fix using IMGUI_DEBUG_LOG() macros in if/else.
|
2022-09-26 14:56:36 +02:00 |
|
ocornut
|
1dc7d0e633
|
Merge branch 'master' into docking
# Conflicts:
# backends/imgui_impl_glfw.cpp
# backends/imgui_impl_osx.mm
# backends/imgui_impl_sdl.cpp
# backends/imgui_impl_win32.cpp
# imgui.cpp
|
2022-09-26 11:08:49 +02:00 |
|
ocornut
|
85f327d8d3
|
InputText: added ImGuiInputTextFlags_EscapeClearsAll (#5688)
|
2022-09-21 16:23:44 +02:00 |
|
ocornut
|
4b522e145c
|
Experiment: ImGuiKey is now a typed enum, allowing ImGuiKey_XXX symbols to be named in debuggers. (#4921, #4537)
May affect binding generators.
|
2022-09-20 12:42:29 +02:00 |
|
ocornut
|
3af9ac320d
|
Merge branch 'master' into docking
# Conflicts:
# examples/imgui_examples.sln
# imgui.cpp
# imgui.h
# imgui_demo.cpp
|
2022-09-17 00:25:42 +02:00 |
|
tocic
|
2b1d8e3eaf
|
Fix more typos in sources and docs (#5681)
|
2022-09-14 20:36:45 +02:00 |
|
ocornut
|
44e3ba115a
|
Demo: moved "Mouse Cursors" section. moved "Filtering" section.
|
2022-09-14 20:18:23 +02:00 |
|
tocic
|
6c3c9cea7f
|
Fix typos in source comments (#5675)
|
2022-09-13 11:09:34 +02:00 |
|
ocornut
|
bc2002ab92
|
Merge branch 'master' into docking
|
2022-09-01 20:54:37 +02:00 |
|
ocornut
|
2569c64740
|
Demo: Improved "Constrained-resizing window" example, more clearly showcase aspect-ratio. (#5627, #5618)
|
2022-09-01 11:13:39 +02:00 |
|
ocornut
|
e13913ed57
|
IsItemHovered: Added ImGuiHoveredFlags_DelayNormal, ImGuiHoveredFlags_DelayShort, ImGuiHoveredFlags_NoSharedDelay. (#1485)
IsItemHovered() can't have a non-zero default, but higher-level tooltip helpers may enable a different default later.
|
2022-08-24 21:32:13 +02:00 |
|
ocornut
|
db798fd5be
|
Merge branch 'master' into docking
# Conflicts:
# backends/imgui_impl_metal.mm
# imgui.cpp
# imgui_internal.h
|
2022-08-23 18:41:24 +02:00 |
|
ocornut
|
ef6ba0d846
|
Misc: allowing override of IM_TABSIZE (#5593)
|
2022-08-20 19:54:57 +02:00 |
|
ocornut
|
e9f50fb87c
|
Merge branch 'master' into docking
# Conflicts:
# imgui.cpp
|
2022-08-03 22:04:03 +02:00 |
|
ocornut
|
4a2ae06ca4
|
Changed signature of ImageButton() function: Added 'const char* str_id' parameter + removed 'int frame_padding = -1' parameter. (#5533, #4471, #2464, #1390).
Also removed frame_padding parameter from ImageButtonEx(), amend e0ec69d8.
|
2022-08-03 21:04:33 +02:00 |
|
ocornut
|
21fc57f2cf
|
Merge branch 'master' into docking
|
2022-07-08 16:09:30 +02:00 |
|
ocornut
|
8b8a61bdf9
|
Removed io.NavInputs[] and ImGuiNavInput enum. Kept inline redirection code. (#4921, #4858, #787, #1599, #323)
|
2022-07-08 16:02:07 +02:00 |
|
ocornut
|
a7a25ee19d
|
Tools: Item Picker: Mouse button can be changed by holding Ctrl+Shift. (#2673)
|
2022-07-07 14:18:08 +02:00 |
|
ocornut
|
92d0924b82
|
Fixed build with IMGUI_DISABLE_OBSOLETE_KEYIO + made all examples comments refer to StyleColorsLight().
|
2022-07-06 20:58:20 +02:00 |
|
ocornut
|
5d0deebba4
|
Merge branch 'master' into docking
# Conflicts:
# docs/CHANGELOG.txt
|
2022-06-30 20:17:48 +02:00 |
|
ocornut
|
609b935a8c
|
InputText: added experimental io.ConfigInputTextEnterKeepActive feature to make pressing Enter keep the input active and select all text.
|
2022-06-30 15:47:54 +02:00 |
|
ocornut
|
24dfe6db8a
|
Version 1.89 WIP
|
2022-06-27 16:55:55 +02:00 |
|
ocornut
|
9cd9c2eff9
|
Merge branch 'master' into docking
# Conflicts:
# docs/CHANGELOG.txt
# imgui.cpp
# imgui_widgets.cpp
|
2022-06-21 18:28:33 +02:00 |
|
ocornut
|
9aae45eb4a
|
Version 1.88
(fix "Show Debug Log" checkbox in Metrics window)
|
2022-06-21 18:11:50 +02:00 |
|
ocornut
|
07efd7cc20
|
Renamed IMGUI_DISABLE_METRICS_WINDOW to IMGUI_DISABLE_DEBUG_TOOLS.
|
2022-06-15 16:02:55 +02:00 |
|
ocornut
|
e135cdbc24
|
Merge branch 'master' into docking + update for IMGUI_DEBUG_LOG calls.
# Conflicts:
# backends/imgui_impl_dx12.cpp
# imgui.cpp
# imgui_internal.h
|
2022-06-15 15:39:23 +02:00 |
|
ocornut
|
1d6e34f3f9
|
Debug: Added ShowDebugLogWindow().
Internal: renamed old IMGUI_DEBUG_LOG() to IMGUI_DEBUG_PRINT().
Amended once.
|
2022-06-13 19:05:55 +02:00 |
|
ocornut
|
e900ca355e
|
Merge branch 'master' into docking
# Conflicts:
# backends/imgui_impl_metal.mm
# imgui.cpp
# imgui.h
|
2022-06-10 19:29:17 +02:00 |
|
Rokas Kupstys
|
0b1bcfcc20
|
Menus: Separate menu sets by nav layer. (#3496, #4797) + Demo: Remove incorrect and useless suggestion to use PushID().
Fixes a common case where opening menu in one nav layer and hovering a menu in another nav layer would open that menu without a click.
|
2022-06-08 17:17:54 +02:00 |
|
ocornut
|
74f02703e6
|
Misc comments + Demo: use IsItemVisible() when using direct ImDrawList calls.
|
2022-06-07 11:48:05 +02:00 |
|
JJCUBER
|
17b8c3b6ea
|
Demo: Removed redundant window flag (#5367)
|
2022-06-02 14:32:43 +02:00 |
|
ocornut
|
7b5a8e4f2b
|
Merge branch 'master' into docking (wanted for #4468, #3381, #2981, #4825, #4832, #5127)
# Conflicts:
# backends/imgui_impl_opengl3.cpp
|
2022-05-30 15:26:12 +02:00 |
|
ocornut
|
ae2fb557f3
|
Docs: Update templates with link to Contributing guidelines. Add numerical version number in demo. Moved. (#5337)
|
2022-05-23 14:43:04 +02:00 |
|
ocornut
|
7bf07d2526
|
Renamed CaptureMouseFromApp() and CaptureKeyboardFromApp() to SetNextFrameWantCaptureMouse() and SetNextFrameWantCaptureKeyboard(). Added demo. (#5304, #4831, #4480, #533)
|
2022-05-23 11:22:46 +02:00 |
|
ocornut
|
8dd5425182
|
Merge branch 'master' into docking
# Conflicts:
# docs/TODO.txt
|
2022-04-22 19:15:37 +02:00 |
|
ocornut
|
5b29d14783
|
Layout: Fixed mixing up SameLine() and SetCursorPos() together. SameLine() is a stateful.
+ minor unrelatedcomments.
|
2022-04-22 17:48:06 +02:00 |
|