2018-03-25 |
Comments (#1695)
omar
committed
on 25 Mar 2018
|
---|---|
2018-03-20 |
imconfig: Added IMGUI_STB_TRUETYPE_FILENAME, IMGUI_STB_RECT_PACK_FILENAME + documenting IMGUI_DISABLE_STB_XXX flags and hiding IMGUI_STB_NAMESPACE which is misleading.
...
omar
committed
on 20 Mar 2018
|
2018-03-18 |
imgui.h: Various comments and tweaks.
omar
committed
on 18 Mar 2018
|
2018-01-28 |
Added IMGUI_USER_CONFIG to define a custom configuration filename. (#255, #1573, #1144, #41)
omar
committed
on 28 Jan 2018
|
imconfig.h comments
omar
committed
on 28 Jan 2018
|
|
2017-12-24 |
Renamed the emblematic ShowTestWindow() function to ShowDemoWindow(). Kept redirection function (will obsolete).
omar
committed
on 24 Dec 2017
|
2017-10-24 |
Renamed IMGUI_DISABLE_WIN32_DEFAULT_CLIPBOARD_FUNCS/IMGUI_DISABLE_WIN32_DEFAULT_IME_FUNCS to IMGUI_DISABLE_WIN32_DEFAULT_CLIPBOARD_FUNCTIONS/IMGUI_DISABLE_WIN32_DEFAULT_IME_FUNCTIONS for consistency. (ref #238, #520, #738)
omar
committed
on 24 Oct 2017
|
Added IMGUI_DISABLE_FORMAT_STRING_FUNCTIONS support in imconfig.h (#1038)
omar
committed
on 24 Oct 2017
|
|
2017-08-22 |
Renamed IsItemHoveredRect() to IsItemRectHovered(). Renamed IsMouseHoveringWindow() to IsWindowRectHovered() - follow up to previous commit
6be7d49 merged from Nav.
omar
committed
on 22 Aug 2017
|
2017-07-20 |
Comments about IMGUI_DISABLE_TEST_WINDOWS (#1240, #169)
omar
committed
on 20 Jul 2017
|
2017-04-26 |
imconfig: Added comment about redefining ImDrawIdx
omar
committed
on 26 Apr 2017
|
2016-09-26 |
|
2015-12-24 |
imconfig.h tweak, not advertising IMGUI_INCLUDE_IMGUI_USER_INL anymore.
ocornut
committed
on 24 Dec 2015
|
2015-07-21 |
Tweaks
ocornut
committed
on 21 Jul 2015
|
2015-07-07 |
ImVector<> cannot be re-defined (#262)
ocornut
committed
on 7 Jul 2015
|
2015-05-31 |
Added IMGUI_DISABLE_OBSOLETE_FUNCTIONS
ocornut
committed
on 31 May 2015
|
2015-04-18 |
Update imconfig.h documentation
ocornut
committed
on 18 Apr 2015
|
2015-04-04 |
Comments
ocornut
committed
on 4 Apr 2015
|
2015-03-20 |
Tweaked IMGUI_DISABLE_TEST_WINDOWS so it doesn't show in ImGui.h
ocornut
committed
on 20 Mar 2015
|
Allow to disable help and test window functionality
unknown
committed
on 20 Mar 2015
|
|
2015-03-06 |
Windows: setup a default handler for ImeSetInputScreenPosFn so IME (Japanese/Chinese) inputs are positioned correctly.
...
ocornut
committed
on 6 Mar 2015
|
2015-02-25 |
Comments for IMGUI_API
ocornut
committed
on 25 Feb 2015
|
2014-12-05 |
Added IMGUI_INCLUDE_IMGUI_USER_H
ocornut
committed
on 5 Dec 2014
|
2014-10-26 |
Fixed warnings for GCC -Wpedantic
ocornut
committed
on 26 Oct 2014
|
2014-10-02 |
Renamed IMGUI_INCLUDE_IMGUI_USER_CPP to IMGUI_INCLUDE_IMGUI_USER_INL (more IDE friendly)
ocornut
committed
on 2 Oct 2014
|
2014-09-24 |
Moved IM_MALLOC/IM_FREE/etc. to IO structure members one can set at runtime.
ocornut
committed
on 24 Sep 2014
|
2014-09-10 |
Added #define IMGUI_INCLUDE_IMGUI_USER_CPP to optionally include imgui_user.cpp
ocornut
committed
on 10 Sep 2014
|
2014-08-31 |
Minor tweaks to "Memory override" pull request
ocornut
committed
on 31 Aug 2014
|
Memory override #3
Sepehr Taghdisian
committed
on 31 Aug 2014
|
|
2014-08-28 |
Delete obsolete comments in imconfig.h
ocornut
committed
on 28 Aug 2014
|