| 2018-10-09 | 
            
             
                Viewport: Added ImGuiConfigFlags_ViewportsDecoration to re-enable platform decoration (#1542)
                
                 
            
                  
                  omar
                  committed 
  
    
      on 9 Oct 2018
    
  
                  
                 
               | 
          
|---|---|
| 2018-10-08 | 
            
             
                Docking: Kept ImGuiDockNodeFlags_PassthruDockspace and removed ImGuiDockNodeFlags_PassthruInEmptyNodes, ImGuiDockNodeFlags_RenderWindowBg. Doesn't include ImGuiDockNodeFlags_NoDockingInCentralNode. (#2109)
                
                 
            
                  
                  omar
                  committed 
  
    
      on 8 Oct 2018
    
  
                  
                 
               | 
          
| 
            
             
                Update README.md
                
                 
            
                  
                    omar
                    authored 
  
    
      on 8 Oct 2018
    
  
                    
                  
                  GitHub
                  committed 
  
    
      on 8 Oct 2018
    
  
                  
                 
               | 
          |
| 
            
             
                Update README.md
                
                 
            
                  
                    omar
                    authored 
  
    
      on 8 Oct 2018
    
  
                    
                  
                  omar
                  committed 
  
    
      on 8 Oct 2018
    
  
                  
                 
               | 
          |
| 2018-10-07 | 
            
             
                Examples: OpenGL3: Cast compile/link status to GLboolean (#2112, #2125)
                
                  ...
                
                 
            
                  
                    hesiod
                    authored 
  
    
      on 7 Oct 2018
    
  
                    
                  
                  omar
                  committed 
  
    
      on 7 Oct 2018
    
  
                  
                 
               | 
          
| 2018-10-06 | 
            
             
                Examples: imgui_imp_opengl3.cpp explicit casting for overly aggressive glbinding compatibility. (#2112) [@hesiod]
                
                 
            
                  
                  omar
                  committed 
  
    
      on 6 Oct 2018
    
  
                  
                 
               | 
          
| 2018-10-05 | 
            
             
                Docking: Removed context parameter from internal DockBuilderXXX api at it is expected we transition it to be public facing. (#2109)
                
                 
            
                  
                  omar
                  committed 
  
    
      on 5 Oct 2018
    
  
                  
                 
               | 
          
| 
            
             
                Examples: DirectX10, DirectX11: Removed seemingly unnecessary calls to invalidate and recreate device objects in the WM_SIZE handler. (#2088)
                
                 
            
                  
                  omar
                  committed 
  
    
      on 5 Oct 2018
    
  
                  
                 
               | 
          |
| 
            
             
                Fix spacing in imgui_imp_sdl example (#2111)
                
                 
            
                  
                    Michael Vetter
                    authored 
  
    
      on 5 Oct 2018
    
  
                    
                  
                  omar
                  committed 
  
    
      on 5 Oct 2018
    
  
                  
                 
               | 
          |
| 2018-10-04 | 
            
             
                BeginTabItem: Fixed missing parameter name in .h file messing up with cimgui generator. (#2115)
                
                 
            
                  
                  omar
                  committed 
  
    
      on 4 Oct 2018
    
  
                  
                 
               | 
          
| 
            
             
                Update pull_request_template.md
                
                 
            
                  
                    omar
                    authored 
  
    
      on 4 Oct 2018
    
  
                    
                  
                  GitHub
                  committed 
  
    
      on 4 Oct 2018
    
  
                  
                 
               | 
          |
| 2018-10-03 | 
            
             
                Docking: Added ImGuiDockNodeFlags_PassthruDockspace mode (subdivided in three flags: ImGuiDockNodeFlags_NoDockingInCentralNode, ImGuiDockNodeFlags_PassthruInEmptyNodes, ImGuiDockNodeFlags_RenderWindowBg). Added internal facility for register a rectangular hit-test hole in window. Updated DockSpace demo accordingly. (#2109)
                
                 
            
                  
                  omar
                  committed 
  
    
      on 3 Oct 2018
    
  
                  
                 
               | 
          
| 
            
             
                Docking: Added ImGuiDockNodeFlags_NoOuterBorder, tweaked DockSpace demo to remove window border. Made docking splitter use the same standard setting as resizing from edges. (#2109)
                
                 
            
                  
                  omar
                  committed 
  
    
      on 3 Oct 2018
    
  
                  
                 
               | 
          |
| 
            
             
                ButtonBehavior, ImGuiButtonFlags_FlattenChildren flag can be used from a child window. Would typically affect calling SplitterBehavior() from a child window.
                
                 
            
                  
                  omar
                  committed 
  
    
      on 3 Oct 2018
    
  
                  
                 
               | 
          |
| 
            
             
                Docking: Renamed "DocRoot/DocumentRoot" to "CentralNode", more self explanatory. Moved Splitter update higher up in DockNodeUpdate() + minor misc tweak. (#2109)
                
                 
            
                  
                  omar
                  committed 
  
    
      on 3 Oct 2018
    
  
                  
                 
               | 
          |
| 
            
             
                Docking: Added ImGuiDockNodeFlags_NoDockingInsideDocRootNode flag. Honoring ImGuiDockNodeFlags_NoSplit in child node is already split (so we can use DockBuilder and then lock the layout). Added those options to the demo. (#2109)
                
                 
            
                  
                  omar
                  committed 
  
    
      on 3 Oct 2018
    
  
                  
                 
               | 
          |
| 
            
             
                Docking: Fixed DockSpace() child window displaying a scrollbar behind the node backgrounds. Rename ImGuiCol_DockingBg to ImGuiCol_DockingEmptyBg. Added ImGuiDockNode::IsLeaftNode(). (#2109)
                
                 
            
                  
                  omar
                  committed 
  
    
      on 3 Oct 2018
    
  
                  
                 
               | 
          |
| 2018-10-02 | 
            
             
                Merge branch 'viewport' into docking
                
                 
            
                  
                  omar
                  committed 
  
    
      on 2 Oct 2018
    
  
                  
                 
               | 
          
| 
            
             | 
          |
| 
            
             
                Window, Inputs: Fixed resizing from edges when io.MousePos is not pixel-rounded by rounding mouse position input. (#2110)
                
                 
            
                  
                  omar
                  committed 
  
    
      on 2 Oct 2018
    
  
                  
                 
               | 
          |
| 
            
             
                Window: Resizing from edges (with io.ConfigResizeWindowsFromEdges Beta flag) extends the hit region of root floating windows outside the window, making it easier to resize windows. Resize grips are also extended accordingly so there are no discontinuity when hovering between borders and corners. (#1495, #822, #2110)
                
                 
            
                  
                  omar
                  committed 
  
    
      on 2 Oct 2018
    
  
                  
                 
               | 
          |
| 
            
             
                Docking: Fixed crash using DockBuilderSplitNode(). (#2109)
                
                 
            
                  
                  omar
                  committed 
  
    
      on 2 Oct 2018
    
  
                  
                 
               | 
          |
| 2018-10-01 | 
            
             
                Docking: Renamed io.ConfigDockingWithKeyMode to io.ConfigDockingWithShift.
                
                 
            
                  
                  omar
                  committed 
  
    
      on 1 Oct 2018
    
  
                  
                 
               | 
          
| 
            
             
                Fixed typo. (#2108, #2083)
                
                 
            
                  
                  omar
                  committed 
  
    
      on 1 Oct 2018
    
  
                  
                 
               | 
          |
| 
            
             
                Drag and Drop: Added GetDragDropPayload() to peek directly into the payload (if any) from anywhere. (#143)
                
                 
            
                  
                  omar
                  committed 
  
    
      on 1 Oct 2018
    
  
                  
                 
               | 
          |
| 
            
             
                Docking: Better tracking of current dock id for inactive and uncreated windows (in settings etc.). + Fixed assert when docking a single-visible leaf node of a hierarchy into another
                
                 
            
                  
                  omar
                  committed 
  
    
      on 1 Oct 2018
    
  
                  
                 
               | 
          |
| 
            
             
                Docking: Fixes for C++03 compilers.
                
                 
            
                  
                  omar
                  committed 
  
    
      on 1 Oct 2018
    
  
                  
                 
               | 
          |
| 2018-09-30 | 
            
             
                Docking: Fixed extracting a dock node from a document root: document root should be preserved.
                
                 
            
                  
                  omar
                  committed 
  
    
      on 30 Sep 2018
    
  
                  
                 
               | 
          
| 
            
             
                Docking: Reorganizing some of the tab-bar selection and window focus related code.
                
                 
            
                  
                  omar
                  committed 
  
    
      on 30 Sep 2018
    
  
                  
                 
               | 
          |
| 
            
             
                Docking: Demo: Displaying a message if master docking flag is disabled. + DockSpace() early out + comments.
                
                 
            
                  
                  omar
                  committed 
  
    
      on 30 Sep 2018
    
  
                  
                 
               |