2016-05-08 |
Fix compilation errors when disabling test windows.
cosmy1
committed
on 8 May 2016
|
---|---|
2016-05-07 |
Ignore implicit conversion warnings
Sergej Reich
committed
on 7 May 2016
|
Minor comments, tweaks
ocornut
committed
on 7 May 2016
|
|
2016-05-04 |
Fixed various Clang -Weverything warnings (#626)
ocornut
committed
on 4 May 2016
|
2016-05-03 |
Demo: Moved "Fonts" section style editor
ocornut
committed
on 3 May 2016
|
2016-05-02 |
Renamed majority of use of "opened" to "open" for clarity. Renamed SetNextTreeNodeOpened() to SetNextTreeNodeOpen(). (#625, #579)
ocornut
committed
on 2 May 2016
|
2016-05-01 |
TreeNode: added ImGuiTreeNodeFlags_AlwaysOpen flag (#581, #324)
ocornut
committed
on 1 May 2016
|
TreeNode: added ImGuiTreeNodeFlags_OpenOnArrow flag (#581, #324, #190)
ocornut
committed
on 1 May 2016
|
|
Demo: Added simple tree node selection demo (#581, #516, #190)
ocornut
committed
on 1 May 2016
|
|
Added CollapsingHeader() variant with close button, obsoleted 4 parameters version. Refactored code into TreeNodeBehavior. (#600)
...
ocornut
committed
on 1 May 2016
|
|
2016-04-26 |
Made ImGui::PushClipRect()/PopClipRect() public. Changed ImDrawList::PushClipRect() prototype. Fixed demo. (#610)
ocornut
committed
on 26 Apr 2016
|
2016-04-24 |
MenuBar fixed missing lower border
ocornut
committed
on 24 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-05 |
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
|
2016-04-02 |
IO: Added "Super" keyboard modifiers (corresponding to Cmd on Mac and Windows key in theory although the later is hard to read) (#473)
...
ocornut
committed
on 2 Apr 2016
|
2016-03-26 |
Trim trailing spaces
ocornut
committed
on 26 Mar 2016
|
2016-03-22 |
ImDrawList: Added AddTriangle() function
ocornut
committed
on 22 Mar 2016
|
2016-03-21 |
Renamed GetWindowFont()->GetFont(), GetWindowFontSize()->GetFontSize() (related to #340)
ocornut
committed
on 21 Mar 2016
|
ImDrawList: AddRect() added optional thickness parameter + updated demo
ocornut
committed
on 21 Mar 2016
|
|
2016-03-02 |
Minor tidying up following (#516) - renamed ImGuiSelectableFlags_HandleDoubleClick to ImGuiSelectableFlags_AllowDoubleClick + comments
ocornut
committed
on 2 Mar 2016
|
Merge branch 'master' of https://github.com/zapolnov/imgui into zapolnov-master
ocornut
committed
on 2 Mar 2016
|
|
CaptureKeyboardFromApp() / CaptureMouseFromApp(): allow to enforce clearing the capture flag (#533) + demo + made code a little less messy
ocornut
committed
on 2 Mar 2016
|
|
InputText: Added BufTextLen in ImGuiTextEditCallbackData. Requesting user to maintain it. Zero-ing structure properly before use. (#541)
ocornut
committed
on 2 Mar 2016
|
|
2016-02-29 |
Demo: plot code doesn't use ImVector to avoid heap allocation + comment (#538)
ocornut
committed
on 29 Feb 2016
|
2016-02-24 |
Demo: Fixed malloc/free mismatch and leak when destructing demo console (if it has been used) (#536)
ocornut
committed
on 24 Feb 2016
|
2016-02-07 |
Demo: use locally defined strdup because compilers/standard librairies are an annoyance (#520)
ocornut
committed
on 7 Feb 2016
|
2016-02-03 |
Demo: InputText password demo filters out blanks (#515)
ocornut
committed
on 3 Feb 2016
|