118 Commits (7252d93dcd2a39db6536073cdb76853fd46d17e0)

Author SHA1 Message Date
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 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 c5b8c6303a Refactor PushStyleVar/PopStyleVar so it is constant time + can receive integers (yet unused) (#842) 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 a7f6ea592f Moved GetColorU32 out of imgui_internal.h to avoid inlining mess (#759) ago%!(EXTRA string=9 years)
ocornut 954c890c67 SameLine() with explicit X position is relative to left of group/columns (ref #746, #125, #630) ago%!(EXTRA string=9 years)
ocornut d9e2e688e9 InputTextMultiline(): partial fix for when input and internal buffers differs in a way where scrollbar existence differs. (#725) ago%!(EXTRA string=9 years)
ocornut de61fcc619 Minor bits ago%!(EXTRA string=9 years)
ocornut c4db79f34b Member variable name renamed "ID" "Id" for casing consistency ago%!(EXTRA string=9 years)
ocornut d1c073a199 Comments, tweaks ago%!(EXTRA string=9 years)
ocornut 5d4cf1c3f3 Version 1.50 WIP ago%!(EXTRA string=9 years)
ocornut adb85d800d Version 1.49 ago%!(EXTRA string=9 years)
ocornut 9a751da136 Caving in to ignoring stupid pedantic Clang warnings for old-style-cast in header files 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 b7ebeb1610 Added SetNextWindowSizeConstraint() + demo code (#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 b630cb5b42 ImGuiWindow: Storing ParentWindow (#615, #646) 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)
ocornut ce4d731486 Minor comments, tweaks 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 89d5026187 Renamed majority of use of "opened" to "open" for clarity. Renamed SetNextTreeNodeOpened() to SetNextTreeNodeOpen(). (#625, #579) ago%!(EXTRA string=9 years)
ocornut 9733f4fa24 Internal RenderBullet() helper. ago%!(EXTRA string=9 years)
ocornut 547f34cf22 Refactor ButtonBehavior(), fixed double-click mode also triggering on single-click (relate to #516) ago%!(EXTRA string=9 years)
ocornut df749e3f13 Added CollapsingHeader() variant with close button, obsoleted 4 parameters version. Refactored code into TreeNodeBehavior. (#600) ago%!(EXTRA string=9 years)
ocornut 7406d64c64 PushClipRect(): not altering passed values, leave it to caller responsibility to floor properly (followup #582) ago%!(EXTRA string=9 years)
ocornut c5149cd53c MenuItem(): checkmark render in disabled color when disabled ago%!(EXTRA string=9 years)
ocornut ea6b615179 Made ImGui::PushClipRect()/PopClipRect() public. Changed ImDrawList::PushClipRect() prototype. Fixed demo. (#610) ago%!(EXTRA string=9 years)
ocornut 41215534d5 Internal ImRound() -> ImFloor(), ImRect::Round() -> ImRect::Floor(), ago%!(EXTRA string=9 years)
ocornut 7ce6c18bbe Refactored CloseWindowButton() into a CloseButton() helper declared in imgui_internal.h (#600) ago%!(EXTRA string=9 years)
ocornut ab4a69bcd4 Comments ago%!(EXTRA string=9 years)
ocornut fc3b8d0a56 Relative order of Child windows creation is preserved during sort (#595) ago%!(EXTRA string=9 years)
ocornut 1588eda1ac Version 1.49 WIP ago%!(EXTRA string=9 years)
ocornut 95cbcdca3f Version 1.48 ago%!(EXTRA string=9 years)
ocornut d53c308852 Moved EndFrame() back to imgui_internal.h + comments. Undo cfbf06e394 ago%!(EXTRA string=9 years)
ocornut cfbf06e394 Comments and moved EndFrame() for imgui_internal.h (for clarity? or extra confusion?) ago%!(EXTRA string=9 years)
ocornut 2b7eeba143 Trim trailing spaces ago%!(EXTRA string=9 years)
ocornut 928832a5bc Various tidying up / comments, moved columns functions declarations, no functional changes ago%!(EXTRA string=9 years)
Kyle Rocha b8fcb4e7e4 Converted tabs to spaces ago%!(EXTRA string=9 years)
Kyle Rocha 3f46d9b933 Renamed FindTextDisplayEnd to FindRenderedTextEnd ago%!(EXTRA string=9 years)
Kyle Rocha 5bffc85ba6 Exposed FindTextDisplayEnd to imgui_internal.h ago%!(EXTRA string=9 years)
ocornut 2065cbec4d Removed extraneous comma for pedantic compilers (#516) ago%!(EXTRA string=9 years)
ocornut b816d05e33 Minor tidying up following (#516) - renamed ImGuiSelectableFlags_HandleDoubleClick to ImGuiSelectableFlags_AllowDoubleClick + comments ago%!(EXTRA string=9 years)
ocornut d45044fe54 CaptureKeyboardFromApp() / CaptureMouseFromApp(): allow to enforce clearing the capture flag (#533) + demo + made code a little less messy ago%!(EXTRA string=9 years)
ocornut 339b67c01a Exposed FindWindowByName() in imgui_internal.h ago%!(EXTRA string=9 years)
ocornut b329a36d27 Moved declaration of SetItemAllowOverlap() to imgui.h (ref #517) ago%!(EXTRA string=9 years)