| 2016-05-28 | 
            
             
                Comments
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 28 May 2016
    
  
                  
                 
               | 
          
|---|---|
| 
            
             
                TreeNodeEx(): ImGuiTreeNodeFlags_AlwaysOpen->ImGuiTreeNodeFlags_Leaf, + added ImGuiTreeNodeFlags_Bullet (#324, #581)
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 28 May 2016
    
  
                  
                 
               | 
          |
| 
            
             
                Comments
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 28 May 2016
    
  
                  
                 
               | 
          |
| 
            
             
                Demo: fixed multi-selection tree nodes demo to not replace selection when clicking on single-item that's already part of selection (#581)
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 28 May 2016
    
  
                  
                 
               | 
          |
| 
            
             
                SetNextWindowSizeConstraint -> SetNextWindowSizeConstraints (#668)
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 28 May 2016
    
  
                  
                 
               | 
          |
| 
            
             
                BeginMenu: a menu that becomes disabled when open gets closed down, facilitate user's code (#126)
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 28 May 2016
    
  
                  
                 
               | 
          |
| 2016-05-22 | 
            
             
                Comments (#335)
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 22 May 2016
    
  
                  
                 
               | 
          
| 2016-05-21 | 
            
             
                Speculative 64-bit warning fix (#668)
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 21 May 2016
    
  
                  
                 
               | 
          
| 
            
             
                Fixed compile issue (bloody git stashes) (#668)
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 21 May 2016
    
  
                  
                 
               | 
          |
| 
            
             
                Added SetNextWindowSizeConstraint() + demo code (#668)
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 21 May 2016
    
  
                  
                 
               | 
          |
| 
            
             
                Comments
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 21 May 2016
    
  
                  
                 
               | 
          |
| 
            
             
                Minor sizing refactor, should be no-op. Making it a commit for further bisection since sizing code is super brittle. (#668)
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 21 May 2016
    
  
                  
                 
               | 
          |
| 
            
             
                Resizing window doesn't rely on MouseDelta anymore, but rather recompute expected size based absolute mouse coords. (#668)
                
                  ...
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 21 May 2016
    
  
                  
                 
               | 
          |
| 
            
             
                Minor bits
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 21 May 2016
    
  
                  
                 
               | 
          |
| 2016-05-20 | 
            
             | 
          
| 
            
             
                Fix minor typo in examples/README.txt
                
                 
            
                  
                  Jeongseok Lee
                  committed 
  
    
      on 20 May 2016
    
  
                  
                 
               | 
          |
| 2016-05-17 | 
            
             
                ImFontAtlas: Tweak to allow MergeMode to apply on a font that isn't the previous one, by setting the DstFont field.
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 17 May 2016
    
  
                  
                 
               | 
          
| 
            
             
                CheckStacksSize() added literal strings in IM_ASSERT calls to reach end-user on common failure
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 17 May 2016
    
  
                  
                 
               | 
          |
| 2016-05-16 | 
            
             
                Including limits.h again to get INT_MAX, assuming previous report of missing limits.h was erroneous (#1, yes, issue ONE!)
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 16 May 2016
    
  
                  
                 
               | 
          
| 
            
             
                Added NewLine() (very shy reminder that #97 isn't done)
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 16 May 2016
    
  
                  
                 
               | 
          |
| 
            
             
                Build fix
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 16 May 2016
    
  
                  
                 
               | 
          |
| 
            
             
                ImGuiListClipper comments (#660, #661, #662)
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 16 May 2016
    
  
                  
                 
               | 
          |
| 
            
             
                InputText(): Fixed cursor rendering on first character when framepadding is 0.0 (following #601)
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 16 May 2016
    
  
                  
                 
               | 
          |
| 
            
             
                ImGuiListClipper: removed assert (#662)
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 16 May 2016
    
  
                  
                 
               | 
          |
| 
            
             
                ImGuiListClipper new version, detect height automatically, fix compatibility with SetScrollPosHere (#662)
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 16 May 2016
    
  
                  
                 
               | 
          |
| 
            
             
                Demo: added decorated label to some vertical sliders.
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 16 May 2016
    
  
                  
                 
               | 
          |
| 
            
             
                Merge branch 'trezanik-master'
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 16 May 2016
    
  
                  
                 
               | 
          |
| 
            
             
                Examples: DirectX9: Removing spaces (#663)
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 16 May 2016
    
  
                  
                 
               | 
          |
| 
            
             
                Merge branch 'master' of https://github.com/trezanik/imgui into trezanik-master
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 16 May 2016
    
  
                  
                 
               | 
          |
| 2016-05-15 | 
            
             
                Example: DirectX9: Backup and restore all state
                
                 
            
                  
                  Trezanik
                  committed 
  
    
      on 15 May 2016
    
  
                  
                 
               |