History for imgui / imgui_draw.cpp
2017-11-22
@Giuseppe Barbieri
Update imgui_draw.cpp
Giuseppe Barbieri authored on 22 Nov 2017 GitHub committed on 22 Nov 2017
2017-11-20
@omar
Merge branch 'master' into navigation ...
omar committed on 20 Nov 2017
@omar
Exposed ImDrawCornerFlags, replaced occurences of ~0 with an explicit ImDrawCornerFlags_All. Inversed BotLeft (prev 1<<3, now 1<<2) and BotRight (prev 1<<2, now 1<<3).
omar committed on 20 Nov 2017
@omar
ImDrawList::AddImageRounded: removed PrimDistributeUV declaration, fixed coding style, restored argument order from original PR. (#845)
omar committed on 20 Nov 2017
2017-11-19
@thedmd
Add AddImageRounded() to ImDrawList
thedmd committed on 19 Nov 2017
@thedmd
Add ShadeVertsLinearUV()
thedmd committed on 19 Nov 2017
@omar
Merge branch 'master' into navigation ...
omar committed on 19 Nov 2017
@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
Fixed Style merge for nav branch (#707, #787)
omar committed on 18 Nov 2017
@omar
Merge branch 'master' into navigation (with style breakable) ...
omar 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
Merge branch 'master' into navigation
omar committed on 15 Nov 2017
@omar
Minor comments, tweaks
omar committed on 15 Nov 2017
2017-11-06
@omar
Merge branch 'master' into navigation ...
omar committed on 6 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
@omar
Merge branch 'master' into navigation ...
omar 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: Nav tweaks.
omar committed on 27 Oct 2017
@omar
Merge branch 'master' into navigation ...
omar committed on 27 Oct 2017
@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