| 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
    
  
                  
                 | 
| 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
    
  
                  
                 |