| 2018-04-24 | 
                Internals: Removed misleading ImRect::FixInverted + fix minor formatting in Readme.
                
                  ...
                
                 
                  
                  omar
                  committed 
  
    
      on 24 Apr 2018
    
  
                  
                 | 
|---|---|
| 2018-04-23 | 
                Window: Relaxed the internal stack size checker to allow Push/Begin/Pop/.../End patterns to be used with PushStyleColor, PushStyleVar, PushFont without causing a false positive assert. (#1767)
                
                 
                  
                  omar
                  committed 
  
    
      on 23 Apr 2018
    
  
                  
                 | 
| 
                InputText: On Mac OS X, support Cmd+Shift+Z for Redo. Cmd+Y is also supported as major apps seems to default to support both. (#1765)
                
                 
                  
                  omar
                  committed 
  
    
      on 23 Apr 2018
    
  
                  
                 | |
| 
                InputText: tweaks, minor refactoring, renaming + comments (#1695)
                
                 
                  
                  omar
                  committed 
  
    
      on 23 Apr 2018
    
  
                  
                 | |
| 2018-04-20 | 
                Columns: Fixed a bug introduced in 1.51 where columns would affect the contents size of their container, often creating feedback loops when ImGuiWindowFlags_AlwaysAutoResize was used. (#1760)
                
                 
                  
                  omar
                  committed 
  
    
      on 20 Apr 2018
    
  
                  
                 | 
| 
                Window: Fixed windows using the ImGuiWindowFlags_NoSavedSettings flag from not using the same default position as other windows. (#1760)
                
                 
                  
                  omar
                  committed 
  
    
      on 20 Apr 2018
    
  
                  
                 | |
| 2018-04-19 | 
                InputText: Tweak to make the if statement more readable + update Changelog (#1747)
                
                 
                  
                  omar
                  committed 
  
    
      on 19 Apr 2018
    
  
                  
                 | 
| 
                on OSX, ignore text input when CMD key is down
                
                 
                  
                    Mikko Sivulainen
                    authored 
  
    
      on 13 Apr 2018
    
  
                    
                  
                  omar
                  committed 
  
    
      on 19 Apr 2018
    
  
                  
                 | |
| 
                Update issue template so that removing the carriage return doesn't merge the user's text with the list/bullet item.
                
                 
                  
                  omar
                  committed 
  
    
      on 19 Apr 2018
    
  
                  
                 | |
| 
                Documentations for Github users. Metrics: Fixed display of NavRectRel, added display of ParentWindow.
                
                 
                  
                  omar
                  committed 
  
    
      on 19 Apr 2018
    
  
                  
                 | |
| 2018-04-18 | 
                Examples: Allegro 5: Renamed bindings from imgui_impl_a5.cpp to imgui_impl_allegro5.cpp.
                
                 
                  
                  omar
                  committed 
  
    
      on 18 Apr 2018
    
  
                  
                 | 
| 
                Examples: Allegro 5: Added support for 32-bit indices setup via defining ImDrawIdx, to avoid an unecessary conversion (Allegro 5 doesn't support 16-bit indices).
                
                 
                  
                  omar
                  committed 
  
    
      on 18 Apr 2018
    
  
                  
                 | |
| 
                Fixed DisplaySafeAreaPadding not affecting popups/tooltips/menus at it should have (partly broken in  2e5577f).
                  
                  omar
                  committed 
  
    
      on 18 Apr 2018
    
  
                  
                 | |
| 
                BeginMainMenuBar: Followup to 1e41bad9. Removed public window flag. DisplaySafeAreaPadding defaults to (3,3) instead of (4.4). Comments, tab to spaces, Changelog. (#1439)
                
                 
                  
                  omar
                  committed 
  
    
      on 18 Apr 2018
    
  
                  
                 | |
| 
                Added DisplaySafeAreaPadding to MainMenuBar height and fixed starting x position. Fixes main menu bar problems with TVs. (#1439)
                
                 
                  
                    Doug Binks
                    authored 
  
    
      on 18 Apr 2018
    
  
                    
                  
                  omar
                  committed 
  
    
      on 18 Apr 2018
    
  
                  
                 | |
| 2018-04-17 | 
                Fixed default proportional item width lagging by one frame on resize + miscellaneous minor tweaks.
                
                 
                  
                  omar
                  committed 
  
    
      on 17 Apr 2018
    
  
                  
                 | 
| 2018-04-14 | 
                Fix typos KeyDown => KeysDown
                
                 
                  
                    daniel-murray
                    authored 
  
    
      on 13 Apr 2018
    
  
                    
                  
                  omar
                  committed 
  
    
      on 14 Apr 2018
    
  
                  
                 | 
| 2018-04-13 | 
                Documentation bits. Misc comments.
                
                 
                  
                  omar
                  committed 
  
    
      on 13 Apr 2018
    
  
                  
                 | 
| 2018-04-12 |  | 
| 2018-04-11 | 
                Internals: Popup: Moved popup/menu/tooltip positioning code (viewport branch needs it organized in a different manner, so we are pushing the bulk of it here to minimize differences).
                
                 
                  
                  omar
                  committed 
  
    
      on 11 Apr 2018
    
  
                  
                 | 
| 
                Internals: Window: Aggregating ImDrawList into the ImGuiWindow structure.
                
                 
                  
                  omar
                  committed 
  
    
      on 11 Apr 2018
    
  
                  
                 | |
| 
                Settings: Fixed saving an empty .ini file if CreateContext/DestroyContext are called without a single call to NewFrame(). (#1741)
                
                 
                  
                  omar
                  committed 
  
    
      on 11 Apr 2018
    
  
                  
                 | |
| 2018-04-10 | 
                NewFrame: Prevent division by zero in frame rate calculation if io.DeltaTime is continuously zero. (#1740, #881)
                
                 
                  
                  omar
                  committed 
  
    
      on 10 Apr 2018
    
  
                  
                 | 
| 
                Begin: moved tooltip position code in an else block. Misc comments
                
                 
                  
                  omar
                  committed 
  
    
      on 10 Apr 2018
    
  
                  
                 | |
| 
                Internals: Renamed GetFrontMostModalRootWindow() to GetFrontMostPopupModal() and exposed in imgui_internal.h (#1738)
                
                 
                  
                  omar
                  committed 
  
    
      on 10 Apr 2018
    
  
                  
                 | |
| 2018-04-09 | 
                Misc: IM_DELETE() helper function added in 1.60 doesn't clear the input _pointer_ reference, more consistent with expectation and allows passing r-value.
                
                 
                  
                  omar
                  committed 
  
    
      on 9 Apr 2018
    
  
                  
                 | 
| 
                Examples: Added missing calls for ::DestroyWindow, glfwDestroyWindow() + fix old comments.
                
                 
                  
                  omar
                  committed 
  
    
      on 9 Apr 2018
    
  
                  
                 | |
| 
                Version 1.61 WIP
                
                 
                  
                  omar
                  committed 
  
    
      on 9 Apr 2018
    
  
                  
                 | |
| 
                Version 1.60 (missed the string). Will retag.
                
                 
                  
                  omar
                  committed 
  
    
      on 9 Apr 2018
    
  
                  
                 | |
| 
                Fixed erroneous call to io.Fonts->ClearInputData() + ClearTexData() that was left in DX10 example but removed in 1.47 (Nov 2015) in every other back-ends. (fixes  6cee2fc)  (#1733, ~#1731) + assert
                  
                  omar
                  committed 
  
    
      on 9 Apr 2018
    
  
                  
                 |