History for imgui / imgui_draw.cpp
2017-10-27
@omar
Version 1.52
omar committed on 27 Oct 2017
2017-10-24
@omar
ImFontAtlas: Fixed memory leak if stbtt_InitFont() returned false. (#1391)
omar committed on 24 Oct 2017
2017-10-22
@omar
Font: Renamed ImFont::Clear() to ImFont::ClearOutputData() for consistency with what ImFontAtlas does. DisplayOffset is set by constructor but not reset by ClearOutputData. (#1349)
omar committed on 22 Oct 2017
@omar
Merge branch 'atlas_build_clear_font' of https://github.com/inolen/imgui into inolen-atlas_build_clear_font
omar committed on 22 Oct 2017
2017-10-19
@omar
Internals: PaintVerts** renamed to ShadeVerts**, moved to imgui_draw.cpp and exposed in imgui_internal.h (+1 squashed commits)
omar committed on 19 Oct 2017
2017-10-15
@omar
ImDrawList: Fixed a bug in ChannelsMerge() leading to an extraneous draw call being created, which unexpectly led to more dramatic condition but to faulty draw command merging code. (#1172, #1368)
omar committed on 15 Oct 2017
@Dominik Tugend
Rendering issue fix ...
Dominik Tugend committed on 15 Oct 2017
2017-10-01
@Anthony Pesch
Completely clear font when rebuilding atlas. ...
Anthony Pesch committed on 1 Oct 2017
2017-09-27
@omar
ImFontAtlas: Fixed calling Clear() and rebuilding (broken in 3fe2ecf) thanks @pdoane @mikesart
omar committed on 27 Sep 2017
2017-09-26
@omar
ImFontAtlas: Added support for CustomRect API to submit custom rectangles to be packed into the atlas / and map them as font glyphs
omar committed on 26 Sep 2017
@omar
ImFont: Renamed (supposedly internal) fields (e.g. XAdvance to AdvanceX). Custom text renderers might be affected if they didn't use the GetCharAdvance() helper function.
omar committed on 26 Sep 2017
@omar
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
@omar
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
@omar
ImFontAtlas: Comments and minor reorganization of declaration in header file.
omar committed on 26 Sep 2017
@omar
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
@omar
Merge pull request #1324 from waywardmonkeys/improve-clang-warnings ...
omar authored on 19 Sep 2017 GitHub committed on 19 Sep 2017
2017-09-18
@omar
Merge branch 'master' into styles
omar committed on 18 Sep 2017
2017-09-13
@Bruce Mitchener
Improve warning configuration for clang. ...
Bruce Mitchener committed on 13 Sep 2017
2017-09-12
@omar
Fixed alloca include for SunOS (#1319)
omar committed on 12 Sep 2017
2017-09-11
@Daniel Loffgren
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
@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