2016-01-05 |
Demo: extra comments and example for PushItemWidth(-1)
ocornut
committed
on 5 Jan 2016
|
---|---|
2015-12-30 |
Various minor fixes following a pass of cppcheck static analyzer
ocornut
committed
on 30 Dec 2015
|
2015-12-27 |
Clarify comment (#455)
ocornut
committed
on 27 Dec 2015
|
ImDrawList: Fixed AddCircle() to fit precisely within bounding box like AddCircleFilled() and AddRectFilled() (followup #457
ocornut
committed
on 27 Dec 2015
|
|
Demo: added more draw primitives in the Custom Rendering example (#457)
ocornut
committed
on 27 Dec 2015
|
|
2015-12-26 |
Version number 1.48 WIP + Update binaries
ocornut
committed
on 26 Dec 2015
|
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
|