5596 Commits (36ffdd69d304659388ad3d3be487a467de65eaf6)

Author SHA1 Message Date
ocornut 0fb51b6b4b Removed various superflous ImGui:: prefixes in internal code ago%!(EXTRA string=9 years)
ocornut 9886c1b43d Undo modification of ContentsRegionRect.Max, too many side-effects (undo dff078365f) ago%!(EXTRA string=9 years)
ocornut dcef7dedce Comments (#590) ago%!(EXTRA string=9 years)
ocornut 784e1ef053 CollapsingHeader() with close button adapt to horizontal scrolling (#600) ago%!(EXTRA string=9 years)
ocornut dff078365f Fix selectable/tree node not reaching right-side of contents size when horizontal scrolling is active and no explicit size is known ago%!(EXTRA string=9 years)
ocornut 45dacbf084 Fixed GetWindowContentRegionMax() being off by ScrollSize amount when SizeExplicit is set + caching ContentsRegionRect. ago%!(EXTRA string=9 years)
ocornut d5a12866fe Comments (#676, #655) ago%!(EXTRA string=9 years)
ocornut 1483a69c11 Demo: Tree: showing how to align tree node label with current x position (#324, #581) ago%!(EXTRA string=9 years)
ocornut 61c294bb52 Added optional Indent() Unindent() width (#324, #581) ago%!(EXTRA string=9 years)
ocornut a0a48f6e59 Added TreeAdvanceToLabelPos() (#581) ago%!(EXTRA string=9 years)
ocornut 806a146198 TreeNodeEx(): ImGuiTreeNodeFlags_AlwaysOpen->ImGuiTreeNodeFlags_Leaf, + added ImGuiTreeNodeFlags_Bullet (#324, #581) ago%!(EXTRA string=9 years)
ocornut 8f4b123e1b SetNextWindowSizeConstraint -> SetNextWindowSizeConstraints (#668) ago%!(EXTRA string=9 years)
ocornut 213025f3cd BeginMenu: a menu that becomes disabled when open gets closed down, facilitate user's code (#126) ago%!(EXTRA string=9 years)
ocornut 65b1ae6ecc Comments (#335) ago%!(EXTRA string=9 years)
ocornut 3a776d93f2 Fixed compile issue (bloody git stashes) (#668) ago%!(EXTRA string=9 years)
ocornut b7ebeb1610 Added SetNextWindowSizeConstraint() + demo code (#668) ago%!(EXTRA string=9 years)
ocornut 713730af0c Minor sizing refactor, should be no-op. Making it a commit for further bisection since sizing code is super brittle. (#668) ago%!(EXTRA string=9 years)
ocornut 102d03a7eb Resizing window doesn't rely on MouseDelta anymore, but rather recompute expected size based absolute mouse coords. (#668) ago%!(EXTRA string=9 years)
ocornut 81bf5aeb09 Minor bits ago%!(EXTRA string=9 years)
ocornut 1dfafeb602 CheckStacksSize() added literal strings in IM_ASSERT calls to reach end-user on common failure ago%!(EXTRA string=9 years)
ocornut 0e51f91c5e Including limits.h again to get INT_MAX, assuming previous report of missing limits.h was erroneous (#1, yes, issue ONE!) ago%!(EXTRA string=9 years)
ocornut 69a29e4715 Added NewLine() (very shy reminder that #97 isn't done) ago%!(EXTRA string=9 years)
ocornut 47d10944a5 Build fix ago%!(EXTRA string=9 years)
ocornut f291f2c5dd InputText(): Fixed cursor rendering on first character when framepadding is 0.0 (following #601) ago%!(EXTRA string=9 years)
ocornut 28b09199de ImGuiListClipper: removed assert (#662) ago%!(EXTRA string=9 years)
ocornut 7a28f5bb81 ImGuiListClipper new version, detect height automatically, fix compatibility with SetScrollPosHere (#662) ago%!(EXTRA string=9 years)
ocornut e79d2828c4 Metrics window: coarse clipping the detailed vertex buffer for pleasure and benefits. ago%!(EXTRA string=9 years)
ocornut f48f9a30ef ButtonBehavior(), fixed subtle old bug when a repeating button would also return true on release + comments (#656) ago%!(EXTRA string=9 years)
ocornut e1e2752dcb Fixed repeating button behavior triggering twice, typically affect the +/- of InputInt/InputFloat and user repeating buttons (#656) ago%!(EXTRA string=9 years)
ocornut 8d5b2fba95 Fixed TitleBg/TitleBgActive color being rendered above WindowBg color, being inconsistent and causing visual artefact (#655) ago%!(EXTRA string=9 years)
ocornut ed20fcf9d5 Fixed incorrect parameter to ButtonBehavior() in Columns code - had no side-effect (#649) ago%!(EXTRA string=9 years)
ocornut 91f11fb1bd Comments / todos ago%!(EXTRA string=9 years)
ocornut 8648346eab Modal: fixed non-child window stacked over a modal losing its hoverabilty/focusability (#615, #604) ago%!(EXTRA string=9 years)
ocornut b630cb5b42 ImGuiWindow: Storing ParentWindow (#615, #646) ago%!(EXTRA string=9 years)
Branimir Karadžić a59a04f4d0 Fixed iOS/OSX build. ago%!(EXTRA string=9 years)
ocornut aa11934efa Comments to clarify default shared ImFontAtlas and current context pointer thread-safety (#586, #591) ago%!(EXTRA string=9 years)
ocornut 36ca8a8194 Minor warnings fixes. ago%!(EXTRA string=9 years)
ocornut 7b9c0a5c3f Renamed ImGuiState -> ImGuiContext (#586, #269) ago%!(EXTRA string=9 years)
ocornut 8b428e8c74 Added CreateContext/DestroyContext/GetCurrentContext/SetCurrentContext() (#586, #269) ago%!(EXTRA string=9 years)
Sergej Reich 6e8579fc14 Ignore implicit conversion warnings ago%!(EXTRA string=9 years)
ocornut 69cc00f91f ImGuiStorage: Added bool helper functions for completeness. ago%!(EXTRA string=9 years)
ocornut 313d388bba Reorganised windows moving code, documented a lag in FindHoveredWindow(), fixing lag whole moving windows (#635) ago%!(EXTRA string=9 years)
ocornut 67df0ba185 Updated FAQ and Readme with more prominent info about WantCaptureMouse etc. flags (#635) ago%!(EXTRA string=9 years)
ocornut f22b6e1e09 Fixed/silenced various absurd GCC warnings from outer space (#626) ago%!(EXTRA string=9 years)
ocornut 79ad22e1f2 Fixed various Clang -Weverything warnings (#626) ago%!(EXTRA string=9 years)
ocornut efedaa5df3 Updated FAQ (#628) ago%!(EXTRA string=9 years)
ocornut 9b79327673 BeginGroup() fixed using within Columns set (fix #630) ago%!(EXTRA string=9 years)
ocornut 0058492156 Fonts readme, refering to IconFontCppHeaders, AddRemapChar() function, etc. ago%!(EXTRA string=9 years)
ocornut 89d5026187 Renamed majority of use of "opened" to "open" for clarity. Renamed SetNextTreeNodeOpened() to SetNextTreeNodeOpen(). (#625, #579) ago%!(EXTRA string=9 years)
Anton Holmberg 4f34ed5010 Fix typo in Programmer guide ago%!(EXTRA string=9 years)