| 2018-11-30 | 
            
             
                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
    
  
                  
                 
               | 
          |
| 2018-11-27 | 
            
             | 
          
| 
            
             
                Viewport: Comments.
                
                 
            
                  
                  omar
                  committed 
  
    
      on 27 Nov 2018
    
  
                  
                 
               | 
          |
| 
            
             
                Merge branch 'master' into viewport
                
                 
            
                  
                  omar
                  committed 
  
    
      on 27 Nov 2018
    
  
                  
                 
               | 
          |
| 
            
             
                Viewport: Better support for toggling ImGuiConfigFlags_ViewportsEnable. (#2196)
                
                 
            
                  
                  omar
                  committed 
  
    
      on 27 Nov 2018
    
  
                  
                 
               | 
          |
| 
            
             
                Added ImGuiConfigFlags_None, ImGuiBackendFlags_None for good measure.
                
                 
            
                  
                  omar
                  committed 
  
    
      on 27 Nov 2018
    
  
                  
                 
               | 
          |
| 
            
             
                Docking: Fixed debug Rebuild operation.
                
                 
            
                  
                  omar
                  committed 
  
    
      on 27 Nov 2018
    
  
                  
                 
               | 
          |
| 
            
             
                imgui.h: Comments
                
                 
            
                  
                  omar
                  committed 
  
    
      on 27 Nov 2018
    
  
                  
                 
               | 
          |
| 
            
             
                imgui.h: Moved ImGuiListClipper
                
                 
            
                  
                  omar
                  committed 
  
    
      on 27 Nov 2018
    
  
                  
                 
               | 
          |
| 
            
             
                mgui.h: Moved ImGuiInputTextCallbackData,, ImGuiSizeCallbackData, ImGuiPayload structures so they are not in the "Helpers" section.
                
                 
            
                  
                  omar
                  committed 
  
    
      on 27 Nov 2018
    
  
                  
                 
               | 
          |
| 
            
             
                Docking: Maintain CentralNode. When SetNextWindowDockID() on a now split node id, we dig to find the central node or the last focused node.  (#2109)
                
                 
            
                  
                  omar
                  committed 
  
    
      on 27 Nov 2018
    
  
                  
                 
               | 
          |
| 
            
             
                Docking: Comments + maiintain LastFrameFocused per node + using bitfiield for docking bools.
                
                 
            
                  
                  omar
                  committed 
  
    
      on 27 Nov 2018
    
  
                  
                 
               | 
          |
| 2018-11-26 | 
            
             
                Docking: Added internal DockBuilderGetCentralNode(). Fixed being unable to undock whole node from dock button in DockSpace with a central node. (#2109)
                
                 
            
                  
                  omar
                  committed 
  
    
      on 26 Nov 2018
    
  
                  
                 
               | 
          
| 
            
             
                Docking: Added ImGuiDockNodeFlags_NoResize. (#2109)
                
                 
            
                  
                  omar
                  committed 
  
    
      on 26 Nov 2018
    
  
                  
                 
               | 
          |
| 
            
             | 
          |
| 
            
             
                Viewport: Merging fixes + relying on multiple viewport overlaps. Follow-up to previous attempts are reworking the split/merge mechanisms. (#1542)
                
                 
            
                  
                  omar
                  committed 
  
    
      on 26 Nov 2018
    
  
                  
                 
               | 
          |
| 
            
             
                Viewport: Comment to suggest making WindowBg opaque when viewports are enabled.
                
                 
            
                  
                  omar
                  committed 
  
    
      on 26 Nov 2018
    
  
                  
                 
               |