History for imgui / misc
2019-06-12
@omar
Version 1.71 + comments
omar committed on 12 Jun 2019
2019-06-11
@omar
Readme, comments, dear imgui prefixes
omar committed on 11 Jun 2019
2019-05-28
@omar
Fonts: Added some details about using custom colorful icons.
omar committed on 28 May 2019
2019-05-11
@HolyBlackCat
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
@omar
Version 1.71 WIP + fixed minor typo
omar committed on 7 May 2019
2019-05-06
@omar
Version 1.70
omar committed on 6 May 2019
2019-04-05
@omar
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
@omar
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
@omar
Version 1.70 WIP
omar committed on 15 Mar 2019
2019-03-13
@omar
Version 1.69, comments, typos
omar committed on 13 Mar 2019
2019-03-12
@omar
Demo: InputText: Demonstrating use of ImGuiInputTextFlags_CallbackResize. (#2006, #1443, #1008).
omar committed on 12 Mar 2019
2019-03-06
@Lucas Lazare
Added InputTextWithHint() (#2400) ...
Lucas Lazare authored on 6 Mar 2019 omar committed on 6 Mar 2019
2019-02-18
@omar
Font: Fixed assert when specifying duplicate/overlapping ranges within a same font. (#2353, #2233)
omar committed on 18 Feb 2019
@omar
imgui_freeetype: Updated suggested test code.
omar committed on 18 Feb 2019
2019-02-14
@omar
Examples: Extracted gamepad code into ImGui_ImplGlfw_UpdateGamepads(). Renamed matching Win32 function for consistency. ...
omar committed on 14 Feb 2019
2019-01-27
@omar
Using IM_UNUSED() macro.
omar committed on 27 Jan 2019
2019-01-21
@omar
Fixed using imgui_freetype.cpp in unity builds. (#2302)
omar committed on 21 Jan 2019
2019-01-20
@omar
Removed trailing spaces from text files. (#2038, #2299)
omar committed on 20 Jan 2019
@omar
Removed trailing spaces (#2038, #2299)
omar committed on 20 Jan 2019
2019-01-15
@omar
FreeType: Minor tweaks previous commit (#2285)
omar committed on 15 Jan 2019
@alexey_skryabin
By default ImGuiFreeType will use ImGui::MemAlloc()/MemFree(). ...
alexey_skryabin authored on 15 Jan 2019 omar committed on 15 Jan 2019
2019-01-12
@omar
imgui_freetype: Fixed redundant FT_Load_Glyph() calls, unused parameters, and compilation warning/error. (#2270)
omar committed on 12 Jan 2019
2019-01-11
@omar
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
@omar
ImFontAtlas: Rewrote FreeType based builder. ...
omar committed on 10 Jan 2019
@omar
imgui_freetype: Minor tweaks and comments.
omar committed on 10 Jan 2019
2019-01-06
@omar
Renamed ImFont::GlyphRangesBuilder to ImFontGlyphRangesBuilder. Keep redirection typedef (will obsolete).
omar committed on 6 Jan 2019
2019-01-03
@omar
Natvis: Added Hidden info about ImGuiWindow.
omar committed on 3 Jan 2019
2018-11-21
@omar
Added link to experimental imgui_scoped.h PR/thread (#2197, #2096)
omar committed on 21 Nov 2018
2018-10-22
@omar
Font readme: Added OpenFontIcons, tweaks, links, removed spaces (#2141)
omar committed on 22 Oct 2018
2018-10-13
@Konstantin Podsvirov
Fixed typo in misc/README.txt (#2131)
Konstantin Podsvirov authored on 13 Oct 2018 omar committed on 13 Oct 2018