| 2018-01-31 | 
                Merge branch 'master' into context
                
                 
                  
                  omar
                  committed 
  
    
      on 31 Jan 2018
    
  
                  
                 | 
|---|---|
| 
                Moved extra_fonts/ to misc/fonts/. Moved .natvis file to misc/natvis/ (#1569)
                
                 
                  
                  omar
                  committed 
  
    
      on 31 Jan 2018
    
  
                  
                 | |
| 2018-01-30 | 
                Examples: Using Dark theme by default. (#707). Tweaked demo code.
                
                 
                  
                  omar
                  committed 
  
    
      on 30 Jan 2018
    
  
                  
                 | 
| 
                Examples: Tweaks formatting.
                
                 
                  
                  omar
                  committed 
  
    
      on 30 Jan 2018
    
  
                  
                 | |
| 2018-01-29 | 
                Examples: Using #include "imgui.h" instead of <imgui.h> appear correct-er as per standard? xcode+clang are very nitpicky there.
                
                 
                  
                  omar
                  committed 
  
    
      on 29 Jan 2018
    
  
                  
                 | 
| 2018-01-24 | 
                Merge branch 'master' into context
                
                 
                  
                  omar
                  committed 
  
    
      on 24 Jan 2018
    
  
                  
                 | 
| 
                Added imgui.natvis helper for visual studio users. Added to examples projects.
                
                 
                  
                  omar
                  committed 
  
    
      on 24 Jan 2018
    
  
                  
                 | |
| 2018-01-21 | 
                Examples: Made the Win32 proc handlers not assert if there is no active context yet, to be more flexible with creation order. (#1565)
                
                 
                  
                  omar
                  committed 
  
    
      on 21 Jan 2018
    
  
                  
                 | 
| 
                Examples: Updated for reorganized context functions. Calling CreateContext(), DestroyContext() in example code. Removed Shutdown() from binding code. (#1565, #586, #992, #1007, #1558)
                
                 
                  
                  omar
                  committed 
  
    
      on 21 Jan 2018
    
  
                  
                 | |
| 2018-01-20 | 
                Examples: Allegro, Apple, DirectX9/10/11, Glfw+Vulkan :Added support for horizontal mouse wheel. (#1463)
                
                 
                  
                  omar
                  committed 
  
    
      on 20 Jan 2018
    
  
                  
                 | 
| 2018-01-08 | 
                Added ImGuiKey_Insert for future use. Setup in all example bindings. (#1541)
                
                 
                  
                  omar
                  committed 
  
    
      on 8 Jan 2018
    
  
                  
                 | 
| 2018-01-05 | 
                Examples: DirectX9/10/11: Comments about CS_DBLCLKS +  formatting tweaks. (#1538)
                
                 
                  
                  omar
                  committed 
  
    
      on 5 Jan 2018
    
  
                  
                 | 
| 
                CS_DBLCLKS support for DirectX 11
                
                 
                  
                    Nick Dandoulakis
                    authored 
  
    
      on 5 Jan 2018
    
  
                    
                  
                  GitHub
                  committed 
  
    
      on 5 Jan 2018
    
  
                  
                 | |
| 2018-01-04 | 
                Examples: Visual Studio projects: Disabled extraneous function-level check in Release build.
                
                 
                  
                  omar
                  committed 
  
    
      on 4 Jan 2018
    
  
                  
                 | 
| 2017-12-25 | 
                Examples: DirectX10,DirectX11: Moved call to OMSetRenderTargets() in main loop so example code can integrate more nicely with other code.
                
                 
                  
                  omar
                  committed 
  
    
      on 25 Dec 2017
    
  
                  
                 | 
| 2017-12-24 | 
                Examples: Comments, synched some minor drift between examples + stronger suggestion to use StyleColorsDark().
                
                 
                  
                  omar
                  committed 
  
    
      on 24 Dec 2017
    
  
                  
                 | 
| 
                Renamed the emblematic ShowTestWindow() function to ShowDemoWindow(). Kept redirection function (will obsolete).
                
                 
                  
                  omar
                  committed 
  
    
      on 24 Dec 2017
    
  
                  
                 | |
| 2017-12-23 | 
                Examples: DirectX: Using IM_ARRAYSIZE()
                
                 
                  
                  omar
                  committed 
  
    
      on 23 Dec 2017
    
  
                  
                 | 
| 2017-11-18 | 
                Fix wrong comment in dx implementation headers
                
                 
                  
                  Codecat
                  committed 
  
    
      on 18 Nov 2017
    
  
                  
                 | 
| 2017-11-01 | 
                Examples: Added a bunch of comments/referencs related to io.WantCaptureMouse, io.WantCaptureKeyboard (#1262, #1237, #1219, #635, #1058, #1051, #912, #533, #703, #446, #459, #364, #213, #52, and more)
                
                 
                  
                  omar
                  committed 
  
    
      on 1 Nov 2017
    
  
                  
                 | 
| 2017-10-28 | 
                Examples: Added more comments near the fonts loading section, to catch common questions and errors (e.g. #1397, #1366, #1341, #1222, #1193, #1115, #951, etc.)
                
                 
                  
                  omar
                  committed 
  
    
      on 28 Oct 2017
    
  
                  
                 | 
| 2017-10-24 | 
                Examples: DirectX9/10/11: Tweak usage of SetCapture/ReleaseCapture. (#1375)
                
                  ...
                
                 
                  
                  omar
                  committed 
  
    
      on 24 Oct 2017
    
  
                  
                 | 
| 2017-10-23 | 
                Examples: DirectX9/10/11: Added WM_SYSKEYDOWN / WM_SYSKEYUP handlers so e.g. VK_MENU can be read.
                
                 
                  
                  omar
                  committed 
  
    
      on 23 Oct 2017
    
  
                  
                 | 
| 
                Examples: DirectX9/10/11: Renamed WndProc handler to use a generic Win32 name + returning 0 to all messages is more correct.
                
                 
                  
                  omar
                  committed 
  
    
      on 23 Oct 2017
    
  
                  
                 | |
| 
                Examples: DirectX10, DirectX11: Using SetCapture/ReleaseCapture to get correct behavior (#1375)
                
                  ...
                
                 
                  
                  omar
                  committed 
  
    
      on 23 Oct 2017
    
  
                  
                 | |
| 2017-10-04 | 
                Examples: Adding Roboto to the commented-out font list, and removing the unnecessary ProggyClean from there.
                
                 
                  
                  omar
                  committed 
  
    
      on 4 Oct 2017
    
  
                  
                 | 
| 2017-09-27 | 
                Examples: Avoid using ImColor() to not tempt newcomers into looking at it
                
                 
                  
                  omar
                  committed 
  
    
      on 27 Sep 2017
    
  
                  
                 | 
| 2017-09-24 | 
                Examples: DirectX11: allow creating device with feature level 10 sinec we don't really need much for that example. (#1333)
                
                 
                  
                  omar
                  committed 
  
    
      on 24 Sep 2017
    
  
                  
                 | 
| 2017-09-18 | 
                Nav/Examples: honoring the io.WantMoveMouse flag in most common examples (#323)
                
                  ...
                
                 
                  
                    ocornut
                    authored 
  
    
      on 30 Jul 2016
    
  
                    
                  
                  omar
                  committed 
  
    
      on 18 Sep 2017
    
  
                  
                 | 
| 2017-09-01 | 
                Examples: Main: Removed call to SetNextWindowSize()
                
                 
                  
                  omar
                  committed 
  
    
      on 1 Sep 2017
    
  
                  
                 |