2015-12-25 |
Version number 1.47
ocornut
committed
on 25 Dec 2015
|
---|---|
2015-12-24 |
Minor rebranding "ImGui" -> "dear imgui" (#21)
ocornut
committed
on 24 Dec 2015
|
2015-12-13 |
Bullet(), BulletText(): vertical and horizontal alignment fixes (namely for widget sized line height). (followup to #414, #282)
ocornut
committed
on 13 Dec 2015
|
TreeNode() fixed alignment of collapse arrow to it matches bullet (broken in
4006fb7 )
ocornut
committed
on 13 Dec 2015
|
|
Added ProgressBar() (#333)
ocornut
committed
on 13 Dec 2015
|
|
Demo: Display extra info from ImFontConfig in the font display
ocornut
committed
on 13 Dec 2015
|
|
Demo: Tweak window option and style display
ocornut
committed
on 13 Dec 2015
|
|
Demo: Added style editor in demo menu + exposed WindowFillAlphaDefault
ocornut
committed
on 13 Dec 2015
|
|
2015-11-29 |
Demo: some TreeNode layout examples (#414, #282)
ocornut
committed
on 29 Nov 2015
|
TreeNode,CollapsingHeader: sizing fixes to support laying out item on same line before/after (#414, #282)
ocornut
committed
on 29 Nov 2015
|
|
Demo: Tweaked Clipping example.
ocornut
committed
on 29 Nov 2015
|
|
Demo: Fixed variable shadowing warning.
ocornut
committed
on 29 Nov 2015
|
|
Fixed int>void* warnings for 64-bits architectures and fancy warnings
ocornut
committed
on 29 Nov 2015
|
|
2015-11-28 |
Demo: comments (#414)
ocornut
committed
on 28 Nov 2015
|
Demo: Moved property editor demo to its own mini example applet (#414)
ocornut
committed
on 28 Nov 2015
|
|
Columns: Added Property Tree demo among tidying up demos (#125, #414)
ocornut
committed
on 28 Nov 2015
|
|
Columns: minor tidying up while investigating severe issues with indenting within columns (#414)
ocornut
committed
on 28 Nov 2015
|
|
2015-11-19 |
InputText: Added password mode via ImGuiInputTextFlags_Password (#237, #363, #374)
ocornut
committed
on 19 Nov 2015
|
2015-11-16 |
Demo: Made the "menu inside a regular window" be in a different menuset. Added a comment (#409)
ocornut
committed
on 16 Nov 2015
|
2015-11-13 |
Moving stdlib.h include outside of imgui.h (#405)
ocornut
committed
on 13 Nov 2015
|
2015-10-30 |
Examples: Fixed crash when both buttons are held (#393)
ocornut
committed
on 30 Oct 2015
|
2015-10-18 |
Version number 1.47 WIP
ocornut
committed
on 18 Oct 2015
|
Version 1.46
ocornut
committed
on 18 Oct 2015
|
|
InputText: added comments and somehow clarified the optimized code that calculate text position + updated demo
ocornut
committed
on 18 Oct 2015
|
|
2015-09-30 |
Scrollbar: Tweaked scrollbar inner padding for small scrollbars.
ocornut
committed
on 30 Sep 2015
|
Scrollbar: horizontal scrollbar demo allows to enable simultanaeous scrollbars on both axises.
ocornut
committed
on 30 Sep 2015
|
|
2015-09-20 |
Demo: Extra plotting examples.
ocornut
committed
on 20 Sep 2015
|
2015-09-17 |
Fixed mouse click detection to be more friendly to DeltaTime 0.0 (#338)
ocornut
committed
on 17 Sep 2015
|
2015-09-11 |
ImFontAtlas: Added TexDesiredWidth and tweaked default cheapo best-width choice(#327)
ocornut
committed
on 11 Sep 2015
|
2015-09-10 |
Minor typo
ocornut
committed
on 10 Sep 2015
|