| 2017-08-10 | 
                Renamed ImGuiSetCond_XXX type and enums to ImGuiCond_XXX, kept old enums under #ifdef IMGUI_DISABLE_OBSOLETE_FUNCTIONS
                
                 
                  
                  omar
                  committed 
  
    
      on 10 Aug 2017
    
  
                  
                 | 
|---|---|
| 2016-10-15 | 
                Added a void* user_data parameter to Clipboard function handlers. (#875)
                
                 
                  
                  ocornut
                  committed 
  
    
      on 15 Oct 2016
    
  
                  
                 | 
| 2016-09-03 | 
                Examples: Accessing ImVector fields directly, feel less stl-ey and fix renderer side assert when render list only contains a callback (#810)
                
                 
                  
                  ocornut
                  committed 
  
    
      on 3 Sep 2016
    
  
                  
                 | 
| 2016-04-02 | 
                IO: Added "Super" keyboard modifiers (corresponding to Cmd on Mac and Windows key in theory although the later is hard to read) (#473)
                
                  ...
                
                 
                  
                  ocornut
                  committed 
  
    
      on 2 Apr 2016
    
  
                  
                 | 
| 2016-03-26 | 
                Trim trailing spaces
                
                 
                  
                  ocornut
                  committed 
  
    
      on 26 Mar 2016
    
  
                  
                 | 
| 2016-03-24 | 
                FAQ and comments about the use of ImTextureID (#562, #561, #521, #510, #497, #475 ...)
                
                 
                  
                  ocornut
                  committed 
  
    
      on 24 Mar 2016
    
  
                  
                 | 
| 2015-11-29 | 
                Examples: Not clearing input data/tex data in atlas (will be required for dynamic atlas anyway). Effectively fix resizing in DX examples.
                
                  ...
                
                 
                  
                  ocornut
                  committed 
  
    
      on 29 Nov 2015
    
  
                  
                 | 
| 
                Examples: Header comments.
                
                 
                  
                  ocornut
                  committed 
  
    
      on 29 Nov 2015
    
  
                  
                 | |
| 
                Examples: Header comments.
                
                 
                  
                  ocornut
                  committed 
  
    
      on 29 Nov 2015
    
  
                  
                 | |
| 
                Examples: Clarified comments. Removed font merging example from comments.
                
                 
                  
                  ocornut
                  committed 
  
    
      on 29 Nov 2015
    
  
                  
                 | |
| 2015-11-16 | 
                Tweak build batch files and readmes
                
                 
                  
                  ocornut
                  committed 
  
    
      on 16 Nov 2015
    
  
                  
                 | 
| 2015-11-08 | 
                Examples: Most examples apps detect if ImDrawIdx was changed to 32-bits instead of 16
                
                 
                  
                  ocornut
                  committed 
  
    
      on 8 Nov 2015
    
  
                  
                 | 
| 2015-10-30 | 
                Examples: update all examples with same comment (#389)
                
                 
                  
                  ocornut
                  committed 
  
    
      on 30 Oct 2015
    
  
                  
                 | 
| 2015-10-13 | 
                Examples: Possibly clarified the intent of imgui_impl_* files.
                
                 
                  
                  ocornut
                  committed 
  
    
      on 13 Oct 2015
    
  
                  
                 | 
| 2015-09-07 | 
                Examples: comment on setting the RenderDrawListsFn function.
                
                 
                  
                  ocornut
                  committed 
  
    
      on 7 Sep 2015
    
  
                  
                 | 
| 2015-08-24 | 
                Examples: imgui_impl* functions declared with IMGUI_API to ease copy & pasting into projects using DLL
                
                 
                  
                  ocornut
                  committed 
  
    
      on 24 Aug 2015
    
  
                  
                 | 
| 2015-08-05 | 
                Fixed documentation
                
                 
                  
                  ocornut
                  committed 
  
    
      on 5 Aug 2015
    
  
                  
                 | 
| 2015-07-15 | 
                Fonts: added Cousine-Regular.ttf
                
                 
                  
                  ocornut
                  committed 
  
    
      on 15 Jul 2015
    
  
                  
                 | 
| 
                Examples: comments.
                
                 
                  
                  ocornut
                  committed 
  
    
      on 15 Jul 2015
    
  
                  
                 | |
| 2015-07-10 | 
                Merge remote-tracking branch 'origin' into 2015-03-antialiased-primitives
                
                  ...
                
                 
                  
                  ocornut
                  committed 
  
    
      on 10 Jul 2015
    
  
                  
                 | 
| 2015-07-08 | 
                Allegro 5 example: removed public domain mark, MIT as the rest, with @bggd approval
                
                 
                  
                  ocornut
                  committed 
  
    
      on 8 Jul 2015
    
  
                  
                 | 
| 
                Allegro 5 example: converted for indexed rendering.
                
                 
                  
                  ocornut
                  committed 
  
    
      on 8 Jul 2015
    
  
                  
                 | |
| 
                Allegro 5 example: fixed uv coordinate of non-default texture.
                
                 
                  
                  ocornut
                  committed 
  
    
      on 8 Jul 2015
    
  
                  
                 | |
| 
                Allegro 5 example: handling of hardware and software mouse cursor rendering.
                
                 
                  
                  ocornut
                  committed 
  
    
      on 8 Jul 2015
    
  
                  
                 | |
| 
                Allegro 5 example: fixed key modifiers, keyboard input, clipping, added pagedown/pageup.
                
                 
                  
                  ocornut
                  committed 
  
    
      on 8 Jul 2015
    
  
                  
                 | |
| 
                Allegro 5 example: formatting, match other example structure, fixed mouse buttons.
                
                 
                  
                  ocornut
                  committed 
  
    
      on 8 Jul 2015
    
  
                  
                 | |
| 
                Allegro 5 example: main.cpp matches other examples. added window title.
                
                 
                  
                  ocornut
                  committed 
  
    
      on 8 Jul 2015
    
  
                  
                 | |
| 
                Allegro5 example: added example from https://github.com/bggd/a5imgui_example
                
                 
                  
                  ocornut
                  committed 
  
    
      on 8 Jul 2015
    
  
                  
                 |