History for imgui / imgui_demo.cpp
2016-04-24
@ocornut
MenuBar fixed missing lower border
ocornut committed on 24 Apr 2016
2016-04-09
@ocornut
Version 1.49 WIP
ocornut committed on 9 Apr 2016
@ocornut
Version 1.48
ocornut committed on 9 Apr 2016
@ocornut
Warning fixes for clang. Using int64_t, may be an issue?
ocornut committed on 9 Apr 2016
2016-04-05
@cheriff
Trivial format string fix in demo
cheriff authored on 5 Apr 2016 omar committed on 5 Apr 2016
2016-04-03
@ocornut
Style: removed WindowFillAlphaDefault which was confusing and redundant, baked into WindowBg color. Renamed TooltipBg > PopupBG. (#337) ...
ocornut committed on 3 Apr 2016
2016-04-02
@ocornut
IO: Added "Super" keyboard modifiers (corresponding to Cmd on Mac and Windows key in theory although the later is hard to read) (#473) ...
ocornut committed on 2 Apr 2016
2016-03-26
@ocornut
Trim trailing spaces
ocornut committed on 26 Mar 2016
2016-03-22
@ocornut
ImDrawList: Added AddTriangle() function
ocornut committed on 22 Mar 2016
2016-03-21
@ocornut
Renamed GetWindowFont()->GetFont(), GetWindowFontSize()->GetFontSize() (related to #340)
ocornut committed on 21 Mar 2016
@ocornut
ImDrawList: AddRect() added optional thickness parameter + updated demo
ocornut committed on 21 Mar 2016
2016-03-02
@ocornut
Minor tidying up following (#516) - renamed ImGuiSelectableFlags_HandleDoubleClick to ImGuiSelectableFlags_AllowDoubleClick + comments
ocornut committed on 2 Mar 2016
@ocornut
Merge branch 'master' of https://github.com/zapolnov/imgui into zapolnov-master
ocornut committed on 2 Mar 2016
@ocornut
CaptureKeyboardFromApp() / CaptureMouseFromApp(): allow to enforce clearing the capture flag (#533) + demo + made code a little less messy
ocornut committed on 2 Mar 2016
@ocornut
InputText: Added BufTextLen in ImGuiTextEditCallbackData. Requesting user to maintain it. Zero-ing structure properly before use. (#541)
ocornut committed on 2 Mar 2016
2016-02-29
@ocornut
Demo: plot code doesn't use ImVector to avoid heap allocation + comment (#538)
ocornut committed on 29 Feb 2016
2016-02-24
@ocornut
Demo: Fixed malloc/free mismatch and leak when destructing demo console (if it has been used) (#536)
ocornut committed on 24 Feb 2016
2016-02-07
@ocornut
Demo: use locally defined strdup because compilers/standard librairies are an annoyance (#520)
ocornut committed on 7 Feb 2016
2016-02-03
@ocornut
Demo: InputText password demo filters out blanks (#515)
ocornut committed on 3 Feb 2016
2016-01-31
@Nikolay Zapolnov
Added flag for selectables to handle double clicks.
Nikolay Zapolnov committed on 31 Jan 2016
2016-01-05
@ocornut
Demo: extra comments and example for PushItemWidth(-1)
ocornut committed on 5 Jan 2016
2015-12-30
@ocornut
Various minor fixes following a pass of cppcheck static analyzer
ocornut committed on 30 Dec 2015
2015-12-27
@ocornut
Clarify comment (#455)
ocornut committed on 27 Dec 2015
@ocornut
ImDrawList: Fixed AddCircle() to fit precisely within bounding box like AddCircleFilled() and AddRectFilled() (followup #457
ocornut committed on 27 Dec 2015
@ocornut
Demo: added more draw primitives in the Custom Rendering example (#457)
ocornut committed on 27 Dec 2015
2015-12-26
@ocornut
Version number 1.48 WIP + Update binaries
ocornut committed on 26 Dec 2015
2015-12-25
@ocornut
Version number 1.47
ocornut committed on 25 Dec 2015
2015-12-24
@ocornut
Minor rebranding "ImGui" -> "dear imgui" (#21)
ocornut committed on 24 Dec 2015
2015-12-13
@ocornut
Bullet(), BulletText(): vertical and horizontal alignment fixes (namely for widget sized line height). (followup to #414, #282)
ocornut committed on 13 Dec 2015
@ocornut
TreeNode() fixed alignment of collapse arrow to it matches bullet (broken in 4006fb7)
ocornut committed on 13 Dec 2015