| 2018-09-17 | 
            
             
                Added Fonts readme details and links to Sweet16 font. (#2085)
                
                 
            
                  
                  omar
                  committed 
  
    
      on 17 Sep 2018
    
  
                  
                 
               | 
          
|---|---|
| 2018-09-15 | 
            
             
                Fix file names (#2083)
                
                 
            
                  
                    Tesla Ice Zhang
                    authored 
  
    
      on 15 Sep 2018
    
  
                    
                  
                  omar
                  committed 
  
    
      on 15 Sep 2018
    
  
                  
                 
               | 
          
| 2018-09-14 | 
            
             
                Fixed bad merge (a82be53) where we lost the version number in Docking branch + moved Docking related API together for now.
                
                 
            
                  
                  omar
                  committed 
  
    
      on 14 Sep 2018
    
  
                  
                 
               | 
          
| 
            
             
                Docking: Changed DockSpace() signature to take an ID, as ID will frequently be used by other API it makes more sense to let the user compute it.
                
                 
            
                  
                  omar
                  committed 
  
    
      on 14 Sep 2018
    
  
                  
                 
               | 
          |
| 
            
             
                Docking: Removed SplitRatio from ImGuiDockNode and ImGuiDockNodeSettings, which we don't need anymore.
                
                 
            
                  
                  omar
                  committed 
  
    
      on 14 Sep 2018
    
  
                  
                 
               | 
          |
| 
            
             
                Docking: Misc rework/rename toward being able to rebuild a branch selectively, so we can honor settings changes on a per Dockspace basis. + Comments
                
                 
            
                  
                  omar
                  committed 
  
    
      on 14 Sep 2018
    
  
                  
                 
               | 
          |
| 
            
             | 
          |
| 
            
             
                Viewport: Increased threshold for setting ImGuiViewportFlags_NoFocusOnAppearing. (#1542), 2 doesn't seem enough with some docking setup.
                
                 
            
                  
                  omar
                  committed 
  
    
      on 14 Sep 2018
    
  
                  
                 
               | 
          |
| 
            
             | 
          |
| 
            
             
                BeginMenu(): Fixed menu popup horizontal offset being off the item in the menu bar when WindowPadding=0.0f.
                
                 
            
                  
                  omar
                  committed 
  
    
      on 14 Sep 2018
    
  
                  
                 
               | 
          |
| 
            
             
                ColorPicker: Replaced the Separator with a Spacing call. (#2068)
                
                 
            
                  
                  omar
                  committed 
  
    
      on 14 Sep 2018
    
  
                  
                 
               | 
          |
| 2018-09-13 | 
            
             
                Viewport: Fix an issue introduced on ~August 16, which would assert when viewport are disabled. Also made the DestroyPlatformWindow process more sturdy. (#1542)
                
                 
            
                  
                  omar
                  committed 
  
    
      on 13 Sep 2018
    
  
                  
                 
               | 
          
| 
            
             
                Docking: Fixed floating->docking transition on a platform window mistakenly destroying the platform window because the upcoming tab isn't visible and triggers viewport GC. Fixed missing title bar data on recreate window.
                
                 
            
                  
                  omar
                  committed 
  
    
      on 13 Sep 2018
    
  
                  
                 
               | 
          |
| 
            
             
                Examples: Using "dear imgui" terminology in all examples headers/comments + fix minor typo.
                
                 
            
                  
                  omar
                  committed 
  
    
      on 13 Sep 2018
    
  
                  
                 
               | 
          |
| 
            
             
                Docking: Better handling of window losing its dock node or having its dock node not active.
                
                 
            
                  
                  omar
                  committed 
  
    
      on 13 Sep 2018
    
  
                  
                 
               | 
          |
| 
            
             
                Docking: Flicker fix when clicking on a Tab leading of a new window, in particular would be noticeable when using nested tab bars.
                
                 
            
                  
                  omar
                  committed 
  
    
      on 13 Sep 2018
    
  
                  
                 
               | 
          |
| 2018-09-12 | 
            
             
                Fix MSVC's C4312 warning about casting user texture type to void* in ImageButton (#2080)
                
                 
            
                  
                    Elias Daler
                    authored 
  
    
      on 12 Sep 2018
    
  
                    
                  
                  omar
                  committed 
  
    
      on 12 Sep 2018
    
  
                  
                 
               | 
          
| 2018-09-11 | 
            
             
                Internals: Replace unsigned short with ImWchar when dealing with character storage (missing cases) + in imgui_impl_ file keep using neutral type everywhere, added missing explicit cast in three bindings. (#2078)
                
                 
            
                  
                  omar
                  committed 
  
    
      on 11 Sep 2018
    
  
                  
                 
               | 
          
| 
            
             
                Internals: Replace unsigned short with ImWchar when dealing with character storage. (#2078)
                
                 
            
                  
                    ice1000
                    authored 
  
    
      on 11 Sep 2018
    
  
                    
                  
                  omar
                  committed 
  
    
      on 11 Sep 2018
    
  
                  
                 
               | 
          |
| 
            
             
                Docking: Internal renaming and comments. + Fixed DockNodeMoveChildNodes() to transfer the LastExplicitSize value (was inconsequential afaik).
                
                 
            
                  
                  omar
                  committed 
  
    
      on 11 Sep 2018
    
  
                  
                 
               | 
          |
| 
            
             
                Docking: Added ImGuiDockSpaceFlags_KeepAliveOnly, important for multiple level of tabs. (also renamed ImGuiDockFlags to ImGuiDockSpaceFlags.)
                
                 
            
                  
                  omar
                  committed 
  
    
      on 11 Sep 2018
    
  
                  
                 
               | 
          |
| 
            
             
                Nav: Added a way for code to cancel Alt for menu toggle (ImGuiNavInput_KeyMenu_). Cancelling out on platform window. close request. (#1542, #787)
                
                 
            
                  
                  omar
                  committed 
  
    
      on 11 Sep 2018
    
  
                  
                 
               | 
          |
| 
            
             | 
          |
| 
            
             
                DragFloat: Disabled using power curve when one edge is FLT_MAX (broken in 1.61). Disabled setting a default drag speed when one edge is FLT_MAX. (#2024)
                
                 
            
                  
                  omar
                  committed 
  
    
      on 11 Sep 2018
    
  
                  
                 
               | 
          |
| 
            
             
                DragFloat: Fixed a situation where dragging with value rounding enabled or with a power curve erroneously wrapped the value to one of the min/max edge. (#2024, #708, #320, #2075).
                
                 
            
                  
                  omar
                  committed 
  
    
      on 11 Sep 2018
    
  
                  
                 
               | 
          |
| 2018-09-10 | 
            
             
                Nav: Added a way for code to cancel Alt for menu toggle (ImGuiNavInput_KeyMenu_). Cancelling out on platform window. close request. (#1542, #787)
                
                 
            
                  
                  omar
                  committed 
  
    
      on 10 Sep 2018
    
  
                  
                 
               | 
          
| 
            
             
                Docking: Added Type enum in ImGuiDockRequest. Renamed fields. DockSpace() skips node update if already submitted (when transitioning from implicit -> explicit DockSpace).
                
                 
            
                  
                  omar
                  committed 
  
    
      on 10 Sep 2018
    
  
                  
                 
               | 
          |
| 
            
             
                Nav, Focus: Fixed ImGuiWindowFlags_NoBringToFrontOnFocus windows not being restoring focus properly after the main menu bar or last focused window is deactivated.
                
                 
            
                  
                  omar
                  committed 
  
    
      on 10 Sep 2018
    
  
                  
                 
               | 
          |
| 
            
             
                Nav, Focus: Fixed ImGuiWindowFlags_NoBringToFrontOnFocus windows not being restoring focus properly after the main menu bar or last focused window is deactivated.
                
                 
            
                  
                  omar
                  committed 
  
    
      on 10 Sep 2018
    
  
                  
                 
               | 
          |
| 
            
             
                Docking: Updating LastFrameActive earlier in Begin() because BeginDocked() will need to use it. Extracted some code into a DockNodeIsDropAllowedOne() function. Comments.
                
                 
            
                  
                  omar
                  committed 
  
    
      on 10 Sep 2018
    
  
                  
                 
               |