652 Commits (b4f564c1ed7db124c0ef45368dc2916bb5964e56)

Author SHA1 Message Date
ocornut f48aae600a Version 1.90.7 WIP 6 months ago
ocornut 6ccc561a2a Version 1.90.6 6 months ago
ocornut d4495446d5 Windows, Internal: added experimental SkipRefresh mode. (#3515, #4763, #7556, #5116 , #4076, #2749, #2268) 6 months ago
GamingMinds-DanielC b475309fa1 Fonts: Fixed font ascent and descent calculation when a font hits exact integer values. (#7399, #7404) 8 months ago
ocornut daecfffefb Text, DrawList: Improved handling of long single-line wrapped text. (#7496, #5720) 7 months ago
ocornut 3caa79c8a5 Version 1.90.6 WIP 7 months ago
ocornut f790d51665 Silent zealous/stupid warning introduced by Clang 16 (shipping with VS2022) with -Weverything. Pointers are now illegal! 7 months ago
ocornut 231cbee0fc Version 1.90.5 7 months ago
ocornut 37b37fc2a3 DrawList: Allow AddText() to accept null ranges. (#3615, 7391) 8 months ago
cfillion 868facff9d ImDrawList: (Breaking) merge float radius_x/radius_y parameters into ImVec2 radius in PathEllipticalArcTo(), AddEllipse(), AddEllipseFilled(). (#2743, #7417) 8 months ago
ocornut fbf45ad149 ImDrawList: add PathFillConcave(), AddConcavePolyFilled(): amends (#760) 10 months ago
thedmd 1ff90c52d5 ImDrawList: add PathFillConcave(), AddConcavePolyFilled() (#760) 10 months ago
ocornut e46d1e69ac Version 1.90.5 WIP 8 months ago
ocornut 277ae93c41 Version 1.90.4 9 months ago
ocornut 3b6d924acd ProgressBar: Fixed a minor tesselation issue when rendering rounded progress bars. 9 months ago
ocornut 8a14b71f22 Version 1.90.4 WIP 9 months ago
ocornut 5b6f03213d Version 1.90.3 9 months ago
ocornut 915c6393ad Version 1.90.3 WIP 9 months ago
ocornut 536090303a Version 1.90.2 9 months ago
Bruce Mitchener f50ddc431e
Fixed some typos. (#7282) 9 months ago
ocornut 29809d7220 Version 1.90.2 WIP 10 months ago
ocornut d6cb3c923d Version 1.90.1 10 months ago
ocornut f1ae47c4b9 Docs: update links to Proggy Fonts. (#7211) 10 months ago
ocornut 3d083dbe1a Version 1.90.1 WIP 12 months ago
ocornut b81bd7ed98 Version 1.90.0 12 months ago
ocornut 46843b683b Fonts: minor/shallow amends (#6925) 12 months ago
thedmd ed29ff08ba Fonts: added support for RasterizerDensity in built-in atlas generator. (#6925) 1 year ago
thedmd abfb9269b5 Fonts: added RasterizerDensity to ImFontConfig. (#6925) 1 year ago
ocornut ab522dd18c Removed IM_OFFSETOF() macro in favor of using offsetof() available in C++11. Kept redirection define. (#4537) 1 year ago
ocornut 32228d8add Tables: added Angled headers support. Added ImGuiTableColumnFlags_AngledHeader, ImGui::TableHeadersAngledRow(), style.TableAngledHeadersAngle. (#2957) 1 year ago
ocornut 94da5842ef Renamed ImFloor() to ImTrunc(). Renamed ImFloorSigned() to ImFloor(). (#6861) 1 year ago
ocornut 6addf28c4b Fonts: Ensure calling AddFontXXX function doesn't invalidates ImFont's ConfigData pointers prior to building again. (#6825) 1 year ago
ocornut 32171a8b0c Fonts: Better assert during load when passing truncated font data or wrong data size. (#6822) 1 year ago
ocornut bd63a9f056 Fonts: 'float size_pixels' passed to AddFontXXX() functions is now rounded to lowest integer. (#3164, #3309, #6800) 1 year ago
ocornut 44a6b493ee Commented out obsolete ImDrawCornerFlags_XXX. Commented out runtime support for hardcoded ~0 or 0x01..0x0F rounding flags values for AddRect()/AddRectFilled()/PathRect()/AddImageRounded() 1 year ago
Leonardo Serrano e3d9b875c9 ImDrawList: added PathEllipticalArcTo(), AddEllipse(), AddEllipseFilled(). (#2743) 5 years ago
ocornut fb9b006865 Version 1.90 WIP 1 year ago
ocornut fef3389157 Version 1.89.9 1 year ago
ocornut 3816d478df ImDrawList: small debug-mode optimization when calling AddRect() without rounding + Selectable: small debug-mode optimization. 1 year ago
ocornut 82d177ccbd Using range-based for where it makes sense. (#4537) 1 year ago
EggsyCRO 52587c28d6 ImDrawList: Fixed OOB access in _CalcCircleAutoSegmentCount when passing excessively large radius to AddCircle(). (#6657, #5317) 1 year ago
ocornut d6d94d90bf Version 1.89.9 WIP 1 year ago
ocornut f7eea63872 Version v1.89.8 1 year ago
ocornut dc2b0a2823 Disable -Wreserved-identifier warning on Clang (applying to member fields seems excessively weird). 1 year ago
ocornut eefc9035f0 Fonts: ImFontConfig::OversampleH now defaults to 2 instead of 3. 1 year ago
ocornut 6888e6cdff ImDrawData: call _PopUnusedDrawCmd() later. as RenderDimmedBackgrounds() rely on a valid command being there (especially in docking branch). (#6406, #4879, #1878) 1 year ago
ocornut dbeeeae593 ImDrawData: Slight refactor so internal logic uses same logic as AddDrawList(). (#6406, #4879, #1878) 1 year ago
ocornut 1a9ddd2396 ImDrawData: added AddDrawList() helper function. (#6406, #4879, #1878) 1 year ago
ocornut c649aca20a ImDrawData: changed CmdLists from raw array to ImVector<> owned by ImDrawData itself. Faclitate user-manipulation of the array (#6406, #4879, #1878) + deep swap. (#6597, #6475, #6167, #5776, #5109, #4763, #3515, #1860) 1 year ago
ocornut 3fe4319314 Version 1.89.8 WIP 1 year ago