History for imgui / imgui_draw.cpp
2016-10-01
@ocornut
Minor tidying up following merge BGRA color PR (#844)
ocornut committed on 1 Oct 2016
2016-09-26
@Michał Cichoń
Apply Omar feedback and convert remaining 0xAABBGGRR's into IM_COL32(RR,GG,BB,AA) format.
Michał Cichoń committed on 26 Sep 2016
2016-09-23
@ocornut
Inhibiting a ??e sequence in the embedded font. Shouldn't be treated as a trigraph but consistent with encoder (#839)
ocornut committed on 23 Sep 2016
2016-09-19
@ocornut
ImFont: CalcWordWrapPositionA() fixed font scaling with fallback character. (followup to 8666648)
ocornut committed on 19 Sep 2016
2016-07-20
@ocornut
Tab->Spaces, missing spaces, typos
ocornut committed on 20 Jul 2016
@Adisorn Aeksatean
Added GetGlyphRangesThai()
Adisorn Aeksatean authored on 19 Jul 2016 ocornut committed on 20 Jul 2016
2016-07-16
@ocornut
Speculative build fix for FreeBSD+GLIBC configuration ...
ocornut committed on 16 Jul 2016
2016-06-11
@ocornut
ImDrawList: Fixed a (rarely occuring) bug with merging with previous command + unnecessary OverlayDrawList command
ocornut committed on 11 Jun 2016
2016-06-07
@ocornut
ImFont: Allowing to use up to 0xFFFE glyphs in same font (increased from previous 0x8000)
ocornut committed on 7 Jun 2016
2016-05-30
@ocornut
Version 1.50 WIP
ocornut committed on 30 May 2016
2016-05-29
@ocornut
Version 1.49
ocornut committed on 29 May 2016
2016-05-17
@ocornut
ImFontAtlas: Tweak to allow MergeMode to apply on a font that isn't the previous one, by setting the DstFont field.
ocornut committed on 17 May 2016
2016-05-09
@Branimir Karadžić
Fixed iOS/OSX build.
Branimir Karadžić authored on 9 May 2016 ocornut committed on 9 May 2016
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