| 2016-07-18 | 
            
             
                Tab-key focusing inhibited when CTRL is held (#323)
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 18 Jul 2016
    
  
                  
                 
               | 
          
|---|---|
| 
            
             
                NewFrame(): update activeid data and keyboard before mouse. Should have no side-effects! (So that later we can update Nav between Keyboard and Mouse) (#323)
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 18 Jul 2016
    
  
                  
                 
               | 
          |
| 
            
             
                ImGuiIO: initializing fields in the same order as the declaration.
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 18 Jul 2016
    
  
                  
                 
               | 
          |
| 
            
             
                InputText: don't process keys during the activation frame (this is mostly a workaround to that activation with enter doesn't validate immediately, which is turns triggers an assert in InputScalarAsWidgetReplacement - can't see an issue with changing it this way so trying out) + using local flag clear_active_id to only clear the active id at the end of the frame, which is one of the step that my stash for #701 requires. (#323)
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 18 Jul 2016
    
  
                  
                 
               | 
          |
| 
            
             
                SliderBehavior, RoundScalar: split into separate functions for usage in upcoming nav commits. Testing power==1.0f without fabsf(). Maybe just use == 1.0f as well? (#323)
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 18 Jul 2016
    
  
                  
                 
               | 
          |
| 
            
             
                Popup: Fixed popup initial frame reading MousePos again instead of the value already stored within the CurrentPopupStack in the previous frame. Doesn't make a big difference here, but will do as gamepad/keyboard navigation will set its own popup position. (#323)
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 18 Jul 2016
    
  
                  
                 
               | 
          |
| 
            
             
                Minor bits.
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 18 Jul 2016
    
  
                  
                 
               | 
          |
| 
            
             
                Added IsKeyPressed() with explicit repeat delay and repeat rate (for usage by nav) (#323)
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 18 Jul 2016
    
  
                  
                 
               | 
          |
| 
            
             
                SetActiveId() sets ActiveIdIsJustActivated only when id changes. (#323)
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 18 Jul 2016
    
  
                  
                 
               | 
          |
| 
            
             
                Begin: Moved code that calls FocusWindow() on a newly appearing window lower in the function so that Nav branch can use CursorStartPos on the first window frame. (#323)
                
                  ...
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 18 Jul 2016
    
  
                  
                 
               | 
          |
| 2016-07-17 | 
            
             
                Closing the focused window restore focus to the first active root window in descending z-order (part of #727)
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 17 Jul 2016
    
  
                  
                 
               | 
          
| 2016-07-16 | 
            
             
                Fixed scrolling offset when using SetScrollY(), SetScrollFromPosY(), SetScrollHere() with menu bar.
                
                  ...
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 16 Jul 2016
    
  
                  
                 
               | 
          
| 
            
             | 
          |
| 
            
             
                Windows: No default IME handler when compiling using GCC. (#738)
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 16 Jul 2016
    
  
                  
                 
               | 
          |
| 2016-07-14 | 
            
             
                TODO list
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 14 Jul 2016
    
  
                  
                 
               | 
          
| 
            
             
                InputTextMultiline(): fix so that IsItemActive() can be used afterwards (otherwise the info was lost by using child/group)
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 14 Jul 2016
    
  
                  
                 
               | 
          |
| 
            
             
                InputText(): Fixed state corruption/crash bug in stb_textedit redo logic when exhausting undo char buffer (#715 #681)
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 14 Jul 2016
    
  
                  
                 
               | 
          |
| 2016-07-12 | 
            
             
                InputTextEx: comments (related to #725)
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 12 Jul 2016
    
  
                  
                 
               | 
          
| 
            
             
                InputTextMultiline(): partial fix for when input and internal buffers differs in a way where scrollbar existence differs. (#725)
                
                  ...
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 12 Jul 2016
    
  
                  
                 
               | 
          |
| 
            
             
                ImVector: reserve() tweak to avoid undefined behavior warning (#731)
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 12 Jul 2016
    
  
                  
                 
               | 
          |
| 2016-06-29 | 
            
             
                Using GetCurrentWindowRead() instead of GetCurrentWindow()
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 29 Jun 2016
    
  
                  
                 
               | 
          
| 
            
             
                SetCursorScreenPos() fixed not adjusting CursorMaxPos as well
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 29 Jun 2016
    
  
                  
                 
               | 
          |
| 
            
             
                ImGuiListClipper: Fix to behave within column (#661, #662, #716)
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 29 Jun 2016
    
  
                  
                 
               | 
          |
| 
            
             
                ImGuiListClipper: fixed automatic-height calc path dumbly having user display element 0 twice (#661, #716)
                
                  ...
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 29 Jun 2016
    
  
                  
                 
               | 
          |
| 
            
             
                NextColumn() tidying up with a sane early out
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 29 Jun 2016
    
  
                  
                 
               | 
          |
| 2016-06-27 | 
            
             
                Added assert to track stb_textedit.h issue (#715)
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 27 Jun 2016
    
  
                  
                 
               | 
          
| 
            
             
                InputTextMultiline(): Fixed Ctrl+DownArrow moving scrolling out of bounds
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 27 Jun 2016
    
  
                  
                 
               | 
          |
| 2016-06-26 | 
            
             
                Fixed Windows default clipboard leaving its buffer unfreed on application's exit. (#714)
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 26 Jun 2016
    
  
                  
                 
               | 
          
| 2016-06-25 | 
            
             
                Minor bits
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 25 Jun 2016
    
  
                  
                 
               | 
          
| 
            
             
                Comments amend  
            3c8e490 (committed before saving last comment edit) (#703)
                
                
                  
                  ocornut
                  committed 
  
    
      on 25 Jun 2016
    
  
                  
                 
               |