2019-06-12 |
Version 1.71 + comments
omar
committed
on 12 Jun 2019
|
---|---|
2019-06-11 |
Readme, comments, dear imgui prefixes
omar
committed
on 11 Jun 2019
|
2019-05-28 |
Fonts: Added some details about using custom colorful icons.
omar
committed
on 28 May 2019
|
2019-05-11 |
FreeType: Added RasterizerFlags::Monochrome flag to disable font anti-aliasing. (#2545) Combine with RasterizerFlags::MonoHinting for best results.
HolyBlackCat
authored
on 9 May 2019
omar
committed
on 11 May 2019
|
2019-05-07 |
Version 1.71 WIP + fixed minor typo
omar
committed
on 7 May 2019
|
2019-05-06 |
Version 1.70
omar
committed
on 6 May 2019
|
2019-04-05 |
Misc: Added IM_MALLOC/IM_FREE macros mimicking IM_NEW/IM_DELETE so user doesn't need to revert to using the ImGui::MemAlloc()/MemFree() calls directly.
omar
committed
on 5 Apr 2019
|
2019-03-29 |
Examples: DirectX9: Fixed erroneous assert in ImGui_ImplDX9_InvalidateDeviceObjects(). FreeType: Fixed suggested code to not require an initial build call.. (#2454)
omar
committed
on 29 Mar 2019
|
2019-03-15 |
Version 1.70 WIP
omar
committed
on 15 Mar 2019
|
2019-03-13 |
Version 1.69, comments, typos
omar
committed
on 13 Mar 2019
|
2019-03-12 |
Demo: InputText: Demonstrating use of ImGuiInputTextFlags_CallbackResize. (#2006, #1443, #1008).
omar
committed
on 12 Mar 2019
|
2019-03-06 |
Added InputTextWithHint() (#2400)
...
Lucas Lazare
authored
on 6 Mar 2019
omar
committed
on 6 Mar 2019
|
2019-02-18 |
Font: Fixed assert when specifying duplicate/overlapping ranges within a same font. (#2353, #2233)
omar
committed
on 18 Feb 2019
|
imgui_freeetype: Updated suggested test code.
omar
committed
on 18 Feb 2019
|
|
2019-02-14 |
Examples: Extracted gamepad code into ImGui_ImplGlfw_UpdateGamepads(). Renamed matching Win32 function for consistency.
...
omar
committed
on 14 Feb 2019
|
2019-01-27 |
Using IM_UNUSED() macro.
omar
committed
on 27 Jan 2019
|
2019-01-21 |
Fixed using imgui_freetype.cpp in unity builds. (#2302)
omar
committed
on 21 Jan 2019
|
2019-01-20 |
Removed trailing spaces from text files. (#2038, #2299)
omar
committed
on 20 Jan 2019
|
Removed trailing spaces (#2038, #2299)
omar
committed
on 20 Jan 2019
|
|
2019-01-15 |
FreeType: Minor tweaks previous commit (#2285)
omar
committed
on 15 Jan 2019
|
By default ImGuiFreeType will use ImGui::MemAlloc()/MemFree().
...
alexey_skryabin
authored
on 15 Jan 2019
omar
committed
on 15 Jan 2019
|
|
2019-01-12 |
imgui_freetype: Fixed redundant FT_Load_Glyph() calls, unused parameters, and compilation warning/error. (#2270)
omar
committed
on 12 Jan 2019
|
2019-01-11 |
ImFontAtlas: Fixed allocating for last bit (would only affect is that last codepoint is a multiple of 32). (#2270)
omar
committed
on 11 Jan 2019
|
2019-01-10 |
|
imgui_freetype: Minor tweaks and comments.
omar
committed
on 10 Jan 2019
|
|
2019-01-06 |
Renamed ImFont::GlyphRangesBuilder to ImFontGlyphRangesBuilder. Keep redirection typedef (will obsolete).
omar
committed
on 6 Jan 2019
|
2019-01-03 |
Natvis: Added Hidden info about ImGuiWindow.
omar
committed
on 3 Jan 2019
|
2018-11-21 |
Added link to experimental imgui_scoped.h PR/thread (#2197, #2096)
omar
committed
on 21 Nov 2018
|
2018-10-22 |
Font readme: Added OpenFontIcons, tweaks, links, removed spaces (#2141)
omar
committed
on 22 Oct 2018
|
2018-10-13 |
Fixed typo in misc/README.txt (#2131)
Konstantin Podsvirov
authored
on 13 Oct 2018
omar
committed
on 13 Oct 2018
|