History for imgui / examples / null_example / main.cpp
2018-04-25
@omar
Added IMGUI_CHECKVERSION() macro to compare version string and data structure sizes in order to catch issues with mismatching compilation unit settings. (#1695, #1769)
omar committed on 25 Apr 2018
2018-01-31
@omar
Merge branch 'master' into context
omar committed on 31 Jan 2018
2018-01-29
@omar
Examples: Using #include "imgui.h" instead of <imgui.h> appear correct-er as per standard? xcode+clang are very nitpicky there.
omar committed on 29 Jan 2018
2018-01-21
@omar
Examples: Updated for reorganized context functions. Calling CreateContext(), DestroyContext() in example code. Removed Shutdown() from binding code. (#1565, #586, #992, #1007, #1558)
omar committed on 21 Jan 2018
2017-12-24
@omar
Renamed the emblematic ShowTestWindow() function to ShowDemoWindow(). Kept redirection function (will obsolete).
omar committed on 24 Dec 2017
2017-12-23
@omar
Examples: Added null_example/ which is helpful for quick testing on multiple compilers/settings without relyong on graphics library.
omar committed on 23 Dec 2017