2015-08-08
@ocornut
IM_PRINTFARGS takes one argument. Moved pragma outside of .h (#295)
ocornut committed on 8 Aug 2015
@ocornut
Merge branch 'master' of https://github.com/tpoechtrager/imgui into tpoechtrager-master
ocornut committed on 8 Aug 2015
@ocornut
Version number 1.45 WIP
ocornut committed on 8 Aug 2015
@Thomas Pöchtrager
Added printf attribute to printf like text formatting functions
Thomas Pöchtrager committed on 8 Aug 2015
@ocornut
Version number 1.44
ocornut committed on 8 Aug 2015
2015-08-07
@ocornut
Build fix for Orbis / PS4
ocornut committed on 7 Aug 2015
2015-08-06
@ocornut
Cleanup (#219)
ocornut committed on 6 Aug 2015
@ocornut
Cleanup - using ImRect more consistently for ImGui-side cliprect data
ocornut committed on 6 Aug 2015
@ocornut
Cleanup - shuffle functions around (#219)
ocornut committed on 6 Aug 2015
@omar
Merge pull request #291 from twoscomplement/surplus_inlines ...
omar committed on 6 Aug 2015
2015-08-07
@Jonathan Adamczewski
Remove inline qualifiers inside .cpp ...
Jonathan Adamczewski committed on 7 Aug 2015
2015-08-05
@omar
Update README.md
omar committed on 5 Aug 2015
@ocornut
Update documentation
ocornut committed on 5 Aug 2015
@ocornut
Update documentation
ocornut committed on 5 Aug 2015
@ocornut
Fixed documentation
ocornut committed on 5 Aug 2015
@ocornut
Comments
ocornut committed on 5 Aug 2015
@ocornut
Merge branch 'master' into 2015-07-cleanup
ocornut committed on 5 Aug 2015
@ocornut
Comments
ocornut committed on 5 Aug 2015
@ocornut
Merge branch 'master' into 2015-07-cleanup
ocornut committed on 5 Aug 2015
@ocornut
InputFloat() fixed 0 decimal_precision
ocornut committed on 5 Aug 2015
@ocornut
RoundScalar() fallback use powf(10.f, -x) instead of 1.0f/powf(10.0f,x)
ocornut committed on 5 Aug 2015
@ocornut
Merge branch 'master' into 2015-07-cleanup ...
ocornut committed on 5 Aug 2015
@ocornut
Merge branch 'master' of https://github.com/ocornut/imgui
ocornut committed on 5 Aug 2015
@ocornut
InputInt() also hexadecimal input (awkwardly via ImGuiInputTextFlags_CharsHexadecimal but we will allow fmt string in InputInt* later) ...
ocornut committed on 5 Aug 2015
@ocornut
RoundScalar() use a lookup table to avoid calling powf(10.0f, x);
ocornut committed on 5 Aug 2015
@ocornut
InputInt() doesn't cast to float, fix handling lost of precision with large integer. Added primitives to support more data types.
ocornut committed on 5 Aug 2015
@ocornut
Merge branch 'master' into 2015-07-cleanup ...
ocornut committed on 5 Aug 2015
@ocornut
Minor comments
ocornut committed on 5 Aug 2015
@ocornut
Minor comments
ocornut committed on 5 Aug 2015
@ocornut
Comments
ocornut committed on 5 Aug 2015