ocornut
|
6d15a506fa
|
Internals: removed GetIDNoKeepAlive() now that it is the same as GetID(). (#5181)
Amend 9038678
|
2022-04-12 14:49:21 +02:00 |
|
ocornut
|
505f19e3b0
|
Merge branch 'master' into docking
# Conflicts:
# imgui.cpp
# imgui.h
# imgui_internal.h
|
2022-04-05 17:55:53 +02:00 |
|
ocornut
|
2c03aac6d3
|
Renamed ImGuiKeyModFlags to ImGuiModFlags (Breaking but technically never advertised type)
|
2022-04-05 15:45:00 +02:00 |
|
ocornut
|
c521883be4
|
Sliders, Drags: Fixed manual input when using hexadecimal display format string. (#5165, #3133)
InputScalar: Fixed manual input when using %03d style width in display format string.
(amended once)
|
2022-04-04 18:42:04 +02:00 |
|
ocornut
|
508c9aaf60
|
Sliders, Drags: Fixed using hexadecimal display format strings (pretty much never worked). (#5165, #3133)
Ditched unnecessary code. When transitioning from float in 3e8087458 we added an unnecessary path there, which evolved in c5fb92955.
|
2022-04-04 14:43:30 +02:00 |
|
ocornut
|
f5c5926fb9
|
Internals: remove obsolete variants of RenderArrow(), RenderBullet(), ImHash() + misc comments.
|
2022-03-29 15:43:47 +02:00 |
|
ocornut
|
2747a8ca40
|
Turned ImVec2 to const ref to RenderChar(), RenderText(), ColorButton(), PushClipRect(). for consistency. Comments about polygon filling winding order.
|
2022-03-29 12:13:31 +02:00 |
|
ocornut
|
3587ee492b
|
Viewports: store Viewport field in ImGuiWindow to facilitate using code accross branches + fix PVS warnings.
|
2022-03-25 15:40:20 +01:00 |
|
ocornut
|
16ddc1698d
|
Fixed creating multiple-context (regression in 28ba54a). (#5135)
|
2022-03-24 11:01:46 +01:00 |
|
ocornut
|
377b864bb4
|
Merge branch 'master' into docking
# Conflicts:
# backends/imgui_impl_dx12.cpp
# backends/imgui_impl_glfw.cpp
# backends/imgui_impl_sdl.cpp
# imgui_internal.h
# imgui_widgets.cpp
|
2022-03-23 17:21:34 +01:00 |
|
ocornut
|
28ba54a32a
|
Internals: add AddSettingsHandler(), RemoveSettingsHandler().
|
2022-03-14 10:23:30 +07:00 |
|
ocornut
|
fd06ed833b
|
Misc: tweaks + fix warnings on backends withtout -wno-memaccess (#4995, #5104)
|
2022-03-13 17:57:32 +07:00 |
|
ocornut
|
0f14933577
|
Tables: Fixed incorrect border height used for logic when resizing one of several synchronized instance of a same table ID, when instances have a different height. (#3955, #3565)
|
2022-03-01 18:47:03 +01:00 |
|
ocornut
|
9948535118
|
Merge branch 'master' into docking
# Conflicts:
# docs/CHANGELOG.txt
# imgui.cpp
# imgui.h
# imgui_draw.cpp
|
2022-02-17 18:47:43 +01:00 |
|
ocornut
|
2dfa71fad5
|
Inputs: Fixed IsMouseClicked() repeat mode rate being half of keyboard repeat rate. Using KeyModAlt. Removed KeyModsPrev.
|
2022-02-16 20:08:58 +01:00 |
|
ocornut
|
5854da10e6
|
Declare other structures as constexpr (#4995) + rename ImGuiInputEventType_Char to ImGuiInputEventType_Text for consistency with event structure.
|
2022-02-11 12:29:55 +01:00 |
|
ocornut
|
aa79d0cd2f
|
Stack Tool: Added option to copy item path to clipboard. (#4631)
|
2022-02-08 16:36:54 +01:00 |
|
ocornut
|
88de982071
|
Version 1.88 WIP
|
2022-02-08 14:45:26 +01:00 |
|
ocornut
|
aa86800092
|
Internals: rework RenderMouseCursor() signature so we can use it in docking branch more naturally. (Merged from master+ rework for docking)
# Conflicts:
# imgui.cpp
# imgui_draw.cpp
|
2022-02-08 12:29:44 +01:00 |
|
ocornut
|
97b1abd6dd
|
Internals: rework RenderMouseCursor() signature so we can use it in docking branch more naturally.
|
2022-02-08 12:22:46 +01:00 |
|
ocornut
|
1ee252772a
|
Merge branch 'master' into docking
# Conflicts:
# docs/CHANGELOG.txt
|
2022-02-07 18:20:10 +01:00 |
|
ocornut
|
c71a50deb5
|
Version 1.87
|
2022-02-07 18:16:54 +01:00 |
|
ocornut
|
8eb8689391
|
Docking: Tabs use their own identifier (in order to make window->ID refer to whole window in test engine). Also prevents Tab ID from clashing with "" which was common.
|
2022-02-02 23:23:13 +01:00 |
|
ocornut
|
d378e4088f
|
Merge branch 'master' into docking
# Conflicts:
# imgui.cpp
# imgui.h
# imgui_draw.cpp
|
2022-02-01 15:46:42 +01:00 |
|
ocornut
|
6f73dbea80
|
TestEngine: submit window data to item system.
|
2022-02-01 15:20:32 +01:00 |
|
ocornut
|
35e197f413
|
TestEngine: fixed InvisibleButton() and ArrowButton() not calling the info macro.
|
2022-02-01 11:52:38 +01:00 |
|
ocornut
|
64d910ad37
|
Removed IMGUI_API from inline templated classes. (#4962)
|
2022-01-29 18:10:36 +01:00 |
|
ocornut
|
27004aca70
|
Revert moving ImGuiKeyModFlags to internal.h (amendc906c65)
# Conflicts:
# imgui.cpp
|
2022-01-28 15:53:41 +01:00 |
|
ocornut
|
49e38a5b32
|
Revert moving ImGuiKeyModFlags to internal.h (amendc906c65)
|
2022-01-28 15:53:09 +01:00 |
|
ocornut
|
d5f0d45ae4
|
Merge branch 'master' into docking + remove two _PopUnusedDrawCmd() from docking branch, following 718daa1
# Conflicts:
# backends/imgui_impl_glfw.cpp
# backends/imgui_impl_sdl.cpp
# backends/imgui_impl_win32.cpp
# imgui.cpp
# imgui_internal.h
|
2022-01-27 17:50:31 +01:00 |
|
ocornut
|
c906c65cac
|
(BREAKING) Replaced AddKeyModsEvent() added by 790132a in favor of unified key enum system. Backends: update most. (#4921, #4858)
Sorry this is an unusual breaking but since we are WIP it is a good time to make a correction.
|
2022-01-27 17:46:48 +01:00 |
|
ocornut
|
8555335935
|
Shallow alignment of ImGuiKey stuff + moving some in internals. Internals: add offset to ImBitArray<>, simpify ActiveIdUsingKeyInputMask.
|
2022-01-25 18:11:34 +01:00 |
|
ocornut
|
cff0342454
|
Internals: moved lines into a Inputs section.
|
2022-01-21 17:49:04 +01:00 |
|
ocornut
|
3e0d6ec895
|
Merge branch 'master' into docking
# Conflicts:
# backends/imgui_impl_glfw.cpp
# backends/imgui_impl_sdl.cpp
# backends/imgui_impl_vulkan.cpp
# backends/imgui_impl_vulkan.h
# backends/imgui_impl_win32.cpp
# imgui.cpp
# imgui.h
# imgui_demo.cpp
# imgui_internal.h
|
2022-01-21 12:39:15 +01:00 |
|
ocornut
|
62d6be3747
|
IO: Removed ImGuiInputSource from public api for now, unnecessary. (#4858, #787)
|
2022-01-20 17:39:25 +01:00 |
|
ocornut
|
f33bb99821
|
IO: added AddKeyAnalogEvent() and support for ImGuiKey_GamepadXXXX. (#4858, #787)
|
2022-01-20 17:24:52 +01:00 |
|
ocornut
|
26d04c948f
|
Tables: Fixed positioning of Sort icon on right-most column with some settings (not resizable + no borders). (#4918).
|
2022-01-19 18:03:36 +01:00 |
|
ocornut
|
97b1ffcb3b
|
IO: Reorder enums, compact a little in header. Removed const from internal GetKeyData().
|
2022-01-19 15:42:27 +01:00 |
|
ocornut
|
91ae56af45
|
Removed support for legacy arithmetic operators (+*/) when inputing text into a slider/drag. (#4917, #3184)
|
2022-01-19 15:10:42 +01:00 |
|
ocornut
|
e278277d53
|
IO: added AddMouseViewportEvent() + used in backends.
|
2022-01-18 17:24:59 +01:00 |
|
ocornut
|
8567a4cca3
|
Merge branch 'master' into docking
# Conflicts:
# backends/imgui_impl_glfw.cpp
# backends/imgui_impl_sdl.cpp
# backends/imgui_impl_win32.cpp
# imgui_demo.cpp
# imgui_internal.h
|
2022-01-17 18:19:20 +01:00 |
|
ocornut
|
90a6961638
|
IO: apply same flooring as UpdateMouseInputs() in dupe event processing. (#4858) + provision for test engine.
|
2022-01-17 18:10:51 +01:00 |
|
ocornut
|
7374b96f5c
|
IO: Added input queue. (#4858, #2787, #1992, #3383, #2525, #1320)
|
2022-01-17 17:36:55 +01:00 |
|
ocornut
|
eb823655af
|
Removed support for pre-C++11 compilers. We'll stop supporting VS2010. (#4537)
Build all
|
2022-01-17 11:54:11 +01:00 |
|
ocornut
|
0647ba3bad
|
Merge branch 'master' into docking
# Conflicts:
# backends/imgui_impl_glfw.cpp
# backends/imgui_impl_osx.h
# backends/imgui_impl_osx.mm
# backends/imgui_impl_sdl.cpp
# backends/imgui_impl_win32.cpp
|
2022-01-13 18:36:23 +01:00 |
|
ocornut
|
290c51735e
|
Fixed warning in ImFloorSigned(). (#4889)
|
2022-01-12 14:18:34 +01:00 |
|
ocornut
|
956e03009a
|
Backends: OSX: Build fIx. Made GetKeyName() input tolerant. Internals: added GetNavInputName().
|
2022-01-11 18:48:16 +01:00 |
|
ocornut
|
ef681e7019
|
Merge branch 'master' into docking
# Conflicts:
# backends/imgui_impl_glfw.cpp
# backends/imgui_impl_glfw.h
# backends/imgui_impl_osx.h
# backends/imgui_impl_osx.mm
# backends/imgui_impl_sdl.cpp
# backends/imgui_impl_sdl.h
# backends/imgui_impl_win32.cpp
# backends/imgui_impl_win32.h
# imgui.cpp
|
2022-01-10 15:24:21 +01:00 |
|
ocornut
|
bf08c13e9b
|
Inputs: Extra Keys / AddKeyEvent(): bidirectional mapping, basic CI, simplify backends, asserts on misuses, tested backward compat. (#2625, #4858, #2787)
(edit: simplified backends merged into previous commits to make history clearer)
|
2022-01-10 15:09:56 +01:00 |
|
thedmd
|
3b66929301
|
Inputs: Extra Keys / AddKeyEvent(): Added ImGuiKey values, io.AddKeyEvent(), GetKeyName(), IMGUI_DISABLE_OBSOLETE_KEYIO. Obsoleted GetKeyIndex(), io.KeyMap[], io.KeysDown[]. (#2625, #4858, #2787)
|
2022-01-10 15:09:56 +01:00 |
|