| 2016-07-07 | 
                add shortcut+backspace support
                
                 
                  
                  Michael Bartnett
                  committed 
  
    
      on 7 Jul 2016
    
  
                  
                 | 
|---|---|
| 
                osx uses super+arrows for home/end, built on work in ocornut/imgui#473
                
                 
                  
                  Michael Bartnett
                  committed 
  
    
      on 7 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
    
  
                  
                 | |
| 
                Comment on dealing with io.WantCaptureKeyboard (#703)
                
                 
                  
                  ocornut
                  committed 
  
    
      on 25 Jun 2016
    
  
                  
                 | |
| 
                InputText: render currently edited buffer from the internal buffer, toward #701
                
                 
                  
                  ocornut
                  committed 
  
    
      on 25 Jun 2016
    
  
                  
                 | |
| 
                InputText, ImGuiTextFilter: using strncpy instead of printf("%s").
                
                 
                  
                  ocornut
                  committed 
  
    
      on 25 Jun 2016
    
  
                  
                 | |
| 2016-06-19 | 
                Wrapped text: fixed incorrect testing for negative wrap coordinates, they are perfectly legal. (#706)
                
                 
                  
                  ocornut
                  committed 
  
    
      on 19 Jun 2016
    
  
                  
                 | 
| 2016-06-16 | 
                ColorEdit4(): better preserve inputting value out of 0..255 range, display then clamped in Hexadecimal form
                
                 
                  
                  ocornut
                  committed 
  
    
      on 16 Jun 2016
    
  
                  
                 | 
| 2016-06-15 | 
                Fixed minor text clipping issue in window title for when using font straying above usual line (#699)
                
                 
                  
                  ocornut
                  committed 
  
    
      on 15 Jun 2016
    
  
                  
                 | 
| 2016-06-12 | 
                Member variable name renamed "ID" "Id" for casing consistency
                
                 
                  
                  ocornut
                  committed 
  
    
      on 12 Jun 2016
    
  
                  
                 | 
| 
                Comments
                
                 
                  
                  ocornut
                  committed 
  
    
      on 12 Jun 2016
    
  
                  
                 | |
| 
                TextUnformatted() fixed clipping bug in the large-text path when horizontal scroll has been applied (#692, #246)
                
                 
                  
                  ocornut
                  committed 
  
    
      on 12 Jun 2016
    
  
                  
                 | |
| 2016-06-11 | 
                ImDrawList: Fixed a (rarely occuring) bug with merging with previous command + unnecessary OverlayDrawList command
                
                 
                  
                  ocornut
                  committed 
  
    
      on 11 Jun 2016
    
  
                  
                 | 
| 
                Fixed TextWrapped() override wrap position is one is already set (#690)
                
                 
                  
                  ocornut
                  committed 
  
    
      on 11 Jun 2016
    
  
                  
                 | |
| 
                Comments (#691)
                
                 
                  
                  ocornut
                  committed 
  
    
      on 11 Jun 2016
    
  
                  
                 | |
| 2016-06-07 | 
                ImFont: Allowing to use up to 0xFFFE glyphs in same font (increased from previous 0x8000)
                
                 
                  
                  ocornut
                  committed 
  
    
      on 7 Jun 2016
    
  
                  
                 | 
| 
                Demo: extra (somehow duplicate) Selectables+Columns demo
                
                 
                  
                  ocornut
                  committed 
  
    
      on 7 Jun 2016
    
  
                  
                 | |
| 2016-06-06 | 
                Demo: Added an extra 3-way columns demo
                
                 
                  
                  ocornut
                  committed 
  
    
      on 6 Jun 2016
    
  
                  
                 | 
| 2016-06-04 | 
                Fixed a crash bug in stb_textedit.h (#681)
                
                 
                  
                  ocornut
                  committed 
  
    
      on 4 Jun 2016
    
  
                  
                 | 
| 2016-05-31 | |
| 2016-05-30 | 
                Comments, tweaks
                
                 
                  
                  ocornut
                  committed 
  
    
      on 30 May 2016
    
  
                  
                 |