2015-08-05
@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
@ocornut
Slider: fixed using FramePadding between frame and grab visual. Scaling that spacing would look odd.
ocornut committed on 5 Aug 2015
@ocornut
Fixed scaling of checkbox and radio button for the filling of "active" visual
ocornut committed on 5 Aug 2015
@ocornut
Added GetContentRegionAvail() helper
ocornut committed on 5 Aug 2015
@ocornut
Comments
ocornut committed on 5 Aug 2015
@ocornut
Comment (#219)
ocornut committed on 5 Aug 2015
@ocornut
Merge remote-tracking branch 'origin' into 2015-07-cleanup
ocornut committed on 5 Aug 2015
@ocornut
Moved ShowUserGuide() after ShowTestWindow() (#219)
ocornut committed on 5 Aug 2015
@ocornut
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
@omar
Merge pull request #290 from cmaughan/master ...
omar committed on 4 Aug 2015
@Chris Maughan
Clear font texture view to ensure Release() doesn't get called twice
Chris Maughan committed on 4 Aug 2015
2015-08-03
@ocornut
Merge remote-tracking branch 'origin' into 2015-07-cleanup ...
ocornut committed on 3 Aug 2015
@ocornut
Added ImFontAtlas::AddFontFromMemoryCompressedBase85TTF()
ocornut committed on 3 Aug 2015
2015-08-02
@ocornut
Fixed lower-right resize grip hit box not scaling along with its rendered size (#287)
ocornut committed on 2 Aug 2015
2015-08-01
@ocornut
Merge remote-tracking branch 'origin' into 2015-07-cleanup
ocornut committed on 1 Aug 2015
@ocornut
Unnecessary .gitignore in root folder
ocornut committed on 1 Aug 2015
@ocornut
Exposed relevant functions in imgui_internal.h (#219)
ocornut committed on 1 Aug 2015
@ocornut
Clang warning fixes
ocornut committed on 1 Aug 2015
@ocornut
Carriage return (#289)
ocornut committed on 1 Aug 2015
@omar
Merge pull request #289 from twoscomplement/sdl_error_out ...
omar committed on 1 Aug 2015
2015-08-02
@Jonathan Adamczewski
Show SDL error message on init failure
Jonathan Adamczewski committed on 2 Aug 2015
2015-08-01
@ocornut
Fixed comment
ocornut committed on 1 Aug 2015
@ocornut
Merge remote-tracking branch 'origin' into 2015-07-cleanup ...
ocornut committed on 1 Aug 2015
@ocornut
Updated to stb_truetype 1.07 (back to vanilla version as our minor changes are now in master & fix #280)
ocornut committed on 1 Aug 2015
2015-07-30
@ocornut
Tidying up InputTextApplyArithmeticOp()
ocornut committed on 30 Jul 2015