2015-01-21
@ocornut
Added IMGUI_DISABLE_STB_***_IMPLEMENTATION
ocornut committed on 21 Jan 2015
@ocornut
IMGUI_STB_NAMESPACE define Stb stuff in a namespace (trying stuff to reduce problems with multiple implementations)
ocornut committed on 21 Jan 2015
2015-01-20
@ocornut
Documentation
ocornut committed on 20 Jan 2015
@ocornut
Notes, todo items
ocornut committed on 20 Jan 2015
2015-01-19
@ocornut
Ignore lists
ocornut committed on 19 Jan 2015
@ocornut
Warning fixes for 64-bit architectures
ocornut committed on 19 Jan 2015
2015-01-18
@ocornut
Merge branch 'master' of https://github.com/ocornut/imgui
ocornut committed on 18 Jan 2015
@ocornut
Added stub for obsolete GetDefaultFontData() to help the user upgrading
ocornut committed on 18 Jan 2015
@omar
Update README.md
omar committed on 18 Jan 2015
@ocornut
stb_truetype.h mod comment
ocornut committed on 18 Jan 2015
@omar
Merge pull request #113 from ocornut/2015-01-truetype ...
omar committed on 18 Jan 2015
@ocornut
Comments
ocornut committed on 18 Jan 2015
@ocornut
Documentation
ocornut committed on 18 Jan 2015
@ocornut
ImFontAtlas: some more optimisations / cleanup.
ocornut committed on 18 Jan 2015
@ocornut
ImFontAtlas: reduced number of temporary allocation when building lots of input ranges
ocornut committed on 18 Jan 2015
@ocornut
Examples: more comments on loading fonts.
ocornut committed on 18 Jan 2015
@ocornut
Fix handling of NULL GlyphRanges. Asserting on AddFontFromFileTTF() failure.
ocornut committed on 18 Jan 2015
@ocornut
Font documentation
ocornut committed on 18 Jan 2015
@ocornut
Removing the binary_to_c() comment, link to license for ProggyClean
ocornut committed on 18 Jan 2015
@ocornut
Renamed FontAtlas to Fonts. Further cleanup/comments.
ocornut committed on 18 Jan 2015
2015-01-17
@ocornut
Fixed more clang warnings + AddFontFromMemoryTTF() not honoring font_no parameter
ocornut committed on 17 Jan 2015
@ocornut
Fixed clang warnings
ocornut committed on 17 Jan 2015
@ocornut
Merge remote-tracking branch 'origin/master' into 2015-01-truetype
ocornut committed on 17 Jan 2015
@ocornut
ImFont: small optimization to our (incorrect) handling of TAB ...
ocornut committed on 17 Jan 2015
@ocornut
Comments on new API
ocornut committed on 17 Jan 2015
@ocornut
ImFontAtlas allows loading multiple fonts into same texture. Revamped new init API for 1.30
ocornut committed on 17 Jan 2015
@ocornut
Fixed alignment of ColorEdit4() label
ocornut committed on 17 Jan 2015
@ocornut
Removed PixelCenterOffset, uncesssary
ocornut committed on 17 Jan 2015
@ocornut
Fixed lower-right rounded triangle rendering precision. ...
ocornut committed on 17 Jan 2015
@ocornut
Examples: DirectX11: use linear sampler to be in sync with other examples.
ocornut committed on 17 Jan 2015