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
|
2016-01-31 |
Added flag for selectables to handle double clicks.
Nikolay Zapolnov
committed
on 31 Jan 2016
|
2016-01-05 |
Demo: extra comments and example for PushItemWidth(-1)
ocornut
committed
on 5 Jan 2016
|
2015-12-30 |
Various minor fixes following a pass of cppcheck static analyzer
ocornut
committed
on 30 Dec 2015
|
2015-12-27 |
Clarify comment (#455)
ocornut
committed
on 27 Dec 2015
|
ImDrawList: Fixed AddCircle() to fit precisely within bounding box like AddCircleFilled() and AddRectFilled() (followup #457
ocornut
committed
on 27 Dec 2015
|
|
Demo: added more draw primitives in the Custom Rendering example (#457)
ocornut
committed
on 27 Dec 2015
|
|
2015-12-26 |
Version number 1.48 WIP + Update binaries
ocornut
committed
on 26 Dec 2015
|
2015-12-25 |
Version number 1.47
ocornut
committed
on 25 Dec 2015
|
2015-12-24 |
Minor rebranding "ImGui" -> "dear imgui" (#21)
ocornut
committed
on 24 Dec 2015
|
2015-12-13 |
Bullet(), BulletText(): vertical and horizontal alignment fixes (namely for widget sized line height). (followup to #414, #282)
ocornut
committed
on 13 Dec 2015
|
TreeNode() fixed alignment of collapse arrow to it matches bullet (broken in
4006fb7 )
ocornut
committed
on 13 Dec 2015
|