2018-11-30 |
Fixed a text rendering/clipping bug introduced in 1.66 (on 2018-10-12, commit ede3a3b9) that affect single ImDrawList::AddText() calls with single strings larger than 10k. Text/TextUnformatted() calls were not affected, but e.g. InputText() was.
omar
committed
on 30 Nov 2018
|
---|---|
Fixed a text rendering/clipping bug introduced in 1.66 (on 2018-10-12, commit ede3a3b9) that affect single ImDrawList::AddText() calls with single strings larger than 10k. Text/TextUnformatted() calls were not affected, but e.g. InputText() was.
omar
committed
on 30 Nov 2018
|
|
About, IO: Added io.BackendPlatformName, io.BackendRendererName for informational/QA purpose.
omar
committed
on 30 Nov 2018
|
|
Added ShowAboutWindow(), About Window now showing various config/build information.
omar
committed
on 30 Nov 2018
|
|
About: Added build/system info relating to Docking branch.
omar
committed
on 30 Nov 2018
|
|
Merge branch 'viewport' into docking
omar
committed
on 30 Nov 2018
|
|
About: Added build/system info relating to Viewport branch.
omar
committed
on 30 Nov 2018
|
|
|
|
About, IO: Added io.BackendPlatformName, io.BackendRendererName for informational/QA purpose.
omar
committed
on 30 Nov 2018
|
|
Added ShowAboutWindow(), About Window now showing various config/build information.
omar
committed
on 30 Nov 2018
|
|
2018-11-27 |
|
Viewport: Better support for toggling ImGuiConfigFlags_ViewportsEnable. (#2196)
omar
committed
on 27 Nov 2018
|
|
2018-11-26 |
Docking: Added ImGuiDockNodeFlags_NoResize. (#2109)
omar
committed
on 26 Nov 2018
|
|
|
|
|
2018-11-23 |
Docking: Added ImGuiConfigFlags_DockingNoSplit flag. (#2109)
omar
committed
on 23 Nov 2018
|
2018-11-22 |
Version 1.67 WIP
omar
committed
on 22 Nov 2018
|
|
|
|
|
Version 1.66
omar
committed
on 22 Nov 2018
|
|
2018-11-06 |
Merge branch 'viewport' into docking
omar
committed
on 6 Nov 2018
|
2018-11-05 |
Merge branch 'master' into viewport
omar
committed
on 5 Nov 2018
|
Doc: Fixed comments referring to LoadFromFileTTF() instead of AddFontFromFileTTF() (#2153)
Torkel Bjørnson-Langen
authored
on 5 Nov 2018
omar
committed
on 5 Nov 2018
|
|
2018-10-25 |
|
|
|
Demo: Removed one level of indentation in the ShowDemoWindowXXX functions (6 kb worth of spaces!). Will break some merge/PR.
omar
committed
on 25 Oct 2018
|
|
Demo: Split the contents of ShowDemoWindow() into smaller functions as it appears to speed up link time with VS. (#2152)
omar
committed
on 25 Oct 2018
|
|
Comments in demo and opengl code + Internals: Added HoveredIdNotActiveTimer tracking hovering time unless the item is active, which is a commonly useful pattern.
omar
committed
on 25 Oct 2018
|
|
Added DockSpaceOverViewport() call, not sure about this because of the menu bar limitation. (#2109)
omar
committed
on 25 Oct 2018
|
|
2018-10-18 |
|