| 2015-06-23 | 
            
             
                BeginPopupModal() can have an optional close-window button (#249)
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 23 Jun 2015
    
  
                  
                 
               | 
          
|---|---|
| 
            
             
                Added BeginPopupModal() with actual modal behaviour (WIP api) (#249)
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 23 Jun 2015
    
  
                  
                 
               | 
          |
| 2015-06-22 | 
            
             
                Minor comment fix (#248)
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 22 Jun 2015
    
  
                  
                 
               | 
          
| 2015-06-21 | 
            
             
                Merge remote-tracking branch 'origin' into 2015-04-indexed-rendering
                
                  ...
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 21 Jun 2015
    
  
                  
                 
               | 
          
| 
            
             
                Merge remote-tracking branch 'origin' into 2015-03-antialiased-primitives
                
                  ...
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 21 Jun 2015
    
  
                  
                 
               | 
          |
| 
            
             
                Added IsKeyReleased() (#248), added keyboard & mouse state panel in the demo window
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 21 Jun 2015
    
  
                  
                 
               | 
          |
| 
            
             
                Added IsMouseReleased() helper (#248)
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 21 Jun 2015
    
  
                  
                 
               | 
          |
| 2015-06-19 | 
            
             
                Fixed leak on Shutdown (#200)
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 19 Jun 2015
    
  
                  
                 
               | 
          
| 
            
             
                Comments
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 19 Jun 2015
    
  
                  
                 
               | 
          |
| 
            
             
                Fixed mouse wheel scroll issues, introduced a few weeks ago (#200)
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 19 Jun 2015
    
  
                  
                 
               | 
          |
| 
            
             
                Can't scroll with mouse wheel when window is collapsed.
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 19 Jun 2015
    
  
                  
                 
               | 
          |
| 
            
             
                InputTextMultiline() filtering out \r for now (#200)
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 19 Jun 2015
    
  
                  
                 
               | 
          |
| 2015-06-18 | 
            
             
                InputTextMultiline() painfully merged most computation passes into one, better clipping, much faster for large text (#200)
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 18 Jun 2015
    
  
                  
                 
               | 
          
| 
            
             
                ImFont::RenderText() better vertical clipping for large amount of text (for #200)
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 18 Jun 2015
    
  
                  
                 
               | 
          |
| 
            
             
                InputTextMultiline(): made ctrl+up/down closer to windows behavior (#200)
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 18 Jun 2015
    
  
                  
                 
               | 
          |
| 
            
             
                InputTextMultiline() fixed a frame of lag in handling vertical scrolling (#200)
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 18 Jun 2015
    
  
                  
                 
               | 
          |
| 
            
             
                InputText(): adjusting selection block height differently for single and multi-line (#200)
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 18 Jun 2015
    
  
                  
                 
               | 
          |
| 
            
             
                InputText(): removed a call to strlen() in the active edit path (#200)
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 18 Jun 2015
    
  
                  
                 
               | 
          |
| 
            
             
                InputTextMultine() optimised height calculation for inactive multi-line edit box (#200)
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 18 Jun 2015
    
  
                  
                 
               | 
          |
| 
            
             
                ImFont: CalcTextSizeA() fixed font scaling with fallback character.
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 18 Jun 2015
    
  
                  
                 
               | 
          |
| 
            
             
                InputText: fixed handling of scaled font. re-organized bits of code toward merging all sizes calculations (#200)
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 18 Jun 2015
    
  
                  
                 
               | 
          |
| 
            
             
                Fixed framerate counter averaging buffer size (shouldn't have been included in previous commit)
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 18 Jun 2015
    
  
                  
                 
               | 
          |
| 
            
             
                InputText(): removed extraneous CalcTextSizeW call for tracking cursor/scrolling, remove spike (#200)
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 18 Jun 2015
    
  
                  
                 
               | 
          |
| 
            
             
                InputText(): char width calculation calls font->GetCharAdvance() directly (#200)
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 18 Jun 2015
    
  
                  
                 
               | 
          |
| 
            
             
                ImFont::RenderText() faster handling of rendering above clipping rect (useful for #200)
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 18 Jun 2015
    
  
                  
                 
               | 
          |
| 
            
             
                InputText() clear selection when using undo/redo (#200)
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 18 Jun 2015
    
  
                  
                 
               | 
          |
| 
            
             
                InputText() tidying up (#200)
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 18 Jun 2015
    
  
                  
                 
               | 
          |
| 
            
             
                InputTextMultiline() preserve activeid/cursor/selection when using scrollbar + tidying up (#200)
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 18 Jun 2015
    
  
                  
                 
               | 
          |
| 
            
             
                Speeding up some wchar<>UTF8 functions and some specialization for Ascii. (testing 500 KB text for #200)
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 18 Jun 2015
    
  
                  
                 
               | 
          |
| 
            
             
                Cleanup
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 18 Jun 2015
    
  
                  
                 
               |