2016-05-21 |
Fixed compile issue (bloody git stashes) (#668)
ocornut
committed
on 21 May 2016
|
---|---|
Added SetNextWindowSizeConstraint() + demo code (#668)
ocornut
committed
on 21 May 2016
|
|
Comments
ocornut
committed
on 21 May 2016
|
|
Minor sizing refactor, should be no-op. Making it a commit for further bisection since sizing code is super brittle. (#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
|
|
Minor bits
ocornut
committed
on 21 May 2016
|
|
2016-05-20 |
|
Fix minor typo in examples/README.txt
Jeongseok Lee
committed
on 20 May 2016
|
|
2016-05-17 |
ImFontAtlas: Tweak to allow MergeMode to apply on a font that isn't the previous one, by setting the DstFont field.
ocornut
committed
on 17 May 2016
|
CheckStacksSize() added literal strings in IM_ASSERT calls to reach end-user on common failure
ocornut
committed
on 17 May 2016
|
|
2016-05-16 |
Including limits.h again to get INT_MAX, assuming previous report of missing limits.h was erroneous (#1, yes, issue ONE!)
ocornut
committed
on 16 May 2016
|
Added NewLine() (very shy reminder that #97 isn't done)
ocornut
committed
on 16 May 2016
|
|
Build fix
ocornut
committed
on 16 May 2016
|
|
ImGuiListClipper comments (#660, #661, #662)
ocornut
committed
on 16 May 2016
|
|
InputText(): Fixed cursor rendering on first character when framepadding is 0.0 (following #601)
ocornut
committed
on 16 May 2016
|
|
ImGuiListClipper: removed assert (#662)
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
|
|
Merge branch 'trezanik-master'
ocornut
committed
on 16 May 2016
|
|
Examples: DirectX9: Removing spaces (#663)
ocornut
committed
on 16 May 2016
|
|
Merge branch 'master' of https://github.com/trezanik/imgui into trezanik-master
ocornut
committed
on 16 May 2016
|
|
2016-05-15 |
Example: DirectX9: Backup and restore all state
Trezanik
committed
on 15 May 2016
|
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-14 |
Comments to clarify what float[2] int[2] etc. are. May switch to pointers? (#659)
ocornut
committed
on 14 May 2016
|
Fixed a IMGUI_API->inline case (#657, #349)
ocornut
committed
on 14 May 2016
|
|
2016-05-13 |
Metrics window: coarse clipping the detailed vertex buffer for pleasure and benefits.
ocornut
committed
on 13 May 2016
|
ButtonBehavior(), fixed subtle old bug when a repeating button would also return true on release + comments (#656)
ocornut
committed
on 13 May 2016
|
|
Fixed repeating button behavior triggering twice, typically affect the +/- of InputInt/InputFloat and user repeating buttons (#656)
...
ocornut
committed
on 13 May 2016
|
|
2016-05-12 |
Demo: Tweak irritating pink color.
ocornut
committed
on 12 May 2016
|