- 46d39d5 Fixed GCC false positive. (#9508) by ocornut · 7 days ago master
- 551a0a6 TextAligned, TextAlignedV: rework to always use provided width. (#7024, #9455, #1980) by ocornut · 7 days ago
- 5de45fb Trim trailing white spaces. Changes some NULL to nullptr. by ocornut · 7 days ago
- 49fa47f Added IM_FMTARGS/IM_FMTLIST to TextAligned() functions. (#1980, #9455) by Daniel K. O. (dkosmari) · 7 weeks ago
- 5b6e19b Examples: Apple+OpenGL3: added new example. by ocornut · 7 days ago
- 70e60a3 Examples: Apple+OpenGL2: silence warnings. by ocornut · 7 days ago
- 2ddb5fc Examples: SDL2+Metal: stop using SDL_CreateRenderer(). (#5592) by ocornut · 7 days ago
- 98f3efc Examples: SDL2+Metal: fixed mismatches with other examples. by ocornut · 7 days ago
- 730f099 Backends: OpenGL3: fixed unused variable warning. (#9507) by ocornut · 8 days ago
- 724c69b Backends: SDL2: fixed querying framebuffer scale/density when using Metal. (#5592) by ocornut · 8 days ago
- 6a6d7bc Internals: added SetNextWindowFlags(), SetNextWindowChildFlags() helpers + made BeginChildEx() itself read from them. (#9503, #8280, #9412, #9499, #9393, #8488) by ocornut · 8 days ago
- a5a3e1b (Breaking) Backends: DX12: removed support for legacy `ImGui_ImplDX12_Init()` signature obsoleted in 1.91.6. (#9487) by ocornut · 9 days ago
- 2de0a07 Fixed PVS Studio false positive. by ocornut · 10 days ago
- 7c9f0c1 Backends, Examples: QNX: amends. Moved ignore list to main file. Removed .use files. (#9492) by ocornut · 10 days ago
- 40ec568 Backends+Examples: QNX Screen: added initial QNX support to backends and examples. (#9492) by Mike Gorchak · 2 weeks ago
- 5108603 DrawList: apply current pixel density to DrawList's fringe scale. Added ImDrawList::_SetPixelDensity(). Reword FontRasterizerDensity as CurrentPixelDensity. by ocornut · 11 days ago
- fdc1152 (Breaking) Style: obsoleted style.CurveTessellationTol in favor of style.CurveTesselationMaxError. by ocornut · 11 days ago
- b647af2 Fonts: AddFontDefault() uses framebuffer scale. by ocornut · 11 days ago
- ebd752a Version 1.93.0 WIP by ocornut · 11 days ago
- 9b7699f Backends: amend comments to state that bilinear filtering is required ahead of 1.93. by ocornut · 13 days ago