2018-01-11 |
|
---|---|
Made obsolete IsAnyWindowHovered()/IsAnyWindowFocused() static inline. static only tends to trigger warnings. (#1382)
omar
committed
on 11 Jan 2018
|
|
Added ImGuiHoveredFlags_AnyWindow, ImGuiFocusedFlags_AnyWindow. Obsoleted IsAnyWindowHovered()/IsAnyWindowFocused() in favor of IsWindowHovered(ImGuiHoveredFlags_AnyWindow)/IsWindowFocused(ImGuiFocusedFlags_AnyWindow). Added to demo. (#1382)
omar
committed
on 11 Jan 2018
|
|
2018-01-08 |
Merge branch 'master' into navigation
omar
committed
on 8 Jan 2018
|
Added ImGuiKey_Insert for future use. Setup in all example bindings. (#1541)
omar
committed
on 8 Jan 2018
|
|
2018-01-07 |
Popups: Comments, reorganize bits of the header section, renamed parameters.
omar
committed
on 7 Jan 2018
|
BeginPopup: Exposed extra_flags publicly. (#1533)
omar
committed
on 7 Jan 2018
|
|
|
|
2018-01-05 |
Examples: Using IM_OFFSETOF macro. + Comments
omar
committed
on 5 Jan 2018
|
2018-01-03 |
Merge branch 'master' into navigation
omar
committed
on 3 Jan 2018
|
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
|
|
Demo: Improved Selectable() examples. (#1528)
omar
committed
on 3 Jan 2018
|
|
|
|
Renamed ImGuiSizeConstraintCallback to ImGuiSizeCallback, ImGuiSizeConstraintCallbackData to ImGuiSizeCallbackData.
omar
committed
on 3 Jan 2018
|
|
2017-12-29 |
Merge branch 'master' into navigation
omar
committed
on 29 Dec 2017
|
Exposed IM_OFFSETOF() helper in imgui.h
omar
committed
on 29 Dec 2017
|
|
Reorganized comments in the IMGUI_DISABLE_OBSOLETE_FUNCTIONS function. Added an IM_ASSERT(0).
omar
committed
on 29 Dec 2017
|
|
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
|
|
|
|
2017-12-28 |
DragDrop: Added IsDragDropActive() helper which is useful for binding to decide how to handle mouse inputs.
omar
committed
on 28 Dec 2017
|
Version 1.54 WIP
omar
committed
on 28 Dec 2017
|
|
2017-12-26 |
|
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 |
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
|
Version 1.53
omar
committed
on 25 Dec 2017
|
|
Demo: BeginCombo() demo code
omar
committed
on 25 Dec 2017
|
|
2017-12-24 |
|
Renamed the emblematic ShowTestWindow() function to ShowDemoWindow(). Kept redirection function (will obsolete).
omar
committed
on 24 Dec 2017
|
|
2017-12-23 |
Merge branch 'master' into navigation
omar
committed
on 23 Dec 2017
|
ImVector: Revert
6172e93 actually problematic with our current use (because we don't construct the instances).
omar
committed
on 23 Dec 2017
|