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