505 Commits (3c427e284f5bfdc930927a64cda87aa61da2ec22)

Author SHA1 Message Date
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)
ocornut 2b7eeba143 Trim trailing spaces ago%!(EXTRA string=9 years)
ocornut 5bed7144fe ImDrawList: Added AddTriangle() function ago%!(EXTRA string=9 years)
ocornut a274a09955 Renamed GetWindowFont()->GetFont(), GetWindowFontSize()->GetFontSize() (related to #340) ago%!(EXTRA string=9 years)
ocornut 9cbc6e196b ImDrawList: AddRect() added optional thickness parameter + updated demo 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 cf12bc7dea InputText: Added BufTextLen in ImGuiTextEditCallbackData. Requesting user to maintain it. Zero-ing structure properly before use. (#541) ago%!(EXTRA string=9 years)
ocornut ba80a457b9 Demo: plot code doesn't use ImVector to avoid heap allocation + comment (#538) ago%!(EXTRA string=9 years)
ocornut 4afe67cdc8 Demo: Fixed malloc/free mismatch and leak when destructing demo console (if it has been used) (#536) ago%!(EXTRA string=9 years)
ocornut f8fede1d8b Added ColorPicker3/ColorPicker4, refactoring ColorEdit3/ColorEdit4 adding a bunch of flags and access to picker (wip #346) ago%!(EXTRA string=9 years)
ocornut dafedc3246 Demo: use locally defined strdup because compilers/standard librairies are an annoyance (#520) ago%!(EXTRA string=9 years)
ocornut 2c6bc95dd5 Demo: InputText password demo filters out blanks (#515) ago%!(EXTRA string=9 years)
Nikolay Zapolnov a908c109c0 Added flag for selectables to handle double clicks. ago%!(EXTRA string=9 years)
ocornut bf6f6ba858 Demo: extra comments and example for PushItemWidth(-1) ago%!(EXTRA string=9 years)
ocornut 81c86dd5e7 Various minor fixes following a pass of cppcheck static analyzer ago%!(EXTRA string=9 years)
ocornut 68bde7b862 Clarify comment (#455) ago%!(EXTRA string=9 years)
ocornut 6dbdc69131 ImDrawList: Fixed AddCircle() to fit precisely within bounding box like AddCircleFilled() and AddRectFilled() (followup #457 ago%!(EXTRA string=9 years)
ocornut 668a247af0 Demo: added more draw primitives in the Custom Rendering example (#457) ago%!(EXTRA string=9 years)
ocornut e41568f87f Version number 1.48 WIP + Update binaries ago%!(EXTRA string=9 years)
ocornut 24d186753e Version number 1.47 ago%!(EXTRA string=9 years)
ocornut e4cf44e967 Minor rebranding "ImGui" -> "dear imgui" (#21) ago%!(EXTRA string=9 years)
ocornut 2e5352786a Bullet(), BulletText(): vertical and horizontal alignment fixes (namely for widget sized line height). (followup to #414, #282) ago%!(EXTRA string=10 years)
ocornut 558430ca8f TreeNode() fixed alignment of collapse arrow to it matches bullet (broken in 4006fb77bc) ago%!(EXTRA string=10 years)
ocornut 5084f90a0d Added ProgressBar() (#333) ago%!(EXTRA string=10 years)
ocornut 02ce1a2b32 Demo: Display extra info from ImFontConfig in the font display ago%!(EXTRA string=10 years)
ocornut 18223fd3ab Demo: Tweak window option and style display ago%!(EXTRA string=10 years)
ocornut a9bdda0d95 Demo: Added style editor in demo menu + exposed WindowFillAlphaDefault ago%!(EXTRA string=10 years)
ocornut a500c0daf7 Demo: some TreeNode layout examples (#414, #282) ago%!(EXTRA string=10 years)
ocornut 4006fb77bc TreeNode,CollapsingHeader: sizing fixes to support laying out item on same line before/after (#414, #282) ago%!(EXTRA string=10 years)
ocornut eb6575508f Demo: Tweaked Clipping example. ago%!(EXTRA string=10 years)
ocornut b2b4bbe5ea Demo: Fixed variable shadowing warning. ago%!(EXTRA string=10 years)