| 2016-08-07 | 
            
             
                Demo tweaks
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 7 Aug 2016
    
  
                  
                 
               | 
          
|---|---|
| 
            
             
                Nav: Tweaked default highlight clipping (clipped by scrollbar) and removed subtle background (#323)
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 7 Aug 2016
    
  
                  
                 
               | 
          |
| 
            
             
                Nav: Added ImGuiCol_NavWindowingHighlight into style (#323)
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 7 Aug 2016
    
  
                  
                 
               | 
          |
| 
            
             
                Nav: Fixed bug where pressing NavInput(Triangle) to turn slider/drag into text input would then change subsequent NavActivate as well (#323)
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 7 Aug 2016
    
  
                  
                 
               | 
          |
| 
            
             
                Nav: Allow PadLeft to close a menu (#323)
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 7 Aug 2016
    
  
                  
                 
               | 
          |
| 
            
             
                Merge remote-tracking branch 'origin' into 2016-07-navigation
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 7 Aug 2016
    
  
                  
                 
               | 
          |
| 
            
             
                BulletText(): doesn't stop displaying at the ## mark
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 7 Aug 2016
    
  
                  
                 
               | 
          |
| 
            
             
                Nav: Failed movement request with no current NavId fallback to an InitDefaultRequest so that we always land somewhere on first move (#323)
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 7 Aug 2016
    
  
                  
                 
               | 
          |
| 
            
             
                Nav: Comments (#323)
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 7 Aug 2016
    
  
                  
                 
               | 
          |
| 
            
             
                Merge remote-tracking branch 'origin' into 2016-07-navigation
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 7 Aug 2016
    
  
                  
                 
               | 
          |
| 2016-08-06 | 
            
             
                Removed a handful of obsolete (trivial) function redirection from 1.34 and 1.38 (march-april 2015)
                
                  ...
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 6 Aug 2016
    
  
                  
                 
               | 
          
| 
            
             
                Merge branch 'thedmd-2016-08-generalized_visibility_test'
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 6 Aug 2016
    
  
                  
                 
               | 
          |
| 
            
             
                Tweak comments (#768)
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 6 Aug 2016
    
  
                  
                 
               | 
          |
| 
            
             
                Merge branch '2016-08-generalized_visibility_test' of https://github.com/thedmd/imgui into thedmd-2016-08-generalized_visibility_test
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 6 Aug 2016
    
  
                  
                 
               | 
          |
| 
            
             
                Using IM_COL32() for colors in a few spots (#767)
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 6 Aug 2016
    
  
                  
                 
               | 
          |
| 
            
             
                Moved GetColorU32 out of imgui_internal.h to avoid inlining mess (#759)
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 6 Aug 2016
    
  
                  
                 
               | 
          |
| 2016-08-05 | 
            
             
                Add ability to test arbitrary rectangle for visibility without need of moving cursor.
                
                 
            
                  
                  Michał Cichoń
                  committed 
  
    
      on 5 Aug 2016
    
  
                  
                 
               | 
          
| 2016-08-04 | 
            
             
                Nav: Reordered Cancel handling code so you you can leave a child within a popup without closing the popup (#323)
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 4 Aug 2016
    
  
                  
                 
               | 
          
| 
            
             
                Nav: Menu: Allow PadDown to open a menu from a menu bar, PadRight from a menu (#323, #126)
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 4 Aug 2016
    
  
                  
                 
               | 
          |
| 2016-08-03 | 
            
             
                Nav: Moving all nav inputs to io.NavInputs[] float array, new enum labelled for gamepad. (#323)
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 3 Aug 2016
    
  
                  
                 
               | 
          
| 
            
             
                Typo in commented default-value
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 3 Aug 2016
    
  
                  
                 
               | 
          |
| 
            
             
                Nav: Moving window with nav stick disables mouse hover (#323)
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 3 Aug 2016
    
  
                  
                 
               | 
          |
| 
            
             
                Demo: Arrange some inputs panels.
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 3 Aug 2016
    
  
                  
                 
               | 
          |
| 2016-08-01 | 
            
             
                Nav: DragBehavior  removed bogus test (#323)
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 1 Aug 2016
    
  
                  
                 
               | 
          
| 
            
             
                Demo: Tweak handling of "animate" flag in graph demo so it doesn't keep running.
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 1 Aug 2016
    
  
                  
                 
               | 
          |
| 2016-07-31 | 
            
             
                Merge remote-tracking branch 'origin' into 2016-07-navigation
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 31 Jul 2016
    
  
                  
                 
               | 
          
| 
            
             
                Using ImGuiID instead of ImU32 is a few places
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 31 Jul 2016
    
  
                  
                 
               | 
          |
| 
            
             
                Nav: quick tap on NavMenu with no focused window doesn't focus one (holding still does) (#323)
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 31 Jul 2016
    
  
                  
                 
               | 
          |
| 
            
             
                Nav: fixed using NavMenu/windowing select when no window is already focused + cleanup code (#323)
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 31 Jul 2016
    
  
                  
                 
               | 
          |
| 
            
             
                Nav: working on early bits of documentation (#323)
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 31 Jul 2016
    
  
                  
                 
               |