2016-04-22 |
ImFont: Added RenderChar() helper.
ocornut
committed
on 22 Apr 2016
|
---|---|
2016-04-21 |
InputText() clipping cursor rendering in case it gets out of the box (which can be forced w/ ImGuiInputTextFlags_NoHorizontalScroll) (#601)
ocornut
committed
on 21 Apr 2016
|
Refactored CloseWindowButton() into a CloseButton() helper declared in imgui_internal.h (#600)
ocornut
committed
on 21 Apr 2016
|
|
2016-04-20 |
Examples: Apple/iOS: lowered xcode project deployment target from 10.7 to 10.11 (#598, #575)
ocornut
committed
on 20 Apr 2016
|
2016-04-19 |
Comments
ocornut
committed
on 19 Apr 2016
|
Relative order of Child windows creation is preserved during sort (#595)
ocornut
committed
on 19 Apr 2016
|
|
2016-04-18 |
ImDrawList: Added AddQuad(), AddQuadFilled() helpers.
ocornut
committed
on 18 Apr 2016
|
Update README.md - binaries
omar
committed
on 18 Apr 2016
|
|
Update README.md - binaries
omar
committed
on 18 Apr 2016
|
|
2016-04-13 |
|
2016-04-12 |
Fix font config propagation in FontFromMemoryCompressedTTF()
Sergej Reich
committed
on 12 Apr 2016
|
Examples: SDL: Initialize video+timer subsystem only.
ocornut
committed
on 12 Apr 2016
|
|
Todo items + not using function called isblank() because it may be a macro in some C library
ocornut
committed
on 12 Apr 2016
|
|
2016-04-11 |
Examples: DirectX9: save/restore some more device state.
ocornut
committed
on 11 Apr 2016
|
2016-04-09 |
Version 1.49 WIP
ocornut
committed
on 9 Apr 2016
|
Version 1.48
ocornut
committed
on 9 Apr 2016
|
|
Warning fixes for clang. Using int64_t, may be an issue?
ocornut
committed
on 9 Apr 2016
|
|
2016-04-06 |
|
2016-04-05 |
Update README.md
omar
committed
on 5 Apr 2016
|
Examples: Apple: Readme tweaks (#575 #247)
ocornut
committed
on 5 Apr 2016
|
|
|
|
|
|
Trivial format string fix in demo
cheriff
authored
on 5 Apr 2016
omar
committed
on 5 Apr 2016
|
|
2016-04-03 |
Style: removed WindowFillAlphaDefault which was confusing and redundant, baked into WindowBg color. Renamed TooltipBg > PopupBG. (#337)
...
ocornut
committed
on 3 Apr 2016
|
Fixed InputTextMultiLine(), ListBox(), BeginChildFrame(): outer frame not honoring bordering (following #462)
ocornut
committed
on 3 Apr 2016
|
|
Added ImGuiWindowFlags_AlwaysUseWindowPadding flag to ensure non-border child window uses window padding (#462)
ocornut
committed
on 3 Apr 2016
|
|
Renamed ImGuiWindowFlags_Force**Scrollbar to ImGuiWindowFlags_Always**Scrollbar (#476)
ocornut
committed
on 3 Apr 2016
|
|
Merge branch 'Loftilus-master'
ocornut
committed
on 3 Apr 2016
|
|
Examples: Libs: Update glfw binaries to glfw master.
ocornut
committed
on 3 Apr 2016
|
|
Examples: Vulkan: Coding style tweaks.
ocornut
committed
on 3 Apr 2016
|