| 2018-07-04 | 
                Examples: Comments, bits of documentation
                
                 
                  
                  omar
                  committed 
  
    
      on 4 Jul 2018
    
  
                  
                 | 
|---|---|
| 2018-07-03 | 
                Ignore list: added emscripten output
                
                 
                  
                  omar
                  committed 
  
    
      on 3 Jul 2018
    
  
                  
                 | 
| 2018-07-02 | 
                Examples: Ignore all *.user files (#1919)
                
                  ...
                
                 
                  
                    Konstantin Podsvirov
                    authored 
  
    
      on 2 Jul 2018
    
  
                    
                  
                  omar
                  committed 
  
    
      on 2 Jul 2018
    
  
                  
                 | 
| 2018-06-30 | 
                Examples: Comments to clarify how the keyboard data is indexed.
                
                 
                  
                  omar
                  committed 
  
    
      on 30 Jun 2018
    
  
                  
                 | 
| 
                Fix include Example_glfw_vulkan cmake (#1916)
                
                  ...
                
                 
                  
                    codecnotsupported
                    authored 
  
    
      on 30 Jun 2018
    
  
                    
                  
                  omar
                  committed 
  
    
      on 30 Jun 2018
    
  
                  
                 | |
| 2018-06-29 | 
                Fixed software Hand cursor from not actually working. Fixed demo from crashing. Fixed typo and extraneous trailing space. Added Changelogs. (#1913, #1914)
                
                 
                  
                  omar
                  committed 
  
    
      on 29 Jun 2018
    
  
                  
                 | 
| 
                add hand cursor support (+11 squashed commit)
                
                 
                  
                    Aiekick
                    authored 
  
    
      on 29 Jun 2018
    
  
                    
                  
                  omar
                  committed 
  
    
      on 29 Jun 2018
    
  
                  
                 | |
| 2018-06-27 | 
                Examples: Apple: Fixed paths of GLFW+GL2 example. (#1906) Update ignore list.
                
                 
                  
                  Omar Cornut
                  committed 
  
    
      on 27 Jun 2018
    
  
                  
                 | 
| 2018-06-25 | 
                Examples: OpenGL3: Remove misleading or unnecessary "#version 150" strings.
                
                 
                  
                  omar
                  committed 
  
    
      on 25 Jun 2018
    
  
                  
                 | 
| 2018-06-23 | 
                Examples: Fixes.
                
                 
                  
                  omar
                  committed 
  
    
      on 23 Jun 2018
    
  
                  
                 | 
| 2018-06-22 | 
                Examples: Vulkan: nverted the parameters to ImGui_ImplVulkan_RenderDrawData() to be consistent with other bindings.
                
                 
                  
                  omar
                  committed 
  
    
      on 22 Jun 2018
    
  
                  
                 | 
| 2018-06-21 | 
                Examples: DirectX12: Moved the ID3D12GraphicsCommandList* parameter from ImGui_ImplDX12_NewFrame() to ImGui_ImplDX12_RenderDrawData() which makes a lots more sense. (#301)
                
                 
                  
                  omar
                  committed 
  
    
      on 21 Jun 2018
    
  
                  
                 | 
| 
                Examples: The functions in imgui_impl_xxx.cpp are prefixed with IMGUI_IMPL_API (which defaults to IMGUI_API) to facilitate some uses. (#1888) + Comments in imgui.h
                
                 
                  
                  omar
                  committed 
  
    
      on 21 Jun 2018
    
  
                  
                 | |
| 2018-06-20 | 
                Examples: SDL+OpenGL2: Fixed Makefile. (#1886)
                
                 
                  
                  omar
                  committed 
  
    
      on 20 Jun 2018
    
  
                  
                 | 
| 
                Examples: Fixed bindings to use ImGuiMouseCursor_COUNT instead of old name ImGuiMouseCursor_Count_ so they can compile with IMGUI_DISABLE_OBSOLETE_FUNCTIONS. (#1887)
                
                 
                  
                  omar
                  committed 
  
    
      on 20 Jun 2018
    
  
                  
                 | |
| 2018-06-16 | 
                Readme, Links, Bindings
                
                 
                  
                  omar
                  committed 
  
    
      on 16 Jun 2018
    
  
                  
                 | 
| 
                Fixed warnings + readme
                
                 
                  
                  omar
                  committed 
  
    
      on 16 Jun 2018
    
  
                  
                 | |
| 2018-06-13 | 
                Examples: Allegro5: Added support for ImGuiConfigFlags_NoMouseCursorChange flag. Added clipboard support. Unindexing buffers ourselves as Allegro indexed drawing primitives are buggy in the DirectX9 back-end.
                
                 
                  
                  omar
                  committed 
  
    
      on 13 Jun 2018
    
  
                  
                 | 
| 2018-06-12 | 
                Internals: Added GetItemID(), GetFocusID() for consistency. Made GetActiveID() inline. Comments, fixed typos, demo tweaks.
                
                 
                  
                  omar
                  committed 
  
    
      on 12 Jun 2018
    
  
                  
                 | 
| 2018-06-11 | 
                Examples: FreeGLUT: Fixed mapping of Space key. (#801)
                
                 
                  
                  omar
                  committed 
  
    
      on 11 Jun 2018
    
  
                  
                 | 
| 
                Comments, documentation
                
                 
                  
                  omar
                  committed 
  
    
      on 11 Jun 2018
    
  
                  
                 | |
| 
                Examples: FreeGLUT: Added FreeGLUT bindings. Added FreeGLUT+OpenGL2 example. (#801)
                
                 
                  
                  omar
                  committed 
  
    
      on 11 Jun 2018
    
  
                  
                 | |
| 
                Examples: Win32: Fixed handling of mouse wheel messages to support finer position messages (typically sent by track-pads). (#1874)
                
                 
                  
                  omar
                  committed 
  
    
      on 11 Jun 2018
    
  
                  
                 | |
| 
                Examples: Comments to make ImGuiConfigFlags_NoMouseCursorChange more visible (#1027). + Allegro5: Added support for ImGuiConfigFlags_NoMouseCursorChange flag.
                
                 
                  
                  omar
                  committed 
  
    
      on 11 Jun 2018
    
  
                  
                 | |
| 2018-06-10 | 
                Fixed Travis path + various paths in comments/documentations
                
                 
                  
                  omar
                  committed 
  
    
      on 10 Jun 2018
    
  
                  
                 | 
| 
                Examples: Renamed imgui_impl_sdl2.cpp to imgui_impl_sdl.cpp (#1870) + changelog bits
                
                 
                  
                  omar
                  committed 
  
    
      on 10 Jun 2018
    
  
                  
                 | |
| 
                Examples: Renamed example folders. (#1870)
                
                 
                  
                  omar
                  committed 
  
    
      on 10 Jun 2018
    
  
                  
                 | |
| 2018-06-08 | 
                Big example binding refactor (manually imported from Viewport branch, stripped out of Viewport code). (#1870)
                
                  ...
                
                 
                  
                  omar
                  committed 
  
    
      on 8 Jun 2018
    
  
                  
                 | 
| 2018-05-25 | 
                Missing examples changelog bits and todo list
                
                 
                  
                  omar
                  committed 
  
    
      on 25 May 2018
    
  
                  
                 | 
| 
                Examples: OpenGL3: Removed unnecessary backup/restore of GL_ELEMENT_ARRAY_BUFFER_BINDING since this is part of the VAO state. (#1836)
                
                 
                  
                  omar
                  committed 
  
    
      on 25 May 2018
    
  
                  
                 |