| 2016-11-06 | 
                Font: Font name include size
                
                 
                  
                  ocornut
                  committed 
  
    
      on 6 Nov 2016
    
  
                  
                 | 
|---|---|
| 
                Font: Added Roboto-Medium + tweaked readme
                
                 
                  
                  ocornut
                  committed 
  
    
      on 6 Nov 2016
    
  
                  
                 | |
| 
                Font: Default font given explicit name "ProggyClean.ttf"
                
                 
                  
                  ocornut
                  committed 
  
    
      on 6 Nov 2016
    
  
                  
                 | |
| 
                Font: Added io.FontDefault in ImGuiIO structure to make it easier to change default font from third-party or demo code
                
                 
                  
                  ocornut
                  committed 
  
    
      on 6 Nov 2016
    
  
                  
                 | |
| 
                Demo: Custom Rendering: Tweak so end of line can be dropped outside of canvas, more pleasing.
                
                 
                  
                  ocornut
                  committed 
  
    
      on 6 Nov 2016
    
  
                  
                 | |
| 
                Comments (#896)
                
                 
                  
                  ocornut
                  committed 
  
    
      on 6 Nov 2016
    
  
                  
                 | |
| 
                BeginChild(const char*) applies stack id to provided label (#894, #713)
                
                 
                  
                  ocornut
                  committed 
  
    
      on 6 Nov 2016
    
  
                  
                 | |
| 2016-10-18 | 
                Add location decorators & change to use structs as in/out in glsl, update embedded spv (produced with glslangValidator -x)
                
                 
                  
                  Marcell Kiss
                  committed 
  
    
      on 18 Oct 2016
    
  
                  
                 | 
| 
                Null the released resources
                
                 
                  
                  Marcell Kiss
                  committed 
  
    
      on 18 Oct 2016
    
  
                  
                 | |
| 2016-10-16 | 
                Merge pull request #877 from Velro/patch-1
                
                  ...
                
                 
                  
                    omar
                    authored 
  
    
      on 16 Oct 2016
    
  
                    
                  
                  GitHub
                  committed 
  
    
      on 16 Oct 2016
    
  
                  
                 | 
| 
                outdated dragging API mentioned in demo text
                
                  ...
                
                 
                  
                    James Fulop
                    authored 
  
    
      on 16 Oct 2016
    
  
                    
                  
                  GitHub
                  committed 
  
    
      on 16 Oct 2016
    
  
                  
                 | |
| 
                InputText: Fixed pressing home key on last character when it isn't a trailing \n (#588, #815)
                
                 
                  
                  ocornut
                  committed 
  
    
      on 16 Oct 2016
    
  
                  
                 | |
| 
                stb_textedit.h Merged from master 1.9 (merged bits from #473)
                
                 
                  
                  ocornut
                  committed 
  
    
      on 16 Oct 2016
    
  
                  
                 | |
| 2016-10-15 | 
                Added a void* user_data parameter to Clipboard function handlers. (#875)
                
                 
                  
                  ocornut
                  committed 
  
    
      on 15 Oct 2016
    
  
                  
                 | 
| 
                Minor comments
                
                 
                  
                  ocornut
                  committed 
  
    
      on 15 Oct 2016
    
  
                  
                 | |
| 2016-10-10 | 
                Separator: Fixed zero-height bounding box resulting in clipping when at top of clipping rectangle (#860)
                
                 
                  
                  ocornut
                  committed 
  
    
      on 10 Oct 2016
    
  
                  
                 | 
| 
                Added ImGuiMouseCursor_None for usage by app/binding
                
                 
                  
                  ocornut
                  committed 
  
    
      on 10 Oct 2016
    
  
                  
                 | |
| 2016-10-09 | 
                Removed left-over empty op
                
                 
                  
                  ocornut
                  committed 
  
    
      on 9 Oct 2016
    
  
                  
                 | 
| 
                Added ImGuiCorner enum to clarify some internal code
                
                 
                  
                  ocornut
                  committed 
  
    
      on 9 Oct 2016
    
  
                  
                 | |
| 
                ImDrawList: AddRect(), PathRect() default rounded_corner 0x0F->~0/-1 so it appears less obscure in IDE completions
                
                 
                  
                  ocornut
                  committed 
  
    
      on 9 Oct 2016
    
  
                  
                 | |
| 
                Removed the inconsistent shadow under RenderCollapseTriangle() (~#707)
                
                 
                  
                  ocornut
                  committed 
  
    
      on 9 Oct 2016
    
  
                  
                 | |
| 
                Fixed not using IM_ARRAYSIZE() where appropriate
                
                 
                  
                  ocornut
                  committed 
  
    
      on 9 Oct 2016
    
  
                  
                 | |
| 2016-10-08 | 
                Plot: Fixed calling with values_count == 0
                
                 
                  
                  ocornut
                  committed 
  
    
      on 8 Oct 2016
    
  
                  
                 | 
| 2016-10-07 | 
                FAQ clarified the ClipRect entry a little
                
                 
                  
                  ocornut
                  committed 
  
    
      on 7 Oct 2016
    
  
                  
                 | 
| 
                ImDrawList: Uses IM_COL32_A_MASK macro instead of hardcoded zero alpha testing (#844)
                
                 
                  
                  ocornut
                  committed 
  
    
      on 7 Oct 2016
    
  
                  
                 | |
| 2016-10-06 | 
                Merge pull request #864 from jslee02/fix-clang-unknown-warning
                
                  ...
                
                 
                  
                    omar
                    authored 
  
    
      on 6 Oct 2016
    
  
                    
                  
                  GitHub
                  committed 
  
    
      on 6 Oct 2016
    
  
                  
                 | 
| 
                Fix clang warning: unknown warning group '-Wreserved-id-macro'
                
                 
                  
                  Jeongseok Lee
                  committed 
  
    
      on 6 Oct 2016
    
  
                  
                 | |
| 2016-10-02 | 
                Tools: Fixed binary_to_compressed_c.cpp not to use different types on both sides of ternary op (#856)
                
                 
                  
                  ocornut
                  committed 
  
    
      on 2 Oct 2016
    
  
                  
                 | 
| 2016-10-01 | 
                Minor tweaks
                
                 
                  
                  ocornut
                  committed 
  
    
      on 1 Oct 2016
    
  
                  
                 | 
| 
                Merge branch 'madeso-master'
                
                 
                  
                  ocornut
                  committed 
  
    
      on 1 Oct 2016
    
  
                  
                 |