143 Commits (66c428129051b278d252de9b1ec66443e49d48da)

Author SHA1 Message Date
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)
James Fulop 6fa3aaf7c0 outdated dragging API mentioned in demo text ago%!(EXTRA string=9 years)
Jeongseok Lee 1d7e05327b Fix clang warning: unknown warning group '-Wreserved-id-macro' 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)
ocornut 82dcdc9dfc ShowStyleEditor: tweak font map display to show glyph details when hovered. ago%!(EXTRA string=9 years)
ocornut d7c518e6cc ShowStyleEditor: show font map / grid in more details. ago%!(EXTRA string=9 years)
ocornut 56cdbe434d Style: Added ButtonTextAlign, ImGuiStyleVar_ButtonTextAlign (#842) ago%!(EXTRA string=9 years)
ocornut 612b17ef57 Fixing minor english typos (#827) ago%!(EXTRA string=9 years)
Max Thrun 4f389b7f6a Add null terminator to ShowStyleEditor output_type combo options ago%!(EXTRA string=9 years)
ocornut de61fcc619 Minor bits ago%!(EXTRA string=9 years)
ocornut 4fddfa4b5e Demo: extra (somehow duplicate) Selectables+Columns demo ago%!(EXTRA string=9 years)
ocornut d6a5fd06d7 Demo: Added an extra 3-way columns demo 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 1483a69c11 Demo: Tree: showing how to align tree node label with current x position (#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 b5521a81d4 Demo: fixed multi-selection tree nodes demo to not replace selection when clicking on single-item that's already part of selection (#581) ago%!(EXTRA string=9 years)
ocornut 8f4b123e1b SetNextWindowSizeConstraint -> SetNextWindowSizeConstraints (#668) ago%!(EXTRA string=9 years)
ocornut e3d8055d90 Speculative 64-bit warning fix (#668) 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 69a29e4715 Added NewLine() (very shy reminder that #97 isn't done) ago%!(EXTRA string=9 years)
ocornut 7a28f5bb81 ImGuiListClipper new version, detect height automatically, fix compatibility with SetScrollPosHere (#662) ago%!(EXTRA string=9 years)
ocornut fa5ae60bce Demo: added decorated label to some vertical sliders. ago%!(EXTRA string=9 years)
ocornut 339e191c53 Demo: Console: Add a "Scroll to bottom" button (#662) ago%!(EXTRA string=9 years)
ocornut 9e6ed0991d Demo: clarified misleading example (#660) ago%!(EXTRA string=9 years)
ocornut a2a5d71582 Demo: Tweak irritating pink color. ago%!(EXTRA string=9 years)
ocornut b628acbb52 StyleEditor: comments (#652) 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)
Branimir Karadžić a59a04f4d0 Fixed iOS/OSX build. ago%!(EXTRA string=9 years)
cosmy1 4b5a4cae09 Fix compilation errors when disabling test windows. ago%!(EXTRA string=9 years)
Sergej Reich 6e8579fc14 Ignore implicit conversion warnings ago%!(EXTRA string=9 years)
ocornut ce4d731486 Minor comments, tweaks ago%!(EXTRA string=9 years)
ocornut 79ad22e1f2 Fixed various Clang -Weverything warnings (#626) ago%!(EXTRA string=9 years)
ocornut 4ce6cf0512 Demo: Moved "Fonts" section style editor 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 bb674ccee6 TreeNode: added ImGuiTreeNodeFlags_AlwaysOpen flag (#581, #324) ago%!(EXTRA string=9 years)
ocornut f79b2d6ce3 TreeNode: added ImGuiTreeNodeFlags_OpenOnArrow flag (#581, #324, #190) ago%!(EXTRA string=9 years)
ocornut dc8446d048 Demo: Added simple tree node selection demo (#581, #516, #190) 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 ea6b615179 Made ImGui::PushClipRect()/PopClipRect() public. Changed ImDrawList::PushClipRect() prototype. Fixed demo. (#610) ago%!(EXTRA string=9 years)
ocornut 7da2d51480 MenuBar fixed missing lower border 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 4c25de950c Warning fixes for clang. Using int64_t, may be an issue? ago%!(EXTRA string=9 years)
cheriff 2ee76bbff6 Trivial format string fix in demo ago%!(EXTRA string=9 years)
ocornut e808b7cfca Style: removed WindowFillAlphaDefault which was confusing and redundant, baked into WindowBg color. Renamed TooltipBg > PopupBG. (#337) ago%!(EXTRA string=9 years)
ocornut a6399f120f IO: Added "Super" keyboard modifiers (corresponding to Cmd on Mac and Windows key in theory although the later is hard to read) (#473) ago%!(EXTRA string=9 years)