History for imgui / imgui.cpp
2015-01-17
@ocornut
ImFontAtlas allows loading multiple fonts into same texture. Revamped new init API for 1.30
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
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
@ocornut
TODO list update
ocornut committed on 14 Jan 2015
@ocornut
TODO list update
ocornut committed on 14 Jan 2015
@ocornut
Improve memory reserve policy for Clipboard/ImGuiBuffer
ocornut committed on 14 Jan 2015
@ocornut
Fixed logging to clipboard on architectures where va_list are modified by vsnprintf (fixed #112)
ocornut committed on 14 Jan 2015
2015-01-13
@ocornut
Warning fixes for llvm windows 64-bits
ocornut committed on 13 Jan 2015
@ocornut
Fixed style.WindowMinSize not honored properly.
ocornut committed on 13 Jan 2015
2015-01-11
@ocornut
Typos and comments
ocornut committed on 11 Jan 2015
@ocornut
Fixed temporary glyph rectangle allocation using size much too big.
ocornut committed on 11 Jan 2015
@ocornut
Tweak default texture width for large amount of characters.
ocornut committed on 11 Jan 2015
@ocornut
Documentation on new font / texture get api
ocornut committed on 11 Jan 2015
@ocornut
ImFont::GetTextureData API allow to retrieve 8/32 bits data + lazily load defaults font ...
ocornut committed on 11 Jan 2015
@ocornut
Mde it optional to new() io.Font - however it stills needs to be loaded.
ocornut committed on 11 Jan 2015
@ocornut
TAB to spaces
ocornut committed on 11 Jan 2015
@ocornut
ImDrawList::AddText() allows changing font
ocornut committed on 11 Jan 2015