2015-01-21 |
Added IMGUI_DISABLE_STB_***_IMPLEMENTATION
ocornut
committed
on 21 Jan 2015
|
---|---|
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 |
Documentation
ocornut
committed
on 20 Jan 2015
|
Notes, todo items
ocornut
committed
on 20 Jan 2015
|
|
2015-01-19 |
Warning fixes for 64-bit architectures
ocornut
committed
on 19 Jan 2015
|
2015-01-18 |
Added stub for obsolete GetDefaultFontData() to help the user upgrading
ocornut
committed
on 18 Jan 2015
|
Comments
ocornut
committed
on 18 Jan 2015
|
|
ImFontAtlas: some more optimisations / cleanup.
ocornut
committed
on 18 Jan 2015
|
|
ImFontAtlas: reduced number of temporary allocation when building lots of input ranges
ocornut
committed
on 18 Jan 2015
|
|
Fix handling of NULL GlyphRanges. Asserting on AddFontFromFileTTF() failure.
ocornut
committed
on 18 Jan 2015
|
|
Removing the binary_to_c() comment, link to license for ProggyClean
ocornut
committed
on 18 Jan 2015
|
|
Renamed FontAtlas to Fonts. Further cleanup/comments.
ocornut
committed
on 18 Jan 2015
|
|
2015-01-17 |
Fixed more clang warnings + AddFontFromMemoryTTF() not honoring font_no parameter
ocornut
committed
on 17 Jan 2015
|
Fixed clang warnings
ocornut
committed
on 17 Jan 2015
|
|
Merge remote-tracking branch 'origin/master' into 2015-01-truetype
ocornut
committed
on 17 Jan 2015
|
|
|
|
Comments on new API
ocornut
committed
on 17 Jan 2015
|
|
ImFontAtlas allows loading multiple fonts into same texture. Revamped new init API for 1.30
ocornut
committed
on 17 Jan 2015
|
|
Fixed alignment of ColorEdit4() label
ocornut
committed
on 17 Jan 2015
|
|
Removed PixelCenterOffset, uncesssary
ocornut
committed
on 17 Jan 2015
|
|
|
|
Font fixes for horizontal centering within frames
ocornut
committed
on 17 Jan 2015
|
|
ImDrawList merging commands with same texture
ocornut
committed
on 17 Jan 2015
|
|
PushFont/PopFont changes texture at high-level in current draw list - faster
ocornut
committed
on 17 Jan 2015
|
|
Added PushFont/PopFont API
ocornut
committed
on 17 Jan 2015
|
|
Commenting asserts.
ocornut
committed
on 17 Jan 2015
|
|
2015-01-16 |
Fix usage of multiple Begin/End pair for the same window, handling of move in End() was stealing Active ID
ocornut
committed
on 16 Jan 2015
|
2015-01-15 |
Merge remote-tracking branch 'upstream/master' into 2015-01-truetype
...
ocornut
committed
on 15 Jan 2015
|
Tooltip always auto-resize. May look into max-over-xx-seconds policy later.
ocornut
committed
on 15 Jan 2015
|
|
Allow SetNextWindowPos() to affect tooltips.
ocornut
committed
on 15 Jan 2015
|