| 2019-07-12 | 
                Renamed ImFontAtlas::CustomRect to ImFontAtlasCustomRect. Keep redirection typedef (will obsolete).
                
                 
                  
                  omar
                  committed 
  
    
      on 12 Jul 2019
    
  
                  
                 | 
|---|---|
| 
                Prefixed internal structs exposed in imgui.h with a fully qualified name to facilitate auto-generation with cimgui.
                
                 
                  
                  omar
                  committed 
  
    
      on 12 Jul 2019
    
  
                  
                 | |
| 2019-07-11 | 
                Combo: Hide arrow when there's not enough space even for the square button.
                
                  ...
                
                 
                  
                  omar
                  committed 
  
    
      on 11 Jul 2019
    
  
                  
                 | 
| 2019-07-10 | 
                fonts/binary_to_compress: display error message when failing to open file + misc comments.
                
                 
                  
                  omar
                  committed 
  
    
      on 10 Jul 2019
    
  
                  
                 | 
| 2019-07-02 | 
                Window: Mouse wheel scrolling while hovering a child window is automatically forwarded to parent window if ScrollMax is zero on the scrolling axis. Also still case if ImGuiWindowFlags_NoScrollWithMouse is set (not new), but previously the forwarding
                
                  ...
                
                 
                  
                  omar
                  committed 
  
    
      on 2 Jul 2019
    
  
                  
                 | 
| 2019-07-01 | 
                Scrollbar: Avoid overlapping the opposite side when window (often a child window) is forcibly too small.
                
                 
                  
                  omar
                  committed 
  
    
      on 1 Jul 2019
    
  
                  
                 | 
| 
                Misc: Added IMGUI_DISABLE_METRICS_WINDOW imconfig.h setting to explicitly compile out ShowMetricsWindow(). + Internals: Minor renaming.
                
                 
                  
                  omar
                  committed 
  
    
      on 1 Jul 2019
    
  
                  
                 | |
