2018-10-12 |
Renamed misc/stl/imgui_stl.h,.cpp to misc/cpp/imgui_stdlib.h in prevision for other files.(#2035, #2096)
...
omar
committed
on 12 Oct 2018
|
---|---|
InputText: Clarified comments around ImGuiInputTextFlags_CallbackResize and other callbacks. (#2006, #1443, #1008)
omar
committed
on 12 Oct 2018
|
|
2018-09-17 |
Added Fonts readme details and links to Sweet16 font. (#2085)
omar
committed
on 17 Sep 2018
|
2018-09-11 |
Internals: Replace unsigned short with ImWchar when dealing with character storage (missing cases) + in imgui_impl_ file keep using neutral type everywhere, added missing explicit cast in three bindings. (#2078)
omar
committed
on 11 Sep 2018
|
2018-09-06 |
Renamed stb_truetype.h to imstb_truetype.h, stb_textedit.h to imstb_textedit.h, and stb_rect_pack.h to imstb_rectpack.h. (#1718, #2036)
...
omar
committed
on 6 Sep 2018
|
2018-08-31 |
imgui_stl: Comments (#2035)
omar
committed
on 31 Aug 2018
|
2018-08-27 |
Documentation
omar
committed
on 27 Aug 2018
|
2018-08-22 |
InputText: Improved sturdiness if the ResizeCallback purposefully modify data->BufTextLen or data->BufSize. (#2006, #1443, #1008)
omar
committed
on 22 Aug 2018
|
Added optional misc/stl/imgui_stl.h wrapper to use with STL types (e.g. InputText with std::string). (#2035, #2006, #1443, #1008)
omar
committed
on 22 Aug 2018
|
|
2018-08-09 |
Examples: Cast to ImTextureID instead of void* when assigning to TexId. Applied to all examples. (#2015)
omar
committed
on 9 Aug 2018
|
2018-06-08 |
ImFontConfig: Added GlyphMinAdvanceX/GlyphMaxAdvanceX settings useful to make a font appears monospaced, particularly useful for icon fonts. (#1869)
omar
committed
on 8 Jun 2018
|
2018-06-06 |
Readme, FAQ tweaks (#1807)
omar
committed
on 6 Jun 2018
|
2018-05-30 |
Fixed documentation example (#1847)
Marc J. Schmidt
authored
on 30 May 2018
omar
committed
on 30 May 2018
|
2018-05-27 |
Documentation: FAQ, ID Stack, Fonts (#1839, #1840), #1842)
omar
committed
on 27 May 2018
|
2018-05-14 |
Version 1.62 WIP
omar
committed
on 14 May 2018
|
2018-05-07 |
imgui_freetype: skip missing glyphs as well to match our stb loader (#1671, #1703)
omar
committed
on 7 May 2018
|
2018-04-27 |
Comments, minor tweaks
omar
committed
on 27 Apr 2018
|
2018-04-13 |
Documentation bits. Misc comments.
omar
committed
on 13 Apr 2018
|
2018-03-12 |
Misc comments, todos + reintroduced removed ImGuiCol defines under !IMGUI_DISABLE_OBSOLETE_FUNCTIONS wrap.
omar
committed
on 12 Mar 2018
|
2018-03-10 |
|
2018-03-08 |
Font: Fixed MergeMode adding duplicate glyphs data instead of reusing existing (broken by
072d6d8 )
omar
committed
on 8 Mar 2018
|
2018-02-14 |
Comments, moved ImFontAtlas::Flags to "public" area.
omar
committed
on 14 Feb 2018
|
ImFontAtlas: Added ImFontAtlasFlags_NoPowerOfTwoHeight, ImFontAtlasFlags_NoMouseCursors flags. (#1613)
omar
committed
on 14 Feb 2018
|
|
2018-02-05 |
imgui_freetype: comments about correct blending and sRGB (#618, #578)
omar
committed
on 5 Feb 2018
|
2018-02-04 |
imgui_freetype: Documentation, tweaks. (#618)
omar
committed
on 4 Feb 2018
|
Moved imgui_freetype from imgui_club (#618)
omar
committed
on 4 Feb 2018
|
|
2018-02-01 |
Natvis: Showing some flags for ImGuiWindow.
omar
committed
on 1 Feb 2018
|
2018-01-31 |
Moved extra_fonts/ to misc/fonts/. Moved .natvis file to misc/natvis/ (#1569)
omar
committed
on 31 Jan 2018
|