| 2017-10-16 | 
            
             
                BeginPopupContextItem() now supports a NULL string identifier and uses the last item ID if available. For interactive items (that have an ID) this works! For non interactive items we assert.
                
                 
            
                  
                  omar
                  committed 
  
    
      on 16 Oct 2017
    
  
                  
                 
               | 
          
|---|---|
| 
            
             
                Fix IsItemHovered() issue on child by temporarily reverting  
            344d48b. This is not the ideal solution. (Fix #1370)
                
                
                  
                  omar
                  committed 
  
    
      on 16 Oct 2017
    
  
                  
                 
               | 
          |
| 2017-10-15 | 
            
             
                Nav: InputTextMultiline: Fixed navigation/selection. Disabled selecting all when activating a multi-line text editor. (#787)
                
                 
            
                  
                  omar
                  committed 
  
    
      on 15 Oct 2017
    
  
                  
                 
               | 
          
| 
            
             
                Nav: InputTextMultiline: Fixed navigation/selection. Disabled selecting all when activating a multi-line text editor. (#787)
                
                 
            
                  
                  omar
                  committed 
  
    
      on 15 Oct 2017
    
  
                  
                 
               | 
          |
| 
            
             
                Nav: InputText: Fixed using Up/Down history callback feature when Nav is enabled (#787)
                
                 
            
                  
                  omar
                  committed 
  
    
      on 15 Oct 2017
    
  
                  
                 
               | 
          |
| 
            
             
                Nav: Internals: Moved some internal code to namespace, comments
                
                 
            
                  
                  omar
                  committed 
  
    
      on 15 Oct 2017
    
  
                  
                 
               | 
          |
| 
            
             
                Nav: NavProcessItem() updates current NavLayer. Basically we're hearing toward rebuilidng nav info from an id. (#787).
                
                 
            
                  
                  omar
                  committed 
  
    
      on 15 Oct 2017
    
  
                  
                 
               | 
          |
| 
            
             
                Nav: NavProcessItem() computes window-relative rectangle using own Window rather than NavWindow. Not sure what it may mean for child-flattened-nav (disabled). (#787)
                
                 
            
                  
                  omar
                  committed 
  
    
      on 15 Oct 2017
    
  
                  
                 
               | 
          |
| 
            
             
                Nav: SetFocusID() update NavWindow and NavRectRel just as we get them. Needed by upcoming commit, committing separately as I'm curious if it has any side-effect. (#787)
                
                 
            
                  
                  omar
                  committed 
  
    
      on 15 Oct 2017
    
  
                  
                 
               | 
          |
| 
            
             
                Update README.md
                
                 
            
                  
                    omar
                    authored 
  
    
      on 15 Oct 2017
    
  
                    
                  
                  GitHub
                  committed 
  
    
      on 15 Oct 2017
    
  
                  
                 
               | 
          |
| 
            
             
                Merge branch 'master' into navigation
                
                 
            
                  
                  omar
                  committed 
  
    
      on 15 Oct 2017
    
  
                  
                 
               | 
          |
| 
            
             
                ImDrawList: Fixed a bug in ChannelsMerge() leading to an extraneous draw call being created, which unexpectly led to more dramatic condition but to faulty draw command merging code. (#1172, #1368)
                
                 
            
                  
                  omar
                  committed 
  
    
      on 15 Oct 2017
    
  
                  
                 
               | 
          |
| 
            
             
                Merge pull request #1368 from ripieces/rendering-issue-1172
                
                  ...
                
                 
            
                  
                    omar
                    authored 
  
    
      on 15 Oct 2017
    
  
                    
                  
                  GitHub
                  committed 
  
    
      on 15 Oct 2017
    
  
                  
                 
               | 
          |
| 
            
             | 
          |
| 
            
             
                Nav: Renaming a field + Comments.
                
                 
            
                  
                  omar
                  committed 
  
    
      on 15 Oct 2017
    
  
                  
                 
               | 
          |
| 2017-10-13 | 
            
             
                Removed apparently unncessary code in InputFloatN() and InputInt().
                
                 
            
                  
                  omar
                  committed 
  
    
      on 13 Oct 2017
    
  
                  
                 
               | 
          
| 
            
             
                Update README.md
                
                 
            
                  
                    omar
                    authored 
  
    
      on 13 Oct 2017
    
  
                    
                  
                  GitHub
                  committed 
  
    
      on 13 Oct 2017
    
  
                  
                 
               | 
          |
| 
            
             
                Update README.md
                
                 
            
                  
                    omar
                    authored 
  
    
      on 13 Oct 2017
    
  
                    
                  
                  GitHub
                  committed 
  
    
      on 13 Oct 2017
    
  
                  
                 
               | 
          |
| 
            
             
                Update README.md
                
                 
            
                  
                    omar
                    authored 
  
    
      on 13 Oct 2017
    
  
                    
                  
                  GitHub
                  committed 
  
    
      on 13 Oct 2017
    
  
                  
                 
               | 
          |
| 
            
             
                Nav: ButtonBehavior() keep _displaying_ NavId item as howered when refocusing or moving window, which is consistent with IsItemHovered() and reduce noise/flicker (#787)
                
                 
            
                  
                  omar
                  committed 
  
    
      on 13 Oct 2017
    
  
                  
                 
               | 
          |
| 
            
             
                Reluctantly exposed GetActiveID(), GetHoveredID() in imgui_internal because the demo code will need it.
                
                 
            
                  
                  omar
                  committed 
  
    
      on 13 Oct 2017
    
  
                  
                 
               | 
          |
| 
            
             
                Nav: Shallow tweaks.
                
                 
            
                  
                  omar
                  committed 
  
    
      on 13 Oct 2017
    
  
                  
                 
               | 
          |
| 
            
             
                Exposed Scrollbar() in imgui_internal.h and removed a bool arg
                
                 
            
                  
                  omar
                  committed 
  
    
      on 13 Oct 2017
    
  
                  
                 
               | 
          |
| 
            
             
                Nav: Internals: Renamed ImGuiButtonFlags_NoNavOverride to ImGuiButtonFlags_NoNavFocus + fixed a theorically missing test in ButtonBehavior() (#787)
                
                 
            
                  
                  omar
                  committed 
  
    
      on 13 Oct 2017
    
  
                  
                 
               | 
          |
| 
            
             
                Nav: Internals: Renamed SetActiveIDNoNav -> SetActiveID() and old SetActiveID() -> SetFocusID(), both functions needs to be called when both are desirabled. (#787)
                
                  ...
                
                 
            
                  
                  omar
                  committed 
  
    
      on 13 Oct 2017
    
  
                  
                 
               | 
          |
| 
            
             
                Internals: Moved SetNavID() and renamed casing to be consistent with stuff exposed in imgui_internal.h
                
                 
            
                  
                  omar
                  committed 
  
    
      on 13 Oct 2017
    
  
                  
                 
               | 
          |
| 
            
             
                Exposed Scrollbar() in imgui_internal.h and removed a bool arg
                
                 
            
                  
                  omar
                  committed 
  
    
      on 13 Oct 2017
    
  
                  
                 
               | 
          |
| 
            
             
                Internals: SetActiveID window cannot be NULL
                
                 
            
                  
                  omar
                  committed 
  
    
      on 13 Oct 2017
    
  
                  
                 
               | 
          |
| 2017-10-11 | 
            
             
                Nav: commiting shallow bits to reduce noise from working copy/upcoming commit.
                
                 
            
                  
                  omar
                  committed 
  
    
      on 11 Oct 2017
    
  
                  
                 
               | 
          
| 
            
             
                Nav: Extract part of NavUpdate() into a saner NavUpdateWindowingTarget() (#787)
                
                 
            
                  
                  omar
                  committed 
  
    
      on 11 Oct 2017
    
  
                  
                 
               |