5385 Commits (2a6d7b1eaa1851e5b53d8c7a361a8d54f5a9ae8c)

Author SHA1 Message Date
omar 12d265fa31 Version 1.51 WIP tag ago%!(EXTRA string=8 years)
omar 5e1caaaef3 Version 1.50 ago%!(EXTRA string=8 years)
omar 7ad84b22f8 Comments ago%!(EXTRA string=8 years)
omar 62c4698a73 Further clarifications of the key indices passed to IsKeyXXX functions (#1159) ago%!(EXTRA string=8 years)
omar 9da53bcecd ImFontConfig: Removed MergeGlyphCenterV in favor of a more multipurpose ImFontConfig::GlyphOffset. (Breaking change) ago%!(EXTRA string=8 years)
omar bd9868f447 Scrollbar: Avoid rendering when sizes are negative to reduce glitches (not sure how this ever slipped through - perhaps because of WindowMinSize settings). ago%!(EXTRA string=8 years)
omar dbfd5d6e9a Ignoring unreasonnable Clang -wformat-pedantic warning (#1090) ago%!(EXTRA string=8 years)
omar a0a6c8a2ef Renamed ImDrawList::PathFill() to ImDrawList::PathFillConvex() for clarity. (breaking API) ago%!(EXTRA string=8 years)
omar d878462866 End() avoid calling Columns() if no columns set is open, not sure what it wasn't the case. ago%!(EXTRA string=8 years)
omar bbd44b4edd Clarified asserts in CheckStacksSize() when there is a stack mismatch ago%!(EXTRA string=8 years)
Michael Link 8df58e2cfd MenuItem should only be selected on release ago%!(EXTRA string=8 years)
omar 0e1950f7d6 Comments about child menu positioning (#1086) ago%!(EXTRA string=8 years)
Codecat fdd11658eb Fix ColorButton showing wrong hex value for alpha ago%!(EXTRA string=8 years)
omar b8043d3ee5 Internal: Renamed ImLoadFileToMemory to ImFileLoadToMemory to be consistent with ImFileOpen + fix mismatching .h name (#917) ago%!(EXTRA string=8 years)
omar 6257b5814a Added an explicit (internal) ClearActiveID() helper and removed the default NULL window parameter to internal SetActiveID(), ago%!(EXTRA string=8 years)
ocornut bb4d19ff7c Merge branch 'master' - merge fix ago%!(EXTRA string=9 years)
ocornut baa2e3b451 Minor documentation tweaks ago%!(EXTRA string=9 years)
Nicolas Guillemot 36d78e0565 const correctness for Combo and ListBox ago%!(EXTRA string=9 years)
ocornut 55d651812d Renaming and massaging internal Settings/Ini functions (#923) ago%!(EXTRA string=9 years)
ocornut 0b6211f907 Fixed clicking on a window's void while staying still overzealously marking .ini settings as dirty (#923) ago%!(EXTRA string=9 years)
ocornut 9235e0da46 SliderInt, SliderFloat(): Fixed edge case where style.GrabMinSize being bigger than slider width can lead to a division by zero (#919) ago%!(EXTRA string=9 years)
ocornut ca9a918535 SliderInt(): Fixed reverse direction mode when (v_max-v_min)==-1 (#854) (+ ref #919) ago%!(EXTRA string=9 years)
ocornut bbd0a37bd2 ImFileOpen: MinGW uses _wfopen() codepath to support UTF-8 filenames (#917) ago%!(EXTRA string=9 years)
ocornut 449c47c789 SliderInt, SliderFloat() interacting enforce modifying to the value to be consistent with other widget behaviors (#919) ago%!(EXTRA string=9 years)
ocornut 94c77edfa5 SliderInt, SliderFloat() Better display support for v_min==v_max range. (#919) ago%!(EXTRA string=9 years)
ocornut 0a483379af Split SliderBehaviorCalcRatioFromValue() out of SliderBehavior(), fix + Not using fabsf() anymore ago%!(EXTRA string=9 years)
ocornut 004e863727 Split SliderBehaviorCalcRatioFromValue() out from SliderBehavior() ago%!(EXTRA string=9 years)
ocornut 67c6d6026a Nav: SliderFloat() Fixed non-linear sliders in Nav branch (#787, #323) ago%!(EXTRA string=9 years)
ocornut 219e4fb8fb SliderInt, SliderFloat: Passing v_min==v_max disable setting value from clicking/dragging (#919) ago%!(EXTRA string=9 years)
ocornut a868c32ed1 SliderInt, SliderFloat: Renaming ago%!(EXTRA string=9 years)
ocornut 61d5b46307 SliderInt, SliderFloat(): support reverse direction (#854) ago%!(EXTRA string=9 years)
ocornut 104b381023 Using _wfopen() under Windows+MSVC because fopen() doesn't support UTF-8 encoding. Wrapped as ImFileOpen(). (#917) ago%!(EXTRA string=9 years)
Geoffrey Tucker 66c4281290 Began improvements to columns API by splitting the Columns() function into BeginColumns() and EndColumns() and adding additional flags. The columns data still needs to be placed into a stack. ago%!(EXTRA string=9 years)
ocornut 98e1d500d4 Support for #define-ing GImGui and IMGUI_SET_CURRENT_CONTEXT_FUNC to enable custom thread-based hackery (#586) ago%!(EXTRA string=9 years)
ocornut 8553bab241 Ignoring overzealous GCC warnings (#883) ago%!(EXTRA string=9 years)
ocornut 3689efb726 Font: Readme about icons ago%!(EXTRA string=9 years)
ocornut da9feba539 Fixed missing frame padding on title bar text when Collapse triangle is disabled ago%!(EXTRA string=9 years)
ocornut b376b68326 Font: Added io.FontDefault in ImGuiIO structure to make it easier to change default font from third-party or demo code ago%!(EXTRA string=9 years)
ocornut ddf08ec2e8 BeginChild(const char*) applies stack id to provided label (#894, #713) ago%!(EXTRA string=9 years)
Matt Keeter 32dbe836d0 Add user-facing IsPopupOpen function ago%!(EXTRA string=9 years)
ocornut 7252d93dcd stb_textedit.h Merged from master 1.9 (merged bits from #473) ago%!(EXTRA string=9 years)
ocornut 0d3f8807c7 Added a void* user_data parameter to Clipboard function handlers. (#875) ago%!(EXTRA string=9 years)
ocornut cb7e1c18b5 Separator: Fixed zero-height bounding box resulting in clipping when at top of clipping rectangle (#860) ago%!(EXTRA string=9 years)
ocornut 4de35b4f30 Removed left-over empty op ago%!(EXTRA string=9 years)
ocornut 1810b3ff38 Added ImGuiCorner enum to clarify some internal code ago%!(EXTRA string=9 years)
ocornut abaada4224 Removed the inconsistent shadow under RenderCollapseTriangle() (~#707) ago%!(EXTRA string=9 years)
ocornut 5957af8a80 Fixed not using IM_ARRAYSIZE() where appropriate ago%!(EXTRA string=9 years)
ocornut fa73e5aa0e Plot: Fixed calling with values_count == 0 ago%!(EXTRA string=9 years)
ocornut 51111b0ed5 FAQ clarified the ClipRect entry a little ago%!(EXTRA string=9 years)
ocornut a2487bc143 Minor tweaks ago%!(EXTRA string=9 years)