| 2018-12-03 | 
            
             
                Docking: Fix generalizing the transition from loose windows to dock node so we can switch to single window dock node while transferring viewports (vs creating two viewports and dropping one). + Extracted DockContextGenNodeID out of DockContextAddNode().
                
                 
            
                  
                  omar
                  committed 
  
    
      on 3 Dec 2018
    
  
                  
                 
               | 
          
|---|---|
| 
            
             | 
          |
| 
            
             
                Somehow VS keeps modifying this GUID so I am going to playing along with it.
                
                 
            
                  
                  omar
                  committed 
  
    
      on 3 Dec 2018
    
  
                  
                 
               | 
          |
| 
            
             | 
          |
| 
            
             
                Version 1.66b (will revisit how to change IMGUI_VERSION_NUM across versions, this commit reduces the numerical IMGUI_VERSION_NUM compared to the commit on Nov 22).
                
                 
            
                  
                  omar
                  committed 
  
    
      on 3 Dec 2018
    
  
                  
                 
               | 
          |
| 2018-11-30 | 
            
             
                Fixed a text rendering/clipping bug introduced in 1.66 (on 2018-10-12, commit ede3a3b9) that affect single ImDrawList::AddText() calls with single strings larger than 10k. Text/TextUnformatted() calls were not affected, but e.g. InputText() was.
                
                 
            
                  
                  omar
                  committed 
  
    
      on 30 Nov 2018
    
  
                  
                 
               | 
          
| 
            
             
                Fixed a text rendering/clipping bug introduced in 1.66 (on 2018-10-12, commit ede3a3b9) that affect single ImDrawList::AddText() calls with single strings larger than 10k. Text/TextUnformatted() calls were not affected, but e.g. InputText() was.
                
                 
            
                  
                  omar
                  committed 
  
    
      on 30 Nov 2018
    
  
                  
                 
               | 
          |
| 
            
             
                Fixed a text rendering/clipping bug introduced in 1.66 (on 2018-10-12, commit ede3a3b9) that affect single ImDrawList::AddText() calls with single strings larger than 10k. Text/TextUnformatted() calls were not affected, but e.g. InputText() was.
                
                 
            
                  
                  omar
                  committed 
  
    
      on 30 Nov 2018
    
  
                  
                 
               | 
          |
| 
            
             
                Fixed typo.
                
                 
            
                  
                  omar
                  committed 
  
    
      on 30 Nov 2018
    
  
                  
                 
               | 
          |
| 
            
             
                About, IO: Added io.BackendPlatformName, io.BackendRendererName for informational/QA purpose.
                
                 
            
                  
                  omar
                  committed 
  
    
      on 30 Nov 2018
    
  
                  
                 
               | 
          |
| 
            
             
                Added ShowAboutWindow(), About Window now showing various config/build information.
                
                 
            
                  
                  omar
                  committed 
  
    
      on 30 Nov 2018
    
  
                  
                 
               | 
          |
| 
            
             
                About: Added build/system info relating to Docking branch.
                
                 
            
                  
                  omar
                  committed 
  
    
      on 30 Nov 2018
    
  
                  
                 
               | 
          |
| 
            
             
                Merge branch 'viewport' into docking
                
                 
            
                  
                  omar
                  committed 
  
    
      on 30 Nov 2018
    
  
                  
                 
               | 
          |
| 
            
             
                About: Added build/system info relating to Viewport branch.
                
                 
            
                  
                  omar
                  committed 
  
    
      on 30 Nov 2018
    
  
                  
                 
               | 
          |
| 
            
             | 
          |
| 
            
             
                About, IO: Added io.BackendPlatformName, io.BackendRendererName for informational/QA purpose.
                
                 
            
                  
                  omar
                  committed 
  
    
      on 30 Nov 2018
    
  
                  
                 
               | 
          |
| 
            
             
                Added ShowAboutWindow(), About Window now showing various config/build information.
                
                 
            
                  
                  omar
                  committed 
  
    
      on 30 Nov 2018
    
  
                  
                 
               | 
          |
| 
            
             
                Include <alloca.h> also on macOS (and osxcross) (#2218)
                
                 
            
                  
                    Sebastian Krzyszkowiak
                    authored 
  
    
      on 30 Nov 2018
    
  
                    
                  
                  omar
                  committed 
  
    
      on 30 Nov 2018
    
  
                  
                 
               | 
          |
| 
            
             
                Separator: Fixed Separator() outputting an extraneous empty line when captured into clipboard/text/file.
                
                 
            
                  
                  omar
                  committed 
  
    
      on 30 Nov 2018
    
  
                  
                 
               | 
          |
| 
            
             | 
          |
| 
            
             
                Merge misc/shallow changes from Docking branch to minimize drift: moved some blocks, added comments.
                
                 
            
                  
                  omar
                  committed 
  
    
      on 30 Nov 2018
    
  
                  
                 
               | 
          |
| 
            
             
                Viewport: Fixed a bug where tooltips on their first frame didn't find a monitor leading to the "recovery" code to revert it to the main viewport for a frame. (#1542)
                
                 
            
                  
                  omar
                  committed 
  
    
      on 30 Nov 2018
    
  
                  
                 
               | 
          |
| 2018-11-29 | 
            
             
                When the focused window become inactive don't restore focus to a window with the ImGuiWindowFlags_NoInputs flag. (#2213)
                
                 
            
                  
                  omar
                  committed 
  
    
      on 29 Nov 2018
    
  
                  
                 
               | 
          
| 
            
             
                Comments
                
                 
            
                  
                  omar
                  committed 
  
    
      on 29 Nov 2018
    
  
                  
                 
               | 
          |
| 
            
             | 
          |
| 
            
             
                Viewport: Avoid calling platform functions when window is not created (apart from Platform_GetWindowDpiScale, documented as such). Main viewport situation is still ambiguous. (#1542)
                
                 
            
                  
                  omar
                  committed 
  
    
      on 29 Nov 2018
    
  
                  
                 
               | 
          |
| 
            
             
                Viewport: Misc renaming.
                
                 
            
                  
                  omar
                  committed 
  
    
      on 29 Nov 2018
    
  
                  
                 
               | 
          |
| 
            
             
                Docking: Added io.ConfigDockingTransparentPayload option (to use with ImGuiConfigFlags_ViewportsNoMerge)
                
                 
            
                  
                  omar
                  committed 
  
    
      on 29 Nov 2018
    
  
                  
                 
               | 
          |
| 2018-11-28 | 
            
             
                Viewport: imgui_impl_sdl2: Added support for PlatformIO Platform_SetWindowAlpha.
                
                 
            
                  
                  omar
                  committed 
  
    
      on 28 Nov 2018
    
  
                  
                 
               | 
          
| 
            
             
                Examples: DX12: Fixed compilation of imgui_impl_dx12.cpp in viewport branch. Multi-viewport is still not functional.
                
                 
            
                  
                  omar
                  committed 
  
    
      on 28 Nov 2018
    
  
                  
                 
               |