History for imgui / imgui_demo.cpp
2018-04-27
@omar
InputFloat,InputFloat2,InputFloat3,InputFloat4: Added variations taking a more flexible and consistent optional "const char* format" parameter instead of "int decimal_precision". This allow using custom formats to display values in scientific notation, and is generally more consistent with other API. Obsoleted functions using the optional "int decimal_precision" parameter. (#648)
omar committed on 27 Apr 2018
2018-04-25
@omar
Misc: Comments and shallow/small changes (merged from viewport branch to minimize branch drift).
omar committed on 25 Apr 2018
2018-04-24
@omar
Internals: Removed misleading ImRect::FixInverted + fix minor formatting in Readme. ...
omar committed on 24 Apr 2018
2018-04-18
@omar
BeginMainMenuBar: Followup to 1e41bad9. Removed public window flag. DisplaySafeAreaPadding defaults to (3,3) instead of (4.4). Comments, tab to spaces, Changelog. (#1439)
omar committed on 18 Apr 2018
2018-04-09
@omar
Version 1.61 WIP
omar committed on 9 Apr 2018
2018-04-07
@omar
Version 1.60
omar committed on 7 Apr 2018
2018-04-06
@omar
Renamed ImGuiConfigFlags_NoSetMouseCursor to ImGuiConfigFlags_NoMouseCursorChange. Followup to 75c3793 two weeks ago. (#787, #1495, #1202) + comments
omar committed on 6 Apr 2018
2018-03-22
@omar
Added InputDouble() function. We use a format string instead of a decimal_precision parameter to also for "%e" and variants. (#1011) May transition the other InputXXX function to use format strings as well.
omar committed on 22 Mar 2018
2018-03-20
@omar
IO: Added ImGuiConfigFlags_NoSetMouseCursors. Added ImGuiBackendFlags_HasMouseCursors, ImGuiBackendFlags_HasSetMousePos. (#787, #1495, #1202)
omar committed on 20 Mar 2018
@omar
IO: Renamed io.WantMoveMouse to io.WantSetMousePos (was added in 1.52, _not_ used by core and only honored by some binding ahead of merging the Nav branch) + internal renaming (#787)
omar committed on 20 Mar 2018
2018-03-19
@omar
Demo: Added more complete Combo demo. (#1658)
omar committed on 19 Mar 2018
@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