| 2015-04-03 | 
            
             
                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
    
  
                  
                 
               | 
          |
| 
            
             
                Added DragFloat(), DragInt() work in progress #180
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 3 Apr 2015
    
  
                  
                 
               | 
          |
| 
            
             
                Examples: initializing float + missing comment.
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 3 Apr 2015
    
  
                  
                 
               | 
          |
| 
            
             
                ColorEdit4(): tweak code to be a little less ugly (still not a beauty contest winner..)
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 3 Apr 2015
    
  
                  
                 
               | 
          |
| 
            
             
                ColorEdit4(): hide components prefix if there's no space for them.
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 3 Apr 2015
    
  
                  
                 
               | 
          |
| 
            
             
                Comments and organization of imgui.h
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 3 Apr 2015
    
  
                  
                 
               | 
          |
| 2015-04-02 | 
            
             
                Slider: don't call RenderText() on empty label.
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 2 Apr 2015
    
  
                  
                 
               | 
          
| 
            
             
                Slider: fix in the unlikely case that style.GrabMinSize is larger than a slider.
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 2 Apr 2015
    
  
                  
                 
               | 
          |
| 
            
             
                Internal renaming
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 2 Apr 2015
    
  
                  
                 
               | 
          |
| 
            
             
                Delete font clear pointer in ImGui state to get a clear crasah instead of a dangling pointer. #181
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 2 Apr 2015
    
  
                  
                 
               | 
          |
| 
            
             
                Fixed Begin() returning true on collapsed windows that loaded settings #176
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 2 Apr 2015
    
  
                  
                 
               | 
          |
| 2015-04-01 | 
            
             
                ImVec2/ImVec4 no-parameters constructs init to 0.0f. Saner. Couldn't measure perf differences in a simple stress test compiled in Debug mode
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 1 Apr 2015
    
  
                  
                 
               | 
          
| 
            
             | 
          |
| 
            
             
                Fix uninitialized fields - MouseCursor set by first call to NewFrame()
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 1 Apr 2015
    
  
                  
                 
               | 
          |
| 
            
             
                Fix for Coverity static analysis
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 1 Apr 2015
    
  
                  
                 
               | 
          |
| 2015-03-30 | 
            
             
                Fixed style.DisplaySafeAreaPadding handling from being applied on window that never were auto-fit
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 30 Mar 2015
    
  
                  
                 
               | 
          
| 
            
             | 
          |
| 
            
             
                Warning fix in demo code
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 30 Mar 2015
    
  
                  
                 
               | 
          |
| 2015-03-29 | 
            
             
                Caching current Font, FontSize into state for quicker/simpler access.
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 29 Mar 2015
    
  
                  
                 
               | 
          
| 
            
             
                Version number 1.38 WIP
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 29 Mar 2015
    
  
                  
                 
               | 
          |
| 2015-03-28 | 
            
             
                Comments on font loading, fixed commented out paths and added DroidSans in the list
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 28 Mar 2015
    
  
                  
                 
               | 
          
| 2015-03-27 | 
            
             
                Comments
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 27 Mar 2015
    
  
                  
                 
               | 
          
| 
            
             
                Fixed new collapsed auto-resizing window with saved .ini settings not calculating their initial width #176
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 27 Mar 2015
    
  
                  
                 
               | 
          |
| 2015-03-26 | 
            
             
                Selectable() fixed misuage of GetContentRegionMax().x
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 26 Mar 2015
    
  
                  
                 
               | 
          
| 
            
             
                Changed new ImDrawList::AddLine() half_thickness to hickness, just in time for release
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 26 Mar 2015
    
  
                  
                 
               |