2015-01-28 |
Added Set/GetVoidPtr in ImGuiStorage
Daniel Collin
committed
on 28 Jan 2015
|
---|---|
2015-01-22 |
|
Added comments
ocornut
committed
on 22 Jan 2015
|
|
2015-01-21 |
Added InvisibleButton()
ocornut
committed
on 21 Jan 2015
|
2015-01-18 |
Added stub for obsolete GetDefaultFontData() to help the user upgrading
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
|
ImFontAtlas allows loading multiple fonts into same texture. Revamped new init API for 1.30
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
|
|
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
|
|
2015-01-15 |
Merge remote-tracking branch 'upstream/master' into 2015-01-truetype
...
ocornut
committed
on 15 Jan 2015
|
Added SetCursorScreenPos() helper (WindowPos+CursorPos = SrceenPos)
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 logging to clipboard on architectures where va_list are modified by vsnprintf (fixed #112)
ocornut
committed
on 14 Jan 2015
|
2015-01-13 |
Fixed ImGuiTextBuffer::empty() to ignore the enforced zero-terminator
...
ocornut
committed
on 13 Jan 2015
|
2015-01-11 |
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
|
|
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-08 |
Cleanup extra_fonts/ folder
ocornut
committed
on 8 Jan 2015
|
Loading TTF file with stb_truetype. Broke setup API slightly. Font baked, packed with space for custom data. Embeds compressed ProggyClean.
ocornut
committed
on 8 Jan 2015
|
|
2015-01-07 |
Version number
ocornut
committed
on 7 Jan 2015
|
2015-01-04 |
Very minor code/comments tweaks.
ocornut
committed
on 4 Jan 2015
|
Renamed some color enums
ocornut
committed
on 4 Jan 2015
|
|
Checkbox and Radio buttons activate on click-release to be consistent with other widgets and most UI
ocornut
committed
on 4 Jan 2015
|
|
2014-12-31 |
Version number (fix)
ocornut
committed
on 31 Dec 2014
|
2014-12-30 |
Fix for Clang
ocornut
committed
on 30 Dec 2014
|