ocornut
|
7938550d52
Comments and some extra line-wrapping in demo (#3193)
|
1 year ago |
ocornut
|
4a2426449a
Drags, Sliders, Inputs: removed all attempts to filter non-numerical characters during text editing. (#6810, #7096)
|
1 year ago |
ocornut
|
036a6c875e
ColorEdit4: Further tweaks for very small sizes. (#7120, #7121)
|
1 year ago |
ocornut
|
0bd6489721
DragScalarN, SliderScalarN, InputScalarN, PushMultiItemsWidths: fixed multi-components width in tight space (#7120, #7121)
|
1 year ago |
ocornut
|
e265610a0c
Fixes for MSVC code analyzer.
|
1 year ago |
ocornut
|
0d582dabf3
Fixed warning (amend 54c1bde)
|
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
|
54c1bdeceb
Internals: removed unused ImGuiItemStatusFlags_FocusedByTabbing. (#4449)
|
1 year ago |
ocornut
|
4afffa36e9
InputTextMultiline: Fixed Tab character input not repeating
|
1 year ago |
Nahor
|
34646627aa
ColorEdit4: improve components width computation to better distribute the error (#7120) (#7123)
|
1 year ago |
ocornut
|
9d8de45313
Image(): comment and minor refactor to resurface the fact that a border size may be added. (#2118)
|
1 year ago |
ocornut
|
c58d2c89c3
Tabs: Added ImGuiTabItemFlags_NoAssumedClosure to enable app to react on closure attempt. (#7084)
|
1 year ago |
Johel Ernesto Guerrero Peña
|
1fd5ff7152
Avoid C++26 removed deprecated arithmetic conversion on enumerations. (#7088, #7089. #2983, #3040)
|
1 year ago |
ocornut
|
5768de79e2
InputText, ColorEdit, ColorPicker: better support for undocumented ImGuiItemFlags_ReadOnly flag. (#7079, #211)
|
1 year ago |
ocornut
|
b112d73edb
Menus: amend to clarify/fix static analyzer warning. (#6671, #6926)
|
1 year ago |
ocornut
|
2ee40d3cf9
Menus: Tweaked hover slack logic, adding a timer to avoid situations where a slow vertical movements toward another parent BeginMenu() can keep the wrong child menu open. (#6671, #6926)
|
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
|
61b8197942
Misc: Renamed some defines in imstb_textedit.h to avoid conflicts when using unity/jumbo builds.
|
1 year ago |
ocornut
|
3d083dbe1a
Version 1.90.1 WIP
|
1 year ago |
ocornut
|
b81bd7ed98
Version 1.90.0
|
1 year ago |
ocornut
|
5de1312e1c
SplitterBehavior: tweak to not assert due to floating point precision.
|
1 year ago |
ocornut
|
44345c2108
Better documented the difference between BeginListBox() and BeginChild() w/ ImGuiChildFlags_FrameStyle.
|
1 year ago |
ocornut
|
cdbc21a191
BeginChild(): Added ImGuiChildFlags_FrameStyle as a replacement for BeginChildFrame(). (#1666, #1496, #1395, #1710, #462, #503, #263)
|
1 year ago |
ocornut
|
7713c29258
BeginChild: Upgraded 'bool border = true' parameter to use a ImGuiChildFlags type and the ImGuiChildFlags_Border value. (toward #1666, #1496, #1395, #1710)
|
1 year ago |
ocornut
|
88fec09715
ColorPicker4(): Fixed ImGuiColorEditFlags_NoTooltip when ImGuiColorEditFlags_NoSidePreview is also set. (#6957)
|
1 year ago |
ocornut
|
feddcf3030
Combo: amends for ImGuiComboFlags_WidthFitPreview. (#6881)
|
1 year ago |
mpv-enjoyer
|
112d8fc41d
Combo: added ImGuiComboFlags_WidthFitPreview. (#6881)
|
1 year ago |
ocornut
|
0312a29e4c
ImageButton(): clarify purpose of size. (#6901, #5533, #4471, #2464, #1390).
|
1 year ago |
ocornut
|
2c07d581de
TreeNode: Added ImGuiTreeNodeFlags_SpanAllColumns for use in tables. (#3151, #3565, #2451, #2438)
|
1 year ago |
ocornut
|
28b237f94d
Separator(): Altered end-points to use more standard boundaries. (#205, #4787, #1643, #759)
|
1 year ago |