| 2015-03-16 | 
            
             
                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
    
  
                  
                 
               | 
          |
| 
            
             | 
          |
| 
            
             | 
          |
| 2015-03-14 | 
            
             
                Added VSliderFloat()
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 14 Mar 2015
    
  
                  
                 
               | 
          
| 
            
             
                "behaviour" -> "behavior" to behave like the greatest number
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 14 Mar 2015
    
  
                  
                 
               | 
          |
| 
            
             
                Internal SliderBehaviour() function now supports vertical sliders
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 14 Mar 2015
    
  
                  
                 
               | 
          |
| 
            
             
                Slider fix hovering bounding test excluding padding between outer frame and grab
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 14 Mar 2015
    
  
                  
                 
               | 
          |
| 
            
             
                Plot: size provided to PlotHistogram(), PlotLines() include the padding (sorry users).
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 14 Mar 2015
    
  
                  
                 
               | 
          |
| 
            
             
                Added ImGuiStyleVar_GrabMinSize enum value for PushStyleVar()
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 14 Mar 2015
    
  
                  
                 
               | 
          |
| 
            
             
                Slider code tweaks, split into a SliderBehaviour() function
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 14 Mar 2015
    
  
                  
                 
               | 
          |
| 
            
             
                Passing ImGuiID by copy (32-bits)
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 14 Mar 2015
    
  
                  
                 
               | 
          |
| 
            
             
                Slider code tweaks
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 14 Mar 2015
    
  
                  
                 
               | 
          |
| 
            
             
                Examples: Fixed Makefile
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 14 Mar 2015
    
  
                  
                 
               | 
          |
| 
            
             
                Examples: Fixed Makefile
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 14 Mar 2015
    
  
                  
                 
               | 
          |
| 
            
             
                Examples: Fixed Clang warnings in DirectX examples
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 14 Mar 2015
    
  
                  
                 
               | 
          |
| 
            
             
                Examples: MSVC: increase warning level from /W3 to /W4 for OpenGL examples
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 14 Mar 2015
    
  
                  
                 
               | 
          |
| 
            
             
                Examples: MSVC: increase warning level from /W3 to /W4 for DirectX examples
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 14 Mar 2015
    
  
                  
                 
               | 
          |
| 
            
             
                Fixed warning and split bit of SliderFloat() into a private ParseFormat() function
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 14 Mar 2015
    
  
                  
                 
               | 
          |
| 
            
             
                Examples: Fix includes order to avoid conflicts between DXSDK_DIR and Windows SDK
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 14 Mar 2015
    
  
                  
                 
               | 
          |
| 
            
             
                Examples: Added 64-bit projects for MSVC
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 14 Mar 2015
    
  
                  
                 
               | 
          |
| 
            
             
                Examples: Moved GLFW/GL3W to a common libs/ folder
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 14 Mar 2015
    
  
                  
                 
               | 
          |
| 
            
             
                Examples: Updated to GLFW 3.1
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 14 Mar 2015
    
  
                  
                 
               |