| 2018-02-22 | 
                Examples: DirectX12: Merge, various styling tweaks, update for 1.60 wip, synchronized Win32 features with other examples. (#301)
                
                 
                  
                  omar
                  committed 
  
    
      on 22 Feb 2018
    
  
                  
                 | 
|---|---|
| 
                Examples: DirectX12: Removed from current solution which is meant to be VS2010 compatible for now (will change soon).
                
                 
                  
                  omar
                  committed 
  
    
      on 22 Feb 2018
    
  
                  
                 | |
| 
                Merge branch 'jdm3_master'
                
                 
                  
                  omar
                  committed 
  
    
      on 22 Feb 2018
    
  
                  
                 | |
| 
                A tiny optimization to ImLineClosestPoint. Removed unnecessary sqrtf call.
                
                  ...
                
                 
                  
                  Podgorskiy
                  committed 
  
    
      on 22 Feb 2018
    
  
                  
                 | |
| 
                Nav: Internals: Exposed NavMoveRequestCancel in imgui_internal.h (#1640)
                
                 
                  
                  omar
                  committed 
  
    
      on 22 Feb 2018
    
  
                  
                 | |
| 
                Examples: DirectX10, DirectX11: Simplified main example code.
                
                 
                  
                  omar
                  committed 
  
    
      on 22 Feb 2018
    
  
                  
                 | |
| 2018-02-21 | 
                Simplified .gitignore list
                
                 
                  
                  omar
                  committed 
  
    
      on 21 Feb 2018
    
  
                  
                 | 
| 
                Examples: SDL: Using %SDL2_DIR% in the .vcproj instead of %SDL_DIR%, the earlier is more standard.
                
                 
                  
                  omar
                  committed 
  
    
      on 21 Feb 2018
    
  
                  
                 | |
| 
                Drag and Drop: BeginDragDropSource(): temporarily removed the optional mouse_button=0 parameter because it is really usable in typical conditions at the moment. (#143, #1637)
                
                 
                  
                  omar
                  committed 
  
    
      on 21 Feb 2018
    
  
                  
                 | |
| 
                Update issue_template.md
                
                 
                  
                    omar
                    authored 
  
    
      on 21 Feb 2018
    
  
                    
                  
                  GitHub
                  committed 
  
    
      on 21 Feb 2018
    
  
                  
                 | |
| 2018-02-20 | 
                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-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
    
  
                  
                 | 
| 
                Merged a bunch of small inconsequential things from my work branch, to reduce the diff noise.
                
                 
                  
                  omar
                  committed 
  
    
      on 18 Feb 2018
    
  
                  
                 | |
| 2018-02-16 | 
                Nav: Tweak windowing highlighting for full viewport windows.
                
                 
                  
                  omar
                  committed 
  
    
      on 16 Feb 2018
    
  
                  
                 | 
| 
                Examples: GLFW+GL2/GL3: Added glPixelStorei() calls borrowed from SDL examples.
                
                 
                  
                  omar
                  committed 
  
    
      on 16 Feb 2018
    
  
                  
                 | |
| 
                Examples: Renamed .sln file.
                
                 
                  
                  omar
                  committed 
  
    
      on 16 Feb 2018
    
  
                  
                 | |
| 
                Examples: Vulkan: Fix for empty draw data (init time) + fixed warning.
                
                 
                  
                  omar
                  committed 
  
    
      on 16 Feb 2018
    
  
                  
                 | |
| 
                Examples: Vulkan: Added .vcproj files.
                
                 
                  
                  omar
                  committed 
  
    
      on 16 Feb 2018
    
  
                  
                 | |
| 
                Examples: SDL: Fixed minor warning.
                
                 
                  
                  omar
                  committed 
  
    
      on 16 Feb 2018
    
  
                  
                 | |
| 
                Examples: SDL: Added .vcproj files.
                
                 
                  
                  omar
                  committed 
  
    
      on 16 Feb 2018
    
  
                  
                 |