| 2015-04-18 | 
            
             
                Documentation
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 18 Apr 2015
    
  
                  
                 
               | 
          
|---|---|
| 
            
             
                Update imconfig.h documentation
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 18 Apr 2015
    
  
                  
                 
               | 
          |
| 2015-04-17 | 
            
             
                DragFloat, DragInt: if step/speed is zero defaults to 1% of range #180
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 17 Apr 2015
    
  
                  
                 
               | 
          
| 
            
             | 
          |
| 2015-04-16 | 
            
             
                Fixed C4267.
                
                 
            
                  
                  Branimir Karadžić
                  committed 
  
    
      on 16 Apr 2015
    
  
                  
                 
               | 
          
| 
            
             
                ShowMetricsWindow(): renaming locals (not sure about the "shadows a local variable" warning?)
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 16 Apr 2015
    
  
                  
                 
               | 
          |
| 
            
             
                Merge branch 'bkaradzic-master'
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 16 Apr 2015
    
  
                  
                 
               | 
          |
| 
            
             
                Fixed warning: missing initializer for member.
                
                 
            
                  
                  Branimir Karadžić
                  committed 
  
    
      on 16 Apr 2015
    
  
                  
                 
               | 
          |
| 
            
             
                Fixed: warning: declaration shadows a local variable
                
                 
            
                  
                  Branimir Karadžić
                  committed 
  
    
      on 16 Apr 2015
    
  
                  
                 
               | 
          |
| 
            
             
                Fixed: warning: missing field 'w' initializer [-Wmissing-field-initializers]
                
                 
            
                  
                  Branimir Karadžić
                  committed 
  
    
      on 16 Apr 2015
    
  
                  
                 
               | 
          |
| 
            
             
                TODO list
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 16 Apr 2015
    
  
                  
                 
               | 
          |
| 
            
             
                Fixed hovering over a popup's child (popups disable hovering on other windows but not their childs) #197
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 16 Apr 2015
    
  
                  
                 
               | 
          |
| 2015-04-15 | 
            
             
                Examples: OpenGL3: backup/restore current program and texture #195
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 15 Apr 2015
    
  
                  
                 
               | 
          
| 2015-04-14 | 
            
             | 
          
| 
            
             
                Set modifier key state by inspecting imgui's io.KeysDown array.
                
                 
            
                  
                  Dale Kim
                  committed 
  
    
      on 14 Apr 2015
    
  
                  
                 
               | 
          |
| 
            
             
                Tweak date/credits
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 14 Apr 2015
    
  
                  
                 
               | 
          |
| 
            
             
                Examples: Simplified GLFW keyboard callbacks
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 14 Apr 2015
    
  
                  
                 
               | 
          |
| 
            
             
                Merge branch 'master' of https://github.com/Roflraging/imgui into Roflraging-master
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 14 Apr 2015
    
  
                  
                 
               | 
          |
| 2015-04-13 | 
            
             
                Simplified glfw keyboard callbacks.
                
                 
            
                  
                  Dale Kim
                  committed 
  
    
      on 13 Apr 2015
    
  
                  
                 
               | 
          
| 
            
             | 
          |
| 
            
             
                fix outdated documentation
                
                 
            
                  
                  Stephan Dilly
                  committed 
  
    
      on 13 Apr 2015
    
  
                  
                 
               | 
          |
| 
            
             
                Renamed IsClipped() to IsRectClipped(). Kept inline redirection function (will obsolete).
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 13 Apr 2015
    
  
                  
                 
               | 
          |
| 
            
             
                Added IsItemVisible(). Made IsClipped() also return false when log is enabled.
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 13 Apr 2015
    
  
                  
                 
               | 
          |
| 
            
             
                Active widgets is not clipped, so it can always release its active state (mentioned in #143)
                
                  ...
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 13 Apr 2015
    
  
                  
                 
               | 
          |
| 
            
             
                Added ResetMouseDragDelta() for iterative dragging operations
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 13 Apr 2015
    
  
                  
                 
               | 
          |
| 
            
             
                Added PushId() GetId() variants that takes string range to avoid user making unnecessary copies
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 13 Apr 2015
    
  
                  
                 
               | 
          |
| 2015-04-12 | 
            
             
                DragFloat() fixed clamping #180
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 12 Apr 2015
    
  
                  
                 
               | 
          
| 
            
             
                DragFloat() added power parameter for logarithmic drag on both side of zero #180
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 12 Apr 2015
    
  
                  
                 
               | 
          |
| 
            
             
                DragFloat() latch value internally, allows finer control, honor precision settings, slow step with integer works #180
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 12 Apr 2015
    
  
                  
                 
               | 
          |
| 
            
             
                DragInt() step given as float to allow finer control of speed #180
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 12 Apr 2015
    
  
                  
                 
               |