- Jun 29, 2020
- Jun 25, 2020
-
-
Rokas Kupstys authored
-
omar authored
- Jun 23, 2020
-
-
omar authored
Popups: Changed 'int mouse_buttons' to ImGuiPopupFlags. Added ImGuiPopupFlags_NoOpenOverExistingPopup, ImGuiPopupFlags_NoOpenOverItems. Refactored signature of BeginPopupContextWindow().
-
omar authored
Popups: Added ImGuiPopupFlags type, ImGuiPopupFlags_AnyPopupId and ImGuiPopupFlags_AnyPopupLevel flags for IsPopupOpen(). # Conflicts: # docs/CHANGELOG.txt
-
omar authored
-
omar authored
BeginPopupModal() doesn't set the ImGuiWindowFlags_NoSavedSettings flag anymore, and will not always be auto-centered. (#915, #3091)
-
omar authored
-
omar authored
-
- Jun 20, 2020
-
-
omar authored
Internals: Initialize drawlist earlier in Begin() to facilitate detecting accidental draw earlier than legal. (#3311)
-
- Jun 19, 2020
- Jun 18, 2020
-
-
omar authored
Clang: Reduce uses of __has_warning for overall sanity, as compilers are hostile to software targetting multiple compiler version.
-
omar authored
-
Louis Schnellbach authored
-
- Jun 16, 2020
-
-
ocornut authored
-
ocornut authored
Popups: Fix BeginPopupContextVoid() when clicking over the area made unavailable by a modal. (#1636)
-
ocornut authored
-
ocornut authored
Popups: Fix an edge case where programatically closing a popup while clicking on its empty space would attempt to focus it and close other popups. (#2880)
-
- Jun 15, 2020
-
-
ocornut authored
Internals: Allow ItemHoverable() to be used with id==0 to facilitate high-level read-only hover test in widget code.
-
ocornut authored
Renamed OpenPopupOnItemClick() to OpenPopupContextItem(). Kept inline redirection function (will obsolete). + Removed CalcItemRectClosestPoint() entry point
-
ocornut authored
-
- Jun 13, 2020
-
-
Ben Carter authored
ImDrawList: Fixed minor bug introduced in 1.75 where AddCircle() with 12 segments would generate an extra unrequired vertex. Amend 5363af7f, 051ce076
- Jun 11, 2020
-
-
ocornut authored
-
- Jun 10, 2020
-
-
ocornut authored
-
- Jun 09, 2020
- Jun 08, 2020
-
-
ocornut authored
Columns: Lower overhead on column switches and switching to background channel (some stress tests in debug builds went 3->2 ms). (#125) This change benefits Columns but was primarily made with Tables in mind.
-
ocornut authored
ImDrawList, ImDrawListSplitter, Columns: Fixed an issue where changing channels with different TextureId, VtxOffset would incorrectly apply new settings to draw channels. (#3129, #3163)
-
ocornut authored
ImDrawList: Clarifying and guarateeing that CmdBuffer.back()->UserCallback should be always be NULL.
-
ocornut authored
ImDrawList: Prefixed internal functions with underscore, renamed UpdateClipRect() to _OnChangedClipRect(), UpdateTextureID() -> _OnChangedTextureID()
-
ocornut authored
-
ocornut authored
-
ocornut authored
-