History for imgui / imgui.h
2018-01-03
@omar
Merge branch 'master' into navigation
omar committed on 3 Jan 2018
@omar
DragDrop: Removed IsDragDropActive() (introduced a few days ago, revert 06bea36) as our use case doesn't need it anymore. Will add it if there is a real need.
omar committed on 3 Jan 2018
@omar
Demo: Improved Selectable() examples. (#1528)
omar committed on 3 Jan 2018
@omar
Merge branch 'master' into navigation ...
omar committed on 3 Jan 2018
@omar
Renamed ImGuiSizeConstraintCallback to ImGuiSizeCallback, ImGuiSizeConstraintCallbackData to ImGuiSizeCallbackData.
omar committed on 3 Jan 2018
2017-12-29
@omar
Merge branch 'master' into navigation
omar committed on 29 Dec 2017
@omar
Exposed IM_OFFSETOF() helper in imgui.h
omar committed on 29 Dec 2017
@omar
Reorganized comments in the IMGUI_DISABLE_OBSOLETE_FUNCTIONS function. Added an IM_ASSERT(0).
omar committed on 29 Dec 2017
@omar
Removed CalcItemRectClosestPoint() which was weird and not really used by anyone except demo code. If you need it it's easy to replicate on your side. ...
omar committed on 29 Dec 2017
@omar
Merge branch 'master' into navigation ...
omar committed on 29 Dec 2017
2017-12-28
@omar
DragDrop: Added IsDragDropActive() helper which is useful for binding to decide how to handle mouse inputs.
omar committed on 28 Dec 2017
@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
@omar
ListBox() changed signature of ListBox() to match Combo(). Still not very happy about not using const char** anymore. (#931)
omar committed on 26 Dec 2017
2017-12-25
@Branimir Karadžić
Fixing error: declaration of ‘size’ shadows a member of 'this' [-Werror=shadow]
Branimir Karadžić authored on 25 Dec 2017 omar committed on 25 Dec 2017
@omar
Version 1.53
omar committed on 25 Dec 2017
@omar
Demo: BeginCombo() demo code
omar committed on 25 Dec 2017
2017-12-24
@omar
Merge branch 'master' into navigation ...
omar committed on 24 Dec 2017
@omar
Renamed the emblematic ShowTestWindow() function to ShowDemoWindow(). Kept redirection function (will obsolete).
omar committed on 24 Dec 2017
2017-12-23
@omar
Merge branch 'master' into navigation
omar committed on 23 Dec 2017
@omar
ImVector: Revert 6172e93 actually problematic with our current use (because we don't construct the instances).
omar committed on 23 Dec 2017
@omar
Merge branch 'master' into navigation
omar committed on 23 Dec 2017
@omar
Fixed warning with Clang+MSVC using __int64 to define the helper ImU64 type (#1184)
omar committed on 23 Dec 2017
@omar
ImVector: Spacing.
omar committed on 23 Dec 2017
@omar
ImVector: insert() uses grow_capacity() - had inconsistent resize policy
omar committed on 23 Dec 2017
@omar
ImVector: Added assignments and = operators + comments.
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