History for imgui / imgui.cpp
2015-01-18
@ocornut
Comments
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
Fix handling of NULL GlyphRanges. Asserting on AddFontFromFileTTF() failure.
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
Font fixes for horizontal centering within frames
ocornut committed on 17 Jan 2015
@ocornut
ImDrawList merging commands with same texture
ocornut committed on 17 Jan 2015
@ocornut
PushFont/PopFont changes texture at high-level in current draw list - faster
ocornut committed on 17 Jan 2015
@ocornut
Added PushFont/PopFont API
ocornut committed on 17 Jan 2015
@ocornut
Commenting asserts.
ocornut committed on 17 Jan 2015
2015-01-16
@ocornut
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
@ocornut
Merge remote-tracking branch 'upstream/master' into 2015-01-truetype ...
ocornut committed on 15 Jan 2015
@ocornut
Tooltip always auto-resize. May look into max-over-xx-seconds policy later.
ocornut committed on 15 Jan 2015
@ocornut
Allow SetNextWindowPos() to affect tooltips.
ocornut committed on 15 Jan 2015
@ocornut
Added SetCursorScreenPos() helper (WindowPos+CursorPos = SrceenPos)
ocornut committed on 15 Jan 2015
@ocornut
Collapsing header also honor FrameRounding
ocornut committed on 15 Jan 2015
@ocornut
ColorEdit3: clicking on color square change edit-mode, removing color-edit mode button by default.
ocornut committed on 15 Jan 2015
@ocornut
Added FrameRounding setting (default to 0 for now).
ocornut committed on 15 Jan 2015
2015-01-14
@ocornut
Fixed TooltipBg color not being honored by tooltip + no minimum tooltip size.
ocornut committed on 14 Jan 2015
@ocornut
Fix stupid crash on fallback glyph handling (ttf branch)
ocornut committed on 14 Jan 2015