| 2015-03-18 | 
            
             
                Version number 1.37 WIP
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 18 Mar 2015
    
  
                  
                 
               | 
          
|---|---|
| 
            
             
                Version number
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 18 Mar 2015
    
  
                  
                 
               | 
          |
| 
            
             
                Added VSliderInt()
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 18 Mar 2015
    
  
                  
                 
               | 
          |
| 2015-03-17 | 
            
             
                ShowTestWindow(): more examples of SameLine() usage
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 17 Mar 2015
    
  
                  
                 
               | 
          
| 
            
             
                ShowTestWindow(): added vertical sliders examples, tweaks.
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 17 Mar 2015
    
  
                  
                 
               | 
          |
| 
            
             
                Changed mentions of 'box' to be 'rect'
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 17 Mar 2015
    
  
                  
                 
               | 
          |
| 
            
             
                Changed remaining mentions of 'aabb' to be 'rect'
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 17 Mar 2015
    
  
                  
                 
               | 
          |
| 
            
             
                Renamed internal type ImGuiAabb to ImRect
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 17 Mar 2015
    
  
                  
                 
               | 
          |
| 
            
             
                Added BeginGroup() / EndGroup() layout tools (#160)
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 17 Mar 2015
    
  
                  
                 
               | 
          |
| 
            
             
                Added GetItemRectSize(). Renamed GetItemRectMin()/GetItemRectMax()/IsMouseHoveringBox() to GetItemRectMin()/GetItemRectMax()/IsMouseHovering
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 17 Mar 2015
    
  
                  
                 
               | 
          |
| 
            
             
                Button() doesn't add frame padding an explicit size
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 17 Mar 2015
    
  
                  
                 
               | 
          |
| 
            
             
                Maintaining DC.CursorMaxPos instead of SizeContentsCurrent, simpler, faster and easier to understand.
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 17 Mar 2015
    
  
                  
                 
               | 
          |
| 
            
             
                Various fixes related to vertical alignment of text after widget of various sizes. Added demos. Toward #160
                
                  ...
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 17 Mar 2015
    
  
                  
                 
               | 
          |
| 
            
             
                Moved text vertical centering out of ItemSize() for the moment, in TextUnformatted() it's only user
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 17 Mar 2015
    
  
                  
                 
               | 
          |
| 
            
             
                Internal tweaks
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 17 Mar 2015
    
  
                  
                 
               | 
          |
| 
            
             
                Changed default Border and Column border colors to be most subtle, less MS-DOS
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 17 Mar 2015
    
  
                  
                 
               | 
          |
| 2015-03-16 | 
            
             
                Speculative warning fix
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 16 Mar 2015
    
  
                  
                 
               | 
          
| 
            
             
                Examples: uses SetNextWindowPos/SetNextWindowSize when applicable
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 16 Mar 2015
    
  
                  
                 
               | 
          |
| 
            
             
                Removed extraneous spaces
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 16 Mar 2015
    
  
                  
                 
               | 
          |
| 
            
             | 
          |
| 
            
             
                opengl3+opengl example: if content window doesn't have focus, tell ImGui we don't have a mouse position.  e.g. avoids tooltips popping up in imgui app when you're interacting with a different app window that overlaps it.
                
                 
            
                  
                  Adam D. Moss
                  committed 
  
    
      on 16 Mar 2015
    
  
                  
                 
               | 
          |
| 
            
             
                Examples: DirectX9: fixed duplicate creation of vertex buffer. Size of static vertex buffer at top of the code.
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 16 Mar 2015
    
  
                  
                 
               | 
          |
| 
            
             | 
          |
| 
            
             
                Moved static buffer into state
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 16 Mar 2015
    
  
                  
                 
               | 
          |
| 2015-03-15 | 
            
             
                TreeNodeV() early out if SkipItems is set (avoid formatting string only to be discarded later)
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 15 Mar 2015
    
  
                  
                 
               | 
          
| 
            
             
                Added InputInt2(), InputInt3(), InputInt4()
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 15 Mar 2015
    
  
                  
                 
               | 
          |
| 
            
             
                ShowTestWindow() using Unindent() / Indent() instead of an explicit TreePop
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 15 Mar 2015
    
  
                  
                 
               | 
          |
| 
            
             
                Added Indent(), Unindent()
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 15 Mar 2015
    
  
                  
                 
               | 
          |
| 
            
             
                Renamed style.TreeNodeSpacing to style.IndentSpacing, ImGuiStyleVar_TreeNodeSpacing to ImGuiStyleVar_IndentSpacing
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 15 Mar 2015
    
  
                  
                 
               | 
          |
| 
            
             |