2015-01-29 |
Added io.DisplayVisibleMin / io.DisplayVisibleMax to allow for virtual / scrolling display.
...
ocornut
committed
on 29 Jan 2015
|
---|---|
Added extra asserts and tweaked code in Begin()
ocornut
committed
on 29 Jan 2015
|
|
ImDrawList::AddImage() color parameter defaults to white
ocornut
committed
on 29 Jan 2015
|
|
GetVoidPtr() functions like GetInt, GetFloat. Renamed GetIntPtr/GetFloatPtr to GetIntRef/GetFloatRef
ocornut
committed
on 29 Jan 2015
|
|
|
|
2015-01-28 |
Added Set/GetVoidPtr in ImGuiStorage
Daniel Collin
committed
on 28 Jan 2015
|
2015-01-24 |
Speculative GCC warning fix (again)
ocornut
committed
on 24 Jan 2015
|
Fixed some warnings with Clang/GCC
ocornut
committed
on 24 Jan 2015
|
|
2015-01-22 |
Examples: added simple drawing app example for using ImDrawList and custom drawing
ocornut
committed
on 22 Jan 2015
|
Fixed mouse aiming within InputText() - broken during 01/18 merge
ocornut
committed
on 22 Jan 2015
|
|
|
|
Added comments
ocornut
committed
on 22 Jan 2015
|
|
2015-01-21 |
stb_truetype: implementation is now static + submitted PR to origin.
ocornut
committed
on 21 Jan 2015
|
Added InvisibleButton()
ocornut
committed
on 21 Jan 2015
|
|
Added IMGUI_DISABLE_STB_***_IMPLEMENTATION
ocornut
committed
on 21 Jan 2015
|
|
IMGUI_STB_NAMESPACE define Stb stuff in a namespace (trying stuff to reduce problems with multiple implementations)
ocornut
committed
on 21 Jan 2015
|
|
2015-01-20 |
Documentation
ocornut
committed
on 20 Jan 2015
|
Notes, todo items
ocornut
committed
on 20 Jan 2015
|
|
2015-01-19 |
Ignore lists
ocornut
committed
on 19 Jan 2015
|
Warning fixes for 64-bit architectures
ocornut
committed
on 19 Jan 2015
|
|
2015-01-18 |
Merge branch 'master' of https://github.com/ocornut/imgui
ocornut
committed
on 18 Jan 2015
|
Added stub for obsolete GetDefaultFontData() to help the user upgrading
ocornut
committed
on 18 Jan 2015
|
|
Update README.md
omar
committed
on 18 Jan 2015
|
|
stb_truetype.h mod comment
ocornut
committed
on 18 Jan 2015
|
|
|
|
Comments
ocornut
committed
on 18 Jan 2015
|
|
Documentation
ocornut
committed
on 18 Jan 2015
|
|
ImFontAtlas: some more optimisations / cleanup.
ocornut
committed
on 18 Jan 2015
|
|
ImFontAtlas: reduced number of temporary allocation when building lots of input ranges
ocornut
committed
on 18 Jan 2015
|
|
Examples: more comments on loading fonts.
ocornut
committed
on 18 Jan 2015
|