| 2019-04-03 | 
            
             
                Add makefile for freeglut
                
                 
            
                  
                    Andrew Willmott
                    authored 
  
    
      on 2 Apr 2019
    
  
                    
                  
                  omar
                  committed 
  
    
      on 3 Apr 2019
    
  
                  
                 
               | 
          
|---|---|
| 
            
             
                Examples: Vulkan: Added shader sources/references in the .cpp source.
                
                 
            
                  
                  omar
                  committed 
  
    
      on 3 Apr 2019
    
  
                  
                 
               | 
          |
| 
            
             | 
          |
| 
            
             
                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: Using IM_ARRAYSIZE() where possible.
                
                 
            
                  
                  omar
                  committed 
  
    
      on 2 Apr 2019
    
  
                  
                 
               | 
          
| 
            
             
                Examples: Vulkan: Added missing support for 32-bit indices (#define ImDrawIdx unsigned int). + demo typo
                
                 
            
                  
                  omar
                  committed 
  
    
      on 2 Apr 2019
    
  
                  
                 
               | 
          |
| 2019-03-31 | 
            
             
                Silencing -Wstack-protector (#2459)
                
                 
            
                  
                    Nicolas Noble
                    authored 
  
    
      on 31 Mar 2019
    
  
                    
                  
                  omar
                  committed 
  
    
      on 31 Mar 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: DirectX12: Various tidying up.
                
                 
            
                  
                  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
    
  
                  
                 
               | 
          
| 
            
             
                Viewport: Renamed member + added note about a Docking issue with restoring focus.
                
                 
            
                  
                  omar
                  committed 
  
    
      on 28 Mar 2019
    
  
                  
                 
               | 
          |
| 
            
             
                Docking: Remove code in BeginDocked() to set HiddenFramesCannotSkipItems based on upcoming tab bar selection, solely based on focus (might break something subtle?). Follow-up to  
            c355ed1. (#2453, #2109)
                
                
                  
                  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
    
  
                  
                 
               | 
          |
| 
            
             | 
          |
| 
            
             
                Internals: Renamed the ImGuiWindow HiddenFrameXXX fields to decorrelate them from resizing behavior, as those values are set by other logic.
                
                 
            
                  
                  omar
                  committed 
  
    
      on 28 Mar 2019
    
  
                  
                 
               | 
          |
| 2019-03-27 | 
            
             
                Docking: Added ImGuiDockNodeFlags_NoTabBar (not exposed publicly). (#2423, #2109)
                
                 
            
                  
                  omar
                  committed 
  
    
      on 27 Mar 2019
    
  
                  
                 
               | 
          
| 
            
             
                Docking: Internals: Moved CentralNode and HiddenTabBar state into LocalFlags for consistency. (#2423, #2109)
                
                 
            
                  
                  omar
                  committed 
  
    
      on 27 Mar 2019
    
  
                  
                 
               | 
          |
| 
            
             
                Docking: Separating SharedFlags vs LocalFlags in dock node so settings can be applied to individual nodes. Made _NoResize logic on single node applies as expected. (#2423, #2109)
                
                 
            
                  
                  omar
                  committed 
  
    
      on 27 Mar 2019
    
  
                  
                 
               | 
          |
| 
            
             
                Docking: Fix DockBuilderAddNode() not storing flags when creating floating node.
                
                 
            
                  
                  omar
                  committed 
  
    
      on 27 Mar 2019
    
  
                  
                 
               | 
          |
| 
            
             
                Renamed ImGuiDockNodeFlags_Dockspace to ImGuiDockNodeFlags_DockSpace for consistency. DockBuilderCopyDockspace() to DockBuilderCopyDockSpace(). Made casing consistent elsewhere. (#2109)
                
                 
            
                  
                  omar
                  committed 
  
    
      on 27 Mar 2019
    
  
                  
                 
               | 
          |
| 
            
             
                Docking: Renamed ImGuiDockNodeFlags_PassthruDockspace to ImGuiDockNodeFlags_PassthruCentralNode. + Comments, shallow tweaks. (#2109)
                
                 
            
                  
                  omar
                  committed 
  
    
      on 27 Mar 2019
    
  
                  
                 
               | 
          |
| 2019-03-26 | 
            
             
                Docking: Tweak and silencing PVS studio static analyzer (back to zero warnings among our selected ones).
                
                 
            
                  
                  omar
                  committed 
  
    
      on 26 Mar 2019
    
  
                  
                 
               | 
          
| 
            
             
                Docking: Fixed an issue where windows docked into a node that's part of their dockspace wouldn't recover their order correctly after init.  (#2109)
                
                  ...
                
                 
            
                  
                    Tom Watson
                    authored 
  
    
      on 13 Mar 2019
    
  
                    
                  
                  omar
                  committed 
  
    
      on 26 Mar 2019
    
  
                  
                 
               | 
          |
| 
            
             
                Docking: Wrapping tab bar creation/destroy to make it easier to debug them.
                
                 
            
                  
                  omar
                  committed 
  
    
      on 26 Mar 2019
    
  
                  
                 
               | 
          |
| 
            
             
                Docking: Fixed crash with ImGuiDockNodeFlags_AutoHideTabBar flag. (#2423, #2109)
                
                 
            
                  
                  omar
                  committed 
  
    
      on 26 Mar 2019
    
  
                  
                 
               | 
          |
| 
            
             
                Comments (#2441) + Freeglut fixes (#2430)
                
                 
            
                  
                  omar
                  committed 
  
    
      on 26 Mar 2019
    
  
                  
                 
               |