History for imgui / imgui.cpp
2016-11-27
@ocornut
Split SliderBehaviorCalcRatioFromValue() out from SliderBehavior()
ocornut committed on 27 Nov 2016
@ocornut
Merge branch 'master' into 2016-02-colorpicker
ocornut committed on 27 Nov 2016
@ocornut
SliderInt, SliderFloat: Passing v_min==v_max disable setting value from clicking/dragging (#919)
ocornut committed on 27 Nov 2016
@ocornut
SliderInt, SliderFloat: Renaming
ocornut committed on 27 Nov 2016
@ocornut
SliderInt, SliderFloat(): support reverse direction (#854)
ocornut committed on 27 Nov 2016
@ocornut
Using _wfopen() under Windows+MSVC because fopen() doesn't support UTF-8 encoding. Wrapped as ImFileOpen(). (#917)
ocornut committed on 27 Nov 2016
2016-11-12
@ocornut
Support for #define-ing GImGui and IMGUI_SET_CURRENT_CONTEXT_FUNC to enable custom thread-based hackery (#586)
ocornut committed on 12 Nov 2016
2016-11-11
@ocornut
Ignoring overzealous GCC warnings (#883)
ocornut committed on 11 Nov 2016
2016-11-09
@ocornut
Merge branch 'master' into 2016-02-colorpicker
ocornut committed on 9 Nov 2016
2016-11-06
@ocornut
Font: Readme about icons
ocornut committed on 6 Nov 2016
@ocornut
Fixed missing frame padding on title bar text when Collapse triangle is disabled
ocornut committed on 6 Nov 2016
@ocornut
Font: Added io.FontDefault in ImGuiIO structure to make it easier to change default font from third-party or demo code
ocornut committed on 6 Nov 2016
@ocornut
BeginChild(const char*) applies stack id to provided label (#894, #713)
ocornut committed on 6 Nov 2016
2016-10-16
@ocornut
Merge branch 'master' into 2016-02-colorpicker
ocornut committed on 16 Oct 2016
@ocornut
stb_textedit.h Merged from master 1.9 (merged bits from #473)
ocornut committed on 16 Oct 2016
2016-10-15
@ocornut
Added a void* user_data parameter to Clipboard function handlers. (#875)
ocornut committed on 15 Oct 2016
2016-10-10
@ocornut
Separator: Fixed zero-height bounding box resulting in clipping when at top of clipping rectangle (#860)
ocornut committed on 10 Oct 2016
2016-10-09
@ocornut
Removed left-over empty op
ocornut committed on 9 Oct 2016
@ocornut
Added ImGuiCorner enum to clarify some internal code
ocornut committed on 9 Oct 2016
@ocornut
Removed the inconsistent shadow under RenderCollapseTriangle() (~#707)
ocornut committed on 9 Oct 2016
@ocornut
Fixed not using IM_ARRAYSIZE() where appropriate
ocornut committed on 9 Oct 2016
2016-10-08
@ocornut
Plot: Fixed calling with values_count == 0
ocornut committed on 8 Oct 2016
2016-10-07
@ocornut
FAQ clarified the ClipRect entry a little
ocornut committed on 7 Oct 2016
@ocornut
Merge remote-tracking branch 'origin' into 2016-02-colorpicker
ocornut committed on 7 Oct 2016
2016-10-01
@ocornut
Minor tweaks
ocornut committed on 1 Oct 2016
@ocornut
Minor tidying up following merge BGRA color PR (#844)
ocornut committed on 1 Oct 2016
@ocornut
Merge branch '2016-08-use_bgra_colors' of https://github.com/thedmd/imgui into thedmd-2016-08-use_bgra_colors
ocornut committed on 1 Oct 2016
@ocornut
EndGroup(): Made IsItemHovered() work when an item was activated within the group (#849) (loosely follows #840)
ocornut committed on 1 Oct 2016
2016-09-26
@Michał Cichoń
Apply Omar feedback and convert remaining 0xAABBGGRR's into IM_COL32(RR,GG,BB,AA) format.
Michał Cichoń committed on 26 Sep 2016
@Michał Cichoń
Introduce IMGUI_USE_BGRA_PACKED_COLOR in imconfig.h. ...
Michał Cichoń committed on 26 Sep 2016