| 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-28 | 
                Examples: Makefile leave CXX alone, instead leave commented out options. (nb: codeship doesn't seem have clang++)
                
                 
                  
                  omar
                  committed 
  
    
      on 28 Jan 2018
    
  
                  
                 | 
| 
                Examples: Use Clang in old Makefile.
                
                 
                  
                  Omar Cornut
                  committed 
  
    
      on 28 Jan 2018
    
  
                  
                 | |
| 
                Examples: Synced Makefile comments. Added build/ folder into git ignore list/
                
                 
                  
                  omar
                  committed 
  
    
      on 28 Jan 2018
    
  
                  
                 | |
| 
                Examples: Apple: Fixed filenames in OSX xcode project.
                
                 
                  
                  Omar Cornut
                  committed 
  
    
      on 28 Jan 2018
    
  
                  
                 | |
| 
                Examples: Vulkan: FIxed warnings in 32-bit modes (vulkan uses VkDeviceSize which is always 64-bit long)
                
                 
                  
                  omar
                  committed 
  
    
      on 28 Jan 2018
    
  
                  
                 | |
| 2018-01-25 | 
                Fix allegro5_example build instructions
                
                 
                  
                  Jérôme Pasquier
                  committed 
  
    
      on 25 Jan 2018
    
  
                  
                 | 
| 
                Fix sdl_opengl2_example filename in README.md's build instructions
                
                 
                  
                  Jérôme Pasquier
                  committed 
  
    
      on 25 Jan 2018
    
  
                  
                 | |
| 
                TODO list, added uSynergy README
                
                 
                  
                  omar
                  committed 
  
    
      on 25 Jan 2018
    
  
                  
                 | |
| 2018-01-24 | 
                Natvis: Fix ImRect expanded height display being broken and dumb. (#1569)
                
                 
                  
                  omar
                  committed 
  
    
      on 24 Jan 2018
    
  
                  
                 | 
| 
                Natvis: Made ImGuiWindow display shorter.
                
                 
                  
                  omar
                  committed 
  
    
      on 24 Jan 2018
    
  
                  
                 | |
| 
                Added imgui.natvis helper for visual studio users. Added to examples projects.
                
                 
                  
                  omar
                  committed 
  
    
      on 24 Jan 2018
    
  
                  
                 | |
| 
                Examples: Comments
                
                 
                  
                  omar
                  committed 
  
    
      on 24 Jan 2018
    
  
                  
                 | |
| 2018-01-20 | 
                Examples: Simplified mouse wheel handling. (#1463)
                
                 
                  
                  omar
                  committed 
  
    
      on 20 Jan 2018
    
  
                  
                 | 
| 
                Examples: Allegro, Apple, DirectX9/10/11, Glfw+Vulkan :Added support for horizontal mouse wheel. (#1463)
                
                 
                  
                  omar
                  committed 
  
    
      on 20 Jan 2018
    
  
                  
                 | |
| 
                Horizontal mouse wheel: renamed io.MouseHorizWheel to io.MouseWheelH. Reorganized the code in NewFrame(). Examples: Updated GLFW+GL and SDL+GL accordingly. (#1463)
                
                 
                  
                  omar
                  committed 
  
    
      on 20 Jan 2018
    
  
                  
                 | |
| 
                Merge branch 'tseeker/20171127-feature-horiz-wheel' of https://github.com/tseeker/imgui into tseeker-tseeker/20171127-feature-horiz-wheel
                
                  ...
                
                 
                  
                  omar
                  committed 
  
    
      on 20 Jan 2018
    
  
                  
                 | |
| 2018-01-19 | 
                Examples: SDL: Using SDL_CaptureMouse() to retrieve coordinates outside of client area when dragging. (#1559)
                
                  ...
                
                 
                  
                  omar
                  committed 
  
    
      on 19 Jan 2018
    
  
                  
                 | 
| 
                Examples: SDL: Minor renaming.
                
                 
                  
                  omar
                  committed 
  
    
      on 19 Jan 2018
    
  
                  
                 | |
| 
                Examples: GLFW+GL2: Renamed imgui_impl_glfw.* to imgui_impl_glfw_gl2.* for consistency and to emphasis on GL2-ness.
                
                 
                  
                  omar
                  committed 
  
    
      on 19 Jan 2018
    
  
                  
                 | |
| 
                Examples: SDL+GL2: Renamed imgui_impl_sdl.* to imgui_impl_sdl_gl2.* for consistency and to emphasis on GL2-ness.
                
                 
                  
                  omar
                  committed 
  
    
      on 19 Jan 2018
    
  
                  
                 | |
| 
                Examples: SDL: Minor renaming.
                
                 
                  
                  omar
                  committed 
  
    
      on 19 Jan 2018
    
  
                  
                 | |
| 
                Examples: SDL: Using SDL_WINDOW_INPUT_FOCUS instead of SDL_WINDOW_MOUSE_FOCUS (which is ~~hovered). We should use SDL_CaptureMouse + SDL_WINDOW_MOUSE_CAPTURE_FLAG which requires SDL 2.0.4 will give it a try shortly. (#1559)
                
                 
                  
                  omar
                  committed 
  
    
      on 19 Jan 2018
    
  
                  
                 | |
| 2018-01-18 | 
                Examples: SDL: Fixed mapping of Insert key (#1555, fix bug introduced in #1541)
                
                 
                  
                  omar
                  committed 
  
    
      on 18 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-07 | 
                Examples: OpenGL3+GLFW: Using 3.2 context + GLSL version 150 (#1466)
                
                 
                  
                  omar
                  committed 
  
    
      on 7 Jan 2018
    
  
                  
                 | 
| 
                Examples: OpenGL3+SDL: Changed GLSL shader version to 150 (#1466, #1504)
                
                 
                  
                  omar
                  committed 
  
    
      on 7 Jan 2018
    
  
                  
                 | |
| 2018-01-05 | 
                Examples: DirectX9/10/11: Comments about CS_DBLCLKS +  formatting tweaks. (#1538)
                
                 
                  
                  omar
                  committed 
  
    
      on 5 Jan 2018
    
  
                  
                 |