| 2019-03-12 | 
            
             
                Demo: InputText: Demonstrating use of ImGuiInputTextFlags_CallbackResize. (#2006, #1443, #1008).
                
                 
            
                  
                  omar
                  committed 
  
    
      on 12 Mar 2019
    
  
                  
                 
               | 
          
|---|---|
| 2019-03-11 | 
            
             
                Added GetGlyphRangesVietnamese() helper. (#2403)
                
                 
            
                  
                  omar
                  committed 
  
    
      on 11 Mar 2019
    
  
                  
                 
               | 
          
| 
            
             
                Internal: Removed unused fields from ImGuiMenuColumns.
                
                 
            
                  
                  omar
                  committed 
  
    
      on 11 Mar 2019
    
  
                  
                 
               | 
          |
| 
            
             
                Docking: Fixed node merging altering window position incorrectly in a way that would make SizeContents incorrect for the next frame (making scrollbar flicker). (#2414, #2109)
                
                 
            
                  
                  omar
                  committed 
  
    
      on 11 Mar 2019
    
  
                  
                 
               | 
          |
| 
            
             
                Viewport: Popups and Tooltips viewports are correctly parented to the parent window's viewport. (#2409, #1542)
                
                 
            
                  
                  omar
                  committed 
  
    
      on 11 Mar 2019
    
  
                  
                 
               | 
          |
| 
            
             | 
          |
| 
            
             
                Examples: Win32+DirectX: moved helper functions below main.
                
                 
            
                  
                  omar
                  committed 
  
    
      on 11 Mar 2019
    
  
                  
                 
               | 
          |
| 
            
             
                Viewports: Fixed delayed window pos->viewport pos sync leading to monitor not being updated at the time of clamping window position in Begin. (#2415, #1542)
                
                 
            
                  
                  omar
                  committed 
  
    
      on 11 Mar 2019
    
  
                  
                 
               | 
          |
| 
            
             
                Viewports: Renamed ConfigViewportsNoParent to ConfigViewportsNoDefaultParent. Fix outdated comments in examples.
                
                 
            
                  
                  omar
                  committed 
  
    
      on 11 Mar 2019
    
  
                  
                 
               | 
          |
| 2019-03-10 | 
            
             
                Docking: Fixed an issue where removing the last window from a dockspace node that is not a central node without remove the node. (#2414, #2109)
                
                 
            
                  
                  omar
                  committed 
  
    
      on 10 Mar 2019
    
  
                  
                 
               | 
          
| 2019-03-09 | 
            
             
                Fix typos. (#2413)
                
                 
            
                  
                    Bruce Mitchener
                    authored 
  
    
      on 9 Mar 2019
    
  
                    
                  
                  omar
                  committed 
  
    
      on 9 Mar 2019
    
  
                  
                 
               | 
          
| 2019-03-08 | 
            
             
                Don't use const qualified parameters in declarations.
                
                  ...
                
                 
            
                  
                    Bruce Mitchener
                    authored 
  
    
      on 8 Mar 2019
    
  
                    
                  
                  omar
                  committed 
  
    
      on 8 Mar 2019
    
  
                  
                 
               | 
          
| 
            
             
                Added ImGuiColorEditFlagsFlags_InputHSV. (#2383, #2384)
                
                 
            
                  
                    Haldean Brown
                    authored 
  
    
      on 7 Mar 2019
    
  
                    
                  
                  omar
                  committed 
  
    
      on 8 Mar 2019
    
  
                  
                 
               | 
          |
| 
            
             
                ColorEdit: Fixed tooltip not honoring the ImGuiColorEditFlags_NoAlpha contract of never reading the 4th float in the array (value was read and discarded). (#2384)
                
                 
            
                  
                  omar
                  committed 
  
    
      on 8 Mar 2019
    
  
                  
                 
               | 
          |
| 
            
             
                Moved placeholder sections to match Docking branch. Comments.
                
                 
            
                  
                  omar
                  committed 
  
    
      on 8 Mar 2019
    
  
                  
                 
               | 
          |
| 
            
             
                Fix typos. (#2411)
                
                 
            
                  
                    Bruce Mitchener
                    authored 
  
    
      on 8 Mar 2019
    
  
                    
                  
                  omar
                  committed 
  
    
      on 8 Mar 2019
    
  
                  
                 
               | 
          |
| 2019-03-07 | 
            
             
                Merge branch 'master' into docking
                
                 
            
                  
                  omar
                  committed 
  
    
      on 7 Mar 2019
    
  
                  
                 
               | 
          
| 
            
             
                Refactor: Move viewport code under other subsystem to simplify merging (4) (moving in multiple commits to make diff/patch behave nicely)
                
                 
            
                  
                  omar
                  committed 
  
    
      on 7 Mar 2019
    
  
                  
                 
               | 
          |
| 
            
             
                Refactor: Move viewport code under other subsystem to simplify merging (3) (moving in multiple commits to make diff/patch behave nicely)
                
                 
            
                  
                  omar
                  committed 
  
    
      on 7 Mar 2019
    
  
                  
                 
               | 
          |
| 
            
             
                Refactor: Move viewport code under other subsystem to simplify merging (2) (moving in multiple commits to make diff/patch behave nicely)
                
                 
            
                  
                  omar
                  committed 
  
    
      on 7 Mar 2019
    
  
                  
                 
               | 
          |
| 
            
             
                Refactor: Move viewport code under other subsystem to simplify merging (1) (moving in multiple commits to make diff/patch behave nicely)
                
                 
            
                  
                  omar
                  committed 
  
    
      on 7 Mar 2019
    
  
                  
                 
               | 
          |
| 
            
             
                Internal: Columns: Allow to use BeginColumns(1) so code designed for variable number of columns can still call NextColumn etc. (#125)
                
                 
            
                  
                  omar
                  committed 
  
    
      on 7 Mar 2019
    
  
                  
                 
               | 
          |
| 
            
             
                TabBar: Fixed ImGuiTabItemFlags_SetSelected being ignored if the tab is not visible (with scrolling policy enabled) or if is currently appearing.
                
                 
            
                  
                  omar
                  committed 
  
    
      on 7 Mar 2019
    
  
                  
                 
               | 
          |
| 
            
             
                Made ImS8 and ImS16 explicitly signed in case some crazy SDK decide to flip the signedness  over. (#2408)
                
                 
            
                  
                  omar
                  committed 
  
    
      on 7 Mar 2019
    
  
                  
                 
               | 
          |
| 
            
             
                Fix for Android char being unsigned by default (#2408)
                
                 
            
                  
                  omar
                  committed 
  
    
      on 7 Mar 2019
    
  
                  
                 
               | 
          |
| 2019-03-06 | 
            
             
                Examples: DirectX9: Added support for multi-viewport (#2394)
                
                 
            
                  
                    Gilad Reich
                    authored 
  
    
      on 6 Mar 2019
    
  
                    
                  
                  omar
                  committed 
  
    
      on 6 Mar 2019
    
  
                  
                 
               | 
          
| 
            
             | 
          |
| 
            
             
                Internals: ColorEdit: Minor optimizations. Initialize internal arrays as static const, avoid unnecessary HSV->RGB conversion.
                
                 
            
                  
                  omar
                  committed 
  
    
      on 6 Mar 2019
    
  
                  
                 
               | 
          |
| 
            
             
                Demo: Renamed ShowHelpMarker() -> HelpMarker(). Fixed minor PVS warning. Removed unnecessary casts.
                
                 
            
                  
                  omar
                  committed 
  
    
      on 6 Mar 2019
    
  
                  
                 
               | 
          |
| 
            
             
                Examples: DirectX9: Minor changes to match the other DirectX examples more closely. (#2394)
                
                 
            
                  
                  omar
                  committed 
  
    
      on 6 Mar 2019
    
  
                  
                 
               |