2017-08-20 |
Merge branch 'master' of https://github.com/ggtucker/imgui into ggtucker-master
...
omar
committed
on 20 Aug 2017
|
---|---|
Renamed GetStyleColName() to GetStyleColorName() for consistency. Extra comments in Api Breaking Changes section.
omar
committed
on 20 Aug 2017
|
|
Added PushStyleColor(ImGuiCol idx, ImU32 col) overload. (Which _might_ cause an "ambiguous call" compilation error if you are using ImColor() with implicit cast. Cast to ImU32 or ImVec4 explicily to fix.)
omar
committed
on 20 Aug 2017
|
|
2017-08-17 |
|
2017-08-16 |
Demo: Tweaked Fonts section.
omar
committed
on 16 Aug 2017
|
Marked the weird IMGUI_ONCE_UPON_A_FRAME helper macro as obsolete. prefer using the more explicit ImGuiOnceUponAFrame. Removed the broken __LINE__ from IMGUI_ONCE_UPON_A_FRAME
omar
committed
on 16 Aug 2017
|
|
2017-08-15 |
Demo: style editor output tweak so it is easier to modify the output code.. + TODO list update
omar
committed
on 15 Aug 2017
|
2017-08-14 |
Comments
omar
committed
on 14 Aug 2017
|
2017-08-13 |
|
2017-08-11 |
Demo: Consoles: Added "Copy" button to demonstrate LogToClipboard
omar
committed
on 11 Aug 2017
|
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
|
2017-08-08 |
Demo: Rearranged everything under Widgets in a more consistent way.
omar
committed
on 8 Aug 2017
|
Demo: Merged a few demo tweaks from navigation branch to minimize drift.
omar
committed
on 8 Aug 2017
|
|
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 |
Demo: Color widget demo tweaks (#346)
omar
committed
on 7 Aug 2017
|
Merge remote-tracking branch 'origin' into 2016-02-colorpicker
omar
committed
on 7 Aug 2017
|
|
Fixed Y scroll aiming when Horizontal Scrollbar is enabled (#665). Tweak log demo.
omar
committed
on 7 Aug 2017
|
|
Fixed GetScrollMaxX(), GetScrollMaxY(). Tweak demo to display more data. Using functions in Begin(). (#1271)
omar
committed
on 7 Aug 2017
|
|
2017-08-05 |
Demo: Comment about 'static' and some tweaks (#1267)
omar
committed
on 5 Aug 2017
|
2017-07-31 |
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 |
ColorEdit4: Preliminary support for ImGuiColorEditFlags_HDR flag (currently only lift limits). (#346)
omar
committed
on 30 Jul 2017
|
Demo: Tweaks
omar
committed
on 30 Jul 2017
|
|
Renamed ImGuiColorEditFlags_NoColorSquare to ImGuiColorEditFlags_NoSmallPreview (#346)
omar
committed
on 30 Jul 2017
|
|
Demo: custom ColorPicker popup example tweaks (#346)
omar
committed
on 30 Jul 2017
|
|
Demo: custom ColorPicker popup example (#346)
omar
committed
on 30 Jul 2017
|
|
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 |
Demo: Comments (#346)
omar
committed
on 29 Jul 2017
|
ColorPicker: Added ImGuiColorEditFlags_NoSidePreview flag + optional reference color. Added more demo code. (#346)
omar
committed
on 29 Jul 2017
|
|
ColorPicker: Comments. Single input value mode allow access to context-menu options. (#346)
omar
committed
on 29 Jul 2017
|
|
2017-07-28 |
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
|