ocornut
|
4bd4b41e73
Fix for latest
|
1 年間 前 |
ocornut
|
8ce47f82b4
Merge tag 'v1.90.8' into external/win98
|
1 年間 前 |
ocornut
|
6f7b5d0ee2
Version 1.90.8
|
1 年間 前 |
ocornut
|
67d886fd63
Removed ImGuiButtonFlags_MouseButtonDefault_.
|
1 年間 前 |
ocornut
|
f1eaf8d7c0
Internals: added SetNextItemRefVal(). (#7305)
|
1 年間 前 |
ocornut
|
47db0698d2
InputScalar, InputInt, InputFloat: added ImGuiInputTextFlags_ParseEmptyRefVal, ImGuiInputTextFlags_DisplayEmptyRefVal. (#7305)
|
1 年間 前 |
ocornut
|
3460014e05
Internals: avoid using bitfields in ImGuiNextItemData as it leads to extraneous packing. rename ImGuiDataTypeTempStorage to ImGuiDataTypeStorage. moved DataType section above Widgets.
|
1 年間 前 |
ocornut
|
109a8632d7
Combo: simplified Combo() API uses a list clipper.
|
1 年間 前 |
ocornut
|
5cbc34a10c
Scrollbar: clicking above or below the grab scrolls by one page, holding mouse button repeats scrolling. (#7328, #150)
|
1 年間 前 |
ocornut
|
ed9eb880b5
Windows: Fixed altering FramePadding mid-frame not correctly affecting logic responsible for honoring io.ConfigWindowsMoveFromTitleBarOnly. (#7576, #899)
|
1 年間 前 |
ocornut
|
7f5d5c80b2
Internals, Tabbar: fixed TabBarGetCurrentTab() with tab_idx == 0. (#7629)
|
1 年間 前 |
ocornut
|
1f9fc382c3
Version 1.90.8 WIP
|
1 年間 前 |
ocornut
|
00ad3c65bc
Version 1.90.7
|
1 年間 前 |
ocornut
|
85513de247
Internals, Inputs: *Breaking* Swapped parameter order of owner-aware versions of IsKeyPressed(), IsKeyChordPressed(), IsMouseClicked(). (#456)
|
1 年間 前 |
ocornut
|
900b29055c
Internals, Inputs: *Breaking* Swapped parameter order of Shortcut(). (#456)
|
1 年間 前 |
ocornut
|
7747106647
Inputs: swap Ctrl and Cmd on macOS X, remove ImGuiMod_Shortcut. (#2343, #4084, #5923, #456)
|
1 年間 前 |
Hubert Maier
|
07dbcf1f70
Fixed typos. (#7593)
|
1 年間 前 |
ocornut
|
ac90e1bd5b
Backends: Win32: replace bd != nullptr assert with early out. (#6275)
|
1 年間 前 |
ocornut
|
d06b8b58d8
Nav: fixed holding Ctrl or gamepad L1 from not slowing down keyboard/gamepad tweak speed.
|
1 年間 前 |
ocornut
|
f48aae600a
Version 1.90.7 WIP
|
1 年間 前 |
ocornut
|
6ccc561a2a
Version 1.90.6
|
1 年間 前 |
ocornut
|
558c57a086
Fixed static analyzer warning "Pointer to local array 'overlay_buf' is stored outside the scope". Technically not used outside that scope, but best to play nice.
|
1 年間 前 |
gan74
|
c895e987ad
ProgressBar: added indeterminate mode by passing an animated negative value. (#5316, #5370, #1901)
|
1 年間 前 |
diego.mateos
|
b8a44b198c
TreeNode: added ImGuiTreeNodeFlags_SpanTextWidth. (#6937)
|
1 年間 前 |
ocornut
|
da18fcb7ae
Internals: ensure ButtonBehavior() is called with non 0 id.
|
1 年間 前 |
ocornut
|
361432a0bb
TreeNode: fixed layout so that TreeNode("") or TreeNode("##HiddenLabel") may properly be used with SameLine(0,0). (#7505, #282)
|
1 年間 前 |
ocornut
|
3caa79c8a5
Version 1.90.6 WIP
|
1 年間 前 |
ocornut
|
f790d51665
Silent zealous/stupid warning introduced by Clang 16 (shipping with VS2022) with -Weverything. Pointers are now illegal!
|
1 年間 前 |
ocornut
|
231cbee0fc
Version 1.90.5
|
1 年間 前 |
GamingMinds-DanielC
|
4f9ba19e52
Drags, Sliders, Inputs: Reactivated decimal point replacement for SliderScalar and DragScalar. (#7389, #6719, #2278)
|
1 年間 前 |