| 2018-02-20 | 
            
             
                Merge branch 'master' into examples_refactor
                
                 
            
                  
                  omar
                  committed 
  
    
      on 20 Feb 2018
    
  
                  
                 
               | 
          
|---|---|
| 
            
             
                Examples: OpenGL: Cast call to glPolygonMode(). (#1628).
                
                 
            
                  
                  omar
                  committed 
  
    
      on 20 Feb 2018
    
  
                  
                 
               | 
          |
| 
            
             
                Update .travis.yml
                
                 
            
                  
                    omar
                    authored 
  
    
      on 20 Feb 2018
    
  
                    
                  
                  GitHub
                  committed 
  
    
      on 20 Feb 2018
    
  
                  
                 
               | 
          |
| 
            
             
                Update .travis.yml
                
                 
            
                  
                    omar
                    authored 
  
    
      on 20 Feb 2018
    
  
                    
                  
                  GitHub
                  committed 
  
    
      on 20 Feb 2018
    
  
                  
                 
               | 
          |
| 
            
             
                Trying to download and build GLFW since APT repository are unreliable
                
                 
            
                  
                    omar
                    authored 
  
    
      on 20 Feb 2018
    
  
                    
                  
                  GitHub
                  committed 
  
    
      on 20 Feb 2018
    
  
                  
                 
               | 
          |
| 
            
             
                Update .travis.yml PPA source for glfw in the end of getting a newer version of GLFW
                
                 
            
                  
                    omar
                    authored 
  
    
      on 20 Feb 2018
    
  
                    
                  
                  GitHub
                  committed 
  
    
      on 20 Feb 2018
    
  
                  
                 
               | 
          |
| 
            
             
                Examples: Mouse cursor handling comments/tweaks to homogenize. (#1495)
                
                 
            
                  
                  omar
                  committed 
  
    
      on 20 Feb 2018
    
  
                  
                 
               | 
          |
| 
            
             
                Examples: GLFW: Added support for mouse cursors (ImGui::GetMouseCursor() value and WM_SETCURSOR message handling). (#1495)
                
                 
            
                  
                  omar
                  committed 
  
    
      on 20 Feb 2018
    
  
                  
                 
               | 
          |
| 
            
             
                Examples: GLFW*: Renamed GLFW callbacks exposed in .h to not include GL2/GL3/Vulkan in their name.
                
                 
            
                  
                  omar
                  committed 
  
    
      on 20 Feb 2018
    
  
                  
                 
               | 
          |
| 
            
             
                Examples: DirectX 9,10,11: Inputs: Added support for mouse cursors (ImGui::GetMouseCursor() value and WM_SETCURSOR message handling). (#1495)
                
                 
            
                  
                  omar
                  committed 
  
    
      on 20 Feb 2018
    
  
                  
                 
               | 
          |
| 
            
             
                Update Breaking Change section with moved misc/fonts/ (#1631)
                
                 
            
                  
                  omar
                  committed 
  
    
      on 20 Feb 2018
    
  
                  
                 
               | 
          |
| 
            
             
                FAQ about backslashes in string literal since the one in main.cpp isn't being noticed enough. (#1397)
                
                 
            
                  
                  omar
                  committed 
  
    
      on 20 Feb 2018
    
  
                  
                 
               | 
          |
| 2018-02-19 | 
            
             
                Examples: GLFW: Added mouse cursors support (#1495)
                
                 
            
                  
                  omar
                  committed 
  
    
      on 19 Feb 2018
    
  
                  
                 
               | 
          
| 2018-02-18 | 
            
             
                Initialization happens during CreateContext(), which makes it easier for platform layers to interact with the context during their initialization.
                
                 
            
                  
                  omar
                  committed 
  
    
      on 18 Feb 2018
    
  
                  
                 
               | 
          
| 
            
             
                Examples: WIn32: Prefixing every Win32 function calls with :: to denote global namespace in a consistent manner.
                
                 
            
                  
                  omar
                  committed 
  
    
      on 18 Feb 2018
    
  
                  
                 
               | 
          |
| 
            
             
                Examples: Vulkan: Added support for io.DisplayPos.
                
                 
            
                  
                  omar
                  committed 
  
    
      on 18 Feb 2018
    
  
                  
                 
               | 
          |
| 
            
             
                Examples: Vulkan: Fixed GLFW calls.
                
                 
            
                  
                  omar
                  committed 
  
    
      on 18 Feb 2018
    
  
                  
                 
               | 
          |
| 
            
             
                Examples: DirectX10, DirectX11, OpenGL2, OpenGL3: Added support for io.DisplayPos.
                
                 
            
                  
                  omar
                  committed 
  
    
      on 18 Feb 2018
    
  
                  
                 
               | 
          |
| 
            
             
                Added dummy io.DisplayPos field.
                
                 
            
                  
                  omar
                  committed 
  
    
      on 18 Feb 2018
    
  
                  
                 
               | 
          |
| 
            
             
                Examples: Allegro5, Marmalade: Moved bindings to parent folder. Renamed Allegro stuff from *A5_ to *Allegro5_
                
                 
            
                  
                  omar
                  committed 
  
    
      on 18 Feb 2018
    
  
                  
                 
               | 
          |
| 
            
             
                Examples: Added SDL, Vulkan examples to .sln file.
                
                 
            
                  
                  omar
                  committed 
  
    
      on 18 Feb 2018
    
  
                  
                 
               | 
          |
| 
            
             
                Examples: DirectX9: Reusing imgui_impl_win32, removed that code from imgui_impl_dx9
                
                 
            
                  
                  omar
                  committed 
  
    
      on 18 Feb 2018
    
  
                  
                 
               | 
          |
| 
            
             
                Examples: DirectX10: Reusing imgui_impl_win32, removed that code from imgui_impl_dx10
                
                 
            
                  
                  omar
                  committed 
  
    
      on 18 Feb 2018
    
  
                  
                 
               | 
          |
| 
            
             
                Examples: DirectX11: Extracted imgui_impl_dx11.* instead imgui_impl_dx11 and imgui_impl_win32
                
                 
            
                  
                  omar
                  committed 
  
    
      on 18 Feb 2018
    
  
                  
                 
               | 
          |
| 
            
             
                Examples: Vulkan: Extracted into imgui_impl_vulkan.*, reused imgui_impl_glfw* files.
                
                 
            
                  
                  omar
                  committed 
  
    
      on 18 Feb 2018
    
  
                  
                 
               | 
          |
| 
            
             
                Examples: SDL: Extracted into imgui_impl_sdl.*, reused imgui_impl_opengl* files.
                
                 
            
                  
                  omar
                  committed 
  
    
      on 18 Feb 2018
    
  
                  
                 
               | 
          |
| 
            
             
                Examples: OpenGL2, OpenGL3: Added glPixelStorei() calls borrowed from SDL examples.
                
                 
            
                  
                  omar
                  committed 
  
    
      on 18 Feb 2018
    
  
                  
                 
               | 
          |
| 
            
             
                Examples: GLFW+GL2: Moved glfw, gl2 files to root folder, split imgui_impl_glfw_gl2 into _opengl2 and reused imgui_impl_glfw
                
                 
            
                  
                  omar
                  committed 
  
    
      on 18 Feb 2018
    
  
                  
                 
               | 
          |
| 
            
             
                Examples: GLFW+GL3: Split imgui_impl_glfw_gl3 into imgui_impl_glfw and imgui_impl_gl3 (wip)
                
                 
            
                  
                  omar
                  committed 
  
    
      on 18 Feb 2018
    
  
                  
                 
               | 
          |
| 
            
             
                ImFontAtlas: Added IsBuilt() helper.
                
                 
            
                  
                  omar
                  committed 
  
    
      on 18 Feb 2018
    
  
                  
                 
               |