View Single Post
Old 06-04-2021, 03:04 PM   #208
cfillion
Human being with feelings
 
cfillion's Avatar
 
Join Date: May 2015
Location: Québec, Canada
Posts: 4,937
Default

Released verson 0.4.1:

Code:
• Add a C++ extension example [p=2447754]
• C++ binding: add missing ImGui_Font declaration
• Demo: fix 'Scroll Offset' and 'Scroll To Pos' buttons in Layout & Scrolling->Scrolling
• Document CreateFont's supported generic font families
• macOS: improve keycode compatibility across various keyboard layouts [p=2450237]
• Update Dear ImGui to v1.83 (release notes at https://github.com/ocornut/imgui/releases/tag/v1.83)
• Workaround a possible race condition when detecting the splash screen [p=2450259]
• Windows: fix a crash when dragging files from some sources [p=2445786]

API changes:
• Add ConfigFlags_NoRestoreSize [p=2450209]
• Add TableSetColumnEnabled

Last edited by cfillion; 06-04-2021 at 04:00 PM.
cfillion is offline   Reply With Quote