History for imgui / imgui_demo.cpp
2018-03-19
@omar
Nav: Track nav input source more generally (gamepad vs keyboard) (#787) + update todos and demo tweaks
omar committed on 19 Mar 2018
2018-03-12
@omar
Misc comments, todos + reintroduced removed ImGuiCol defines under !IMGUI_DISABLE_OBSOLETE_FUNCTIONS wrap.
omar committed on 12 Mar 2018
2018-03-10
@omar
ImFont: Added FindGlyphNoFallback. Fixed MergeMode broken by 1ef1acb
omar committed on 10 Mar 2018
2018-03-05
@omar
Removed redundant semi colons. (#1653)
omar committed on 5 Mar 2018
2018-03-03
@omar
Renamed ImGuiStyleVar_Count_ to ImGuiStyleVar_COUNT for consistency with other enums. Added
omar committed on 3 Mar 2018
@omar
Added ArrowButton(). Exposed ImGuiDir.
omar committed on 3 Mar 2018
2018-02-28
@omar
Added ImGuiConfigFlags_IsSRGB, ImGuiConfigFlags_IsTouchScreen (strictly for user storage)
omar committed on 28 Feb 2018
@omar
Renamed ImGuiNavFlags io.NavFlags to ImGuiConfigFlags io.ConfigFlags. (#787)
omar committed on 28 Feb 2018
2018-02-13
@omar
Demo: Fonts; Added Font Offset.
omar committed on 13 Feb 2018
2018-02-06
@omar
Updated version to 1.60 WIP to emphasis on the addition of required calls CreateContext/DestroyContext + merged the massive Navigation branch (#1565, #787)
omar committed on 6 Feb 2018
2018-02-05
@omar
Nav: Added ImGuiWindowFlags_NoNav shortcut, comments. (#787)
omar committed on 5 Feb 2018
@omar
Nav: Minor tidying up. (#787)
omar committed on 5 Feb 2018
2018-02-01
@omar
Nav: Comments (#787)
omar committed on 1 Feb 2018
2018-01-31
@omar
Merge branch 'master' into navigation ...
omar committed on 31 Jan 2018
@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
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