ocornut
|
993fa34749
Version 1.91.6
|
8 months ago |
Stewart Mccready
|
2ca83f0bc7
Fixed missing symbols when using IMGUI_DISABLE_DEMO_WINDOWS (e.g. with ImPlot) (#8221)
|
8 months ago |
ocornut
|
d78e823449
InputText: added ImGuiInputTextFlags_ElideLeft. (#1442, #1440, #4391, #7208, #8216)
|
8 months ago |
Jack Holmes
|
6f6ac84228
Demo: Assets Browser: use correct axis for layout computation, to allow making items non-square. (#8207)
|
8 months ago |
ocornut
|
eb0ad66d88
Demo: example tree used by Property Editor & Selection demos properly freed on app closure. (#8158)
|
9 months ago |
ocornut
|
3381ab423b
Version 1.91.6 WIP + fixed typo in tooltip.
|
9 months ago |
ocornut
|
f401021d5a
Version 1.91.5
|
9 months ago |
ocornut
|
6f287dd16d
(Breaking) Removed pre-1.87 obsolete io.KeyMap[], io.KeysDown[], io.NavInputs[]. Remove IMGUI_DISABLE_OBSOLETE_KEYIO. (#4921)
|
9 months ago |
ocornut
|
be2d006e2e
Align warning blocks. Removed -Wunused-function, -Wmissing-prototypes from imgui_internal.h
|
9 months ago |
ocornut
|
71c77c081a
Demo: added a "Windows" section.
|
9 months ago |
ocornut
|
772ca9e9a9
Log/Capture: added experimental io.ConfigWindowsCopyContentsWithCtrlC config option.
|
9 months ago |
ocornut
|
81cfe09657
Selectable, Style: selected Selectable() use _Header color instead of an arbitrary lerp between _Header and _HeaderHovered. (#8106, #1861)
|
9 months ago |
ocornut
|
41f02825fc
Version 1.91.5 WIP
|
10 months ago |
ocornut
|
83b64b8be2
Version 1.91.4
|
10 months ago |
ocornut
|
ab9ce2a927
Nav: added io.ConfigNavCursorVisibleAuto, io.ConfigNavCursorVisibleAlways. (#1074, #2048, #7237, #8059, #3200, #787)
|
10 months ago |
ocornut
|
3982cb35dc
Nav, Docs: consistently use "keyboard/gamepad" instead of sometimes "gamepad/keyboard".
|
10 months ago |
ocornut
|
7a56b41124
Nav: added io.ConfigNavEscapeClearFocusItem. (#8059, #2048, #1074, #3200)
|
10 months ago |
ocornut
|
b001038901
Nav: added io.ConfigNavEscapeClearFocusWindow to clear focused window on Escape. (#3200)
|
10 months ago |
ocornut
|
ba5161740e
Amend d885fe4, fixes default value of ConfigNavCaptureKeyboard. (#2517, #2009)
|
10 months ago |
ocornut
|
d885fe4dd0
(Breaking) moved ImGuiConfigFlags_NavEnableSetMousePos -> io.ConfigNavMoveSetMousePos, ImGuiConfigFlags_NavNoCaptureKeyboard -> ConfigNavCaptureKeyboard. (#2517, #2009)
|
10 months ago |
ocornut
|
1dde20ff4a
Version 1.91.4 WIP
|
10 months ago |
ocornut
|
cb16568fca
Version 1.91.3
|
10 months ago |
ocornut
|
b3c87475a5
Drags, Slider: added ImGuiSliderFlags_ClampOnInput, ImGuiSliderFlags_ClampZeroRange. (#7968, #3361, #76)
|
10 months ago |
ocornut
|
ba14c70b02
Comments. Fixed warnings.
|
10 months ago |
ocornut
|
30c29d291f
Error Handling: enabled experimental recovery systems. (#1651, #5654)
|
10 months ago |
ocornut
|
797101a882
Windows: BeginChild(): made it possible to call SetNextWindowSize() on a child window using ImGuiChildFlags_ResizeX/ImGuiChildFlags_ResizeY. (#1710, #8020)
|
10 months ago |
ocornut
|
fb410463e6
Scrollbar: added io.ConfigScrollbarScrollByPage setting. (#8002, #7328)
|
11 months ago |
ocornut
|
faca859043
Version 1.91.3 WIP
|
11 months ago |
ocornut
|
a9f72ab681
Version 1.91.2
|
11 months ago |
ocornut
|
dab63231d8
Misc: Made it accepted to call SetMouseCursor() with any out-of-bound value, as a way to allow hacking in custom cursors if desirable.
|
11 months ago |