History for imgui / imgui_demo.cpp
2018-01-31
@omar
Demo: Tweaked the Child demos, added a menu bar to the second child to test some navigation functions.
omar committed on 31 Jan 2018
@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
@omar
Merge branch 'master' into navigation ...
omar committed on 31 Jan 2018
2018-01-30
@omar
Examples: Using Dark theme by default. (#707). Tweaked demo code.
omar committed on 30 Jan 2018
@omar
Metrics: Minor formatting tweaks
omar committed on 30 Jan 2018
@omar
Nav: Removed io.NavUsable --> io.NavActive, io.NavActive --> io.NavVisible. (#787). NavActive takes account of NavFlags enable flags.
omar committed on 30 Jan 2018
2018-01-29
@omar
Nav: Added proper version of ImGuiWindowFlags_NavFlattened that handles scrolling nicely. Marked as private as I'm not happy with the name. (#787)
omar committed on 29 Jan 2018
2018-01-24
@omar
Demo: Tweaked example menu with colors + menu items, was currently particularly inconvenient for Nav. Will rework later. (#787)
omar committed on 24 Jan 2018
@omar
Nav: Added io.NavFlags to hold various options. Added ImGuiNavFlags_EnableGamepad and ImGuiNavFlags_EnableKeyboard for bindings to use (#787)
omar committed on 24 Jan 2018
2018-01-23
@omar
Merge branch 'master' into navigation ...
omar committed on 23 Jan 2018
@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
@omar
Nav: Remove GetItemID(), hide ActivateItem() before this feature is unfinished and has issue (full feature is on hold). Undo part of 59c6f35 (#787)
omar committed on 12 Jan 2018
2018-01-11
@omar
Merge branch 'master' into navigation ...
omar committed on 11 Jan 2018
@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
Merge branch 'master' into navigation
omar committed on 3 Jan 2018
@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
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
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
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-26
@omar
Merge branch 'master' into navigation ...
omar committed on 26 Dec 2017