| 2019-04-16 | 
            
             
                Internals: Columns: Some renaming, extracted code into GetColumnsID().
                
                 
            
                  
                  omar
                  committed 
  
    
      on 16 Apr 2019
    
  
                  
                 
               | 
          
|---|---|
| 2019-04-15 | 
            
             
                Examples: DirectX10/11/12, Allegro, Marmalade: Render functions early out when display size is zero (minimized). (#2496)
                
                 
            
                  
                  omar
                  committed 
  
    
      on 15 Apr 2019
    
  
                  
                 
               | 
          
| 
            
             
                Examples: Emscripten: Tweaks for size. (#2494)
                
                 
            
                  
                  omar
                  committed 
  
    
      on 15 Apr 2019
    
  
                  
                 
               | 
          |
| 
            
             | 
          |
| 
            
             
                Examples: Visual Studio: Updated default platform toolset+sdk in vcproj files from v100+sdk7 (vs2010) to v110+sdk8 (vs2012). This is mostly so we can remove reliance on DXSDK_DIR for the DX10/DX11 example, which if existing and when switching to recent SDK ends up conflicting and creating warnings.
                
                 
            
                  
                  omar
                  committed 
  
    
      on 15 Apr 2019
    
  
                  
                 
               | 
          |
| 2019-04-14 | 
            
             
                Examples: Emscripten: Fixed error in shell template. (#2494)
                
                 
            
                  
                  omar
                  committed 
  
    
      on 14 Apr 2019
    
  
                  
                 
               | 
          
| 
            
             
                Examples: Emscripten: Switched to WebGL1/ES2, Added Changelog, Updated links, Added ignore list, Fixed warning with older versions. Removed reliance on C++11 (would warn on some compiler). Improved html template, removed undesirable options, reduced log size. Tweaked main.cpp. (#2494)
                
                 
            
                  
                  omar
                  committed 
  
    
      on 14 Apr 2019
    
  
                  
                 
               | 
          |
| 
            
             
                Examples: Removed unused variable (will be used in docking branch tho, undo when merging!)
                
                 
            
                  
                  omar
                  committed 
  
    
      on 14 Apr 2019
    
  
                  
                 
               | 
          |
| 
            
             
                Merge branch 'standalone-emscripten' of https://github.com/nicolasnoble/imgui
                
                 
            
                  
                  omar
                  committed 
  
    
      on 14 Apr 2019
    
  
                  
                 
               | 
          |
| 2019-04-13 | 
            
             
                Adding standalone Emscripten example.
                
                 
            
                  
                  Nicolas "Pixel" Noble
                  committed 
  
    
      on 13 Apr 2019
    
  
                  
                 
               | 
          
| 
            
             
                Docking: Internal: Added helper for automation to process docking at the mouse level.
                
                 
            
                  
                  omar
                  committed 
  
    
      on 13 Apr 2019
    
  
                  
                 
               | 
          |
| 
            
             
                Docking: Fixed another issue where the resulting node of a split would sometimes recall the pos/size of previous host window. Spent a whole day adding framework for testing more of docking so hopefully we'll heading toward the magical world of less regressions. (#2109)
                
                 
            
                  
                  omar
                  committed 
  
    
      on 13 Apr 2019
    
  
                  
                 
               | 
          |
| 
            
             | 
          |
| 
            
             
                Internals: Moved resize grips and borders to nav layer 1 so that testing system doesn't attempt to scroll to get them inside the InnerRect.
                
                 
            
                  
                  omar
                  committed 
  
    
      on 13 Apr 2019
    
  
                  
                 
               | 
          |
| 2019-04-12 | 
            
             
                Docking: Renamed target_node > node in some functions to facilitate debugger watch use across functions.
                
                 
            
                  
                  omar
                  committed 
  
    
      on 12 Apr 2019
    
  
                  
                 
               | 
          
| 
            
             
                Docking: Rename typo Autority -> Authority + Rename DockContextNewFrameUpdateDocking -> DockContextUpdateDocking.
                
                 
            
                  
                  omar
                  committed 
  
    
      on 12 Apr 2019
    
  
                  
                 
               | 
          |
| 
            
             
                Tests: Added hook/tweaks for imgui-test engine. + Fixed warnings.
                
                 
            
                  
                  omar
                  committed 
  
    
      on 12 Apr 2019
    
  
                  
                 
               | 
          |
| 
            
             
                Docking: Hold Shift to force disable docking. (#2109)
                
                 
            
                  
                  omar
                  committed 
  
    
      on 12 Apr 2019
    
  
                  
                 
               | 
          |
| 
            
             
                Tests: Added hook/tweaks for imgui-test engine. + Fixed warnings.
                
                 
            
                  
                  omar
                  committed 
  
    
      on 12 Apr 2019
    
  
                  
                 
               | 
          |
| 
            
             
                PlotLines, PlotHistogram: Ignore NaN values when calculating min/max bounds. (#2485)
                
                 
            
                  
                  omar
                  committed 
  
    
      on 12 Apr 2019
    
  
                  
                 
               | 
          |
| 
            
             
                Internals, Docs: Added a bunch of clarification about ButtonBehavior in the form of a table (and to facilitate writing tests)
                
                 
            
                  
                  omar
                  committed 
  
    
      on 12 Apr 2019
    
  
                  
                 
               | 
          |
| 2019-04-11 | 
            
             | 
          
| 
            
             
                Internals: Merge minor things from range_select branch. Added ImGuiButtonFlags_NoHoveredOnNav. Added IsItemToggledSelected() - unused here. Renaming.
                
                 
            
                  
                  omar
                  committed 
  
    
      on 11 Apr 2019
    
  
                  
                 
               | 
          |
| 
            
             
                Demo: Comments, tweaks, removed some uses of ImColor helpers.
                
                 
            
                  
                  omar
                  committed 
  
    
      on 11 Apr 2019
    
  
                  
                 
               | 
          |
| 
            
             
                Docking: Fixed an issue where newly created dock node override hosted window pos/size (#2109, #2386)
                
                 
            
                  
                  omar
                  committed 
  
    
      on 11 Apr 2019
    
  
                  
                 
               | 
          |
| 2019-04-08 | 
            
             
                Examples: Null: Added Makefile.
                
                 
            
                  
                  omar
                  committed 
  
    
      on 8 Apr 2019
    
  
                  
                 
               | 
          
| 
            
             
                Merge branch 'master' into docking
                
                 
            
                  
                  omar
                  committed 
  
    
      on 8 Apr 2019
    
  
                  
                 
               | 
          |
| 
            
             
                Internals: Selectable: Added ImGuiSelectableFlags_AllowItemOverlap in imgui_internal.h (~  #684, #2341)
                
                 
            
                  
                  omar
                  committed 
  
    
      on 8 Apr 2019
    
  
                  
                 
               | 
          |
| 
            
             
                Internals: Tweak ItemSize calls. Added todo items.
                
                 
            
                  
                  omar
                  committed 
  
    
      on 8 Apr 2019
    
  
                  
                 
               | 
          |
| 2019-04-07 | 
            
             
                Examples: Makefile: Tweaks so they are more consistent with each others. Added -g./opt/local includes for MacPorts on Mac OS X. (#297)
                
                 
            
                  
                  omar
                  committed 
  
    
      on 7 Apr 2019
    
  
                  
                 
               |