| 2019-04-03 | 
            
             | 
          
|---|---|
| 
            
             
                InputText: Made Shift+Tab consistently do nothing regardless of whether the back-end emits both char and keys or just keys. (#2467, #1336)
                
                 
            
                  
                  omar
                  committed 
  
    
      on 3 Apr 2019
    
  
                  
                 
               | 
          |
| 
            
             
                InputText, Examples/SDL: Emulate \t input if back-end doesn't provide it. (#1336, #2467)
                
                  ...
                
                 
            
                  
                  omar
                  committed 
  
    
      on 3 Apr 2019
    
  
                  
                 
               | 
          |
| 
            
             
                InputText: Fixed ImGuiInputTextFlags_AllowTabInput leading to two tabs characters being inserted if the back-end provided both Key and Character input. (#2467, #1336)
                
                 
            
                  
                  omar
                  committed 
  
    
      on 3 Apr 2019
    
  
                  
                 
               | 
          |
| 
            
             
                InputText: Work-around for buggy standard libraries where isprint('\t') returns true. (#2467, #1336)
                
                  ...
                
                 
            
                  
                  omar
                  committed 
  
    
      on 3 Apr 2019
    
  
                  
                 
               | 
          |
| 2019-04-02 | 
            
             
                Examples: Vulkan: Added missing support for 32-bit indices (#define ImDrawIdx unsigned int). + demo typo
                
                 
            
                  
                  omar
                  committed 
  
    
      on 2 Apr 2019
    
  
                  
                 
               | 
          
| 2019-03-29 | 
            
             
                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
    
  
                  
                 
               | 
          
| 
            
             
                Examples: OpenGL3: Minor tweaks, clarifications + not calling glBindBuffer more than necessary in the render loop.
                
                 
            
                  
                  omar
                  committed 
  
    
      on 29 Mar 2019
    
  
                  
                 
               | 
          |
| 2019-03-28 | 
            
             
                Docking: Fixed focus restore lagging by a frame when a tab stops being submitted. (#2109) Building on a little build of technical debt there, should transition toward a more general docking-agnostic system (#2304)
                
                 
            
                  
                  omar
                  committed 
  
    
      on 28 Mar 2019
    
  
                  
                 
               | 
          
| 
            
             
                Docking: Disable SkipItems when directly/programmatically focused (possible generalization of code currently in BeginDocked which relies on tab bar interaction, will remove that code in next commit). (#2453, #2109)
                
                 
            
                  
                  omar
                  committed 
  
    
      on 28 Mar 2019
    
  
                  
                 
               | 
          |
| 
            
             | 
          |
| 2019-03-27 | 
            
             
                Docking: Renamed ImGuiDockNodeFlags_PassthruDockspace to ImGuiDockNodeFlags_PassthruCentralNode. + Comments, shallow tweaks. (#2109)
                
                 
            
                  
                  omar
                  committed 
  
    
      on 27 Mar 2019
    
  
                  
                 
               | 
          
| 2019-03-26 | 
            
             
                Comments (#2441) + Freeglut fixes (#2430)
                
                 
            
                  
                  omar
                  committed 
  
    
      on 26 Mar 2019
    
  
                  
                 
               | 
          
| 2019-03-25 | 
            
             
                Rearrange code in UpdateMouseWheel(). (#2424, #1463) + Fix old io.FontAllowUserScaling feature (probably should be made obsolete, but until then best fixed)
                
                 
            
                  
                  omar
                  committed 
  
    
      on 25 Mar 2019
    
  
                  
                 
               | 
          
| 
            
             | 
          |
| 
            
             
                InputText: Fixed selection background starts rendering one frame after the cursor movement when first transitioning from no-selection to has-selection. (Bug in 1.69) (#2436) [@Nazg-Gul]
                
                 
            
                  
                  omar
                  committed 
  
    
      on 25 Mar 2019
    
  
                  
                 
               | 
          |
| 2019-03-23 | 
            
             
                Mention Julia binding in README (#2446)
                
                  ...
                
                 
            
                  
                    Gnimuc
                    authored 
  
    
      on 23 Mar 2019
    
  
                    
                  
                  omar
                  committed 
  
    
      on 23 Mar 2019
    
  
                  
                 
               | 
          
| 2019-03-16 | 
            
             
                Comments, todo list, remove trailing spaces.
                
                 
            
                  
                  omar
                  committed 
  
    
      on 16 Mar 2019
    
  
                  
                 
               | 
          
| 2019-03-15 | 
            
             
                GetMouseDragDelta(): also returns the delta on the mouse button released frame. Verify that mouse positions are valid otherwise returns zero. Removed obsolete comment. Tweaked demo. (#2419)
                
                 
            
                  
                  omar
                  committed 
  
    
      on 15 Mar 2019
    
  
                  
                 
               | 
          
| 
            
             
                Examples: OpenGL: Added a dummy GL call + comments in ImGui_ImplOpenGL3_Init() to detect uninitialized GL function loaders early, and help users understand what they are missing. (#2421)
                
                 
            
                  
                  omar
                  committed 
  
    
      on 15 Mar 2019
    
  
                  
                 
               | 
          |
| 
            
             
                Version 1.70 WIP
                
                 
            
                  
                  omar
                  committed 
  
    
      on 15 Mar 2019
    
  
                  
                 
               | 
          |
| 2019-03-13 | 
            
             | 
          
| 
            
             
                Version 1.69, comments, typos
                
                 
            
                  
                  omar
                  committed 
  
    
      on 13 Mar 2019
    
  
                  
                 
               | 
          |
| 2019-03-12 | 
            
             
                TabBar: Reworked scrolling policy (when ImGuiTabBarFlags_FittingPolicyScroll is set) to teleport the view when aiming at a tab far away the visible section, and otherwise accelerate the scrolling speed to cap the scrolling time to 0.3 seconds.
                
                 
            
                  
                  omar
                  committed 
  
    
      on 12 Mar 2019
    
  
                  
                 
               | 
          
| 
            
             
                TabBar: Fixed Tab tooltip code making drag and drop tooltip disappear during the frame where the drag payload activate a tab.
                
                 
            
                  
                  omar
                  committed 
  
    
      on 12 Mar 2019
    
  
                  
                 
               | 
          |
| 
            
             | 
          |
| 
            
             
                Examples: GLFW, SDL: Preserve DisplayFramebufferScale when main viewport is minimized. (This is particularly useful for the viewport branch because we are not supporting per-viewport frame-buffer scale. It fixes windows not refreshing when main viewport is minimized.) (#2416)
                
                 
            
                  
                  omar
                  committed 
  
    
      on 12 Mar 2019
    
  
                  
                 
               | 
          |
| 
            
             
                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
    
  
                  
                 
               | 
          
| 
            
             |