| 2016-01-05 | 
                Examples: SDL2+OpenGL3: Fix context creation options (#468, #463)
                
                 
                  
                  ocornut
                  committed 
  
    
      on 5 Jan 2016
    
  
                  
                 | 
|---|---|
| 2015-12-30 | 
                Examples: SDL/OpenGL3: Fixed linking documentation for MacOSX (#463)
                
                 
                  
                  ocornut
                  committed 
  
    
      on 30 Dec 2015
    
  
                  
                 | 
| 2015-12-19 | 
                Examples: OpenGL: Tentative fix for miscaled call to glViewport on high-DPI screens (#441)
                
                  ...
                
                 
                  
                  ocornut
                  committed 
  
    
      on 19 Dec 2015
    
  
                  
                 | 
| 2015-12-07 | 
                Examples: Fixed msvc batch files from warning.
                
                 
                  
                  ocornut
                  committed 
  
    
      on 7 Dec 2015
    
  
                  
                 | 
| 2015-12-03 | 
                Examples: DirectX10: Minor tweaks, updated to latest example changes (#424)
                
                 
                  
                  ocornut
                  committed 
  
    
      on 3 Dec 2015
    
  
                  
                 | 
| 
                Examples: DirectX10: Fix warning, disable debug device, add ignore list (#424)
                
                 
                  
                  ocornut
                  committed 
  
    
      on 3 Dec 2015
    
  
                  
                 | |
| 
                Removed d3d11 references
                
                 
                  
                  Julian Bosch
                  committed 
  
    
      on 3 Dec 2015
    
  
                  
                 | |
| 
                Ported d3d11 renderer to d3d10
                
                 
                  
                  Julian Bosch
                  committed 
  
    
      on 3 Dec 2015
    
  
                  
                 | |
| 2015-11-30 |  | 
| 
                Allow DX11 renderer to be used with devices with lower feature levels.
                
                 
                  
                  Joshua Boyce
                  committed 
  
    
      on 30 Nov 2015
    
  
                  
                 | |
| 
                Examples: DX11: Remove debug flag (#415)
                
                 
                  
                  ocornut
                  committed 
  
    
      on 30 Nov 2015
    
  
                  
                 | |
| 2015-11-29 | 
                Examples: Not clearing input data/tex data in atlas (will be required for dynamic atlas anyway). Effectively fix resizing in DX examples.
                
                  ...
                
                 
                  
                  ocornut
                  committed 
  
    
      on 29 Nov 2015
    
  
                  
                 | 
| 
                Examples: Header comments.
                
                 
                  
                  ocornut
                  committed 
  
    
      on 29 Nov 2015
    
  
                  
                 | |
| 
                Examples: Header comments.
                
                 
                  
                  ocornut
                  committed 
  
    
      on 29 Nov 2015
    
  
                  
                 | |
| 
                Examples: Clarified comments. Removed font merging example from comments.
                
                 
                  
                  ocornut
                  committed 
  
    
      on 29 Nov 2015
    
  
                  
                 | |
| 
                Examples: Added README into the Visual Studio solution to people are less likely to miss it.
                
                 
                  
                  ocornut
                  committed 
  
    
      on 29 Nov 2015
    
  
                  
                 | |
| 
                Additional comments for new users
                
                 
                  
                  ocornut
                  committed 
  
    
      on 29 Nov 2015
    
  
                  
                 | |
| 2015-11-27 | 
                fixed text referencing GLFW library in SDL examples
                
                 
                  
                  zryan3
                  committed 
  
    
      on 27 Nov 2015
    
  
                  
                 | 
| 2015-11-22 | 
                Examples: DirectX9/11: Removed assumption about Unicode build in example main.cpp (#399)
                
                 
                  
                  ocornut
                  committed 
  
    
      on 22 Nov 2015
    
  
                  
                 | 
| 
                Examples: OpenGL3: Fixed gl3w.c for Linux when compiled with C++ compiler (#411)
                
                 
                  
                  ocornut
                  committed 
  
    
      on 22 Nov 2015
    
  
                  
                 | |
| 
                Examples: SDL/OpenGL3: Added -ldl to Linux command-line (#411)
                
                 
                  
                  ocornut
                  committed 
  
    
      on 22 Nov 2015
    
  
                  
                 | |
| 2015-11-16 | 
                Examples: Updated README
                
                 
                  
                  ocornut
                  committed 
  
    
      on 16 Nov 2015
    
  
                  
                 | 
| 
                Examples: SDL+OpenGL3: Fixed readme (#356)
                
                 
                  
                  ocornut
                  committed 
  
    
      on 16 Nov 2015
    
  
                  
                 | |
| 
                Examples: SDL+OpenGL3: Various fixes to example to make it matches current GL3 example (#356)
                
                 
                  
                  ocornut
                  committed 
  
    
      on 16 Nov 2015
    
  
                  
                 | |
| 
                Examples: SDL+OpenGL3: Using glew like existing example + renaming (#356)
                
                 
                  
                  ocornut
                  committed 
  
    
      on 16 Nov 2015
    
  
                  
                 | |
| 
                Tweak build batch files and readmes
                
                 
                  
                  ocornut
                  committed 
  
    
      on 16 Nov 2015
    
  
                  
                 | |
| 
                Merge branch 'SDL_OpenGL3_Implementation' of https://github.com/zach2good/imgui into zach2good-SDL_OpenGL3_Implementation
                
                 
                  
                  ocornut
                  committed 
  
    
      on 16 Nov 2015
    
  
                  
                 | |
| 2015-11-13 | 
                Moving stdlib.h include outside of imgui.h (#405)
                
                 
                  
                  ocornut
                  committed 
  
    
      on 13 Nov 2015
    
  
                  
                 | 
| 2015-11-11 | 
                Examples: Added /Zi (output debug information) in build_win32.bat files
                
                 
                  
                  ocornut
                  committed 
  
    
      on 11 Nov 2015
    
  
                  
                 | 
| 2015-11-08 | 
                Examples: OpenGL3: Implement ImGui_ImplGlfwGL3_InvalidateDeviceObjects() like other examples.
                
                 
                  
                  ocornut
                  committed 
  
    
      on 8 Nov 2015
    
  
                  
                 |