| 2017-11-19 | 
                TreePush with zero arguments was ambiguous. Resolved by making it call TreePush(const void*)
                
                 
                  
                    Jason Wilkins
                    authored 
  
    
      on 8 Mar 2017
    
  
                    
                  
                  omar
                  committed 
  
    
      on 19 Nov 2017
    
  
                  
                 | 
|---|---|
| 
                NewFrame() now asserts if neither Render or EndFrame have been called. Exposed EndFrame(). Made it legal to call EndFrame() more than one. (#1423 etc.)
                
                 
                  
                  omar
                  committed 
  
    
      on 19 Nov 2017
    
  
                  
                 | |
| 
                NewFrame(): using literal strings in the most-frequently firing IM_ASSERT expression to increase the odd of programmers seeing them (especially those who don't use a debugger).
                
                 
                  
                  omar
                  committed 
  
    
      on 19 Nov 2017
    
  
                  
                 | |
| 2017-11-18 | 
                Merge pull request #1445 from franciscod/uninitialized_o3_werror
                
                  ...
                
                 
                  
                    omar
                    authored 
  
    
      on 18 Nov 2017
    
  
                    
                  
                  GitHub
                  committed 
  
    
      on 18 Nov 2017
    
  
                  
                 | 
| 
                Demo: Fix warning "format not a string literal and no format arguments" for over-zealous compilers settings. (#1450, #1451)
                
                 
                  
                  omar
                  committed 
  
    
      on 18 Nov 2017
    
  
                  
                 | |
| 
                Added comment about TextUnformatted(). (#1450)
                
                 
                  
                  omar
                  committed 
  
    
      on 18 Nov 2017
    
  
                  
                 | |
| 
                Combo: Offset popup position by border size so that a double border isn't so visible. (#707)
                
                 
                  
                  omar
                  committed 
  
    
      on 18 Nov 2017
    
  
                  
                 | |
| 
                Style: Added PopupRounding setting. (#1112)
                
                 
                  
                  omar
                  committed 
  
    
      on 18 Nov 2017
    
  
                  
                 | |
| 
                Fix IsItemHovered() returning true for non-title bar hidden items that are clipped due to window collapsing logic. Fix  27fd1b9. (#823)
                  
                  omar
                  committed 
  
    
      on 18 Nov 2017
    
  
                  
                 | |
| 
                Internals: Renamed ImGuiWindow::Accessed to WriteAccessed.
                
                 
                  
                  omar
                  committed 
  
    
      on 18 Nov 2017
    
  
                  
                 | |
| 
                Style: Made changes to Classic style (!!!). Tweaked Dark style. (#707)
                
                 
                  
                  omar
                  committed 
  
    
      on 18 Nov 2017
    
  
                  
                 | |
| 
                Style: Added a default StyleColorsLight(). (#707)
                
                 
                  
                  omar
                  committed 
  
    
      on 18 Nov 2017
    
  
                  
                 | |
| 
                Demo: Tweaks.
                
                 
                  
                  omar
                  committed 
  
    
      on 18 Nov 2017
    
  
                  
                 | |
| 
                Style: Removed ImGuiCol_ComboBg in favor of combo boxes using ImGuiCol_PopupBg for consistency. (#707)
                
                 
                  
                  omar
                  committed 
  
    
      on 18 Nov 2017
    
  
                  
                 | |
| 
                Style Editor: Using local storage so Save/Revert button made some more sense without code passing its storage. Tweaked layout, added horizontal scroll bar, Fixed Save/Revert button to be always accessible. (fix #1211)
                
                 
                  
                  omar
                  committed 
  
    
      on 18 Nov 2017
    
  
                  
                 | |
| 
                Style Editor: Sneakily adding a combo box to change colors (#707)
                
                 
                  
                  omar
                  committed 
  
    
      on 18 Nov 2017
    
  
                  
                 | |
| 
                Style: Dark: Tweaks + setting BorderShadow correctly.
                
                 
                  
                  omar
                  committed 
  
    
      on 18 Nov 2017
    
  
                  
                 | |
| 
                Internals: Window minor internal renaming + added WindowRounding latch.
                
                 
                  
                  omar
                  committed 
  
    
      on 18 Nov 2017
    
  
                  
                 | |
| 
                Style: renamed style.ChildWindowRounding to style.ChildRounding, ImGuiStyleVar_ChildWindowRounding to ImGuiStyleVar_ChildRounding.
                
                 
                  
                  omar
                  committed 
  
    
      on 18 Nov 2017
    
  
                  
                 | |
| 
                Merge pull request #1448 from codecat/minor-fixes
                
                  ...
                
                 
                  
                    omar
                    authored 
  
    
      on 18 Nov 2017
    
  
                    
                  
                  GitHub
                  committed 
  
    
      on 18 Nov 2017
    
  
                  
                 | |
| 
                Fix wrong comment in dx implementation headers
                
                 
                  
                  Codecat
                  committed 
  
    
      on 18 Nov 2017
    
  
                  
                 | |
| 2017-11-17 | 
                Style: ScaleAllSizes() helper rounds down every values so they are aligned on integers.
                
                 
                  
                  omar
                  committed 
  
    
      on 17 Nov 2017
    
  
                  
                 | 
| 2017-11-16 | 
                fix uninitialized atlas packing context
                
                 
                  
                  Francisco Demartino
                  committed 
  
    
      on 16 Nov 2017
    
  
                  
                 | 
| 
                Columns: Added ImGuiColumnsFlags_GrowParentContentsSize to internal API to restore old content sizes behavior. (#1444, #125)
                
                 
                  
                  omar
                  committed 
  
    
      on 16 Nov 2017
    
  
                  
                 | |
| 
                Internals: Updating condition/allow flags with a function.
                
                 
                  
                  omar
                  committed 
  
    
      on 16 Nov 2017
    
  
                  
                 | |
| 
                Internals: Window: Store whether the windows has a close button (we need that info for window/tabs dropping preview calculation)
                
                 
                  
                  omar
                  committed 
  
    
      on 16 Nov 2017
    
  
                  
                 | |
| 
                Internals: Added BringWindowToFront(), BringWindowToBack() helpers.
                
                 
                  
                  omar
                  committed 
  
    
      on 16 Nov 2017
    
  
                  
                 | |
| 2017-11-15 | 
                Windows with MenuBar have a larger minimum height to avoid artefacts (I fixed most of the vertical/horizontal artefacts, but the ones in rounded corners were too hard to fix).
                
                 
                  
                  omar
                  committed 
  
    
      on 15 Nov 2017
    
  
                  
                 | 
| 
                Menu: Fixed minor rendering issues on the right size with rounded window when resizing a window small.
                
                 
                  
                  omar
                  committed 
  
    
      on 15 Nov 2017
    
  
                  
                 | |
| 
                Scrollbar: Minor graphical fix for when scrollbar don't have enough visible space to display the full grab.
                
                 
                  
                  omar
                  committed 
  
    
      on 15 Nov 2017
    
  
                  
                 |