| 2019-04-03 | 
                freeglut -> glut rename
                
                 
                  
                    Andrew Willmott
                    authored 
  
    
      on 3 Apr 2019
    
  
                    
                  
                  omar
                  committed 
  
    
      on 3 Apr 2019
    
  
                  
                 | 
|---|---|
| 
                ifdef freeglut extensions properly
                
                 
                  
                    Andrew Willmott
                    authored 
  
    
      on 2 Apr 2019
    
  
                    
                  
                  omar
                  committed 
  
    
      on 3 Apr 2019
    
  
                  
                 | |
| 
                Fixups for OSX
                
                 
                  
                    Andrew Willmott
                    authored 
  
    
      on 2 Apr 2019
    
  
                    
                  
                  omar
                  committed 
  
    
      on 3 Apr 2019
    
  
                  
                 | |
| 
                Add makefile for freeglut
                
                 
                  
                    Andrew Willmott
                    authored 
  
    
      on 2 Apr 2019
    
  
                    
                  
                  omar
                  committed 
  
    
      on 3 Apr 2019
    
  
                  
                 | |
| 
                Examples: Vulkan: Added shader sources/references in the .cpp source.
                
                 
                  
                  omar
                  committed 
  
    
      on 3 Apr 2019
    
  
                  
                 | |
| 
                InputText: Made Shift+Tab consistently do nothing regardless of whether the back-end emits both char and keys or just keys. (#2467, #1336)
                
                 
                  
                  omar
                  committed 
  
    
      on 3 Apr 2019
    
  
                  
                 | |
| 
                InputText, Examples/SDL: Emulate \t input if back-end doesn't provide it. (#1336, #2467)
                
                  ...
                
                 
                  
                  omar
                  committed 
  
    
      on 3 Apr 2019
    
  
                  
                 | |
| 
                InputText: Fixed ImGuiInputTextFlags_AllowTabInput leading to two tabs characters being inserted if the back-end provided both Key and Character input. (#2467, #1336)
                
                 
                  
                  omar
                  committed 
  
    
      on 3 Apr 2019
    
  
                  
                 | |
| 
                InputText: Work-around for buggy standard libraries where isprint('\t') returns true. (#2467, #1336)
                
                  ...
                
                 
                  
                  omar
                  committed 
  
    
      on 3 Apr 2019
    
  
                  
                 | |
| 2019-04-02 | 
                Examples: Vulkan: Using IM_ARRAYSIZE() where possible.
                
                 
                  
                  omar
                  committed 
  
    
      on 2 Apr 2019
    
  
                  
                 | 
| 
                Examples: Vulkan: Added missing support for 32-bit indices (#define ImDrawIdx unsigned int). + demo typo
                
                 
                  
                  omar
                  committed 
  
    
      on 2 Apr 2019
    
  
                  
                 | |
| 2019-03-31 | 
                Silencing -Wstack-protector (#2459)
                
                 
                  
                    Nicolas Noble
                    authored 
  
    
      on 31 Mar 2019
    
  
                    
                  
                  omar
                  committed 
  
    
      on 31 Mar 2019
    
  
                  
                 | 
| 2019-03-29 | 
                Examples: DirectX9: Fixed erroneous assert in ImGui_ImplDX9_InvalidateDeviceObjects(). FreeType: Fixed suggested code to not require an initial build call.. (#2454)
                
                 
                  
                  omar
                  committed 
  
    
      on 29 Mar 2019
    
  
                  
                 | 
| 
                Examples: DirectX12: Various tidying up.
                
                 
                  
                  omar
                  committed 
  
    
      on 29 Mar 2019
    
  
                  
                 | |
| 
                Examples: OpenGL3: Minor tweaks, clarifications + not calling glBindBuffer more than necessary in the render loop.
                
                 
                  
                  omar
                  committed 
  
    
      on 29 Mar 2019
    
  
                  
                 | |
| 2019-03-28 | 
                Internals: Renamed the ImGuiWindow HiddenFrameXXX fields to decorrelate them from resizing behavior, as those values are set by other logic.
                
                 
                  
                  omar
                  committed 
  
    
      on 28 Mar 2019
    
  
                  
                 | 
| 2019-03-26 | 
                Comments (#2441) + Freeglut fixes (#2430)
                
                 
                  
                  omar
                  committed 
  
    
      on 26 Mar 2019
    
  
                  
                 | 
| 2019-03-25 | 
                Rearrange code in UpdateMouseWheel(). (#2424, #1463) + Fix old io.FontAllowUserScaling feature (probably should be made obsolete, but until then best fixed)
                
                 
                  
                  omar
                  committed 
  
    
      on 25 Mar 2019
    
  
                  
                 | 
| 
                Implement horizontal scrolling with Shift+Scroll
                
                  ...
                
                 
                  
                    Luca Rood
                    authored 
  
    
      on 16 Mar 2019
    
  
                    
                  
                  omar
                  committed 
  
    
      on 25 Mar 2019
    
  
                  
                 | |
| 
                InputText: Fixed selection background starts rendering one frame after the cursor movement when first transitioning from no-selection to has-selection. (Bug in 1.69) (#2436) [@Nazg-Gul]
                
                 
                  
                  omar
                  committed 
  
    
      on 25 Mar 2019
    
  
                  
                 | |
| 
                InputText: Simplify read-only code path.
                
                 
                  
                  omar
                  committed 
  
    
      on 25 Mar 2019
    
  
                  
                 | |
| 
                IsWindowHovered() made change which should have no effect in master but fix result of IsWindowHovered(ImGuiHoveredFlags_ChildWindows) over multiple viewport in docking branch. (#2432)
                
                 
                  
                  omar
                  committed 
  
    
      on 25 Mar 2019
    
  
                  
                 | |
| 2019-03-23 | 
                Mention Julia binding in README (#2446)
                
                  ...
                
                 
                  
                    Gnimuc
                    authored 
  
    
      on 23 Mar 2019
    
  
                    
                  
                  omar
                  committed 
  
    
      on 23 Mar 2019
    
  
                  
                 | 
| 2019-03-16 | 
                Comments, todo list, remove trailing spaces.
                
                 
                  
                  omar
                  committed 
  
    
      on 16 Mar 2019
    
  
                  
                 | 
| 2019-03-15 | 
                GetMouseDragDelta(): also returns the delta on the mouse button released frame. Verify that mouse positions are valid otherwise returns zero. Removed obsolete comment. Tweaked demo. (#2419)
                
                 
                  
                  omar
                  committed 
  
    
      on 15 Mar 2019
    
  
                  
                 | 
| 
                Examples: OpenGL: Added a dummy GL call + comments in ImGui_ImplOpenGL3_Init() to detect uninitialized GL function loaders early, and help users understand what they are missing. (#2421)
                
                 
                  
                  omar
                  committed 
  
    
      on 15 Mar 2019
    
  
                  
                 | |
| 
                Version 1.70 WIP
                
                 
                  
                  omar
                  committed 
  
    
      on 15 Mar 2019
    
  
                  
                 | |
| 2019-03-13 | 
                Demo: Custom rendering: Minor sizing issue fix.
                
                 
                  
                  omar
                  committed 
  
    
      on 13 Mar 2019
    
  
                  
                 | 
| 
                Version 1.69, comments, typos
                
                 
                  
                  omar
                  committed 
  
    
      on 13 Mar 2019
    
  
                  
                 | |
| 2019-03-12 | 
                Internals: Fixed Navigation from reaching ImGuiItemFlags_Disabled items (#211) + Examples comments
                
                 
                  
                  omar
                  committed 
  
    
      on 12 Mar 2019
    
  
                  
                 |