| 2017-10-29 | 
                TODO
                
                 
                  
                  omar
                  committed 
  
    
      on 29 Oct 2017
    
  
                  
                 | 
|---|---|
| 2017-10-28 | 
                Examples: Comments to guide people unfamiliar with the librairies used.
                
                 
                  
                  omar
                  committed 
  
    
      on 28 Oct 2017
    
  
                  
                 | 
| 
                Examples: Added more comments near the fonts loading section, to catch common questions and errors (e.g. #1397, #1366, #1341, #1222, #1193, #1115, #951, etc.)
                
                 
                  
                  omar
                  committed 
  
    
      on 28 Oct 2017
    
  
                  
                 | |
| 2017-10-27 | 
                ColorTooltip: Resize ColorButton to align better with text, now that ColorButton provides a text baseline ( 0260fdd)
                  
                  omar
                  committed 
  
    
      on 27 Oct 2017
    
  
                  
                 | 
| 
                Styles: Moved Classic colors code to imgui_draw.cpp. Sneakily added a StyleColorsDark() function.
                
                 
                  
                  omar
                  committed 
  
    
      on 27 Oct 2017
    
  
                  
                 | |
| 
                Version 1.53 WIP
                
                 
                  
                  omar
                  committed 
  
    
      on 27 Oct 2017
    
  
                  
                 | |
| 
                IO: Tracking extra mouse dragging data which is convenient for implementating various manual drag and drop patterns.
                
                 
                  
                  omar
                  committed 
  
    
      on 27 Oct 2017
    
  
                  
                 | |
| 
                Version 1.52
                
                 
                  
                  omar
                  committed 
  
    
      on 27 Oct 2017
    
  
                  
                 | |
|  | |
| 
                Comments
                
                 
                  
                  omar
                  committed 
  
    
      on 27 Oct 2017
    
  
                  
                 | |
| 
                Internal: Added ImVec4 operators
                
                 
                  
                  omar
                  committed 
  
    
      on 27 Oct 2017
    
  
                  
                 | |
| 
                Begin: Moved some code inside of the big if (first_begin_of_the_frame) scope
                
                 
                  
                  omar
                  committed 
  
    
      on 27 Oct 2017
    
  
                  
                 | |
| 
                NewFrame: Allow MovedWindow setting the ImGuiWindowFlags_NoInputs after moving has started in order to be able to detect windows below it, which is useful for e.g. docking mechanisms.
                
                 
                  
                  omar
                  committed 
  
    
      on 27 Oct 2017
    
  
                  
                 | |
| 
                NewFrame: Removed unnecessary call to FindHoveredWindow() and simplified code (went through this multiple times, hopefully haven't broken anything)
                
                 
                  
                  omar
                  committed 
  
    
      on 27 Oct 2017
    
  
                  
                 | |
| 
                Internal: BeginTooltipEx() in imgui_internal.h
                
                 
                  
                  omar
                  committed 
  
    
      on 27 Oct 2017
    
  
                  
                 | |
| 
                Merged a bit of code from Navigation branch to ease further merging (InnerRect is currently not required in the Master branch)
                
                 
                  
                  omar
                  committed 
  
    
      on 27 Oct 2017
    
  
                  
                 | |
| 
                Minor renaming.
                
                 
                  
                  omar
                  committed 
  
    
      on 27 Oct 2017
    
  
                  
                 | |
| 2017-10-26 | 
                Exposed IM_ARRAYSIZE() in imgui.h
                
                 
                  
                  omar
                  committed 
  
    
      on 26 Oct 2017
    
  
                  
                 | 
| 2017-10-25 | 
                Examples: Extra clarification for the 100th person who insist on using the OpenGL2 code in spite of existing documentation leaning against it. (#1394)
                
                 
                  
                  omar
                  committed 
  
    
      on 25 Oct 2017
    
  
                  
                 | 
| 
                Comments about mouse setup and clearing HoveredWindow when mouse down isn't owned by imgui (will affect some future hovered test and drag'n drop patterns) (#143, #1382, #1392)
                
                 
                  
                  omar
                  committed 
  
    
      on 25 Oct 2017
    
  
                  
                 | |
| 
                Added most basic form of Disabled flag to disable interactions (but visuals aren't altered), in imgui_internals.h, undocumented/unsupported (#211, #1012)
                
                 
                  
                  omar
                  committed 
  
    
      on 25 Oct 2017
    
  
                  
                 | |
| 2017-10-24 |  | 
| 
                ImFormatString, ImFormatStringV(): clarifying specs so that passing a NULL buffer should return the desired length. (#1038)
                
                 
                  
                  omar
                  committed 
  
    
      on 24 Oct 2017
    
  
                  
                 | |
| 
                Renamed IMGUI_DISABLE_WIN32_DEFAULT_CLIPBOARD_FUNCS/IMGUI_DISABLE_WIN32_DEFAULT_IME_FUNCS to IMGUI_DISABLE_WIN32_DEFAULT_CLIPBOARD_FUNCTIONS/IMGUI_DISABLE_WIN32_DEFAULT_IME_FUNCTIONS for consistency. (ref #238, #520, #738)
                
                 
                  
                  omar
                  committed 
  
    
      on 24 Oct 2017
    
  
                  
                 | |
| 
                Added IMGUI_DISABLE_FORMAT_STRING_FUNCTIONS support in imconfig.h (#1038)
                
                 
                  
                  omar
                  committed 
  
    
      on 24 Oct 2017
    
  
                  
                 | |
| 
                Add missing CloseClipboard call
                
                 
                  
                    Patrick Doane
                    authored 
  
    
      on 24 Oct 2017
    
  
                    
                  
                  omar
                  committed 
  
    
      on 24 Oct 2017
    
  
                  
                 | |
| 
                ImFontAtlas: Fixed memory leak if stbtt_InitFont() returned false. (#1391)
                
                 
                  
                  omar
                  committed 
  
    
      on 24 Oct 2017
    
  
                  
                 | |
| 
                Fixed typos
                
                 
                  
                  omar
                  committed 
  
    
      on 24 Oct 2017
    
  
                  
                 | |
| 
                Examples: DirectX9/10/11: Tweak usage of SetCapture/ReleaseCapture. (#1375)
                
                  ...
                
                 
                  
                  omar
                  committed 
  
    
      on 24 Oct 2017
    
  
                  
                 | |
| 
                ColorButton: As a small convenience, provide a text baseline.
                
                 
                  
                  omar
                  committed 
  
    
      on 24 Oct 2017
    
  
                  
                 |