| 2018-04-18 |  | 
|---|---|
| 2018-04-14 | 
                Fix typos KeyDown => KeysDown
                
                 
                  
                    daniel-murray
                    authored 
  
    
      on 13 Apr 2018
    
  
                    
                  
                  omar
                  committed 
  
    
      on 14 Apr 2018
    
  
                  
                 | 
| 2018-04-13 | 
                Viewport, Platform, DPI: Back-end store per-monitor DPI information in ImGuiPlatformMonitor. (#1542, #1676)
                
                 
                  
                  omar
                  committed 
  
    
      on 13 Apr 2018
    
  
                  
                 | 
| 
                Viewport: Fixed DPI changing viewport from interfering with moving another window (disabling code) + metrics crash fix on closed viewport window + Windows 10 call to SetThreadDpiAwarenessContext(DPI_AWARENESS_CONTEXT_PER_MONITOR_AWARE_V2) for DPI, with no noticeable improvements. (#1542, #1676)
                
                 
                  
                  omar
                  committed 
  
    
      on 13 Apr 2018
    
  
                  
                 | |
| 2018-04-11 | 
                Viewport, Platform: Added ImGuiViewportFlags_TopMost that will be used by tooltip window (without it, clicking and holding the window emitting the tooltip would move the tooltip to the back) + GLFW backend fixes for non-win32 platforms. (#1542)
                
                 
                  
                  omar
                  committed 
  
    
      on 11 Apr 2018
    
  
                  
                 | 
| 2018-04-10 | 
                Viewport: Merged ImGuiPlatformData into ImGuiPlatformIO. Comments. (#1542)
                
                 
                  
                  omar
                  committed 
  
    
      on 10 Apr 2018
    
  
                  
                 | 
| 
                Viewport, Platform: Added a way to register monitor bounds to imgui so they can be used to clamp individual-viewport tooltips/popups so they don't straddle monitors. (#1542)
                
                 
                  
                  omar
                  committed 
  
    
      on 10 Apr 2018
    
  
                  
                 | |
| 
                Viewports, DPI: Renamed config flags. (#1542)
                
                 
                  
                  omar
                  committed 
  
    
      on 10 Apr 2018
    
  
                  
                 | |
| 
                Viewport: Popups, Tooltips can individually request no task bar icons to the platform layer. (#1542)
                
                 
                  
                  omar
                  committed 
  
    
      on 10 Apr 2018
    
  
                  
                 | |
| 2018-04-09 | 
                Examples, Platform, Viewport: Fixed inconsistent window ownership issues. Added comments. Made Win32/SDL back-ends track ownership.
                
                 
                  
                  omar
                  committed 
  
    
      on 9 Apr 2018
    
  
                  
                 | 
|  | |
| 
                Examples: Added missing calls for ::DestroyWindow, glfwDestroyWindow() + fix old comments.
                
                 
                  
                  omar
                  committed 
  
    
      on 9 Apr 2018
    
  
                  
                 | |
| 
                Fixed erroneous call to io.Fonts->ClearInputData() + ClearTexData() that was left in DX10 example but removed in 1.47 (Nov 2015) in every other back-ends. (fixes  6cee2fc)  (#1733, ~#1731) + assert
                  
                  omar
                  committed 
  
    
      on 9 Apr 2018
    
  
                  
                 | |
| 2018-04-06 |  | 
| 
                Renamed ImGuiConfigFlags_NoSetMouseCursor to ImGuiConfigFlags_NoMouseCursorChange. Followup to  75c3793two weeks ago. (#787, #1495, #1202) + comments
                  
                  omar
                  committed 
  
    
      on 6 Apr 2018
    
  
                  
                 | |
| 2018-04-05 | 
                Viewport, Platform, Examples: Added support for transparent window via PlatformIO Platform_SetWindowAlpha (#1542) + fixes for GLFW 3.3
                
                 
                  
                  omar
                  committed 
  
    
      on 5 Apr 2018
    
  
                  
                 | 
| 
                Viewport: Comments about honoring ImGuiViewportFlags_NoInputs and MouseHoveredViewport. (#1542)
                
                 
                  
                  omar
                  committed 
  
    
      on 5 Apr 2018
    
  
                  
                 | |
| 
                Viewport: Renamed RenderPlatformWindows() to RenderPlatformWindowsDefault(), tweaked examples and emphasis optional Viewport code path. (#1542)
                
                 
                  
                  omar
                  committed 
  
    
      on 5 Apr 2018
    
  
                  
                 | |
| 2018-04-04 |  | 
| 2018-04-02 | 
                Examples: Tweak comments. (#1704, #1708).
                
                 
                  
                  omar
                  committed 
  
    
      on 2 Apr 2018
    
  
                  
                 | 
| 2018-03-28 | 
                Examples: Win32: Fixes for MingW which doesn't support a 2007 define? I have no idea why people still use MingW (#1704, #1463)
                
                 
                  
                  omar
                  committed 
  
    
      on 28 Mar 2018
    
  
                  
                 | 
| 2018-03-23 | 
                Examples: SDL: Note about SDL breaking the IME under Windows (I can't seem a way SDL2 Windows IME implementation can possibly work, the functions are never called/referenced).
                
                 
                  
                  omar
                  committed 
  
    
      on 23 Mar 2018
    
  
                  
                 | 
| 2018-03-20 | 
                Examples: GLFW: Don't alter cursor mode if GLFW_CURSOR input mode is GLFW_CURSOR_DISABLED. (#1202) [@PhilCK]
                
                 
                  
                  omar
                  committed 
  
    
      on 20 Mar 2018
    
  
                  
                 | 
| 
                Examples: GLFW: Don't alter cursor mode if GLFW_CURSOR input mode is GLFW_CURSOR_DISABLED. (#1202) [@PhilCK]
                
                 
                  
                  omar
                  committed 
  
    
      on 20 Mar 2018
    
  
                  
                 | |
| 
                Examples: OpenGL2: Added multi-viewport support in the OpenGL2 back-end. (#1542) + Metrics: Fix undisplayed flag.
                
                 
                  
                  omar
                  committed 
  
    
      on 20 Mar 2018
    
  
                  
                 | |
|  | |
| 
                IO: Added ImGuiConfigFlags_NoSetMouseCursors. Added ImGuiBackendFlags_HasMouseCursors, ImGuiBackendFlags_HasSetMousePos. (#787, #1495, #1202)
                
                 
                  
                  omar
                  committed 
  
    
      on 20 Mar 2018
    
  
                  
                 | |
| 
                Added ImGuiBackendFlags for backend to expose its capabilities. Added ImGuiBackendFlags_HasGamepad. (#787, #1542)
                
                 
                  
                  omar
                  committed 
  
    
      on 20 Mar 2018
    
  
                  
                 | |
| 
                IO: Renamed io.WantMoveMouse to io.WantSetMousePos (was added in 1.52, _not_ used by core and only honored by some binding ahead of merging the Nav branch) + internal renaming (#787)
                
                 
                  
                  omar
                  committed 
  
    
      on 20 Mar 2018
    
  
                  
                 | |
|  |