2015-01-15 |
Collapsing header also honor FrameRounding
ocornut
committed
on 15 Jan 2015
|
---|---|
Examples: Added a color slider for the background color + tweak first example use of button.s
ocornut
committed
on 15 Jan 2015
|
|
ColorEdit3: clicking on color square change edit-mode, removing color-edit mode button by default.
ocornut
committed
on 15 Jan 2015
|
|
Added FrameRounding setting (default to 0 for now).
ocornut
committed
on 15 Jan 2015
|
|
2015-01-14 |
Fixed TooltipBg color not being honored by tooltip + no minimum tooltip size.
ocornut
committed
on 14 Jan 2015
|
Fix missing glyph handling in modified stb_truetype.h (ttf branch)
ocornut
committed
on 14 Jan 2015
|
|
Fix stupid crash on fallback glyph handling (ttf branch)
ocornut
committed
on 14 Jan 2015
|
|
TODO list update
ocornut
committed
on 14 Jan 2015
|
|
TODO list update
ocornut
committed
on 14 Jan 2015
|
|
Improve memory reserve policy for Clipboard/ImGuiBuffer
ocornut
committed
on 14 Jan 2015
|
|
Fixed logging to clipboard on architectures where va_list are modified by vsnprintf (fixed #112)
ocornut
committed
on 14 Jan 2015
|
|
2015-01-13 |
Warning fixes for llvm windows 64-bits
ocornut
committed
on 13 Jan 2015
|
Fixed ImGuiTextBuffer::empty() to ignore the enforced zero-terminator
...
ocornut
committed
on 13 Jan 2015
|
|
Fixed style.WindowMinSize not honored properly.
ocornut
committed
on 13 Jan 2015
|
|
Fix missing glyph handling in modified stb_truetype.h
ocornut
committed
on 13 Jan 2015
|
|
2015-01-11 |
Typos and comments
ocornut
committed
on 11 Jan 2015
|
Fixed temporary glyph rectangle allocation using size much too big.
ocornut
committed
on 11 Jan 2015
|
|
Tweak default texture width for large amount of characters.
ocornut
committed
on 11 Jan 2015
|
|
Documentation on new font / texture get api
ocornut
committed
on 11 Jan 2015
|
|
ImFont::GetTextureData API allow to retrieve 8/32 bits data + lazily load defaults font
...
ocornut
committed
on 11 Jan 2015
|
|
Mde it optional to new() io.Font - however it stills needs to be loaded.
ocornut
committed
on 11 Jan 2015
|
|
Examples' Says "OpenGL2" vs "OpenGL3" in title bar.
ocornut
committed
on 11 Jan 2015
|
|
TAB to spaces
ocornut
committed
on 11 Jan 2015
|
|
Speculative fix for warnings for GCC/Clang
ocornut
committed
on 11 Jan 2015
|
|
Examples: all supports TextureID in renderer, added LoadFontTexture() function.
ocornut
committed
on 11 Jan 2015
|
|
ImDrawList::AddText() allows changing font
ocornut
committed
on 11 Jan 2015
|
|
Added first-pass of Image() based on #73 + demo
ocornut
committed
on 11 Jan 2015
|
|
ImVector: less hoops in back() / front(), more friendly for debugger and unoptimized builds
...
ocornut
committed
on 11 Jan 2015
|
|
2015-01-09 |
Fixed GetStyleColName() not matching the enum strings for 3 values (#111)
ocornut
committed
on 9 Jan 2015
|
Build fix for GCC/Clang, cannot foward declare a static array?
ocornut
committed
on 9 Jan 2015
|