| 2018-09-26 | 
            
             
                Renamed SetScrollHere() to SetScrollHereY(). Kept redirection function (will obsolete).
                
                 
            
                  
                  omar
                  committed 
  
    
      on 26 Sep 2018
    
  
                  
                 
               | 
          
|---|---|
| 
            
             
                BeginChild(): Fixed BeginChild(const char*, ...) variation erroneously not applying the ID stack to the provided string to uniquely identify the child window. This was undoing an intentional change introduced in 1.50 and broken in 1.60. (#1698, #894, #713) + reworked the Begin/BeginChild comments in imgui.h.
                
                 
            
                  
                  omar
                  committed 
  
    
      on 26 Sep 2018
    
  
                  
                 
               | 
          |
| 2018-09-24 | 
            
             
                ImVector: Fixed a oddly unqualified return type in the assignment operator (I assume C++ handles it nicely as this never warned anywhere, but it is completely unintentional).
                
                 
            
                  
                  omar
                  committed 
  
    
      on 24 Sep 2018
    
  
                  
                 
               | 
          
| 
            
             
                Viewport: Misc tweaks.
                
                 
            
                  
                  omar
                  committed 
  
    
      on 24 Sep 2018
    
  
                  
                 
               | 
          |
| 
            
             
                Examples: Vulkan: Fixed some minor discrepency in the SDL+Vulkan example to match the Glfw+Vulkan example. (cc #2097)
                
                 
            
                  
                  omar
                  committed 
  
    
      on 24 Sep 2018
    
  
                  
                 
               | 
          |
| 2018-09-21 | 
            
             
                Nav: Use Platform_SetWindowFocus when CTRL+Tabbing to another viewport.
                
                 
            
                  
                  omar
                  committed 
  
    
      on 21 Sep 2018
    
  
                  
                 
               | 
          
| 
            
             
                ImDrawList: Fixed AddConvexPolyFilled() undefined behavior when passing points_count smaller than 3, in particular, points_count==0 could lead to a memory stomp if the draw list was previously empty.
                
                 
            
                  
                  omar
                  committed 
  
    
      on 21 Sep 2018
    
  
                  
                 
               | 
          |
| 2018-09-20 | 
            
             
                Viewport: GLFW: Build fix  for pre GLFW 3.2 (#1542)
                
                 
            
                  
                  omar
                  committed 
  
    
      on 20 Sep 2018
    
  
                  
                 
               | 
          
| 
            
             
                Examples: Referring to missing gamepad support in back-end that are missing it.
                
                 
            
                  
                  omar
                  committed 
  
    
      on 20 Sep 2018
    
  
                  
                 
               | 
          |
| 
            
             
                Viewport: Enabled viewports by default in more example apps.
                
                 
            
                  
                  omar
                  committed 
  
    
      on 20 Sep 2018
    
  
                  
                 
               | 
          |
| 
            
             
                ArrowButton(): Fixed arrow shape being horizontally misaligned by (FramePadding.y-FramePadding.x) if they are different.
                
                  ...
                
                 
            
                  
                  omar
                  committed 
  
    
      on 20 Sep 2018
    
  
                  
                 
               | 
          |
| 2018-09-18 | 
            
             
                Contributing, Issue Template
                
                 
            
                  
                  omar
                  committed 
  
    
      on 18 Sep 2018
    
  
                  
                 
               | 
          
| 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 | 
            
             
                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
    
  
                  
                 
               | 
          
| 
            
             
                Examples: Using "dear imgui" terminology in all examples headers/comments + fix minor typo.
                
                 
            
                  
                  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
    
  
                  
                 
               | 
          |
| 
            
             
                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, 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
    
  
                  
                 
               | 
          
| 2018-09-09 | 
            
             
                example_glfw_vulkan was missing a reference to imgui_widgets.cpp (#2071, #2036)
                
                 
            
                  
                    MindSpunk
                    authored 
  
    
      on 9 Sep 2018
    
  
                    
                  
                  omar
                  committed 
  
    
      on 9 Sep 2018
    
  
                  
                 
               | 
          
| 2018-09-07 | 
            
             
                Fixed calling SetNextWindowSize()/SetWindowSize() with non-integer values leading to accidental alteration of window position. We now round the provided size. (#2067)
                
                 
            
                  
                  omar
                  committed 
  
    
      on 7 Sep 2018
    
  
                  
                 
               |