2019-05-29 |
Renamed ImGuiBackendFlags_HasVtxOffset to ImGuiBackendFlags_RendererHasVtxOffset to match naming convention already used in viewport/docking branch. (#2591) + Fix OpenGL3 code missing flag.
omar
committed
on 29 May 2019
|
---|---|
ImDrawList: Added ImDrawCmd::VtxOffset value to support large meshes (64k+ vertices) using 16-bits indices. To enable the feature, the renderer back-end needs to set 'io.BackendFlags |= ImGuiBackendFlags_HasVtxOffset' and honor the ImDrawCmd::VtxOffset field. Otherwise the value will always be zero. This has the advantage of preserving smaller index buffers and allowing to execute on hardware that do not support 32-bits indices.
...
omar
committed
on 29 May 2019
|
|
2019-05-18 |
Update changelog, comments, made empty/no-text clipboard return NULL as with other implementation. Minor style tweaks. (#2546)
...
omar
committed
on 18 May 2019
|
2018-11-05 |
Config: Added IMGUI_DISABLE_WIN32_FUNCTIONS to disable linking with _any_ Win32 function, as a general forward compatible measure.
omar
committed
on 5 Nov 2018
|
2018-07-26 |
FAQ update
omar
committed
on 26 Jul 2018
|
2018-07-12 |
Comments, exposed a few things in imgui_internal.h for consistency, added ImQsort wrapper.
omar
committed
on 12 Jul 2018
|
2018-05-17 |
Remove trailing white spaces.
omar
committed
on 17 May 2018
|
2018-05-13 |
Added ImAtof, ImCeil, ImFloorStd to IMGUI_DISABLE_MATH_FUNCTIONS for consistency. Configuration comments.
omar
committed
on 13 May 2018
|
Added IMGUI_DISABLE_MATH_FUNCTIONS in imconfig.h to make it slightly easier to redefine wrappers to std maths functions such as fabsf(), fmodf(), etc. Comments.
omar
committed
on 13 May 2018
|
|
2018-04-25 |
Comments (#1695)
omar
committed
on 25 Apr 2018
|
2018-04-23 |
InputText: tweaks, minor refactoring, renaming + comments (#1695)
omar
committed
on 23 Apr 2018
|
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
|