2016-04-09 |
Version 1.48
ocornut
committed
on 9 Apr 2016
|
---|---|
2016-03-26 |
|
Trim trailing spaces
ocornut
committed
on 26 Mar 2016
|
|
2016-03-24 |
Fix compilation on DragonFly BSD
Michael Neumann
committed
on 24 Mar 2016
|
2016-03-22 |
ImDrawList: Added AddTriangle() function
ocornut
committed
on 22 Mar 2016
|
2016-03-21 |
Comments
ocornut
committed
on 21 Mar 2016
|
ImDrawList: Allow AddText(ImFont* font, float font_size, ...) to take NULL/0.0f as default
ocornut
committed
on 21 Mar 2016
|
|
Various tidying up / comments, moved columns functions declarations, no functional changes
ocornut
committed
on 21 Mar 2016
|
|
ImDrawList: AddRect() added optional thickness parameter + updated demo
ocornut
committed
on 21 Mar 2016
|
|
ImDrawList: AddCircle() takes optional thickness parameter
ocornut
committed
on 21 Mar 2016
|
|
2016-01-30 |
ImDrawList: fixed index overflow check broken by AddText(). Added extra assert. (#514)
ocornut
committed
on 30 Jan 2016
|
2016-01-25 |
|
2016-01-23 |
Cleaned up the top of imgui.h, documenting all types / forward declarations
ocornut
committed
on 23 Jan 2016
|
2016-01-21 |
Commented Clang warning that's not compatible with all versions. Comments.
ocornut
committed
on 21 Jan 2016
|
2016-01-20 |
ImFontAtlas: heuristic increase texture width up to 4096 with 4000+ glyphs. Various comments (#491)
ocornut
committed
on 20 Jan 2016
|
2016-01-08 |
ImDrawList: Added PrimQuadUV() helper to ease custom rendering of textured quads
ocornut
committed
on 8 Jan 2016
|
2015-12-27 |
Fixed ImDrawList::AddRect() which used to render a rectangle 1 px too large on each axis., fixed Image(), ImageButton() as well (#457)
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
|
|
2015-12-26 |
Fixed various Clang -Weverything warnings
ocornut
committed
on 26 Dec 2015
|
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
|
Comments about ImDrawList::PushClipRect
ocornut
committed
on 25 Dec 2015
|
|
2015-12-24 |
Minor rebranding "ImGui" -> "dear imgui" (#21)
ocornut
committed
on 24 Dec 2015
|
2015-12-15 |
ImDrawList: Simplified code and added check to avoid mis-recycling a callback command.
ocornut
committed
on 15 Dec 2015
|
ImDrawList: Fixed bug with PopClipRect() sometimes altering TextureId + fixed merging of draw calls with same TextureId
ocornut
committed
on 15 Dec 2015
|
|
2015-11-29 |
Tweak GetGlyphRangesJapanese() to it is easier to modify
ocornut
committed
on 29 Nov 2015
|
2015-11-28 |
Speculative build fix for old versions of Visual Studio compiler
ocornut
committed
on 28 Nov 2015
|
2015-10-30 |
Speculative build fix for using alloca on PS4 & FreeBSD
ocornut
committed
on 30 Oct 2015
|
Tabs to spaces
ocornut
committed
on 30 Oct 2015
|
|
2015-10-18 |
Version number 1.47 WIP
ocornut
committed
on 18 Oct 2015
|