2017-09-26 |
ImFont: Renamed ImFont::Glyph to ImFontGlyph (for consistency and so ImFontAtlas types can use it without ordering half of the file). Left a redirection type.
omar
committed
on 26 Sep 2017
|
---|---|
ImFontAtlas: Refactored internals API to 1) avoid building lookup table multiple times for merged fonts + 2) allow the mapping of custom icons inside fonts (wip, uncommited)
omar
committed
on 26 Sep 2017
|
|
ImFontAtlas: Comments and minor reorganization of declaration in header file.
omar
committed
on 26 Sep 2017
|
|
ImFont: Split some building code into a AddGlyph() helper (that custom rect code and imgui_freetype can use)
omar
committed
on 26 Sep 2017
|
|
2017-09-19 |
Merge pull request #1324 from waywardmonkeys/improve-clang-warnings
...
omar
authored
on 19 Sep 2017
GitHub
committed
on 19 Sep 2017
|
2017-09-18 |
Merge branch 'master' into styles
omar
committed
on 18 Sep 2017
|
2017-09-13 |
|
2017-09-12 |
Fixed alloca include for SunOS (#1319)
omar
committed
on 12 Sep 2017
|
2017-09-11 |
Don't do a bunch of OS gymnastics. alloca.h is only for glibc, everyone else uses stdlib.h
Daniel Loffgren
committed
on 11 Sep 2017
|
2017-08-29 |
RenderRectFilledRangeH() can't use cheap acosf() approximation for now. (#1296)
omar
committed
on 29 Aug 2017
|
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
|
|
ImDrawList: Minor renaming
omar
committed
on 29 Aug 2017
|
|
2017-08-28 |
imDrawList: PathArcTo() returns when passed zero radius.
omar
committed
on 28 Aug 2017
|
2017-08-27 |
ImDrawList: Minor tidying up.
omar
committed
on 27 Aug 2017
|
Internals: Renamed some ImGuiCorner enums.
omar
committed
on 27 Aug 2017
|
|
2017-08-25 |
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
|
ImFontConfig: Comments, const.
omar
committed
on 25 Aug 2017
|
|
Version 1.52 WIP
omar
committed
on 25 Aug 2017
|
|
2017-08-24 |
Version 1.51
omar
committed
on 24 Aug 2017
|
2017-08-20 |
Merge branch 'master' of https://github.com/ggtucker/imgui into ggtucker-master
...
omar
committed
on 20 Aug 2017
|
ImFontAtlas::AddFontDefault: Made it possible to override size (even if it isn't really recommended)
omar
committed
on 20 Aug 2017
|
|
2017-08-17 |
ImFontAtlas: Re-arranging code to simplify implementation of imgui_freetype. (#618)
omar
committed
on 17 Aug 2017
|
ImFontAtlas: Re-arranging code to simplify implementation of imgui_freetype. (#618)
omar
committed
on 17 Aug 2017
|
|
ImFontAtlas; Re-arranging code to simplify implementation of imgui_freetype (#618)
omar
committed
on 17 Aug 2017
|
|
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
|
|
|
|
ImFontAtlas: Some shallow renaming + added an assert for clarification
omar
committed
on 17 Aug 2017
|
|
2017-08-16 |
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 |
Whitespace fix to previous
James Wallis
authored
on 15 Aug 2017
GitHub
committed
on 15 Aug 2017
|
Make font atlas packing padding configurable
James Wallis
authored
on 15 Aug 2017
GitHub
committed
on 15 Aug 2017
|