2016-07-31 |
Nav: Not exposing ImGuiWindowFlags_NavFlattened because it requires much more work (#323)
ocornut
committed
on 31 Jul 2016
|
---|---|
Nav: Added experiment ImGuiWindowFlags_NavFlattened flag to cross over between parent and non-scrolling child windows (#323)
ocornut
committed
on 31 Jul 2016
|
|
2016-07-30 |
Demo: console text input keeps focus in a less harsher and more navigation friendly way (#323)
ocornut
committed
on 30 Jul 2016
|
Nav: Split _NoNav window flag into _NoNavInputs and _NoNavFocus (#323)
ocornut
committed
on 30 Jul 2016
|
|
Nav: first committed pass for manual moving and manual scrolling (after a bunch of attempts) (#323)
ocornut
committed
on 30 Jul 2016
|
|
2016-07-19 |
Gamepad/Keyboard navigation support, initial commit, WIP (#323)
ocornut
committed
on 19 Jul 2016
|
2016-07-18 |
Demo: tweaks.
ocornut
committed
on 18 Jul 2016
|
Minor bits.
ocornut
committed
on 18 Jul 2016
|
|
2016-06-25 |
Minor bits
ocornut
committed
on 25 Jun 2016
|
2016-06-07 |
Demo: extra (somehow duplicate) Selectables+Columns demo
ocornut
committed
on 7 Jun 2016
|
2016-06-06 |
Demo: Added an extra 3-way columns demo
ocornut
committed
on 6 Jun 2016
|
2016-05-30 |
Comments, tweaks
ocornut
committed
on 30 May 2016
|
Version 1.50 WIP
ocornut
committed
on 30 May 2016
|
|
2016-05-29 |
Version 1.49
ocornut
committed
on 29 May 2016
|
2016-05-28 |
Demo: Tree: showing how to align tree node label with current x position (#324, #581)
ocornut
committed
on 28 May 2016
|
Added TreeAdvanceToLabelPos() (#581)
ocornut
committed
on 28 May 2016
|
|
TreeNodeEx(): ImGuiTreeNodeFlags_AlwaysOpen->ImGuiTreeNodeFlags_Leaf, + added ImGuiTreeNodeFlags_Bullet (#324, #581)
ocornut
committed
on 28 May 2016
|
|
Demo: fixed multi-selection tree nodes demo to not replace selection when clicking on single-item that's already part of selection (#581)
ocornut
committed
on 28 May 2016
|
|
SetNextWindowSizeConstraint -> SetNextWindowSizeConstraints (#668)
ocornut
committed
on 28 May 2016
|
|
2016-05-21 |
Speculative 64-bit warning fix (#668)
ocornut
committed
on 21 May 2016
|
Added SetNextWindowSizeConstraint() + demo code (#668)
ocornut
committed
on 21 May 2016
|
|
Resizing window doesn't rely on MouseDelta anymore, but rather recompute expected size based absolute mouse coords. (#668)
...
ocornut
committed
on 21 May 2016
|
|
2016-05-16 |
Added NewLine() (very shy reminder that #97 isn't done)
ocornut
committed
on 16 May 2016
|
ImGuiListClipper new version, detect height automatically, fix compatibility with SetScrollPosHere (#662)
ocornut
committed
on 16 May 2016
|
|
Demo: added decorated label to some vertical sliders.
ocornut
committed
on 16 May 2016
|
|
2016-05-15 |
Demo: Console: Add a "Scroll to bottom" button (#662)
ocornut
committed
on 15 May 2016
|
Demo: clarified misleading example (#660)
ocornut
committed
on 15 May 2016
|
|
2016-05-12 |
Demo: Tweak irritating pink color.
ocornut
committed
on 12 May 2016
|
StyleEditor: comments (#652)
ocornut
committed
on 12 May 2016
|
|
|