2015-08-05 |
InputFloat() fixed 0 decimal_precision
ocornut
committed
on 5 Aug 2015
|
---|---|
RoundScalar() fallback use powf(10.f, -x) instead of 1.0f/powf(10.0f,x)
ocornut
committed
on 5 Aug 2015
|
|
|
|
Merge branch 'master' of https://github.com/ocornut/imgui
ocornut
committed
on 5 Aug 2015
|
|
InputInt() also hexadecimal input (awkwardly via ImGuiInputTextFlags_CharsHexadecimal but we will allow fmt string in InputInt* later)
...
ocornut
committed
on 5 Aug 2015
|
|
RoundScalar() use a lookup table to avoid calling powf(10.0f, x);
ocornut
committed
on 5 Aug 2015
|
|
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
|
|
|
|
Minor comments
ocornut
committed
on 5 Aug 2015
|
|
Minor comments
ocornut
committed
on 5 Aug 2015
|
|
Comments
ocornut
committed
on 5 Aug 2015
|
|
Slider: fixed using FramePadding between frame and grab visual. Scaling that spacing would look odd.
ocornut
committed
on 5 Aug 2015
|
|
Fixed scaling of checkbox and radio button for the filling of "active" visual
ocornut
committed
on 5 Aug 2015
|
|
Added GetContentRegionAvail() helper
ocornut
committed
on 5 Aug 2015
|
|
Comments
ocornut
committed
on 5 Aug 2015
|
|
Comment (#219)
ocornut
committed
on 5 Aug 2015
|
|
Merge remote-tracking branch 'origin' into 2015-07-cleanup
ocornut
committed
on 5 Aug 2015
|
|
Moved ShowUserGuide() after ShowTestWindow() (#219)
ocornut
committed
on 5 Aug 2015
|
|
imgui_demo.cpp doesn't redefine functions from imgui_internal.h so all files can be unity-built (#219)
ocornut
committed
on 5 Aug 2015
|
|
2015-08-04 |
|
Clear font texture view to ensure Release() doesn't get called twice
Chris Maughan
committed
on 4 Aug 2015
|
|
2015-08-03 |
|
Added ImFontAtlas::AddFontFromMemoryCompressedBase85TTF()
ocornut
committed
on 3 Aug 2015
|
|
2015-08-02 |
Fixed lower-right resize grip hit box not scaling along with its rendered size (#287)
ocornut
committed
on 2 Aug 2015
|
2015-08-01 |
Merge remote-tracking branch 'origin' into 2015-07-cleanup
ocornut
committed
on 1 Aug 2015
|
Unnecessary .gitignore in root folder
ocornut
committed
on 1 Aug 2015
|
|
Exposed relevant functions in imgui_internal.h (#219)
ocornut
committed
on 1 Aug 2015
|
|
Clang warning fixes
ocornut
committed
on 1 Aug 2015
|
|
Carriage return (#289)
ocornut
committed
on 1 Aug 2015
|
|
|