| 2015-05-19 | 
            
             
                Updated FAQ for usage of ## to display empty label
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 19 May 2015
    
  
                  
                 
               | 
          
|---|---|
| 
            
             | 
          |
| 2015-05-18 | 
            
             
                InputText: Fixed cursor generating a zero-width wireframe rectangle turning into a division by zero.
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 18 May 2015
    
  
                  
                 
               | 
          
| 
            
             | 
          |
| 
            
             
                Add conditional compilation of forward compat. glfw window hint to fix crash on later versions of OSX
                
                 
            
                  
                  Gordon McShane
                  committed 
  
    
      on 18 May 2015
    
  
                  
                 
               | 
          |
| 
            
             
                Moved ImVector<> after the main block (#219)
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 18 May 2015
    
  
                  
                 
               | 
          |
| 
            
             
                Examples: DirectX11: explicitly set rasterizer state.
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 18 May 2015
    
  
                  
                 
               | 
          |
| 
            
             
                WIP Menus: fixed recycling menu level during the same frame (#126)
                
                  ...
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 18 May 2015
    
  
                  
                 
               | 
          |
| 
            
             
                WIP Menus: tidying up, fixed hovering in parent popup menu item from child popup (individual popups acts as hovering barrier) (#126)
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 18 May 2015
    
  
                  
                 
               | 
          |
| 
            
             
                WIP Menus: click again to toggle + allow hovering in same menuset even outside of a menubar (#126)
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 18 May 2015
    
  
                  
                 
               | 
          |
| 
            
             
                WIP Menus: menu opens on press (not release), uses popup style hovering, allow switch between menus at parent site (#126)
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 18 May 2015
    
  
                  
                 
               | 
          |
| 
            
             
                Merge remote-tracking branch 'origin' into 2015-05-menus
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 18 May 2015
    
  
                  
                 
               | 
          |
| 
            
             
                Tweak internal ButtonBehavior() to ease passing extra options
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 18 May 2015
    
  
                  
                 
               | 
          |
| 
            
             
                WIP Menus: scrolling section of the window is clipped by the menu bar (#126)
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 18 May 2015
    
  
                  
                 
               | 
          |
| 
            
             
                Comments
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 18 May 2015
    
  
                  
                 
               | 
          |
| 2015-05-17 | 
            
             
                WIP Menus: Added example menu, move app examples to a sub-menu (#126)
                
                  ...
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 17 May 2015
    
  
                  
                 
               | 
          
| 
            
             
                WIP Menus: BeginMenuBar() return false on window without a menu bar (#126)
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 17 May 2015
    
  
                  
                 
               | 
          |
| 
            
             
                Renamed ImGuiWindowFlags_Menu to ImGuiWindowFlags_ChildMenu
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 17 May 2015
    
  
                  
                 
               | 
          |
| 
            
             
                WIP Menus: fixed case where zero-sized display (e.g. minimised window) clips popups/menus and asserted (#126)
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 17 May 2015
    
  
                  
                 
               | 
          |
| 
            
             
                WIP Menus: fixed hovering handling of menus from menu bars (#126)
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 17 May 2015
    
  
                  
                 
               | 
          |
| 
            
             
                WIP Menus: menu bars. Still inconsistency with hovering scheme. Will probably follow what Windows does. (#126).
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 17 May 2015
    
  
                  
                 
               | 
          |
| 
            
             
                Moved internal window flags to higher bit-count
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 17 May 2015
    
  
                  
                 
               | 
          |
| 
            
             
                WIP Menus: further fixes for resizing (#126)
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 17 May 2015
    
  
                  
                 
               | 
          |
| 
            
             
                Selectable(): horizontal filling not declared to ItemSize() so Selectable(),SameLine() works and we can best auto-fit the window
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 17 May 2015
    
  
                  
                 
               | 
          |
| 
            
             
                Comments
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 17 May 2015
    
  
                  
                 
               | 
          |
| 2015-05-15 | 
            
             
                Popups: fix to allow child popups to be opened from a normal window without an intermediate popup window.
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 15 May 2015
    
  
                  
                 
               | 
          
| 
            
             
                Selectable: using window->WindowPadding() to work within non-padded child windows
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 15 May 2015
    
  
                  
                 
               | 
          |
| 
            
             
                Window: fixed auto-fit calculation mismatch of whether a scrollbar will be added by maximum height clamping.
                
                  ...
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 15 May 2015
    
  
                  
                 
               | 
          |
| 
            
             
                Style editor: fixed slider for indent spacing.
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 15 May 2015
    
  
                  
                 
               |