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
|
2016-04-09 |
Version 1.49 WIP
ocornut
committed
on 9 Apr 2016
|
Version 1.48
ocornut
committed
on 9 Apr 2016
|
|
2016-03-26 |
|
Trim trailing spaces
ocornut
committed
on 26 Mar 2016
|
|
2016-03-24 |
Fix compilation on DragonFly BSD
Michael Neumann
committed
on 24 Mar 2016
|
2016-03-22 |
ImDrawList: Added AddTriangle() function
ocornut
committed
on 22 Mar 2016
|
2016-03-21 |
Comments
ocornut
committed
on 21 Mar 2016
|
ImDrawList: Allow AddText(ImFont* font, float font_size, ...) to take NULL/0.0f as default
ocornut
committed
on 21 Mar 2016
|
|
Various tidying up / comments, moved columns functions declarations, no functional changes
ocornut
committed
on 21 Mar 2016
|
|
ImDrawList: AddRect() added optional thickness parameter + updated demo
ocornut
committed
on 21 Mar 2016
|
|
ImDrawList: AddCircle() takes optional thickness parameter
ocornut
committed
on 21 Mar 2016
|
|
2016-01-30 |
ImDrawList: fixed index overflow check broken by AddText(). Added extra assert. (#514)
ocornut
committed
on 30 Jan 2016
|
2016-01-25 |
|
2016-01-23 |
Cleaned up the top of imgui.h, documenting all types / forward declarations
ocornut
committed
on 23 Jan 2016
|