2015-01-11 |
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
|
|
TAB to spaces
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
|
|
2015-01-09 |
Build fix for GCC/Clang, cannot foward declare a static array?
ocornut
committed
on 9 Jan 2015
|
2015-01-08 |
Comments
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
|
Revert "Reexported proggy_clean_13 in a 256x64 texture (instead of 256x128) and documented exact export parameters"
...
ocornut
committed
on 7 Jan 2015
|
|
Fixed leak on shutdown (fixes #110) + possible uninitialized member.
ocornut
committed
on 7 Jan 2015
|
|
2015-01-05 |
Reexported proggy_clean_13 in a 256x64 texture (instead of 256x128) and documented exact export parameters
ocornut
committed
on 5 Jan 2015
|
2015-01-04 |
Very minor code/comments tweaks.
ocornut
committed
on 4 Jan 2015
|
Fixed hovering of child windows / combo boxes that extend beyond the root window limits.
ocornut
committed
on 4 Jan 2015
|
|
Failure in LogToFile() treated at an error (assert) in the absence of another type of error handling.
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
|
|
Fix clipboard pasting into an InputText box not filtering the characters according to input box semantic (number, etc.)
ocornut
committed
on 4 Jan 2015
|
|
Activating widget bring parent window to front
ocornut
committed
on 4 Jan 2015
|
|
Fixed clicking on Combo box label.
ocornut
committed
on 4 Jan 2015
|
|
Avoid marking settings as dirty when window is marked unsaved + minor FocusWindow() optimisation
ocornut
committed
on 4 Jan 2015
|
|
Dragging outside area of a widget while it is active doesn't trigger hover on other widgets.
ocornut
committed
on 4 Jan 2015
|
|
2015-01-03 |
Todo items.
ocornut
committed
on 3 Jan 2015
|
InputText() consume input characters immediately (fixes #105)
ocornut
committed
on 3 Jan 2015
|
|
2014-12-31 |
Version number (fix)
ocornut
committed
on 31 Dec 2014
|
Fixed text input filtering for character in the 128-255 range.
ocornut
committed
on 31 Dec 2014
|
|
2014-12-30 |
Fix for Clang
ocornut
committed
on 30 Dec 2014
|
Examples: Console:: added support for History callbacks + cleanup to be self contained.
ocornut
committed
on 30 Dec 2014
|
|
Fixed InputInt() InputFloat() label not declaring their width, breaking SameLine (bug #100)
...
ocornut
committed
on 30 Dec 2014
|