ocornut
|
b4c5a83cfe
Commented out obsolete ImGuiKey_KeyPadEnter redirection to ImGuiKey_KeypadEnter. (#2625, #7143)
|
1 year ago |
ocornut
|
70f2aaff43
Nav: tabbing happen within FocusScope. ImGuiWindowFlags_NavFlattened make window inherit focus scope from parent.
|
1 year ago |
Kevin Coghlan
|
089ed30323
Replace usages of ImGuiKey_KeyPadEnter with ImGuiKey_KeypadEnter. (#7143)
|
1 year ago |
ocornut
|
e265610a0c
Fixes for MSVC code analyzer.
|
1 year ago |
ocornut
|
f59b54c6f4
Nav: Activation can also be performed with Keypad Enter. (#5606)
|
1 year ago |
ocornut
|
6cfe3ddf52
InputTextMultiline: Tabbing through a multi-line text editor using ImGuiInputTextFlags_AllowTabInput doesn't activate it. (#3092, #5759, #787)
|
1 year ago |
ocornut
|
f6836ff37f
Misc: Rework debug display of texture id in Metrics window (amend) (#7090)
|
1 year ago |
ocornut
|
07dbd46ddd
Misc: Rework debug display of texture id in Metrics window to avoid compile-error when ImTextureID is defined to be larger than 64-bits. (#7090)
|
1 year ago |
Nahor
|
86512eac06
DragScalarN, SliderScalarN, InputScalarN, PushMultiItemsWidths: improve multi-components width computation to better distribute the error. (#7120, #7121)
|
1 year ago |
ocornut
|
03298fe875
Windows: Fixed some auto-resizing path using style.WindowMinSize.x (instead of x/y). (#7106)
|
1 year ago |
ocornut
|
69f524ba95
DragScalarN, SliderScalarN, InputScalarN, PushMultiItemsWidths: Added when component <= 0. (#7095)
|
1 year ago |
ocornut
|
5366bd09bf
Scrolling: internal scrolling value is rounded instead of truncated. (#6677)
|
1 year ago |
ocornut
|
1fade35159
DragScalarN, SliderScalarN, InputScalarN, PushMultiItemsWidths: Fixed incorrect pushes into ItemWidth stack when number of components is 1. [#7095]
|
1 year ago |
ocornut
|
58ca5f6424
Shortcut(): clearer early out in SetShortcutRouting() -> CalcRoutingScore() path.
|
1 year ago |
ocornut
|
d72e1563d4
Removed CalcListClipping() marked obsolete in 1.86. (#3841) + comments
|
1 year ago |
ocornut
|
aaf157cfdd
Commented out ImGuiFreeType::BuildFontAtlas() obsoleted in 1.81. Commented out legacy ImGuiColumnsFlags_XXX symbols redirecting to ImGuiOldColumnsFlags_XXX, obsoleted in 1.80.
|
1 year ago |
ocornut
|
d2b0167610
Fixed link error when using IMGUI_DISABLE_DEBUG_TOOLS
|
1 year ago |
ocornut
|
7965494ff3
Debug Tools: Added DebugFlashStyleColor() to identify a style color. Added to Style Editor.
|
1 year ago |
ocornut
|
6f171a066d
Nav, IO: SetNextFrameWantCaptureKeyboard(false) calls are not overrided back to true when navigation is enabled. (#6997)
|
1 year ago |
ocornut
|
f37f6f67f6
Windows: BeginChild(): Fixed auto-resizing erroneously limiting size to host viewport minus padding. (#7063)
|
1 year ago |
ocornut
|
bce4db00bc
Drag and Drop: Fixed drop target highlight on items temporarily pushing a widened clip rect. (#7049, #4281, #3272)
|
1 year ago |
ocornut
|
7bb0a525c3
Fixed text functions fast-path for handling "%s" and "%.*s" to handle null pointers gracefully. (#7016, #3466, #6846)
|
1 year ago |
ocornut
|
3d083dbe1a
Version 1.90.1 WIP
|
1 year ago |
ocornut
|
b81bd7ed98
Version 1.90.0
|
1 year ago |
ocornut
|
623bff23ce
Windows: WindowMinSize not applied on AlwaysAutoResize window. (amend e2035a5)
|
1 year ago |
ocornut
|
f298491a8a
Docs: amend/tweak details about using io.WantCaptureMouse. (#7012)
|
1 year ago |
ocornut
|
afadf74a53
BeginChild: undo child name simplification as it reveal an issue with handling of ### in child names.
|
1 year ago |
ocornut
|
fe6544622b
SetNextWindowSizeConstraints() clarified parameters, fixed comments. (#1139, #3186, #3270)
|
1 year ago |
ocornut
|
ab522dd18c
Removed IM_OFFSETOF() macro in favor of using offsetof() available in C++11. Kept redirection define. (#4537)
|
1 year ago |
ocornut
|
0d3b468cb3
BeginChild(): added ImGuiChildFlags_AutoResizeX, ImGuiChildFlags_AutoResizeY, ImGuiChildFlags_AlwaysAutoResize + support for SetNextWindowSizeConstraints(). (#1666, #1395, #1496, #1710) + Demo
|
1 year ago |