5177 Commits (1668693bcfbc8669db60e775fd19f3a4ac26fe89)

Author SHA1 Message Date
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)
ocornut e8e5c6d788 Nav: Comments. Fixed two -Wall warnings. Removed unused function. (#787) ago%!(EXTRA string=9 years)
ocornut 3883a2027f Nav: Fixed Selectable() crash introduced earlier today in 43ee5d73 + added comments/assert (#323) ago%!(EXTRA string=9 years)
ocornut df9bdf38f9 Nav: NavActivateId, NavInputId are no repeat actions. Repeat buttons handle it themselves already anyway. (#323) ago%!(EXTRA string=9 years)
ocornut c6c7371a4c Nav: Removed unnecessary test following 49ca1c2b88 (#323) ago%!(EXTRA string=9 years)
ocornut 49ca1c2b88 Nav: InitDefaultRequest saves a fallback item so PadMenu on a collapsed window gets us to the collapse button (#323) ago%!(EXTRA string=9 years)
ocornut 2303b67c40 Close button submitted after collapse button. Should have no effect. Consistent with expectation & will be used as fallback for nav (#323) ago%!(EXTRA string=9 years)
ocornut 252f094101 Nav: Undo 87eb749cbc, agressively including nav focus test in IsItemHovered() (#323) ago%!(EXTRA string=9 years)
ocornut fddf9ca10e Nav: Fixed nav highlight clipping (affected non non-menu items within menubar) (#323) ago%!(EXTRA string=9 years)
ocornut 78b7e2dfb3 Nav: Process and apply mouse move request immediately after move request result comes (#323) ago%!(EXTRA string=9 years)