5596 Commits (36ffdd69d304659388ad3d3be487a467de65eaf6)

Author SHA1 Message Date
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)
ocornut 68c81739bf Minor tidying up following merge BGRA color PR (#844) ago%!(EXTRA string=9 years)
ocornut dfe4683c17 EndGroup(): Made IsItemHovered() work when an item was activated within the group (#849) (loosely follows #840) ago%!(EXTRA string=9 years)
Michał Cichoń 1999c01db8 Apply Omar feedback and convert remaining 0xAABBGGRR's into IM_COL32(RR,GG,BB,AA) format. ago%!(EXTRA string=9 years)
Michał Cichoń d75d2b1871 Introduce IMGUI_USE_BGRA_PACKED_COLOR in imconfig.h. ago%!(EXTRA string=9 years)
ocornut 6def01be5d Fixed IsItemActive() lagging by one frame on initial widget activation (#840) ago%!(EXTRA string=9 years)
ocornut f2699de242 Fix using IsItemActive() after EndGroup() or any widget using groups (#840, #479) ago%!(EXTRA string=9 years)
ocornut 56cdbe434d Style: Added ButtonTextAlign, ImGuiStyleVar_ButtonTextAlign (#842) ago%!(EXTRA string=9 years)
ocornut 0f303d363a Refactor text alignment options to use ImVec2, removed ImGuiAlign (#842, #222) ago%!(EXTRA string=9 years)
ocornut de9f8944ea Internal RenderTextClipped() merged optional/rate clip_min* clip_max* into clip_rect* ago%!(EXTRA string=9 years)
ocornut 02cea0c3c3 Comment ago%!(EXTRA string=9 years)
ocornut 281898e82e Tidying up PushStyleVar/PopStyleVar() a little more (#842) ago%!(EXTRA string=9 years)
ocornut c5b8c6303a Refactor PushStyleVar/PopStyleVar so it is constant time + can receive integers (yet unused) (#842) ago%!(EXTRA string=9 years)
ocornut 6e87f071b8 Shutdown() clear out some remaining pointers (#836) ago%!(EXTRA string=9 years)
ocornut 0420ab027e Metrics: Displaying window position + moving extraneous line in IsPopupOpen(). ago%!(EXTRA string=9 years)
ocornut b397fb507e Fixed EndGroup() not restoring offset properly. breaking SameLine() offset (caused by 954c890c67) (#829) ago%!(EXTRA string=9 years)
ocornut 612b17ef57 Fixing minor english typos (#827) ago%!(EXTRA string=9 years)
ocornut f6d4ca6473 TODO list ago%!(EXTRA string=9 years)
ocornut c0fcf223be Fixed assert triggering when a window has zero rendering but has a callback (#810) ago%!(EXTRA string=9 years)
ocornut 3c384c2f10 Examples: Renaming opengl_example/ to opengl2_example/ for clarity (1/2 because git) ago%!(EXTRA string=9 years)
ocornut 63d47bc5a4 ImFormatString() Fixed an overflow handling bug with implementation of vsnprintf() that do not return -1 (#793) ago%!(EXTRA string=9 years)