| 2015-04-09 | 
            
             | 
          
|---|---|
| 2015-04-08 | 
            
             
                Renamed ImDrawList::AddArc() to ImDrawList::AddArcFast() for compatibility with future API, and changed 2*PI range from 0..12 to 0..16
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 8 Apr 2015
    
  
                  
                 
               | 
          
| 
            
             | 
          |
| 
            
             
                fix initialising ints with float literals
                
                 
            
                  
                  Stephan Dilly
                  committed 
  
    
      on 8 Apr 2015
    
  
                  
                 
               | 
          |
| 2015-04-07 | 
            
             
                Update README.md
                
                 
            
                  
                  omar
                  committed 
  
    
      on 7 Apr 2015
    
  
                  
                 
               | 
          
| 
            
             
                Update README.txt + screenshot
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 7 Apr 2015
    
  
                  
                 
               | 
          |
| 
            
             
                Fixed IsRootWindowOrAnyChildFocused() crashing if no window has focus (introduced yesterday in  
            c38c54a)
                
                
                  
                  ocornut
                  committed 
  
    
      on 7 Apr 2015
    
  
                  
                 
               | 
          |
| 
            
             
                Fixed user-facing version of IsItemHovered() ignoring overlapping windows
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 7 Apr 2015
    
  
                  
                 
               | 
          |
| 
            
             
                Added ShowMetricsWindow()
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 7 Apr 2015
    
  
                  
                 
               | 
          |
| 
            
             
                Added (not exposed) DisableHideTextAfterDoubleHash to disable ## processing.
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 7 Apr 2015
    
  
                  
                 
               | 
          |
| 
            
             
                Added IO.MetricsVertices counter
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 7 Apr 2015
    
  
                  
                 
               | 
          |
| 
            
             
                Examples: Formatting #187
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 7 Apr 2015
    
  
                  
                 
               | 
          |
| 
            
             | 
          |
| 
            
             | 
          |
| 
            
             
                Examples: Fixed ShowExampleAppManipulatingWindowTitle() not doing the right thing, broken in  
            ff35d24
                
                
                  
                  ocornut
                  committed 
  
    
      on 7 Apr 2015
    
  
                  
                 
               | 
          |
| 
            
             
                Update README.txt
                
                 
            
                  
                  omar
                  committed 
  
    
      on 7 Apr 2015
    
  
                  
                 
               | 
          |
| 
            
             
                Update README.txt
                
                 
            
                  
                  omar
                  committed 
  
    
      on 7 Apr 2015
    
  
                  
                 
               | 
          |
| 2015-04-06 | 
            
             
                Clicking on void loses keyboard-focus so application can use TAB back
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 6 Apr 2015
    
  
                  
                 
               | 
          
| 
            
             
                Allow SetWindowFocus(NULL) to remove focus
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 6 Apr 2015
    
  
                  
                 
               | 
          |
| 
            
             
                Examples: OpenGL fixed-pipeline: added glBindTexture(0), via Anton M
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 6 Apr 2015
    
  
                  
                 
               | 
          |
| 2015-04-04 | 
            
             
                Comments
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 4 Apr 2015
    
  
                  
                 
               | 
          
| 2015-04-03 | 
            
             
                DragFloat() comment examples, not ready for prime-time #180
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 3 Apr 2015
    
  
                  
                 
               | 
          
| 
            
             
                DragFloat() examples #180
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 3 Apr 2015
    
  
                  
                 
               | 
          |
| 
            
             
                DragFloat() double-clicking turns into an input box (along with Ctrl+clicking) #180
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 3 Apr 2015
    
  
                  
                 
               | 
          |
| 
            
             
                DragFloat(): passing min>=max (e.g. 0.0f) for range makes the drag unbound #180, removed extra APIs
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 3 Apr 2015
    
  
                  
                 
               | 
          |
| 
            
             
                SliderFloat() removed support for unbound/infinite slider, inconsistent. Use InputFloat()/DragFloat()
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 3 Apr 2015
    
  
                  
                 
               | 
          |
| 
            
             
                Selectable() render into AutoFitPadding but do not extend it, fixing small visual gap
                
                  ...
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 3 Apr 2015
    
  
                  
                 
               | 
          |
| 
            
             
                Combo() adding frame padding inside the combo box.
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 3 Apr 2015
    
  
                  
                 
               | 
          |
| 
            
             
                InputInt2(), InputInt3(), InputInt4(): fixed label vertical alignment
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 3 Apr 2015
    
  
                  
                 
               | 
          |
| 
            
             
                ShowTestWindow() renamed sliders examples to say "slider"
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 3 Apr 2015
    
  
                  
                 
               |