| 2018-05-16 | 
            
             
                Viewport: When resizing/moving a window using the host OS/WM we attempt to merge back into host viewport. (#1542)
                
                 
            
                  
                  omar
                  committed 
  
    
      on 16 May 2018
    
  
                  
                 
               | 
          
|---|---|
| 2018-05-15 | 
            
             
                Viewport: Added GetWindowViewport() to query the current viewport for the current window. Comments. (#1542)
                
                 
            
                  
                  omar
                  committed 
  
    
      on 15 May 2018
    
  
                  
                 
               | 
          
| 2018-05-14 | 
            
             | 
          
| 
            
             
                Version 1.61 + todo additions
                
                 
            
                  
                  omar
                  committed 
  
    
      on 14 May 2018
    
  
                  
                 
               | 
          |
| 2018-05-13 | 
            
             
                Demo: Tweaked custom rendering custom, added a Thickness drag. Clarified use of vertical/horizontal line. Add a single pixel demo (wowow)
                
                 
            
                  
                  omar
                  committed 
  
    
      on 13 May 2018
    
  
                  
                 
               | 
          
| 
            
             
                ColorEdit: Fixed not being able to pass the ImGuiColorEditFlags_NoAlpha or ImGuiColorEditFlags_HDR flags to SetColorEditOptions(). Demo tweak.
                
                 
            
                  
                  omar
                  committed 
  
    
      on 13 May 2018
    
  
                  
                 
               | 
          |
| 
            
             
                Fix for atof with glibc.
                
                 
            
                  
                  omar
                  committed 
  
    
      on 13 May 2018
    
  
                  
                 
               | 
          |
| 
            
             
                Added ImAtof, ImCeil, ImFloorStd to IMGUI_DISABLE_MATH_FUNCTIONS for consistency. Configuration comments.
                
                 
            
                  
                  omar
                  committed 
  
    
      on 13 May 2018
    
  
                  
                 
               | 
          |
| 
            
             
                Added IMGUI_DISABLE_MATH_FUNCTIONS in imconfig.h to make it slightly easier to redefine wrappers to std maths functions such as fabsf(), fmodf(), etc. Comments.
                
                 
            
                  
                  omar
                  committed 
  
    
      on 13 May 2018
    
  
                  
                 
               | 
          |
| 
            
             
                Comments about AddConvexPolyFilled(), PathFillConvex() requiring a clockwise order path. (#1811)
                
                 
            
                  
                  omar
                  committed 
  
    
      on 13 May 2018
    
  
                  
                 
               | 
          |
| 2018-05-12 | 
            
             
                Update README.md
                
                 
            
                  
                    omar
                    authored 
  
    
      on 12 May 2018
    
  
                    
                  
                  GitHub
                  committed 
  
    
      on 12 May 2018
    
  
                  
                 
               | 
          
| 
            
             
                Demo: Fixing build due to using INT_MAX, UINT_MAX, LLONG_MAX, ULLONG_MAX.
                
                 
            
                  
                  omar
                  committed 
  
    
      on 12 May 2018
    
  
                  
                 
               | 
          |
| 
            
             
                Demo: Renamed "fixed overlay" to "simple overlay" because it's not fixed any more!
                
                 
            
                  
                  omar
                  committed 
  
    
      on 12 May 2018
    
  
                  
                 
               | 
          |
| 
            
             
                Demo: Added demo for DragScalar(), InputScalar(), SliderScalar(). (#643)
                
                 
            
                  
                  omar
                  committed 
  
    
      on 12 May 2018
    
  
                  
                 
               | 
          |
| 
            
             
                Data types: DragScalar: Fixed speed of integer values tweaking with keyboard/gamepad when speed < 1. Enforce min/max bounds when power curves are used. SliderScalar: Fixed integer/slow tweaking. (#643)
                
                 
            
                  
                  omar
                  committed 
  
    
      on 12 May 2018
    
  
                  
                 
               | 
          |
| 2018-05-11 | 
            
             | 
          
| 
            
             
                Data types: DragScalar, InputScalar: default parameters. Added IM_STATIC_ASSERT(). Comments.
                
                 
            
                  
                  omar
                  committed 
  
    
      on 11 May 2018
    
  
                  
                 
               | 
          |
| 
            
             
                Documentation tweaks, comments
                
                 
            
                  
                  omar
                  committed 
  
    
      on 11 May 2018
    
  
                  
                 
               | 
          |
| 
            
             | 
          |
| 
            
             
                Viewport, Platform: Cleaned up xxx_UpdateMouseCursor() functions to make them more consistent. (#1542)
                
                 
            
                  
                  omar
                  committed 
  
    
      on 11 May 2018
    
  
                  
                 
               | 
          |
| 
            
             
                Viewport, Platform: Win32: Fixed handling of io.WantSetMousePos + added a bunch of comments. GLFW, SDL2: Added handling of io.WantSetMousePos. (#1542)
                
                 
            
                  
                  omar
                  committed 
  
    
      on 11 May 2018
    
  
                  
                 
               | 
          |
| 2018-05-10 | 
            
             
                Scrolling: Fixed a case where using SetScrollHere(1.0f) at the bottom of a window on the same frame the window height has been growing would have the scroll clamped using the previous height. (#1804)
                
                 
            
                  
                  omar
                  committed 
  
    
      on 10 May 2018
    
  
                  
                 
               | 
          
| 
            
             
                Viewport: Changed Monitor field to use Pos+Size (more consistent), changed FullMin,FullMax to MainPos,MainSize. Made main viewport accessible in PlatformIO on first frame. Fixed casing of ImGuiViewportFlags_TopMost flag. (#1542)
                
                 
            
                  
                  omar
                  committed 
  
    
      on 10 May 2018
    
  
                  
                 
               | 
          |
| 2018-05-09 | 
            
             
                Combo: Horizontally offset items using WindowPadding instead of Indent, for consistency.
                
                 
            
                  
                  omar
                  committed 
  
    
      on 9 May 2018
    
  
                  
                 
               | 
          
| 
            
             
                Internals: Made ContentsRegionRect absolute to reduce confusion. Renamed InnerRect to InnerMainRect, renamed WindowRectClipper to OuterRectClipped.
                
                 
            
                  
                  omar
                  committed 
  
    
      on 9 May 2018
    
  
                  
                 
               | 
          |
| 
            
             
                Internals: Nav: Extracted code into a NavClampToVisibleAreaForMoveDir() + fix debug code + inline some functions, removed obsolete EndChild() comment.
                
                 
            
                  
                  omar
                  committed 
  
    
      on 9 May 2018
    
  
                  
                 
               | 
          |
| 
            
             
                TODO list update + Changelog and comments for #1803.
                
                 
            
                  
                  omar
                  committed 
  
    
      on 9 May 2018
    
  
                  
                 
               | 
          |
| 
            
             
                Fixed clipboard paste memory leak in SDL examples. (#1803)
                
                 
            
                  
                    Elias Daler
                    authored 
  
    
      on 9 May 2018
    
  
                    
                  
                  omar
                  committed 
  
    
      on 9 May 2018
    
  
                  
                 
               | 
          |
| 2018-05-08 | 
            
             
                Data types: Fix format srtings with leading blanks. Fix ColorEdit4() to not use obsolete formats (when using IMGUI_DISABLE_OBSOLETE_FUNCTIONS) (#643)
                
                 
            
                  
                  omar
                  committed 
  
    
      on 8 May 2018
    
  
                  
                 
               |