History for imgui / imgui_demo.cpp
2017-08-13
@omar
Demo: Fixed conflicting id introduced in be96284 . Added tooltip.
omar committed on 13 Aug 2017
2017-08-11
@omar
Demo: Consoles: Added "Copy" button to demonstrate LogToClipboard
omar committed on 11 Aug 2017
2017-08-10
@omar
Renamed ImGuiSetCond_XXX type and enums to ImGuiCond_XXX, kept old enums under #ifdef IMGUI_DISABLE_OBSOLETE_FUNCTIONS
omar committed on 10 Aug 2017
2017-08-08
@omar
Demo: Rearranged everything under Widgets in a more consistent way.
omar committed on 8 Aug 2017
@omar
Demo: Merged a few demo tweaks from navigation branch to minimize drift.
omar committed on 8 Aug 2017
@omar
Added SetColorEditOptions(). ColorPicker4: context menu to select picker type and alpha bar. Reorganized flags (again!). (#346)
omar committed on 8 Aug 2017
2017-08-07
@omar
Demo: Color widget demo tweaks (#346)
omar committed on 7 Aug 2017
@omar
Merge remote-tracking branch 'origin' into 2016-02-colorpicker
omar committed on 7 Aug 2017
@omar
Fixed Y scroll aiming when Horizontal Scrollbar is enabled (#665). Tweak log demo.
omar committed on 7 Aug 2017
@omar
Fixed GetScrollMaxX(), GetScrollMaxY(). Tweak demo to display more data. Using functions in Begin(). (#1271)
omar committed on 7 Aug 2017
2017-08-05
@omar
Demo: Comment about 'static' and some tweaks (#1267)
omar committed on 5 Aug 2017
2017-07-31
@omar
ColorPicker: Hue wheel + SV triangle picker mode (mode selection flags still wip, missing context menu and persistent options). (#346)
omar committed on 31 Jul 2017
2017-07-30
@omar
ColorEdit4: Preliminary support for ImGuiColorEditFlags_HDR flag (currently only lift limits). (#346)
omar committed on 30 Jul 2017
@omar
Demo: Tweaks
omar committed on 30 Jul 2017
@omar
Renamed ImGuiColorEditFlags_NoColorSquare to ImGuiColorEditFlags_NoSmallPreview (#346)
omar committed on 30 Jul 2017
@omar
Demo: custom ColorPicker popup example tweaks (#346)
omar committed on 30 Jul 2017
@omar
Demo: custom ColorPicker popup example (#346)
omar committed on 30 Jul 2017
@omar
ColorPicker4: hue/alpha bars draw arrows that would look right on all background. RenderArrow helper. (#346)
omar committed on 30 Jul 2017
2017-07-29
@omar
Demo: Comments (#346)
omar committed on 29 Jul 2017
@omar
ColorPicker: Added ImGuiColorEditFlags_NoSidePreview flag + optional reference color. Added more demo code. (#346)
omar committed on 29 Jul 2017
@omar
ColorPicker: Comments. Single input value mode allow access to context-menu options. (#346)
omar committed on 29 Jul 2017
2017-07-28
@omar
ColorPicker: Forward AlphaPreview flag to its individual inputs/sliders. Split code into extra lines to make logic more readable. (#346)
omar committed on 28 Jul 2017
@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