History for imgui / imgui_demo.cpp
2018-01-23
@omar
Added SetNextWindowBgAlpha() helper. (#1567) particularly helpul with the marking of the old 5-parameters version of Begin() as obsolete.
omar committed on 23 Jan 2018
2018-01-12
@omar
Internals: Merge of harmless stuff from Navigation stuff. Added GetHoveredID() internal helper.
omar committed on 12 Jan 2018
2018-01-11
@omar
Demo: Using IM_COL32() instead of ImColor() in ImDrawList centric contexts.
omar committed on 11 Jan 2018
@omar
Demo: Tweaks format.
omar committed on 11 Jan 2018
@omar
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-03
@omar
Demo: Minor tweaks.
omar committed on 3 Jan 2018
@omar
Demo: Improved Selectable() examples. (#1528)
omar committed on 3 Jan 2018
@omar
Casing tweaks + clarify license copyright (simpler/safer?) (#1346)
omar committed on 3 Jan 2018
@omar
Renamed ImGuiSizeConstraintCallback to ImGuiSizeCallback, ImGuiSizeConstraintCallbackData to ImGuiSizeCallbackData.
omar committed on 3 Jan 2018
2017-12-29
@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
2017-12-28
@omar
Demo: Tweak. Comments. Metrics: Added some Drag and Drop info.
omar committed on 28 Dec 2017
@omar
Version 1.54 WIP
omar committed on 28 Dec 2017
2017-12-25
@omar
Demo: Console: More friendly to text color changes.
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
Misc comments, removed duplicated IM_ARRAYSIZE macro in imgui_demo.cpp (it is now declared in imgui.h)
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
@omar
Comments
omar committed on 24 Dec 2017
2017-12-23
@omar
Various zealous warning fixes (Clang).
omar committed on 23 Dec 2017
2017-12-22
@omar
Drag and Drop: Disable tracking mouse button ownership when an external drag source is active, to make it easier to achieve drag and drop over multiple OS windows. (#143)
omar committed on 22 Dec 2017
2017-12-21
@omar
ImDrawList: Added ImDrawListFlags for AA settings. ImDrawList doesn't directly depends on GImGui anymore.
omar committed on 21 Dec 2017
2017-12-14
@omar
Using the ImGuiWindowFlags_NoScrollWithMouse flag on a child window forwards the mouse wheel event to the parent window, unless either ImGuiWindowFlags_NoInputs or ImGuiWindowFlags_NoScrollbar are also set. (#1380, #1502)
omar committed on 14 Dec 2017
2017-12-13
@omar
Demo: Console: Tweak.
omar committed on 13 Dec 2017
@omar
Added ShowFontSelector(), ShowStyleSelector(). (#707)
omar committed on 13 Dec 2017
2017-12-12
@omar
Merge branch 'drag_and_drop'
omar committed on 12 Dec 2017
@Branimir Karadžić
Removed use of obsolete ImGui API.
Branimir Karadžić authored on 12 Dec 2017 omar committed on 12 Dec 2017
@omar
Merge branch 'master' into drag_and_drop ...
omar committed on 12 Dec 2017
@omar
Renamed GetItemsLineHeightWithSpacing() to GetFrameHeightWithSpacing()
omar committed on 12 Dec 2017
@omar
IsWindowFocused() refactor will flags. (#1382) ...
omar committed on 12 Dec 2017
@omar
Demo: mouse dragging demo tweaks
omar committed on 12 Dec 2017