History for imgui / imgui_draw.cpp
2016-05-07
@omar
Merge pull request #639 from sergof/conversion-warnings ...
omar committed on 7 May 2016
@ocornut
Added CreateContext/DestroyContext/GetCurrentContext/SetCurrentContext() (#586, #269)
ocornut committed on 7 May 2016
@Sergej Reich
Ignore implicit conversion warnings
Sergej Reich committed on 7 May 2016
2016-05-04
@ocornut
Fixed/silenced various absurd GCC warnings from outer space (#626)
ocornut committed on 4 May 2016
@ocornut
Fixed various Clang -Weverything warnings (#626)
ocornut committed on 4 May 2016
2016-04-30
@ocornut
PushClipRect(): not altering passed values, leave it to caller responsibility to floor properly (followup #582)
ocornut committed on 30 Apr 2016
2016-04-26
@ocornut
Made ImGui::PushClipRect()/PopClipRect() public. Changed ImDrawList::PushClipRect() prototype. Fixed demo. (#610)
ocornut committed on 26 Apr 2016
@ocornut
ImFont: Added AddRemapChar() helper (#609)
ocornut committed on 26 Apr 2016
2016-04-23
@ocornut
ImFont: IndexLookup stores short instead of int, so typical ascii-set lookup fits in 256 bytes
ocornut committed on 23 Apr 2016
@ocornut
ImFont: Tweaking layout, shaving bit of alignment and simple hot/cot split
ocornut committed on 23 Apr 2016
@ocornut
ImFont: RenderText() useful directly without ImDrawList::AddText().. Changed prototype. Reserving vertices after skipping non-visible lead.
ocornut committed on 23 Apr 2016
2016-04-22
@ocornut
ImFont: Added RenderChar() helper.
ocornut committed on 22 Apr 2016
2016-04-18
@ocornut
ImDrawList: Added AddQuad(), AddQuadFilled() helpers.
ocornut committed on 18 Apr 2016
2016-04-12
@Sergej Reich
Fix font config propagation in FontFromMemoryCompressedTTF()
Sergej Reich committed on 12 Apr 2016
2016-04-09
@ocornut
Version 1.49 WIP
ocornut committed on 9 Apr 2016
@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