ocornut
|
0b2da67912
Internals: clarified that GetInputTextState(0) can not return a pointer. Replaced a use of __APPLE__ with io.ConfigMacOSXBehaviors.
|
3 年之前 |
ocornut
|
609b935a8c
InputText: added experimental io.ConfigInputTextEnterKeepActive feature to make pressing Enter keep the input active and select all text.
|
3 年之前 |
ocornut
|
0afc6cd310
Internals: InputTextEx() renames for correctness. enter_pressed -> validated, is_validate_enter -> is_enter_pressed
|
3 年之前 |
ocornut
|
873e9d35ac
Internals: renamed TreeNodeBehaviorIsOpen() to TreeNodeUpdateNextOpen(). Added internal TreeNodeSetOpen(id). (#5423)
|
3 年之前 |
ocornut
|
24dfe6db8a
Version 1.89 WIP
|
3 年之前 |
ocornut
|
9aae45eb4a
Version 1.88
|
3 年之前 |
ocornut
|
d51e5d2898
TabItem: revert support for SetNextItemOpen(true) at it creates too much ambiguity with p_open/close button vs Selected state. (#5262)
|
3 年之前 |
ocornut
|
c4b9101759
TabBar: Tweak shrinking policy so that while resizing tabs that don't need shrinking keep their initial width more precisely.
|
3 年之前 |
ocornut
|
4b97296148
TabBar: TabItem() now reacts to SetNextItemWidth() and SetNextItemOpen(true). (#5262)
|
3 年之前 |
ocornut
|
d3fd2630b7
Sliders: An initial click within the knob/grab doesn't shift its position. (#1946, #5328) + Adjust default GrabMinSize.
|
3 年之前 |
ocornut
|
f27af1b20a
Internals: SliderBehaviorT: Minor refactor, clearer 0.0/1.0 early out. Should be no-op from user's point of view.
|
3 年之前 |
ocornut
|
07efd7cc20
Renamed IMGUI_DISABLE_METRICS_WINDOW to IMGUI_DISABLE_DEBUG_TOOLS.
|
3 年之前 |
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 年之前 |
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 年之前 |
ocornut
|
1d6e34f3f9
Debug: Added ShowDebugLogWindow().
|
3 年之前 |
Rokas Kupstys
|
0b1bcfcc20
Menus: Separate menu sets by nav layer. (#3496, #4797) + Demo: Remove incorrect and useless suggestion to use PushID().
|
3 年之前 |
ocornut
|
a35e876978
InputText: Amends and tidying up: Fixed undo/redo state corruption when editing buffer in user callback. (#4947, #4949)
|
3 年之前 |
Joshua Webb
|
530332dfbc
InputText: Fixed undo/redo state corruption when editing buffer in user callback. (#4947, #4949)
|
3 年之前 |
ocornut
|
23a785aeb3
Internals: wrapped used of g.TempBuffer into ImFormatStringToTempBuffer/ImFormatStringToTempBufferV helpers.
|
3 年之前 |
ocornut
|
64d6c30562
InputText: Fixed an undo-state corruption issue when editing buffer before reactivating item. (#4947) + Metrics: Added "InputText" section.
|
3 年之前 |
ocornut
|
74f02703e6
Misc comments + Demo: use IsItemVisible() when using direct ImDrawList calls.
|
3 年之前 |
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 年之前 |
ocornut
|
9779cc2fe2
Internals: shallow changes to simplify diff of upcoming commits. Should have no side-effect.
|
3 年之前 |
ocornut
|
314c7bd12f
Internals: renamed ImGuiInputReadMode to ImGuiNavReadMode (internals) to avoid ambiguity with upcoming flags. + minor tweak
|
3 年之前 |
ocornut
|
5b29d14783
Layout: Fixed mixing up SameLine() and SetCursorPos() together. SameLine() is a stateful.
|
3 年之前 |
ocornut
|
eda7792b15
Internals: swapped blocks in TextEx() to make it easier to step through common cases. Tweak demo.
|
3 年之前 |
ocornut
|
6d15a506fa
Internals: removed GetIDNoKeepAlive() now that it is the same as GetID(). (#5181)
|
3 年之前 |
ocornut
|
2c03aac6d3
Renamed ImGuiKeyModFlags to ImGuiModFlags (Breaking but technically never advertised type)
|
3 年之前 |
ocornut
|
a472e8834b
InputScalar: Automatically allow hexadecimal/scientific input when format is adequate.
|
3 年之前 |
ocornut
|
c521883be4
Sliders, Drags: Fixed manual input when using hexadecimal display format string. (#5165, #3133)
|
3 年之前 |