History for imgui / imgui_draw.cpp
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
2015-09-02
@ocornut
Version number 1.46 WIP
ocornut committed on 2 Sep 2015
2015-09-01
@ocornut
Version number 1.45
ocornut committed on 1 Sep 2015
2015-08-30
@ocornut
Tabs to spaces
ocornut committed on 30 Aug 2015
@ocornut
Comments
ocornut committed on 30 Aug 2015
2015-08-28
@ocornut
AddBezier()->AddBezierCurve(). PathBezierTo()->PathBezierCurveTo(), and reads current point back, more standard (#311)
ocornut committed on 28 Aug 2015
@ocornut
ImDrawList: added AddBezier(), PathBezierTo() for cubic bezier curves (#311)
ocornut committed on 28 Aug 2015
2015-08-27
@ocornut
ImDrawData: added ScaleClipRects() helper (#287)
ocornut committed on 27 Aug 2015