2016-04-24
@ocornut
Scrollbar: minor fix for top-right rounding of scrollbar background when window has menubar but no title bar
ocornut committed on 24 Apr 2016
@ocornut
MenuBar fixed missing lower border
ocornut committed on 24 Apr 2016
@ocornut
Moved Bullet*() code below TreeNode*() code.
ocornut committed on 24 Apr 2016
@ocornut
Examples: OpenGL2: Extra comments (#606)
ocornut committed on 24 Apr 2016
2016-04-23
@ocornut
Fixed typos in previous commit 1884f55 (#582, #597))
ocornut committed on 23 Apr 2016
@ocornut
Fixed clipping rectangle floating point representation to ensure renderer-side ops yield correct results (#582, 597)
ocornut committed on 23 Apr 2016
@ocornut
Internal ImRound() -> ImFloor(), ImRect::Round() -> ImRect::Floor(),
ocornut committed on 23 Apr 2016
@ocornut
ImFont: IndexLookup stores short instead of int, so typical ascii-set lookup fits in 256 bytes
ocornut committed on 23 Apr 2016
@ocornut
ImFont: Tweaking layout, shaving bit of alignment and simple hot/cot split
ocornut committed on 23 Apr 2016
@ocornut
ImFont: RenderText() useful directly without ImDrawList::AddText().. Changed prototype. Reserving vertices after skipping non-visible lead.
ocornut committed on 23 Apr 2016
2016-04-22
@ocornut
ImFont: Added RenderChar() helper.
ocornut committed on 22 Apr 2016
2016-04-21
@ocornut
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
@ocornut
Refactored CloseWindowButton() into a CloseButton() helper declared in imgui_internal.h (#600)
ocornut committed on 21 Apr 2016
2016-04-20
@ocornut
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
@ocornut
Comments
ocornut committed on 19 Apr 2016
@ocornut
Relative order of Child windows creation is preserved during sort (#595)
ocornut committed on 19 Apr 2016
2016-04-18
@ocornut
ImDrawList: Added AddQuad(), AddQuadFilled() helpers.
ocornut committed on 18 Apr 2016
@omar
Update README.md - binaries
omar committed on 18 Apr 2016
@omar
Update README.md - binaries
omar committed on 18 Apr 2016
2016-04-13
@omar
Merge pull request #587 from sergof/patch-1 ...
omar committed on 13 Apr 2016
2016-04-12
@Sergej Reich
Fix font config propagation in FontFromMemoryCompressedTTF()
Sergej Reich committed on 12 Apr 2016
@ocornut
Examples: SDL: Initialize video+timer subsystem only.
ocornut committed on 12 Apr 2016
@ocornut
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
@ocornut
Examples: DirectX9: save/restore some more device state.
ocornut committed on 11 Apr 2016
2016-04-09
@ocornut
Version 1.49 WIP
ocornut committed on 9 Apr 2016
@ocornut
Version 1.48
ocornut committed on 9 Apr 2016
@ocornut
Warning fixes for clang. Using int64_t, may be an issue?
ocornut committed on 9 Apr 2016
2016-04-06
@ocornut
Silence borderline warning with -Werror=strict-overflow ...
ocornut committed on 6 Apr 2016
2016-04-05
@omar
Update README.md
omar committed on 5 Apr 2016
@ocornut
Examples: Apple: Readme tweaks (#575 #247)
ocornut committed on 5 Apr 2016