2017-12-11 |
alloca fix to allow Clang with Microsoft CodeGen path
omar
committed
on 11 Dec 2017
|
---|---|
2017-11-30 |
Style: Tweaks Dark and Light styles. (#707)
omar
committed
on 30 Nov 2017
|
2017-11-22 |
Update imgui_draw.cpp
Giuseppe Barbieri
authored
on 22 Nov 2017
GitHub
committed
on 22 Nov 2017
|
2017-11-20 |
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
|
ImDrawList::AddImageRounded: removed PrimDistributeUV declaration, fixed coding style, restored argument order from original PR. (#845)
omar
committed
on 20 Nov 2017
|
|
2017-11-19 |
Add AddImageRounded() to ImDrawList
thedmd
committed
on 19 Nov 2017
|
Add ShadeVertsLinearUV()
thedmd
committed
on 19 Nov 2017
|
|
Style: Tweaked border settings to homogenize a little how they look over different backgrounds. (#707)
omar
committed
on 19 Nov 2017
|
|
Style: renamed ImGuiCol_ChildWindowBg to ImGuiCol_ChildBg. (#707)
omar
committed
on 19 Nov 2017
|
|
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 |
Merge pull request #1445 from franciscod/uninitialized_o3_werror
...
omar
authored
on 18 Nov 2017
GitHub
committed
on 18 Nov 2017
|
Style: Made changes to Classic style (!!!). Tweaked Dark style. (#707)
omar
committed
on 18 Nov 2017
|
|
Style: Added a default StyleColorsLight(). (#707)
omar
committed
on 18 Nov 2017
|
|
Style: Removed ImGuiCol_ComboBg in favor of combo boxes using ImGuiCol_PopupBg for consistency. (#707)
omar
committed
on 18 Nov 2017
|
|
Style: Dark: Tweaks + setting BorderShadow correctly.
omar
committed
on 18 Nov 2017
|
|
2017-11-16 |
fix uninitialized atlas packing context
Francisco Demartino
committed
on 16 Nov 2017
|
2017-11-15 |
Minor comments, tweaks
omar
committed
on 15 Nov 2017
|
2017-11-02 |
Reordered fields in other Style functions (#1409)
omar
committed
on 2 Nov 2017
|
2017-11-01 |
Update imgui_draw.cpp
Giuseppe Barbieri
authored
on 1 Nov 2017
GitHub
committed
on 1 Nov 2017
|
2017-10-29 |
GetGlyphRangesThai(): removed extraneous codepoints (#1396)
omar
committed
on 29 Oct 2017
|
2017-10-28 |
Add missing thai punctuations
Adisorn Aeksatean
authored
on 28 Oct 2017
GitHub
committed
on 28 Oct 2017
|
2017-10-27 |
Styles: Moved Classic colors code to imgui_draw.cpp. Sneakily added a StyleColorsDark() function.
omar
committed
on 27 Oct 2017
|
Version 1.53 WIP
omar
committed
on 27 Oct 2017
|
|
Version 1.52
omar
committed
on 27 Oct 2017
|
|
2017-10-24 |
ImFontAtlas: Fixed memory leak if stbtt_InitFont() returned false. (#1391)
omar
committed
on 24 Oct 2017
|
2017-10-22 |
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
|
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 |
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 |
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
|
|