ocornut
|
07efd7cc20
Renamed IMGUI_DISABLE_METRICS_WINDOW to IMGUI_DISABLE_DEBUG_TOOLS.
|
3 năm trước cách đây |
ocornut
|
27343efb0b
Nav, Focus: Changed SetKeyboardFocusHere() to not behave if a drag or window moving is in progress + move KeepAliveID() call from Scrollbar() to ScrollbarEx()
|
3 năm trước cách đây |
ocornut
|
6cac48df32
Drag, Slider: rework slightly or CTRL+Click or SetKeyboardFocusHere() will show 1 change of active id in the log (rather than a set,clear,set sequence)
|
3 năm trước cách đây |
ocornut
|
1d6e34f3f9
Debug: Added ShowDebugLogWindow().
|
3 năm trước cách đây |
Rokas Kupstys
|
0b1bcfcc20
Menus: Separate menu sets by nav layer. (#3496, #4797) + Demo: Remove incorrect and useless suggestion to use PushID().
|
3 năm trước cách đây |
ocornut
|
a35e876978
InputText: Amends and tidying up: Fixed undo/redo state corruption when editing buffer in user callback. (#4947, #4949)
|
3 năm trước cách đây |
Joshua Webb
|
530332dfbc
InputText: Fixed undo/redo state corruption when editing buffer in user callback. (#4947, #4949)
|
3 năm trước cách đây |
ocornut
|
23a785aeb3
Internals: wrapped used of g.TempBuffer into ImFormatStringToTempBuffer/ImFormatStringToTempBufferV helpers.
|
3 năm trước cách đây |
ocornut
|
64d6c30562
InputText: Fixed an undo-state corruption issue when editing buffer before reactivating item. (#4947) + Metrics: Added "InputText" section.
|
3 năm trước cách đây |
ocornut
|
74f02703e6
Misc comments + Demo: use IsItemVisible() when using direct ImDrawList calls.
|
3 năm trước cách đây |
ocornut
|
697ce2d67b
InputText: Fixed a one-frame display glitch where pressing Escape to revert after a deletion would lead to small garbage being displayed for one frame. (#3008)
|
3 năm trước cách đây |
ocornut
|
9779cc2fe2
Internals: shallow changes to simplify diff of upcoming commits. Should have no side-effect.
|
3 năm trước cách đây |
ocornut
|
314c7bd12f
Internals: renamed ImGuiInputReadMode to ImGuiNavReadMode (internals) to avoid ambiguity with upcoming flags. + minor tweak
|
3 năm trước cách đây |
ocornut
|
5b29d14783
Layout: Fixed mixing up SameLine() and SetCursorPos() together. SameLine() is a stateful.
|
3 năm trước cách đây |
ocornut
|
eda7792b15
Internals: swapped blocks in TextEx() to make it easier to step through common cases. Tweak demo.
|
3 năm trước cách đây |
ocornut
|
6d15a506fa
Internals: removed GetIDNoKeepAlive() now that it is the same as GetID(). (#5181)
|
3 năm trước cách đây |
ocornut
|
2c03aac6d3
Renamed ImGuiKeyModFlags to ImGuiModFlags (Breaking but technically never advertised type)
|
3 năm trước cách đây |
ocornut
|
a472e8834b
InputScalar: Automatically allow hexadecimal/scientific input when format is adequate.
|
3 năm trước cách đây |
ocornut
|
c521883be4
Sliders, Drags: Fixed manual input when using hexadecimal display format string. (#5165, #3133)
|
3 năm trước cách đây |
ocornut
|
508c9aaf60
Sliders, Drags: Fixed using hexadecimal display format strings (pretty much never worked). (#5165, #3133)
|
3 năm trước cách đây |
ocornut
|
2747a8ca40
Turned ImVec2 to const ref to RenderChar(), RenderText(), ColorButton(), PushClipRect(). for consistency. Comments about polygon filling winding order.
|
3 năm trước cách đây |
ocornut
|
0dec430707
Menus: Adjusted BeginMenu() closing logic so hovering void or non-MenuItem() in parent window always lead to menu closure.
|
3 năm trước cách đây |
ocornut
|
dfbe938e54
InputText: Fixed pressing Tab emitting two tabs characters. (#2467, #1336)
|
3 năm trước cách đây |
ocornut
|
fd06ed833b
Misc: tweaks + fix warnings on backends withtout -wno-memaccess (#4995, #5104)
|
3 năm trước cách đây |
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)
|
3 năm trước cách đây |
ocornut
|
54fb051e52
ColorEdit: Fixed text baseline alignment after a SameLine() after a ColorEdit() with visible label.
|
3 năm trước cách đây |
ocornut
|
29d462ebce
Set HoveredID even when g.NavDisableMouseHover is set by gamepad/keyboard navigation. This will facilitate the use of future InputOwner API based on HoveredID/ActiveID.
|
3 năm trước cách đây |
Borislav Stanimirov
|
955aacfbc5
GCC: Disable deprecated-enum-enum-conversion for gcc as well (#4997)
|
3 năm trước cách đây |
ocornut
|
88de982071
Version 1.88 WIP
|
3 năm trước cách đây |
ocornut
|
c71a50deb5
Version 1.87
|
3 năm trước cách đây |