2018-01-20 |
ImFontAtlas: Added TexUvScale (= 1.0f / (float)TexWidth, 1.0f / (float)TexHeight)
omar
committed
on 20 Jan 2018
|
---|---|
ImFontAtlas: Moved mouse cursor data out of ImGuiContext, fix drawing them with multiple context. Also remove the last remaining undesirable dependency on GImGui in imgui_draw.cpp, finishing the work recently done with ImDrawListSharedData. Hurra! (#939)
omar
committed
on 20 Jan 2018
|
|
2018-01-04 |
Added extraneous initialization to NULL. (#1527).
omar
committed
on 4 Jan 2018
|
2018-01-03 |
Fixed Android clang warning.
Branimir Karadžić
authored
on 2 Jan 2018
omar
committed
on 3 Jan 2018
|
2017-12-30 |
ImFontAtlas: Handle stb_truetype failure more gracefully, GetTexDataAsRGBA32() won't crash during conversion. (#1527)
omar
committed
on 30 Dec 2017
|
2017-12-28 |
Version 1.54 WIP
omar
committed
on 28 Dec 2017
|
2017-12-25 |
Version 1.53
omar
committed
on 25 Dec 2017
|
2017-12-24 |
Comments
omar
committed
on 24 Dec 2017
|
2017-12-23 |
Internals: Missing IM_DELETE usage (#1517)
omar
committed
on 23 Dec 2017
|
Internals: Added IM_NEW, IM_DELETE helper macros (#1517, #484, #504)
omar
committed
on 23 Dec 2017
|
|
Various zealous warning fixes (Clang).
omar
committed
on 23 Dec 2017
|
|
Various zealous warning fixes (thanks Clang).
omar
committed
on 23 Dec 2017
|
|
2017-12-21 |
ImDrawList: Added ImDrawListFlags for AA settings. ImDrawList doesn't directly depends on GImGui anymore.
omar
committed
on 21 Dec 2017
|
ImDrawList: Removed 'bool anti_aliased = true' final parameter of ImDrawList::AddPolyline() and ImDrawList::AddConvexPolyFilled(). Anti-aliasing is controlled via the regular style.AntiAliased flags.
omar
committed
on 21 Dec 2017
|
|
ImDrawList: Small refactor toward removing dependency on GImGui + PushClipRectFullscreen now correctly uses data provided by imgui which can takes account of DisplaySize + Removed static variable in PathArcToFast() which caused linking issues to some.
omar
committed
on 21 Dec 2017
|
|
2017-12-12 |
Drag and Drop: Added ImGuiCol_DragDropTarget (#143, #707)
omar
committed
on 12 Dec 2017
|
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
|