| 2019-03-07 | 
            
             
                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
    
  
                  
                 
               | 
          |
| 
            
             
                InputTextWithHint: Fix for Password fields. Update changelog, demo. (#2400)
                
                 
            
                  
                  omar
                  committed 
  
    
      on 6 Mar 2019
    
  
                  
                 
               | 
          |
| 
            
             
                Added InputTextWithHint() (#2400)
                
                  ...
                
                 
            
                  
                    Lucas Lazare
                    authored 
  
    
      on 6 Mar 2019
    
  
                    
                  
                  omar
                  committed 
  
    
      on 6 Mar 2019
    
  
                  
                 
               | 
          |
| 
            
             
                InputText: Moving some code in anticipation of supporting hint display with password. This commit is aimed at having no visible side effect. (#2400)
                
                 
            
                  
                  omar
                  committed 
  
    
      on 6 Mar 2019
    
  
                  
                 
               | 
          |
| 
            
             
                Removed redundant declaration of SetNextWindowClass. (#2402)
                
                 
            
                  
                    David Maas
                    authored 
  
    
      on 6 Mar 2019
    
  
                    
                  
                  omar
                  committed 
  
    
      on 6 Mar 2019
    
  
                  
                 
               | 
          |
| 2019-03-05 | 
            
             | 
          
| 
            
             
                Fixed IsItemDeactivated()/IsItemDeactivatedAfterEdit() from not correctly returning true when tabbing out of a focusable widget (Input/Slider/Drag) in most situations. (#2215, #1875)
                
                  ...
                
                 
            
                  
                  omar
                  committed 
  
    
      on 5 Mar 2019
    
  
                  
                 
               | 
          |
| 
            
             
                Internal: Tabbing/Focus: Tidying up old code, moved some state to context instead of window. Storing new data will allow us to fix the bug mentioned in #2215 (probably in next commit).
                
                 
            
                  
                  omar
                  committed 
  
    
      on 5 Mar 2019
    
  
                  
                 
               | 
          |
| 
            
             
                Demo: Added flags to InputTextMulttiline() demo.
                
                 
            
                  
                  omar
                  committed 
  
    
      on 5 Mar 2019
    
  
                  
                 
               | 
          |
| 
            
             
                MenuItem, Selectable: Fixed disabled widget interfering with navigation (fix c2db7f63 in 1.67).
                
                 
            
                  
                  omar
                  committed 
  
    
      on 5 Mar 2019
    
  
                  
                 
               | 
          |
| 
            
             
                Internal: Tabbing: Tweaks to FocusableItemRegister and using the standard mechanism to allow/block Tab being interpreting by tabbing instead of InputText() widget.
                
                 
            
                  
                  omar
                  committed 
  
    
      on 5 Mar 2019
    
  
                  
                 
               | 
          |
| 
            
             
                Internal: Text: Extracted TextUnformatted into TextEx over which we can freely atter the signature. Clarified current large text behavior of TextUnformatted with explicit ImGuiTextFlags_NoWidthForLargeClippedText flag (always set).
                
                 
            
                  
                  omar
                  committed 
  
    
      on 5 Mar 2019
    
  
                  
                 
               | 
          |
| 
            
             
                Text: Fixed large Text/TextUnformatted call not declaring its size when starting below the lower point of the current clipping rectangle. Somehow this bug has been there since v1.0!   It was hardly noticeable but would affect the scrolling range, which in turn would affect some scrolling request functions when called during the opening frame of a window.
                
                 
            
                  
                  omar
                  committed 
  
    
      on 5 Mar 2019
    
  
                  
                 
               | 
          |
| 
            
             
                Nav: Fixed Ctrl+Tab keeping active InputText() of a previous window active after the switch. (#2380)
                
                 
            
                  
                  omar
                  committed 
  
    
      on 5 Mar 2019
    
  
                  
                 
               | 
          |
| 
            
             
                Comments and Issue Template
                
                 
            
                  
                  omar
                  committed 
  
    
      on 5 Mar 2019
    
  
                  
                 
               | 
          |
| 2019-03-04 | 
            
             | 
          
| 
            
             
                Renamed GetOverlayDrawList() to GetForegroundDrawList() for consistency. Kept redirection function (will obsolete). (#2391)
                
                  ...
                
                 
            
                  
                  omar
                  committed 
  
    
      on 4 Mar 2019
    
  
                  
                 
               | 
          |
| 
            
             
                Added GetBackgroundDrawList() helper to quickly get access to a ImDrawList that will be rendered behind every other windows. (#2391)
                
                 
            
                  
                  omar
                  committed 
  
    
      on 4 Mar 2019
    
  
                  
                 
               | 
          |
| 2019-03-03 | 
            
             | 
          
| 
            
             
                Examples: OpenGL: Fix to be able to run on ES 2.0 / WebGL 1.0. [@rmitton, @gabrielcuvillier]
                
                 
            
                  
                  omar
                  committed 
  
    
      on 3 Mar 2019
    
  
                  
                 
               | 
          |
| 
            
             
                Examples: OpenGL: Comments about versions and loaders. (#2393, #2351)
                
                 
            
                  
                  omar
                  committed 
  
    
      on 3 Mar 2019
    
  
                  
                 
               |