| 
                Added SetScrollXHere, SetScrollFromPosX: Changelog, demo, comments (#1580).
                
                 
                  
                  omar
                  committed 
  
    
      on 1 Jul 2019
    
  
                  
                 | |
| 
                Added 'SetScrollHereX' and 'SetScrollFromPosX' (#1580)
                
                 
                  
                    kevreco
                    authored 
  
    
      on 30 Jan 2018
    
  
                    
                  
                  omar
                  committed 
  
    
      on 1 Jul 2019
    
  
                  
                 | |
| 2019-06-30 | 
                Internals: Checkbox: Added undocumented mixed/indeterminate/tristate support via ImGuiItemFlags_MixedValue. (#2644)
                
                 
                  
                  omar
                  committed 
  
    
      on 30 Jun 2019
    
  
                  
                 | 
| 2019-06-29 | 
                Child windows inherit Hidden frames setting from parent more accurately, so HiddenFramesCannotSkipItems is honored by child windows.
                
                 
                  
                  omar
                  committed 
  
    
      on 29 Jun 2019
    
  
                  
                 | 
| 
                Internals: Moved CalcListClipping close to ImGuiListClipper code (no-op)
                
                 
                  
                  omar
                  committed 
  
    
      on 29 Jun 2019
    
  
                  
                 | |
| 
                Internals: ImGuiListClipper using absolute coordinate (instead of relative one). Minor no-op tweaks + ImDrawListSplitter assert
                
                 
                  
                  omar
                  committed 
  
    
      on 29 Jun 2019
    
  
                  
                 | |
| 2019-06-27 | 
                Style: Attenuated default opacity of ImGuiCol_Separator in Classic and Light styles.
                
                 
                  
                  omar
                  committed 
  
    
      on 27 Jun 2019
    
  
                  
                 | 
| 2019-06-26 | 
                Doc: Tweak and extra mention of AddCustomRectFontGlyph + made the example register two rectangles.
                
                 
                  
                  omar
                  committed 
  
    
      on 26 Jun 2019
    
  
                  
                 | 
| 2019-06-23 | 
                Demo: Using ImVec2(-FLT_MIN,0.0f) instead of ImVec2(-1.0f,0.0f) where it makes sense. (#2449)
                
                 
                  
                  omar
                  committed 
  
    
      on 23 Jun 2019
    
  
                  
                 | 
| 2019-06-20 | 
                ImDrawListSplitter: Fixed memory leak when using low-level split api (was not affecting ImDrawList api, also this type was added in 1.71 and not advertised as a public-facing feature).
                
                 
                  
                  omar
                  committed 
  
    
      on 20 Jun 2019
    
  
                  
                 | 
| 2019-06-19 | 
                Internals: Renamed GetFrontMostPopupModal() to GetTopMostPopupModal() to be consistent. Renamed other locals to follow that terminology.
                
                 
                  
                  omar
                  committed 
  
    
      on 19 Jun 2019
    
  
                  
                 | 
| 2019-06-18 | 
                Word-wrapping: Fixed overzealous word-wrapping when glyph edge lands exactly on the limit. Because of this, auto-fitting exactly unwrapped text would make it wrap. (fixes initial 1.15 commit, 78645a7d).
                
                 
                  
                  omar
                  committed 
  
    
      on 18 Jun 2019
    
  
                  
                 | 
| 
                Examples: SDL+DX11: Changelog, readme, batch files, fixed vcxproj, minor stylistic fixes + minor sync of other main.cpp files. (#2632)
                
                 
                  
                  omar
                  committed 
  
    
      on 18 Jun 2019
    
  
                  
                 | |
| 
                Implement SDL/dx11 sample
                
                 
                  
                    Vincent Hamm
                    authored 
  
    
      on 16 Jun 2019
    
  
                    
                  
                  omar
                  committed 
  
    
      on 18 Jun 2019
    
  
                  
                 | |
| 
                Window: Fixed InnerClipRect right-most coordinates using wrong padding setting (introduced in 1.71).
                
                 
                  
                  omar
                  committed 
  
    
      on 18 Jun 2019
    
  
                  
                 | |
| 
                Fiedx OpenGL ES 3.0 include for iOS and tvOS (#2631)
                
                 
                  
                    Vincent Hamm
                    authored 
  
    
      on 18 Jun 2019
    
  
                    
                  
                  omar
                  committed 
  
    
      on 18 Jun 2019
    
  
                  
                 | |
| 2019-06-17 | 
                Updated Ogre bindings (#2619)
                
                  ...
                
                 
                  
                    Pavel Rojtberg
                    authored 
  
    
      on 17 Jun 2019
    
  
                    
                  
                  omar
                  committed 
  
    
      on 17 Jun 2019
    
  
                  
                 | 
| 
                Internals: Columns: Poke into WorkRect and use them in the GetContentRegionMax() functions. This should be a no-op, but preparing us to transition toward using WorkRect instead of ContentRegionRect.
                
                  ...
                
                 
                  
                  omar
                  committed 
  
    
      on 17 Jun 2019
    
  
                  
                 | |
| 
                Disable -Wpragmas warning in GCC to avoid relying on version checks, as unusual/forks/mods don't appear to always have same warning<>version. (#2618)
                
                  ...
                
                 
                  
                  omar
                  committed 
  
    
      on 17 Jun 2019
    
  
                  
                 | |
| 
                ImDrawList: Fixed CloneOutput() helper crashing. Also removed unnecessary risk from ImDrawList::Clear(), draw lists are being clear before use each frame anyway. (#1860)
                
                 
                  
                  omar
                  committed 
  
    
      on 17 Jun 2019
    
  
                  
                 | |
| 2019-06-14 | 
                ImDrawList::ChannelsSplit(), ImDrawListSlitter: Fixed an issue with merging draw commands between channels 0 and 1. (#2624) Introduced by  cef88f6.
                  
                  omar
                  committed 
  
    
      on 14 Jun 2019
    
  
                  
                 | 
| 
                Removed redirecting functions/enums that were obsoleted in version 1.51 (June 2017): ImGuiCol_Column*, ImGuiSetCond_*, IsItemHoveredRect(), IsPosHoveringAnyWindow(), IsMouseHoveringAnyWindow(), IsMouseHoveringWindow(), IMGUI_ONCE_UPON_A_FRAME.
                
                 
                  
                  omar
                  committed 
  
    
      on 14 Jun 2019
    
  
                  
                 | |
| 
                Version 1.72 WIP
                
                 
                  
                  omar
                  committed 
  
    
      on 14 Jun 2019
    
  
                  
                 |