| 2018-05-28 | 
                Internals: Reintroducing LastActiveIdTimer because it is useful and to reduce merge conflicts. (#1537)
                
                 
                  
                  omar
                  committed 
  
    
      on 28 May 2018
    
  
                  
                 | 
|---|---|
| 
                Internals: Added BeginDragDropTooltip() internal function to convey semantic (drag and drop tooltip doesn't get clipped within display boundaries). Revert part of  3218666. (#1739, #143).
                  
                  omar
                  committed 
  
    
      on 28 May 2018
    
  
                  
                 | |
| 
                Made drag source tooltip display at the same position as a regular tooltip to avoid discontinuity where dynamically swapping tooltip at the target site. Made drag source tooltip override previous tooltip if any. (#1739, #143).
                
                 
                  
                  omar
                  committed 
  
    
      on 28 May 2018
    
  
                  
                 | |
| 
                Added ImGuiDragDropFlags_AcceptNoPreviewTooltip flag to disable drag source tooltip from the target site (#143)
                
                 
                  
                  omar
                  committed 
  
    
      on 28 May 2018
    
  
                  
                 | |
| 
                Internals: Selectable: Renamed variables. Todo update.
                
                 
                  
                  omar
                  committed 
  
    
      on 28 May 2018
    
  
                  
                 | |
| 
                Internals: PushItemFlag() flags are inherited by BeginChild().
                
                 
                  
                  omar
                  committed 
  
    
      on 28 May 2018
    
  
                  
                 | |
| 2018-05-27 | 
                Documentation: FAQ, ID Stack, Fonts (#1839, #1840), #1842)
                
                 
                  
                  omar
                  committed 
  
    
      on 27 May 2018
    
  
                  
                 | 
| 2018-05-25 | 
                Missing examples changelog bits and todo list
                
                 
                  
                  omar
                  committed 
  
    
      on 25 May 2018
    
  
                  
                 | 
| 
                Examples: OpenGL3: Removed unnecessary backup/restore of GL_ELEMENT_ARRAY_BUFFER_BINDING since this is part of the VAO state. (#1836)
                
                 
                  
                  omar
                  committed 
  
    
      on 25 May 2018
    
  
                  
                 | |
| 2018-05-24 | 
                Drag and Drop: Source doesn't report as hovered (at a lower-level). Source disable AllowOverlap flag if any set. (#143)
                
                 
                  
                  omar
                  committed 
  
    
      on 24 May 2018
    
  
                  
                 | 
| 
                Examples: iOS: Fixed missing call to CreateContext() + various shallow coding style tweaks. (#1835)
                
                 
                  
                  omar
                  committed 
  
    
      on 24 May 2018
    
  
                  
                 | |
| 2018-05-23 | 
                Drag and Drop: BeginDragDropSource(): Offset tooltip position so it is off the mouse cursor, but also closer to it than regular tooltips, and not clamped by viewport. (#1739)
                
                 
                  
                  omar
                  committed 
  
    
      on 23 May 2018
    
  
                  
                 | 
| 
                BeginCombo(), BeginMainMenuBar(), BeginChildFrame(): restore modified style at end of Begin instead of End so doesn't affect child windows, BeginTooltip() etc.. (allowed since  7b6b703)
                  
                  omar
                  committed 
  
    
      on 23 May 2018
    
  
                  
                 | |
| 2018-05-21 | 
                Examples: Comments about GLSL version not being the same as GL context version. (#1828)
                
                 
                  
                  omar
                  committed 
  
    
      on 21 May 2018
    
  
                  
                 | 
| 
                Examples: GLFW: Made it possible to Shutdown/Init the backend again (by reseting the time storage properly). Changelog. Added to Vulkan example. (#1827)
                
                 
                  
                  omar
                  committed 
  
    
      on 21 May 2018
    
  
                  
                 | |
| 
                Examples: GLFW* Make subsequent window creation possible.
                
                 
                  
                    ice1000
                    authored 
  
    
      on 20 May 2018
    
  
                    
                  
                  omar
                  committed 
  
    
      on 21 May 2018
    
  
                  
                 | |
| 
                ColorEdit3, ColorEdit4, ColorButton: Added ImGuiColorEditFlags_NoDragDrop flag to disable ColorEditX as drag target and ColorButton as drag source. (#1826)
                
                 
                  
                  omar
                  committed 
  
    
      on 21 May 2018
    
  
                  
                 | |
| 2018-05-18 | 
                ImVector: added erase(it first, it last) helper. Added erase_unsorted(it) helper. + todo fixes/additions
                
                 
                  
                  omar
                  committed 
  
    
      on 18 May 2018
    
  
                  
                 | 
| 2018-05-17 | 
                Fixed GCC pre-8 build. (#1822) + added bonus the non-ASCII character pasted from GCC breaks my SourceTree/Git combo
                
                 
                  
                  omar
                  committed 
  
    
      on 17 May 2018
    
  
                  
                 | 
| 
                Disabled GCC 8.1.0 warnings -Wclass-memaccess (#1822)
                
                 
                  
                  omar
                  committed 
  
    
      on 17 May 2018
    
  
                  
                 | |
| 
                Remove trailing white spaces.
                
                 
                  
                  omar
                  committed 
  
    
      on 17 May 2018
    
  
                  
                 | |
| 
                Internals: Forward declaring and commenting internal structures. Renamed ImGuiDrawContext to ImGuiWindowTempData, but kept .DC member name for backward compatibility purpose
                
                 
                  
                  omar
                  committed 
  
    
      on 17 May 2018
    
  
                  
                 | |
| 2018-05-16 | 
                Comments + Internals: Selectable: decoupled internal flags and removed their menu / menu-item semantic as upcoming changes are requiring more flexibility.
                
                 
                  
                  omar
                  committed 
  
    
      on 16 May 2018
    
  
                  
                 | 
| 2018-05-14 | 
                TreeNode: Fixed nodes with ImGuiTreeNodeFlags_Leaf flag always returning true which was meaningless. Tweak demo.
                
                 
                  
                  omar
                  committed 
  
    
      on 14 May 2018
    
  
                  
                 | 
| 
                Nav: Draft internal api to forward move request with loop/wrap options. Will rework for parallel scoring of two paths (as a generalization of the NavFlattened concept). (#787)
                
                 
                  
                  omar
                  committed 
  
    
      on 14 May 2018
    
  
                  
                 | |
| 
                Nav: To keep the navigated item in view we also attempt to scroll the parent window as well as the current window. (#787)
                
                 
                  
                  omar
                  committed 
  
    
      on 14 May 2018
    
  
                  
                 | |
| 
                Version 1.62 WIP
                
                 
                  
                  omar
                  committed 
  
    
      on 14 May 2018
    
  
                  
                 | |
| 
                ImVector: Tweaked reserve() flow to avoid calling MemFree(NULL) which is unnecessary. (#1796)
                
                 
                  
                    Kirill Artemov
                    authored 
  
    
      on 4 May 2018
    
  
                    
                  
                  omar
                  committed 
  
    
      on 14 May 2018
    
  
                  
                 | |
| 
                Examples: OpenGL3: Trying to make the call to glBindSampler optional to make the example code easier to use/share with different context version. (#1806)
                
                 
                  
                  omar
                  committed 
  
    
      on 14 May 2018
    
  
                  
                 | |
| 
                Version 1.61 + todo additions
                
                 
                  
                  omar
                  committed 
  
    
      on 14 May 2018
    
  
                  
                 |