History for imgui / imgui_draw.cpp
2016-04-09
@ocornut
Version 1.48
ocornut committed on 9 Apr 2016
2016-03-26
@omar
Merge pull request #563 from mneumann/fix_dragonfly ...
omar committed on 26 Mar 2016
@ocornut
Trim trailing spaces
ocornut committed on 26 Mar 2016
2016-03-24
@Michael Neumann
Fix compilation on DragonFly BSD
Michael Neumann committed on 24 Mar 2016
2016-03-22
@ocornut
ImDrawList: Added AddTriangle() function
ocornut committed on 22 Mar 2016
2016-03-21
@ocornut
Comments
ocornut committed on 21 Mar 2016
@ocornut
ImDrawList: Allow AddText(ImFont* font, float font_size, ...) to take NULL/0.0f as default
ocornut committed on 21 Mar 2016
@ocornut
Various tidying up / comments, moved columns functions declarations, no functional changes
ocornut committed on 21 Mar 2016
@ocornut
ImDrawList: AddRect() added optional thickness parameter + updated demo
ocornut committed on 21 Mar 2016
@ocornut
ImDrawList: AddCircle() takes optional thickness parameter
ocornut committed on 21 Mar 2016
2016-01-30
@ocornut
ImDrawList: fixed index overflow check broken by AddText(). Added extra assert. (#514)
ocornut committed on 30 Jan 2016
2016-01-25
@ocornut
Remove dependency on <new> header (#484, #504) ...
ocornut committed on 25 Jan 2016
2016-01-23
@ocornut
Cleaned up the top of imgui.h, documenting all types / forward declarations
ocornut committed on 23 Jan 2016
2016-01-21
@ocornut
Commented Clang warning that's not compatible with all versions. Comments.
ocornut committed on 21 Jan 2016
2016-01-20
@ocornut
ImFontAtlas: heuristic increase texture width up to 4096 with 4000+ glyphs. Various comments (#491)
ocornut committed on 20 Jan 2016
2016-01-08
@ocornut
ImDrawList: Added PrimQuadUV() helper to ease custom rendering of textured quads
ocornut committed on 8 Jan 2016
2015-12-27
@ocornut
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
@ocornut
ImDrawList: Fixed AddCircle() to fit precisely within bounding box like AddCircleFilled() and AddRectFilled() (followup #457
ocornut committed on 27 Dec 2015
2015-12-26
@ocornut
Fixed various Clang -Weverything warnings
ocornut committed on 26 Dec 2015
@ocornut
Version number 1.48 WIP + Update binaries
ocornut committed on 26 Dec 2015
2015-12-25
@ocornut
Version number 1.47
ocornut committed on 25 Dec 2015
@ocornut
Comments about ImDrawList::PushClipRect
ocornut committed on 25 Dec 2015
2015-12-24
@ocornut
Minor rebranding "ImGui" -> "dear imgui" (#21)
ocornut committed on 24 Dec 2015
2015-12-15
@ocornut
ImDrawList: Simplified code and added check to avoid mis-recycling a callback command.
ocornut committed on 15 Dec 2015
@ocornut
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
@ocornut
Tweak GetGlyphRangesJapanese() to it is easier to modify
ocornut committed on 29 Nov 2015
2015-11-28
@ocornut
Speculative build fix for old versions of Visual Studio compiler
ocornut committed on 28 Nov 2015
2015-10-30
@ocornut
Speculative build fix for using alloca on PS4 & FreeBSD
ocornut committed on 30 Oct 2015
@ocornut
Tabs to spaces
ocornut committed on 30 Oct 2015
2015-10-18
@ocornut
Version number 1.47 WIP
ocornut committed on 18 Oct 2015