667 Commits (aef07aea27472b9a678967404d06ea7ab6d71fb9)

Author SHA1 Message Date
ocornut 193c1e2366 Version 1.91.2 WIP 2 months ago
ocornut 1dfbb100d6 Version 1.91.1 2 months ago
ocornut eb7201b902 Fonts: Made it possible to use PushFont()/PopFont() calls accross Begin() calls. (#3224, #3875, #6398, #7903) 3 months ago
ocornut 8cc6eee295 Fonts: amend assert when glyph range data seems incorrect. (#7856) 3 months ago
ocornut dcf54782d4 Version 1.91.WIP 3 months ago
ocornut 8199457a7d Version 1.91.0 3 months ago
ocornut 5496050f5f Added TextLink(), TextLinkOpenURL() hyperlink widgets. (#7660) 4 months ago
ocornut 84cc72f372 Version 1.91.0 WIP 4 months ago
ocornut cb16be3a3f Version 1.90.9 4 months ago
ocornut 21bda2ed99 TabBar, Style: added ImGuiTabBarFlags_DrawSelectedOverline and ImGuiCol_TabSelectedOverline, ImGuiCol_TabDimmedSelectedOverline. 5 months ago
ocornut 1b9593e889 Style: (Breaking) renamed ImGuiCol_TabActive -> ImGuiCol_TabSelected, ImGuiCol_TabUnfocused -> ImGuiCol_TabDimmed, ImGuiCol_TabUnfocusedActive -> ImGuiCol_TabDimmedSelected. 5 months ago
ocornut 7260bb51cf Version 1.90.9 WIP 5 months ago
ocornut 6f7b5d0ee2 Version 1.90.8 5 months ago
ocornut 1f9fc382c3 Version 1.90.8 WIP 5 months ago
ocornut 00ad3c65bc Version 1.90.7 5 months ago
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