| 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
    
  
                  
                 | 
|---|---|
| 
                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
    
  
                  
                 | |
| 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 | 
                Version 1.69, comments, typos
                
                 
                  
                  omar
                  committed 
  
    
      on 13 Mar 2019
    
  
                  
                 | 
| 2019-03-12 | 
                TabBar: Reworked scrolling policy (when ImGuiTabBarFlags_FittingPolicyScroll is set) to teleport the view when aiming at a tab far away the visible section, and otherwise accelerate the scrolling speed to cap the scrolling time to 0.3 seconds.
                
                 
                  
                  omar
                  committed 
  
    
      on 12 Mar 2019
    
  
                  
                 | 
| 
                TabBar: Fixed Tab tooltip code making drag and drop tooltip disappear during the frame where the drag payload activate a tab.
                
                 
                  
                  omar
                  committed 
  
    
      on 12 Mar 2019
    
  
                  
                 | |
| 
                Examples: GLFW, SDL: Preserve DisplayFramebufferScale when main viewport is minimized. (This is particularly useful for the viewport branch because we are not supporting per-viewport frame-buffer scale. It fixes windows not refreshing when main viewport is minimized.) (#2416)
                
                 
                  
                  omar
                  committed 
  
    
      on 12 Mar 2019
    
  
                  
                 | |
| 
                Demo: InputText: Demonstrating use of ImGuiInputTextFlags_CallbackResize. (#2006, #1443, #1008).
                
                 
                  
                  omar
                  committed 
  
    
      on 12 Mar 2019
    
  
                  
                 | |
| 2019-03-11 | 
                Added GetGlyphRangesVietnamese() helper. (#2403)
                
                 
                  
                  omar
                  committed 
  
    
      on 11 Mar 2019
    
  
                  
                 | 
| 2019-03-09 | 
                Fix typos. (#2413)
                
                 
                  
                    Bruce Mitchener
                    authored 
  
    
      on 9 Mar 2019
    
  
                    
                  
                  omar
                  committed 
  
    
      on 9 Mar 2019
    
  
                  
                 | 
| 2019-03-08 | 
                Added ImGuiColorEditFlagsFlags_InputHSV. (#2383, #2384)
                
                 
                  
                    Haldean Brown
                    authored 
  
    
      on 7 Mar 2019
    
  
                    
                  
                  omar
                  committed 
  
    
      on 8 Mar 2019
    
  
                  
                 | 
| 
                ColorEdit: Fixed tooltip not honoring the ImGuiColorEditFlags_NoAlpha contract of never reading the 4th float in the array (value was read and discarded). (#2384)
                
                 
                  
                  omar
                  committed 
  
    
      on 8 Mar 2019
    
  
                  
                 | |
| 2019-03-07 | 
                TabBar: Fixed ImGuiTabItemFlags_SetSelected being ignored if the tab is not visible (with scrolling policy enabled) or if is currently appearing.
                
                 
                  
                  omar
                  committed 
  
    
      on 7 Mar 2019
    
  
                  
                 | 
| 2019-03-06 | 
                Examples: DirectX9: Minor changes to match the other DirectX examples more closely. (#2394)
                
                 
                  
                  omar
                  committed 
  
    
      on 6 Mar 2019
    
  
                  
                 | 
| 
                InputTextWithHint: Fix for Password fields. Update changelog, demo. (#2400)
                
                 
                  
                  omar
                  committed 
  
    
      on 6 Mar 2019
    
  
                  
                 | |
| 2019-03-05 | 
                Fixed IsItemDeactivated()/IsItemDeactivatedAfterEdit() from not correctly returning true when tabbing out of a focusable widget (Input/Slider/Drag) in most situations. (#2215, #1875)
                
                  ...
                
                 
                  
                  omar
                  committed 
  
    
      on 5 Mar 2019
    
  
                  
                 | 
| 
                MenuItem, Selectable: Fixed disabled widget interfering with navigation (fix c2db7f63 in 1.67).
                
                 
                  
                  omar
                  committed 
  
    
      on 5 Mar 2019
    
  
                  
                 | |
| 
                Internal: Text: Extracted TextUnformatted into TextEx over which we can freely atter the signature. Clarified current large text behavior of TextUnformatted with explicit ImGuiTextFlags_NoWidthForLargeClippedText flag (always set).
                
                 
                  
                  omar
                  committed 
  
    
      on 5 Mar 2019
    
  
                  
                 | |
| 
                Text: Fixed large Text/TextUnformatted call not declaring its size when starting below the lower point of the current clipping rectangle. Somehow this bug has been there since v1.0!   It was hardly noticeable but would affect the scrolling range, which in turn would affect some scrolling request functions when called during the opening frame of a window.
                
                 
                  
                  omar
                  committed 
  
    
      on 5 Mar 2019
    
  
                  
                 | |
| 
                Nav: Fixed Ctrl+Tab keeping active InputText() of a previous window active after the switch. (#2380)
                
                 
                  
                  omar
                  committed 
  
    
      on 5 Mar 2019
    
  
                  
                 | |
| 
                Comments and Issue Template
                
                 
                  
                  omar
                  committed 
  
    
      on 5 Mar 2019
    
  
                  
                 | |
| 2019-03-04 | 
                Renamed GetOverlayDrawList() to GetForegroundDrawList() for consistency. Kept redirection function (will obsolete). (#2391)
                
                  ...
                
                 
                  
                  omar
                  committed 
  
    
      on 4 Mar 2019
    
  
                  
                 | 
| 
                Added GetBackgroundDrawList() helper to quickly get access to a ImDrawList that will be rendered behind every other windows. (#2391)
                
                 
                  
                  omar
                  committed 
  
    
      on 4 Mar 2019
    
  
                  
                 | |
| 2019-03-03 | 
                Examples: OpenGL: Fix to be able to run on ES 2.0 / WebGL 1.0. [@rmitton, @gabrielcuvillier]
                
                 
                  
                  omar
                  committed 
  
    
      on 3 Mar 2019
    
  
                  
                 | 
| 2019-02-28 | 
                ColorPicker: Fix assertion when running in a collapsed window and dragging its title bar (#2389)
                
                 
                  
                  omar
                  committed 
  
    
      on 28 Feb 2019
    
  
                  
                 | 
| 
                Misc: Asserting in NewFrame() if style.WindowMinSize is zero or smaller than (1.0f,1.0f). Internal: ImHash functions tweaks. Added InputText() to query status section.
                
                 
                  
                  omar
                  committed 
  
    
      on 28 Feb 2019
    
  
                  
                 |