| 2015-03-14 | 
            
             
                "behaviour" -> "behavior" to behave like the greatest number
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 14 Mar 2015
    
  
                  
                 
               | 
          
|---|---|
| 
            
             
                Internal SliderBehaviour() function now supports vertical sliders
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 14 Mar 2015
    
  
                  
                 
               | 
          |
| 
            
             
                Slider fix hovering bounding test excluding padding between outer frame and grab
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 14 Mar 2015
    
  
                  
                 
               | 
          |
| 
            
             
                Plot: size provided to PlotHistogram(), PlotLines() include the padding (sorry users).
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 14 Mar 2015
    
  
                  
                 
               | 
          |
| 
            
             
                Added ImGuiStyleVar_GrabMinSize enum value for PushStyleVar()
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 14 Mar 2015
    
  
                  
                 
               | 
          |
| 
            
             
                Slider code tweaks, split into a SliderBehaviour() function
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 14 Mar 2015
    
  
                  
                 
               | 
          |
| 
            
             
                Passing ImGuiID by copy (32-bits)
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 14 Mar 2015
    
  
                  
                 
               | 
          |
| 
            
             
                Slider code tweaks
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 14 Mar 2015
    
  
                  
                 
               | 
          |
| 
            
             
                Examples: Fixed Makefile
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 14 Mar 2015
    
  
                  
                 
               | 
          |
| 
            
             
                Examples: Fixed Makefile
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 14 Mar 2015
    
  
                  
                 
               | 
          |
| 
            
             
                Examples: Fixed Clang warnings in DirectX examples
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 14 Mar 2015
    
  
                  
                 
               | 
          |
| 
            
             
                Examples: MSVC: increase warning level from /W3 to /W4 for OpenGL examples
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 14 Mar 2015
    
  
                  
                 
               | 
          |
| 
            
             
                Examples: MSVC: increase warning level from /W3 to /W4 for DirectX examples
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 14 Mar 2015
    
  
                  
                 
               | 
          |
| 
            
             
                Fixed warning and split bit of SliderFloat() into a private ParseFormat() function
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 14 Mar 2015
    
  
                  
                 
               | 
          |
| 
            
             
                Examples: Fix includes order to avoid conflicts between DXSDK_DIR and Windows SDK
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 14 Mar 2015
    
  
                  
                 
               | 
          |
| 
            
             
                Examples: Added 64-bit projects for MSVC
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 14 Mar 2015
    
  
                  
                 
               | 
          |
| 
            
             
                Examples: Moved GLFW/GL3W to a common libs/ folder
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 14 Mar 2015
    
  
                  
                 
               | 
          |
| 
            
             
                Examples: Updated to GLFW 3.1
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 14 Mar 2015
    
  
                  
                 
               | 
          |
| 
            
             
                Slider code syntax tweaks
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 14 Mar 2015
    
  
                  
                 
               | 
          |
| 2015-03-13 | 
            
             
                Fixed parsing of decimal precision back from format string when using %%
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 13 Mar 2015
    
  
                  
                 
               | 
          
| 
            
             
                SliderFloat() fast-path when power=1.0f (no powf() calls) also makes code easier to read
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 13 Mar 2015
    
  
                  
                 
               | 
          |
| 
            
             
                Refactor SliderFloat() internals into a helper SliderFloatAsInputText() + some comments
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 13 Mar 2015
    
  
                  
                 
               | 
          |
| 
            
             
                Comments and reduced ImGuiTextEditState.InitialText[] to 3 KB (assuming average use case of UTF-8 uses 3 bytes charracters)
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 13 Mar 2015
    
  
                  
                 
               | 
          |
| 
            
             
                Comments
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 13 Mar 2015
    
  
                  
                 
               | 
          |
| 
            
             
                Separator() logs itself as text
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 13 Mar 2015
    
  
                  
                 
               | 
          |
| 
            
             
                Example console keeps focus on input box at all times
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 13 Mar 2015
    
  
                  
                 
               | 
          |
| 
            
             
                Added IsRootWindowFocused(), IsRootWindowOrAnyChildFocused(). Renamed GetWindowIsFocused() to IsWindowFocused()
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 13 Mar 2015
    
  
                  
                 
               | 
          |
| 
            
             
                Child window don't take focus when they first appear (focus left to parent)
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 13 Mar 2015
    
  
                  
                 
               | 
          |
| 
            
             | 
          |
| 2015-03-11 | 
            
             
                WIP marker in uppercase.. (#127)
                
                 
            
                  
                  ocornut
                  committed 
  
    
      on 11 Mar 2015
    
  
                  
                 
               |