History for imgui / imgui_draw.cpp
2018-01-31
@omar
Merge branch 'master' into navigation
omar committed on 31 Jan 2018
@omar
Moved extra_fonts/ to misc/fonts/. Moved .natvis file to misc/natvis/ (#1569)
omar committed on 31 Jan 2018
2018-01-25
@omar
Nav: Style: Improved display of windowing highlight (for focus selection via PadMenu or Ctrl+TAB). (#787, #707)
omar committed on 25 Jan 2018
2018-01-21
@omar
Merge branch 'master' into navigation
omar committed on 21 Jan 2018
2018-01-20
@omar
ImFontAtlas: Added TexUvScale (= 1.0f / (float)TexWidth, 1.0f / (float)TexHeight)
omar committed on 20 Jan 2018
@omar
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-07
@omar
Merge branch 'master' into navigation ...
omar committed on 7 Jan 2018
2018-01-04
@omar
Added extraneous initialization to NULL. (#1527).
omar committed on 4 Jan 2018
2018-01-03
@omar
Merge branch 'master' into navigation ...
omar committed on 3 Jan 2018
@Branimir Karadžić
Fixed Android clang warning.
Branimir Karadžić authored on 2 Jan 2018 omar committed on 3 Jan 2018
2018-01-02
@omar
Merge branch 'master' into navigation
omar committed on 2 Jan 2018
2017-12-30
@omar
ImFontAtlas: Handle stb_truetype failure more gracefully, GetTexDataAsRGBA32() won't crash during conversion. (#1527)
omar committed on 30 Dec 2017
2017-12-29
@omar
Merge branch 'master' into navigation ...
omar committed on 29 Dec 2017
2017-12-28
@omar
Version 1.54 WIP
omar committed on 28 Dec 2017
2017-12-26
@omar
Merge branch 'master' into navigation ...
omar committed on 26 Dec 2017
2017-12-25
@omar
Version 1.53
omar committed on 25 Dec 2017
2017-12-24
@omar
Merge branch 'master' into navigation ...
omar committed on 24 Dec 2017
@omar
Comments
omar committed on 24 Dec 2017
2017-12-23
@omar
Merge branch 'master' into navigation
omar committed on 23 Dec 2017
@omar
Internals: Missing IM_DELETE usage (#1517)
omar committed on 23 Dec 2017
@omar
Internals: Added IM_NEW, IM_DELETE helper macros (#1517, #484, #504)
omar committed on 23 Dec 2017
@omar
Various zealous warning fixes (Clang).
omar committed on 23 Dec 2017
@omar
Various zealous warning fixes (thanks Clang).
omar committed on 23 Dec 2017
2017-12-21
@omar
Merge branch 'master' into navigation ...
omar committed on 21 Dec 2017
@omar
ImDrawList: Added ImDrawListFlags for AA settings. ImDrawList doesn't directly depends on GImGui anymore.
omar committed on 21 Dec 2017
@omar
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
@omar
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
@omar
Merge branch 'master' into navigation ...
omar committed on 12 Dec 2017
@omar
Drag and Drop: Added ImGuiCol_DragDropTarget (#143, #707)
omar committed on 12 Dec 2017
2017-12-11
@omar
Merge branch 'master' into navigation ...
omar committed on 11 Dec 2017