| 2018-03-17 | 
                ImVector: Using  value_type consistently. Spacing.
                
                 
                  
                  omar
                  committed 
  
    
      on 17 Mar 2018
    
  
                  
                 | 
|---|---|
| 
                Update TODO list, minor fix in Readme, comments, Clang -Weverything warning fix in imgui_draw.cpp under Windows.
                
                 
                  
                  omar
                  committed 
  
    
      on 17 Mar 2018
    
  
                  
                 | |
| 2018-03-13 | 
                Moved IM_NEW, IM_DELETE helpers to imgui.h for convenient use by back-ends and user code.
                
                 
                  
                  omar
                  committed 
  
    
      on 13 Mar 2018
    
  
                  
                 | 
| 
                ImVector: Spacing, assert tweaks
                
                 
                  
                  omar
                  committed 
  
    
      on 13 Mar 2018
    
  
                  
                 | |
| 
                Misc: Fix  111ea7a, GetStyleColorName() would assert, removed removed ImGuiCol defines (too much risk/complexity trying to silently ignore it).
                  
                  omar
                  committed 
  
    
      on 13 Mar 2018
    
  
                  
                 | |
| 
                Contributing: tweaks, mention screenshots more prominently.
                
                 
                  
                  omar
                  committed 
  
    
      on 13 Mar 2018
    
  
                  
                 | |
| 2018-03-12 | 
                Misc comments, todos + reintroduced removed ImGuiCol defines under !IMGUI_DISABLE_OBSOLETE_FUNCTIONS wrap.
                
                 
                  
                  omar
                  committed 
  
    
      on 12 Mar 2018
    
  
                  
                 | 
| 
                Examples: Vulkan: Only resize swap chain and framebuffer once. (#1042)
                
                 
                  
                  omar
                  committed 
  
    
      on 12 Mar 2018
    
  
                  
                 | |
| 
                Examples: Renamed glfw error callback for clarity.
                
                 
                  
                  omar
                  committed 
  
    
      on 12 Mar 2018
    
  
                  
                 | |
| 
                Fixed resize window validation errors with removing frame prerender once and present last but one frame functionality. Frame rate is still similar.
                
                 
                  
                    Peter Particle
                    authored 
  
    
      on 10 Mar 2018
    
  
                    
                  
                  omar
                  committed 
  
    
      on 12 Mar 2018
    
  
                  
                 | |
| 
                Updated templates, added pull request template.
                
                 
                  
                  omar
                  committed 
  
    
      on 12 Mar 2018
    
  
                  
                 | |
| 
                Style: CloseButton() now display a proper cross. Using Button colors for background. Removed ImGuiCol_CloseButton, ImGuiCol_CloseButtonActive, ImGuiCol_CloseButtonHovered as the closing cross uses regular button colors now. (#707)
                
                 
                  
                  omar
                  committed 
  
    
      on 12 Mar 2018
    
  
                  
                 | |
| 
                Internals: Columns renaming fields
                
                 
                  
                  omar
                  committed 
  
    
      on 12 Mar 2018
    
  
                  
                 | |
| 2018-03-10 |  | 
| 2018-03-09 | 
                Updated Changelog following merge of #1619 + fixed entry added to wrong version Changelog in  1ef1acb
                  
                  omar
                  committed 
  
    
      on 9 Mar 2018
    
  
                  
                 | 
| 
                Merge branch '2018-03-font_offset' into master2
                
                 
                  
                  omar
                  committed 
  
    
      on 9 Mar 2018
    
  
                  
                 | |
| 2018-03-08 | 
                Merge branch 'master' into font_offset
                
                 
                  
                  omar
                  committed 
  
    
      on 8 Mar 2018
    
  
                  
                 | 
| 
                Font: Fixed MergeMode adding duplicate glyphs data instead of reusing existing (broken by  072d6d8)
                  
                  omar
                  committed 
  
    
      on 8 Mar 2018
    
  
                  
                 | |
| 
                Fonts: Fixed debug name not being zero-terminated if longer than storage buffer + made buffer slightly longer as well.
                
                 
                  
                  omar
                  committed 
  
    
      on 8 Mar 2018
    
  
                  
                 | |
| 
                Comments, Changelog
                
                 
                  
                  omar
                  committed 
  
    
      on 8 Mar 2018
    
  
                  
                 | |
| 
                Drag and Drop: Increased payload data type to 32 characters. (#143)
                
                 
                  
                  omar
                  committed 
  
    
      on 8 Mar 2018
    
  
                  
                 | |
| 2018-03-07 | 
                Examples: Added Makefile for SDL+OpenGL2 example. (#1668)
                
                 
                  
                  omar
                  committed 
  
    
      on 7 Mar 2018
    
  
                  
                 | 
| 
                Update README.md
                
                 
                  
                    omar
                    authored 
  
    
      on 7 Mar 2018
    
  
                    
                  
                  GitHub
                  committed 
  
    
      on 7 Mar 2018
    
  
                  
                 | |
| 2018-03-06 | 
                Examples: OpenGL3: Added a way to override the glsl version number through the Init call. (#1667, #1466)
                
                 
                  
                  omar
                  committed 
  
    
      on 6 Mar 2018
    
  
                  
                 | 
| 2018-03-05 | 
                Render: Removed the code that disable render if style.Alpha is 0.0f, it is both incorrect (as style Alpha can be modified mid-frame), not really necessary (just tested that full Alpha = 0 will lead to empty draw lists!) and misleading (bulk of the work was already done).
                
                 
                  
                  omar
                  committed 
  
    
      on 5 Mar 2018
    
  
                  
                 | 
| 
                Removed redundant semi colons. (#1653)
                
                 
                  
                  omar
                  committed 
  
    
      on 5 Mar 2018
    
  
                  
                 | |
| 
                Fixed type cast warning.
                
                 
                  
                  omar
                  committed 
  
    
      on 5 Mar 2018
    
  
                  
                 | |
| 
                Comments, FAQ update.
                
                 
                  
                  omar
                  committed 
  
    
      on 5 Mar 2018
    
  
                  
                 | |
| 2018-03-04 | 
                Columns: Fixed destructive small resize. (#1656). The OffsetNorm clamp introduced by #913 was ok as it didn't write back into the storage, which #1499 started doing making it destructive. Right now I don't think the clamp is needed at all. It had uses (eg: hide the issue fixed by  bf7481e).
                  
                  omar
                  committed 
  
    
      on 4 Mar 2018
    
  
                  
                 | 
| 
                Columns: Extent stop at the right-most clipped pixel. The right-most column might appear a little wider but it's usable space matches the others. (#125). +9 Internal: Store InnerClipRect.
                
                 
                  
                  omar
                  committed 
  
    
      on 4 Mar 2018
    
  
                  
                 |