ocornut
|
dbb5eeaadf
Version 1.91.8
|
5 months ago |
ocornut
|
ae6cfd32a0
Tables, Menus: Fixed tables or child windows submitted inside BeginMainMenuBar() being unable to save their settings. (#8356)
|
5 months ago |
ocornut
|
fa178f4235
Error Handling: Recovery from missing EndMenuBar() call. (#1651)
|
5 months ago |
ocornut
|
dabc990189
Rename internal id for standardizing naming convention. "##menubar" -> "##MenuBar", "###NavWindowingList" -> "###NavWindowingOverlay"
|
5 months ago |
ocornut
|
a71191515a
EndMainMenuBar doesn't attempt to restore focus when there's an active id. (#8355)
|
5 months ago |
ocornut
|
ea0da0bf47
Extracted PushPasswordFont() out of InputText code.
|
6 months ago |
ocornut
|
9c4948a4d1
TabBar: Internals: added TabItemSpacing(). (#8349, #3291)
|
6 months ago |
ocornut
|
ed7551c1d4
Selectable: Fixed horizontal label alignment when combined with using ImGuiSelectableFlags_SpanAllColumns. (#8338)
|
6 months ago |
ocornut
|
bbf957875b
Amend 9bc5b04 to avoid using GImGui mid-function.
|
6 months ago |
ocornut
|
9bc5b0406d
Windows, Style: Fixed small rendering issues with menu bar, resize grip and scrollbar when using thick border sizes. (#8267, #7887)
|
6 months ago |
ocornut
|
6906ac979e
ColorEdit, ColorPicker: (Breaking) redesigned how alpha is displayed in the preview square. (#8335, #1578, #346)
|
6 months ago |
ocornut
|
7ae7c90790
Tabs, Style: reworked selected overline rendering to better accommodate for rounded tabs. (#8334)
|
6 months ago |
ocornut
|
c59a2267d0
Version 1.91.8 WIP
|
6 months ago |
ocornut
|
5c1d2d1e4c
Version 1.91.7
|
6 months ago |
ocornut
|
9f8481a842
(Breaking) TreeNode: renamed ImGuiTreeNodeFlags_SpanTextWidth to ImGuiTreeNodeFlags_SpanLabelWidth. (#6937)
|
6 months ago |
ocornut
|
290e402a02
TreeNode, Tables: added ImGuiTreeNodeFlags_LabelSpanAllColumns. (#8318, #3565)
|
6 months ago |
ocornut
|
00f12b9a09
InputText: Fixed not calling CallbackEdit on revert/clear with Escape key. (#8273) + rework comments.
|
6 months ago |
ocornut
|
80aafbc81b
Data types: moved ImGuiDataType_String to public API as a convenience enum value only. (#8266)
|
6 months ago |
ocornut
|
c147a59bb0
Clarified alternative for ImGuiButtonFlags_Repeat being ImGuiItemFlags_ButtonRepeat. (#8293)
|
6 months ago |
ocornut
|
6982ce43f5
InputText: fixed badly broken clipboard copy/bug (#8254, #8242)
|
7 months ago |
ocornut
|
fd93229770
Tables, MultiSelect: Fixed an issue where column width may be mismeasured when calling BeginMultiSelect() while inside a table. (#8250)
|
7 months ago |
ocornut
|
9b0e61aaaa
InputText: sanity checks to e.g. detect non zero-terminated buffers + removed a redundant strlen() call during activation.
|
7 months ago |
ocornut
|
457fae24e7
Silence more zealous GCC warning. (#8241)
|
7 months ago |
Raffaello Bertini
|
cd6c83cdcc
Fixes GCC warnings (#8241)
|
7 months ago |
ocornut
|
32f11402f9
InputText: use TextSrc more consistently to facilitate accessing user buffer in text processing code. (#8242)
|
7 months ago |
ocornut
|
e900571ac2
InputText: Fixed issue when activating a ReadOnly field when the underlying value is being modified. (#8242)
|
7 months ago |
ocornut
|
f5f11e94be
InputText: Fixed a bug where character replacements performed from a callback were not applied when pasting from clipbard. (#8229)
|
7 months ago |
ocornut
|
324d4bb140
InputText: calling ReloadUserBuf doesn't clear undo stack. (#2890)
|
7 months ago |
ocornut
|
8237ab450e
Drags, Sliders: store initial value on activation, as a convenience for some mods. (#8223)
|
7 months ago |
ocornut
|
4ad5496474
Drags: Added ImGuiSliderFlags_NoSpeedTweaks flag to disable keyboard modifiers altering the tweak speed. (#8223)
|
7 months ago |