History for imgui / imgui_demo.cpp
2017-07-28
@omar
ColorEdit4: Store edit options per window. Demo: Letting user change edit mode. (#346)
omar committed on 28 Jul 2017
2017-07-27
@omar
ColorEdit, ColorPicker: AlphaPreview, AlphaPreviewHalf are explicit. Updated demo and using in style editor. 3x3 checkerboard more readable in half mode. (#346)
omar committed on 27 Jul 2017
2017-07-26
@omar
ColorTooltip: Honor ImGuiColorEditFlags_HalfAlphaPreview flag by calling ColorButton(). Added HalfAlphaPreview to demo. (#346)
omar committed on 26 Jul 2017
@omar
ColorEdit4: Fix not forwarding ImGuiColorEditFlags_AlphaBar flag to ColorPicker4 (#346)
omar committed on 26 Jul 2017
@omar
ColorEdit, ColorPicker: added ImGuiColorEditFlags_NoAlphaPreview flag (#346). Reorder flags again.
omar committed on 26 Jul 2017
@omar
Demo: Removed the color button from the context menu example because it is misleading now that our color widget have tooltip/context menus themselves. (#346)
omar committed on 26 Jul 2017
2017-07-23
@omar
ColorEdit: Added ImGuiColorEditFlags_Float flag to display and edit drag values in 0.0..1.0 range instead of 0..255. (#346)
omar committed on 23 Jul 2017
@omar
ColorPicker: Demo tweaks (#346)
omar committed on 23 Jul 2017
2017-07-22
@omar
ColorPicker: Added ImGuiColorEditFlags_AlphaBar option (#346)
omar committed on 22 Jul 2017
@omar
ColorPicker,ColorEdit: Demo code (#346)
omar committed on 22 Jul 2017
2017-07-20
@omar
Merge branch 'master' into 2016-02-colorpicker
omar committed on 20 Jul 2017
@omar
Comments about IMGUI_DISABLE_TEST_WINDOWS (#1240, #169)
omar committed on 20 Jul 2017
2017-07-18
@omar
Merge branch 'master' into 2016-02-colorpicker
omar committed on 18 Jul 2017
2017-07-15
@omar
Comments (#1172, #1231)
omar committed on 15 Jul 2017
2017-06-13
@omar
Version 1.51 WIP tag
omar committed on 13 Jun 2017
2017-06-02
@omar
Version 1.50
omar committed on 2 Jun 2017
2017-05-26
@omar
Merge branch 'master' into 2015-02-colorpicker
omar committed on 26 May 2017
@omar
Demo: Fixed warnings introduced in 0828a1f
omar committed on 26 May 2017
2017-05-14
@omar
Fixed computation of ImFont::MetricsTotalSurface not taking oversampling into account
omar committed on 14 May 2017
2017-05-01
@omar
Comments
omar committed on 1 May 2017
@omar
Merge branch 'master' into 2016-02-colorpicker
omar committed on 1 May 2017
2017-03-17
@omar
ImFont: Store the texture surface used to get an idea of how costly each font is.
omar committed on 17 Mar 2017
2017-01-11
@omar
Merge branch 'master' into 2016-02-colorpicker
omar committed on 11 Jan 2017
2017-01-07
@omar
Demo: Console: Fixed a completion bug when multiple candidates are equals and match until the end.
omar committed on 7 Jan 2017
2017-01-01
@ocornut
Fixed word-wrapping which would never wrap after a 1 character word. (thanks @sronsse)
ocornut committed on 1 Jan 2017
2016-12-23
@ocornut
Merge branch 'master' into 2016-02-colorpicker
ocornut committed on 23 Dec 2016
2016-12-12
@ocornut
Demo: comments
ocornut committed on 12 Dec 2016
2016-11-27
@ocornut
Merge branch 'master' into 2016-02-colorpicker
ocornut committed on 27 Nov 2016
2016-11-13
@Geoffrey Tucker
Began improvements to columns API by splitting the Columns() function into BeginColumns() and EndColumns() and adding additional flags. The columns data still needs to be placed into a stack.
Geoffrey Tucker committed on 13 Nov 2016
2016-11-12
@ocornut
Ignore GCC 6 warnings (#883)
ocornut committed on 12 Nov 2016