ocornut
|
1eac0024c0
InputText: copy and select all shortcuts don't need repeat (tho it was harmless0
|
2 жил өмнө |
ocornut
|
431fc6a7f6
Internals: using ItemAdd() consistently for internal items: windows & tables resize grips/borders, ScrollbarEx().
|
2 жил өмнө |
ocornut
|
bc918404fe
Internals: using ImToUpper() since std one does too many things.
|
2 жил өмнө |
ocornut
|
9a35bfea39
Internals: added temporary ImGuiItemStatusFlags_Visible (used internally - please do not use).
|
2 жил өмнө |
ocornut
|
e3fa56ae05
BeginMenu(): Menus: Fixed a one-frame issue where SetNextWindowXXX data are not consumed by a BeginMenu().
|
2 жил өмнө |
ocornut
|
81176737f8
Menus: Fixed using IsItemHovered()/IsItemClicked() on BeginMenu(). (#5775)
|
2 жил өмнө |
ocornut
|
3e8d198133
Removed runtime patching of obsolete/invalid "%f"/"%.0f" types of format strings for DragInt()/SliderInt().
|
2 жил өмнө |
ocornut
|
85a368b58d
Fixed ImGuiWindowFlags_UnsavedDocument clipping label in docked windows with no close button. (#5745)
|
2 жил өмнө |
ocornut
|
0749453355
Menus, Nav: Fixed not being able to close a menu with Left arrow when parent is not a popup. (#5730)
|
2 жил өмнө |
ocornut
|
bd2355a047
Menus, Nav: Fixed using left/right navigation when appending to an existing menu (multiple BeginMenu() call with same names). (#1207)
|
2 жил өмнө |
ocornut
|
3532ed1621
Menus, Nav: Fixed keyboard/gamepad navigation occasionally erroneously landing on menu-item in parent when the parent is not a popup. (#5730)
|
2 жил өмнө |
ocornut
|
d5d705069d
Various comments
|
2 жил өмнө |
ocornut
|
d17627b9c6
InputText: leave state->Flags uncleared for the purpose of backends emitting an on-screen keyboard for passwords. (#5724)
|
2 жил өмнө |
ocornut
|
04316bd223
ColorEdit3: fixed id collision leading to an assertion. (#5707)
|
2 жил өмнө |
ocornut
|
fd408c9790
Renamed and merged keyboard modifiers key enums and flags into a same set:. ImGuiKey_ModXXX -> ImGuiMod_XXX and ImGuiModFlags_XXX -> ImGuiMod_XXX. (#4921, #456)
|
3 жил өмнө |
ocornut
|
85f327d8d3
InputText: added ImGuiInputTextFlags_EscapeClearsAll (#5688)
|
3 жил өмнө |
ocornut
|
60ab8a94a7
InputText: fixed minor one-frame selection glitch when reverting with Escape + disable cursor rendering on revert frame. (#3008)
|
3 жил өмнө |
ocornut
|
52d9ee0dc2
Tabs: Fixed ShrinkWidths() redistribution of remainder leading to infinite bug (second fix). (#5652, #5262)
|
3 жил өмнө |
ocornut
|
3e6f948851
Tabs: Enforcing minimum size of 1.0f, fixed asserting on zero-tab widths. (#5572)
|
3 жил өмнө |
ocornut
|
b137f31b8c
Tabs: Fixed ShrinkWidths() redistribution of remainder leading to infinite bug + over redistribution. (#5652)
|
3 жил өмнө |
ocornut
|
2171375f93
InputText: clarified that callbacks cannot modify buffer when using the ReadOnly flag.
|
3 жил өмнө |
Constantine Tarasenkov
|
b87e58fab3
ImGui::InputText: added support for shift+click style selection. (#5619)
|
3 жил өмнө |
ocornut
|
9e1ccf8fab
Commented out redirecting functions/enums names that were marked obsolete in 1.77 and 1.78 (June 2020): (#3361)
|
3 жил өмнө |
ocornut
|
9445776d61
Nav: Fixed an issue opening a menu with Right key from a non-menu window.
|
3 жил өмнө |
ocornut
|
03fc9a0b17
Menus: Fixed gaps in closing logic. (#5614)
|
3 жил өмнө |
Rokas Kupstys
|
b3ea01d86f
Menus: Fix sub-menu inhibition stopping working in some cases. (Amend WIP) (#2517, #5614, noticed in #5546)
|
3 жил өмнө |
ocornut
|
e13913ed57
IsItemHovered: Added ImGuiHoveredFlags_DelayNormal, ImGuiHoveredFlags_DelayShort, ImGuiHoveredFlags_NoSharedDelay. (#1485)
|
3 жил өмнө |
ocornut
|
cdebd70e15
Fix PVS-Studio static analyzer warning for "buffer underflow"
|
3 жил өмнө |
ocornut
|
5b0510c5b7
TestEngine: facilitate aiming at InputScalar() using wildcards + removed unnecessary IDStack.size hack (require TestEngine latest)
|
3 жил өмнө |
ocornut
|
268565079c
InputText: numerical fields automatically accept full-width characters (U+FF01..U+FF5E) by converting them to half-width (U+0021..U+007E).
|
3 жил өмнө |