History for imgui / imgui_draw.cpp
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
@ocornut
Version 1.46
ocornut committed on 18 Oct 2015
2015-10-11
@ocornut
ImDrawList: ChannelsSetCurrent() added an extra assert
ocornut committed on 11 Oct 2015
2015-10-08
@ocornut
Missing tidying up (#358)
ocornut committed on 8 Oct 2015
2015-10-01
@osman-brian
Update imgui_draw.cpp ...
osman-brian committed on 1 Oct 2015
2015-09-30
@ocornut
Draw: Fixed rectangle rendering glitches with width/height <= 1/2 and rounding enabled.
ocornut committed on 30 Sep 2015
2015-09-23
@omar
Merge pull request #348 from zho7611/add_korean_support ...
omar committed on 23 Sep 2015
@Jiho Choi
Add support for Korean.
Jiho Choi committed on 23 Sep 2015
2015-09-11
@ocornut
ImFontAtlas: Added TexDesiredWidth and tweaked default cheapo best-width choice(#327)
ocornut committed on 11 Sep 2015
@ocornut
ImDrawList, ImFontAtlas: comments, tweaks. moved less scary functions at the top of the file.
ocornut committed on 11 Sep 2015
@ocornut
Internal ImLoadFileToMemory() return void* instead of taking void** + allow optional int* file_size
ocornut committed on 11 Sep 2015
@ocornut
Comments (#328)
ocornut committed on 11 Sep 2015
2015-09-07
@ocornut
Fixed warning with VS2015 in stb_truetype.h
ocornut committed on 7 Sep 2015
2015-09-03
@ocornut
ImDrawList: fixed 1 leak per ImDrawList using the ChannelsSplit() API (via Columns) (fix #318)
ocornut committed on 3 Sep 2015