| 2016-08-06 | 
                Merge branch '2016-08-generalized_visibility_test' of https://github.com/thedmd/imgui into thedmd-2016-08-generalized_visibility_test
                
                 
                  
                  ocornut
                  committed 
  
    
      on 6 Aug 2016
    
  
                  
                 | 
|---|---|
| 
                Using IM_COL32() for colors in a few spots (#767)
                
                 
                  
                  ocornut
                  committed 
  
    
      on 6 Aug 2016
    
  
                  
                 | |
| 
                Moved GetColorU32 out of imgui_internal.h to avoid inlining mess (#759)
                
                 
                  
                  ocornut
                  committed 
  
    
      on 6 Aug 2016
    
  
                  
                 | |
| 2016-08-05 | 
                Add ability to test arbitrary rectangle for visibility without need of moving cursor.
                
                 
                  
                  Michał Cichoń
                  committed 
  
    
      on 5 Aug 2016
    
  
                  
                 | 
| 2016-07-31 | 
                Using ImGuiID instead of ImU32 is a few places
                
                 
                  
                  ocornut
                  committed 
  
    
      on 31 Jul 2016
    
  
                  
                 | 
| 
                Merge pull request #756 from jseward/master
                
                  ...
                
                 
                  
                    omar
                    authored 
  
    
      on 31 Jul 2016
    
  
                    
                  
                  GitHub
                  committed 
  
    
      on 31 Jul 2016
    
  
                  
                 | |
| 2016-07-30 | 
                Fix compile warnings in SDL examples
                
                 
                  
                  Jamie Seward
                  committed 
  
    
      on 30 Jul 2016
    
  
                  
                 | 
| 
                SameLine() with explicit X position is relative to left of group/columns (ref #746, #125, #630)
                
                 
                  
                  ocornut
                  committed 
  
    
      on 30 Jul 2016
    
  
                  
                 | |
| 2016-07-29 | 
                Update README.md
                
                 
                  
                    omar
                    authored 
  
    
      on 29 Jul 2016
    
  
                    
                  
                  GitHub
                  committed 
  
    
      on 29 Jul 2016
    
  
                  
                 | 
| 
                Merge branch 'michaelbartnett-add-osx-homeend-keys'
                
                 
                  
                  ocornut
                  committed 
  
    
      on 29 Jul 2016
    
  
                  
                 | |
| 
                InputTextEx: got rid of unnecessary locals.
                
                 
                  
                  ocornut
                  committed 
  
    
      on 29 Jul 2016
    
  
                  
                 | |
| 
                InputTextEx(): more shallow tidying up, still being cautious with this function
                
                 
                  
                  ocornut
                  committed 
  
    
      on 29 Jul 2016
    
  
                  
                 | |
| 
                InputText/IO: Got rid of individual OSX options in ImGuiIO, added io.OSXBehaviors (#473, #650)
                
                 
                  
                  ocornut
                  committed 
  
    
      on 29 Jul 2016
    
  
                  
                 | |
| 
                InputTextEx(): minor tidying up
                
                 
                  
                  ocornut
                  committed 
  
    
      on 29 Jul 2016
    
  
                  
                 | |
| 
                InputText(): minor tidying up/simplification following changes for osx style improvements (#650)
                
                 
                  
                  ocornut
                  committed 
  
    
      on 29 Jul 2016
    
  
                  
                 | |
| 
                Merge branch 'add-osx-homeend-keys' of https://github.com/michaelbartnett/imgui into michaelbartnett-add-osx-homeend-keys
                
                 
                  
                  ocornut
                  committed 
  
    
      on 29 Jul 2016
    
  
                  
                 | |
| 
                Examples: SDL+OpenGL: explicitly setting GL_UNPACK_ROW_LENGTH to reduce issues because SDL changes it (#752)
                
                 
                  
                  ocornut
                  committed 
  
    
      on 29 Jul 2016
    
  
                  
                 | |
| 2016-07-20 | 
                Merge branch 'nProtect-master'
                
                 
                  
                  ocornut
                  committed 
  
    
      on 20 Jul 2016
    
  
                  
                 | 
| 
                Tab->Spaces, missing spaces, typos
                
                 
                  
                  ocornut
                  committed 
  
    
      on 20 Jul 2016
    
  
                  
                 | |
| 
                Added GetGlyphRangesThai()
                
                 
                  
                    Adisorn Aeksatean
                    authored 
  
    
      on 19 Jul 2016
    
  
                    
                  
                  ocornut
                  committed 
  
    
      on 20 Jul 2016
    
  
                  
                 | |
| 2016-07-18 | 
                Begin: Moved code that calls FocusWindow() on a newly appearing window lower in the function so that Nav branch can use CursorStartPos on the first window frame. (#323)
                
                  ...
                
                 
                  
                  ocornut
                  committed 
  
    
      on 18 Jul 2016
    
  
                  
                 | 
| 2016-07-17 | 
                Closing the focused window restore focus to the first active root window in descending z-order (part of #727)
                
                 
                  
                  ocornut
                  committed 
  
    
      on 17 Jul 2016
    
  
                  
                 | 
| 2016-07-16 | 
                Fixed scrolling offset when using SetScrollY(), SetScrollFromPosY(), SetScrollHere() with menu bar.
                
                  ...
                
                 
                  
                  ocornut
                  committed 
  
    
      on 16 Jul 2016
    
  
                  
                 | 
|  | |
| 
                Windows: No default IME handler when compiling using GCC. (#738)
                
                 
                  
                  ocornut
                  committed 
  
    
      on 16 Jul 2016
    
  
                  
                 | |
| 2016-07-14 | 
                TODO list
                
                 
                  
                  ocornut
                  committed 
  
    
      on 14 Jul 2016
    
  
                  
                 | 
| 
                InputTextMultiline(): fix so that IsItemActive() can be used afterwards (otherwise the info was lost by using child/group)
                
                 
                  
                  ocornut
                  committed 
  
    
      on 14 Jul 2016
    
  
                  
                 | |
| 
                InputText(): Fixed state corruption/crash bug in stb_textedit redo logic when exhausting undo char buffer (#715 #681)
                
                 
                  
                  ocornut
                  committed 
  
    
      on 14 Jul 2016
    
  
                  
                 | |
| 2016-07-12 | 
                InputTextEx: comments (related to #725)
                
                 
                  
                  ocornut
                  committed 
  
    
      on 12 Jul 2016
    
  
                  
                 | 
| 
                InputTextMultiline(): partial fix for when input and internal buffers differs in a way where scrollbar existence differs. (#725)
                
                  ...
                
                 
                  
                  ocornut
                  committed 
  
    
      on 12 Jul 2016
    
  
                  
                 |