omar
|
a0a6c8a2ef
Renamed ImDrawList::PathFill() to ImDrawList::PathFillConvex() for clarity. (breaking API)
|
8 years ago |
omar
|
d878462866
End() avoid calling Columns() if no columns set is open, not sure what it wasn't the case.
|
8 years ago |
omar
|
bbd44b4edd
Clarified asserts in CheckStacksSize() when there is a stack mismatch
|
8 years ago |
omar
|
0e1950f7d6
Comments about child menu positioning (#1086)
|
8 years ago |
Codecat
|
fdd11658eb
Fix ColorButton showing wrong hex value for alpha
|
8 years ago |
omar
|
b8043d3ee5
Internal: Renamed ImLoadFileToMemory to ImFileLoadToMemory to be consistent with ImFileOpen + fix mismatching .h name (#917)
|
8 years ago |
omar
|
6257b5814a
Added an explicit (internal) ClearActiveID() helper and removed the default NULL window parameter to internal SetActiveID(),
|
8 years ago |
omar
|
081aec482b
Merge pull request #931 from nlguillemot/master
|
8 years ago |
ocornut
|
baa2e3b451
Minor documentation tweaks
|
8 years ago |
Nicolas Guillemot
|
36d78e0565
const correctness for Combo and ListBox
|
9 years ago |
ocornut
|
55d651812d
Renaming and massaging internal Settings/Ini functions (#923)
|
9 years ago |
ocornut
|
0b6211f907
Fixed clicking on a window's void while staying still overzealously marking .ini settings as dirty (#923)
|
9 years ago |
ocornut
|
9235e0da46
SliderInt, SliderFloat(): Fixed edge case where style.GrabMinSize being bigger than slider width can lead to a division by zero (#919)
|
9 years ago |
ocornut
|
ca9a918535
SliderInt(): Fixed reverse direction mode when (v_max-v_min)==-1 (#854) (+ ref #919)
|
9 years ago |
ocornut
|
bbd0a37bd2
ImFileOpen: MinGW uses _wfopen() codepath to support UTF-8 filenames (#917)
|
9 years ago |
ocornut
|
449c47c789
SliderInt, SliderFloat() interacting enforce modifying to the value to be consistent with other widget behaviors (#919)
|
9 years ago |
ocornut
|
94c77edfa5
SliderInt, SliderFloat() Better display support for v_min==v_max range. (#919)
|
9 years ago |
ocornut
|
0a483379af
Split SliderBehaviorCalcRatioFromValue() out of SliderBehavior(), fix + Not using fabsf() anymore
|
9 years ago |
ocornut
|
004e863727
Split SliderBehaviorCalcRatioFromValue() out from SliderBehavior()
|
9 years ago |
ocornut
|
219e4fb8fb
SliderInt, SliderFloat: Passing v_min==v_max disable setting value from clicking/dragging (#919)
|
9 years ago |
ocornut
|
a868c32ed1
SliderInt, SliderFloat: Renaming
|
9 years ago |
ocornut
|
61d5b46307
SliderInt, SliderFloat(): support reverse direction (#854)
|
9 years ago |
ocornut
|
104b381023
Using _wfopen() under Windows+MSVC because fopen() doesn't support UTF-8 encoding. Wrapped as ImFileOpen(). (#917)
|
9 years ago |
ocornut
|
98e1d500d4
Support for #define-ing GImGui and IMGUI_SET_CURRENT_CONTEXT_FUNC to enable custom thread-based hackery (#586)
|
9 years ago |
ocornut
|
8553bab241
Ignoring overzealous GCC warnings (#883)
|
9 years ago |
ocornut
|
3689efb726
Font: Readme about icons
|
9 years ago |
ocornut
|
da9feba539
Fixed missing frame padding on title bar text when Collapse triangle is disabled
|
9 years ago |
ocornut
|
b376b68326
Font: Added io.FontDefault in ImGuiIO structure to make it easier to change default font from third-party or demo code
|
9 years ago |
ocornut
|
ddf08ec2e8
BeginChild(const char*) applies stack id to provided label (#894, #713)
|
9 years ago |
ocornut
|
7252d93dcd
stb_textedit.h Merged from master 1.9 (merged bits from #473)
|
9 years ago |