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
|
Version 1.46
ocornut
committed
on 18 Oct 2015
|
|
2015-10-11 |
ImDrawList: ChannelsSetCurrent() added an extra assert
ocornut
committed
on 11 Oct 2015
|
2015-10-08 |
Missing tidying up (#358)
ocornut
committed
on 8 Oct 2015
|
2015-10-01 |
|
2015-09-30 |
Draw: Fixed rectangle rendering glitches with width/height <= 1/2 and rounding enabled.
ocornut
committed
on 30 Sep 2015
|
2015-09-23 |
|
Add support for Korean.
Jiho Choi
committed
on 23 Sep 2015
|
|
2015-09-11 |
ImFontAtlas: Added TexDesiredWidth and tweaked default cheapo best-width choice(#327)
ocornut
committed
on 11 Sep 2015
|
ImDrawList, ImFontAtlas: comments, tweaks. moved less scary functions at the top of the file.
ocornut
committed
on 11 Sep 2015
|
|
Internal ImLoadFileToMemory() return void* instead of taking void** + allow optional int* file_size
ocornut
committed
on 11 Sep 2015
|
|
Comments (#328)
ocornut
committed
on 11 Sep 2015
|
|
2015-09-07 |
Fixed warning with VS2015 in stb_truetype.h
ocornut
committed
on 7 Sep 2015
|
2015-09-03 |
ImDrawList: fixed 1 leak per ImDrawList using the ChannelsSplit() API (via Columns) (fix #318)
ocornut
committed
on 3 Sep 2015
|
2015-09-02 |
Version number 1.46 WIP
ocornut
committed
on 2 Sep 2015
|
2015-09-01 |
Version number 1.45
ocornut
committed
on 1 Sep 2015
|
2015-08-30 |
Tabs to spaces
ocornut
committed
on 30 Aug 2015
|
Comments
ocornut
committed
on 30 Aug 2015
|
|
2015-08-28 |
AddBezier()->AddBezierCurve(). PathBezierTo()->PathBezierCurveTo(), and reads current point back, more standard (#311)
ocornut
committed
on 28 Aug 2015
|
ImDrawList: added AddBezier(), PathBezierTo() for cubic bezier curves (#311)
ocornut
committed
on 28 Aug 2015
|
|
2015-08-27 |
ImDrawData: added ScaleClipRects() helper (#287)
ocornut
committed
on 27 Aug 2015
|