History for imgui / imgui_draw.cpp
2017-08-29
@omar
RenderRectFilledRangeH() can't use cheap acosf() approximation for now. (#1296)
omar committed on 29 Aug 2017
@omar
Added overcomplicated RenderRectFilledRangeH() to fix rounded progress bar, which will also help for range widgets and perhaps sliders grabs over rounded areas. (#1296, #76)
omar committed on 29 Aug 2017
@omar
ImDrawList: Minor renaming
omar committed on 29 Aug 2017
2017-08-28
@omar
imDrawList: PathArcTo() returns when passed zero radius.
omar committed on 28 Aug 2017
2017-08-27
@omar
ImDrawList: Minor tidying up.
omar committed on 27 Aug 2017
@omar
Internals: Renamed some ImGuiCorner enums.
omar committed on 27 Aug 2017
2017-08-25
@omar
ImFontConfig: Added RasterizerMultiply option to alter the brightness of individual fonts at rasterization time, which may help increasing readability for some. Added RasterizerFlags for custom rasterizer flags (aka imgui_freetype)
omar committed on 25 Aug 2017
@omar
ImFontConfig: Comments, const.
omar committed on 25 Aug 2017
@omar
Version 1.52 WIP
omar committed on 25 Aug 2017
2017-08-24
@omar
Version 1.51
omar committed on 24 Aug 2017
2017-08-20
@omar
Merge branch 'master' of https://github.com/ggtucker/imgui into ggtucker-master ...
omar committed on 20 Aug 2017
@omar
ImFontAtlas::AddFontDefault: Made it possible to override size (even if it isn't really recommended)
omar committed on 20 Aug 2017
2017-08-17
@omar
ImFontAtlas: Re-arranging code to simplify implementation of imgui_freetype. (#618)
omar committed on 17 Aug 2017
@omar
ImFontAtlas: Re-arranging code to simplify implementation of imgui_freetype. (#618)
omar committed on 17 Aug 2017
@omar
ImFontAtlas; Re-arranging code to simplify implementation of imgui_freetype (#618)
omar committed on 17 Aug 2017
@omar
ImFontAtlas: Draft of an api to submit custom rectangle (not exposed). Atlas default texture chunk using it. (WIP: we are still storing mouse UV outside in GImGui)
omar committed on 17 Aug 2017
@omar
ImFontAtlas: Some shallow renaming + added an assert for clarification
omar committed on 17 Aug 2017
2017-08-16
@omar
ImFontAtlas: Shuffling some code inside Build() to make upcoming diffs less confusing (nb: we might break compat with forks of Build() like #618)
omar committed on 16 Aug 2017
2017-08-15
@James Wallis
Whitespace fix to previous
James Wallis authored on 15 Aug 2017 GitHub committed on 15 Aug 2017
@James Wallis
Make font atlas packing padding configurable
James Wallis authored on 15 Aug 2017 GitHub committed on 15 Aug 2017
2017-08-14
@omar
ImFont::CalcWordWrapPositionA: minor optimization
omar committed on 14 Aug 2017
@omar
Revert d2c219d #826 + tidying up ImFont::RenderChar()
omar committed on 14 Aug 2017
@omar
Merge pull request #826 from swetland/patch ...
omar authored on 14 Aug 2017 GitHub committed on 14 Aug 2017
2017-08-13
@omar
PathArcToFast: Minor renaming for clarification. Comments.
omar committed on 13 Aug 2017
2017-08-09
@omar
Added ImFontAtlas::GlyphRangesBuilder helper + doc
omar committed on 9 Aug 2017
2017-07-30
@omar
Use ~IM_COL32_A_MASK instead of IM_COL32(255,255,255,0)
omar committed on 30 Jul 2017
2017-07-25
@omar
imDrawList::PathRect() uses ImGuiCorner_ enums. Should fully promote this to imgui.h at some point.
omar committed on 25 Jul 2017
2017-07-15
@omar
ImDrawList::PrimReserve() minor renaming of locals to make things clearer
omar committed on 15 Jul 2017
2017-07-14
@omar
Comments. Removed sort-of duplicate access to GImGui->Font in ImDrawList::AddText() so it's only in one place.
omar committed on 14 Jul 2017
2017-06-13
@omar
Version 1.51 WIP tag
omar committed on 13 Jun 2017