2016-10-09 |
ImDrawList: AddRect(), PathRect() default rounded_corner 0x0F->~0/-1 so it appears less obscure in IDE completions
ocornut
committed
on 9 Oct 2016
|
---|---|
2016-10-07 |
ImDrawList: Uses IM_COL32_A_MASK macro instead of hardcoded zero alpha testing (#844)
ocornut
committed
on 7 Oct 2016
|
2016-10-06 |
Fix clang warning: unknown warning group '-Wreserved-id-macro'
Jeongseok Lee
committed
on 6 Oct 2016
|
2016-10-01 |
Minor tidying up following merge BGRA color PR (#844)
ocornut
committed
on 1 Oct 2016
|
2016-09-26 |
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 |
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 |
ImFont: CalcWordWrapPositionA() fixed font scaling with fallback character. (followup to
8666648 )
ocornut
committed
on 19 Sep 2016
|
2016-07-20 |
Tab->Spaces, missing spaces, typos
ocornut
committed
on 20 Jul 2016
|
Added GetGlyphRangesThai()
Adisorn Aeksatean
authored
on 19 Jul 2016
ocornut
committed
on 20 Jul 2016
|
|
2016-07-16 |
|
2016-06-11 |
ImDrawList: Fixed a (rarely occuring) bug with merging with previous command + unnecessary OverlayDrawList command
ocornut
committed
on 11 Jun 2016
|
2016-06-07 |
ImFont: Allowing to use up to 0xFFFE glyphs in same font (increased from previous 0x8000)
ocornut
committed
on 7 Jun 2016
|
2016-05-30 |
Version 1.50 WIP
ocornut
committed
on 30 May 2016
|
2016-05-29 |
Version 1.49
ocornut
committed
on 29 May 2016
|
2016-05-17 |
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 |
Fixed iOS/OSX build.
Branimir Karadžić
authored
on 9 May 2016
ocornut
committed
on 9 May 2016
|
2016-05-07 |
|
Added CreateContext/DestroyContext/GetCurrentContext/SetCurrentContext() (#586, #269)
ocornut
committed
on 7 May 2016
|
|
Ignore implicit conversion warnings
Sergej Reich
committed
on 7 May 2016
|
|
2016-05-04 |
Fixed/silenced various absurd GCC warnings from outer space (#626)
ocornut
committed
on 4 May 2016
|
Fixed various Clang -Weverything warnings (#626)
ocornut
committed
on 4 May 2016
|
|
2016-04-30 |
PushClipRect(): not altering passed values, leave it to caller responsibility to floor properly (followup #582)
ocornut
committed
on 30 Apr 2016
|
2016-04-26 |
Made ImGui::PushClipRect()/PopClipRect() public. Changed ImDrawList::PushClipRect() prototype. Fixed demo. (#610)
ocornut
committed
on 26 Apr 2016
|
ImFont: Added AddRemapChar() helper (#609)
ocornut
committed
on 26 Apr 2016
|
|
2016-04-23 |
ImFont: IndexLookup stores short instead of int, so typical ascii-set lookup fits in 256 bytes
ocornut
committed
on 23 Apr 2016
|
ImFont: Tweaking layout, shaving bit of alignment and simple hot/cot split
ocornut
committed
on 23 Apr 2016
|
|
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 |
ImFont: Added RenderChar() helper.
ocornut
committed
on 22 Apr 2016
|
2016-04-18 |
ImDrawList: Added AddQuad(), AddQuadFilled() helpers.
ocornut
committed
on 18 Apr 2016
|
2016-04-12 |
Fix font config propagation in FontFromMemoryCompressedTTF()
Sergej Reich
committed
on 12 Apr 2016
|