History for imgui / imgui_draw.cpp
2017-11-19
@omar
Style: Tweaked border settings to homogenize a little how they look over different backgrounds. (#707)
omar committed on 19 Nov 2017
@omar
Style: renamed ImGuiCol_ChildWindowBg to ImGuiCol_ChildBg. (#707)
omar committed on 19 Nov 2017
@Jason Wilkins
fixed incomplete replacement of unsigned short with ImWchar in interface of ImFont::FindGlyph
Jason Wilkins authored on 16 Mar 2017 omar committed on 19 Nov 2017
2017-11-18
@omar
Merge pull request #1445 from franciscod/uninitialized_o3_werror ...
omar authored on 18 Nov 2017 GitHub committed on 18 Nov 2017
@omar
Style: Made changes to Classic style (!!!). Tweaked Dark style. (#707)
omar committed on 18 Nov 2017
@omar
Style: Added a default StyleColorsLight(). (#707)
omar committed on 18 Nov 2017
@omar
Style: Removed ImGuiCol_ComboBg in favor of combo boxes using ImGuiCol_PopupBg for consistency. (#707)
omar committed on 18 Nov 2017
@omar
Style: Dark: Tweaks + setting BorderShadow correctly.
omar committed on 18 Nov 2017
2017-11-16
@Francisco Demartino
fix uninitialized atlas packing context
Francisco Demartino committed on 16 Nov 2017
2017-11-15
@omar
Minor comments, tweaks
omar committed on 15 Nov 2017
2017-11-02
@omar
Reordered fields in other Style functions (#1409)
omar committed on 2 Nov 2017
2017-11-01
@Giuseppe Barbieri
Update imgui_draw.cpp
Giuseppe Barbieri authored on 1 Nov 2017 GitHub committed on 1 Nov 2017
2017-10-29
@omar
GetGlyphRangesThai(): removed extraneous codepoints (#1396)
omar committed on 29 Oct 2017
2017-10-28
@Adisorn Aeksatean
Add missing thai punctuations
Adisorn Aeksatean authored on 28 Oct 2017 GitHub committed on 28 Oct 2017
2017-10-27
@omar
Styles: Moved Classic colors code to imgui_draw.cpp. Sneakily added a StyleColorsDark() function.
omar committed on 27 Oct 2017
@omar
Version 1.53 WIP
omar committed on 27 Oct 2017
@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