2016-05-16
@ocornut
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
@ocornut
Added NewLine() (very shy reminder that #97 isn't done)
ocornut committed on 16 May 2016
@ocornut
Build fix
ocornut committed on 16 May 2016
@ocornut
ImGuiListClipper comments (#660, #661, #662)
ocornut committed on 16 May 2016
@ocornut
InputText(): Fixed cursor rendering on first character when framepadding is 0.0 (following #601)
ocornut committed on 16 May 2016
@ocornut
ImGuiListClipper: removed assert (#662)
ocornut committed on 16 May 2016
@ocornut
ImGuiListClipper new version, detect height automatically, fix compatibility with SetScrollPosHere (#662)
ocornut committed on 16 May 2016
@ocornut
Demo: added decorated label to some vertical sliders.
ocornut committed on 16 May 2016
@ocornut
Merge branch 'trezanik-master'
ocornut committed on 16 May 2016
@ocornut
Examples: DirectX9: Removing spaces (#663)
ocornut committed on 16 May 2016
@ocornut
Merge branch 'master' of https://github.com/trezanik/imgui into trezanik-master
ocornut committed on 16 May 2016
2016-05-15
@Trezanik
Example: DirectX9: Backup and restore all state
Trezanik committed on 15 May 2016
@ocornut
Demo: Console: Add a "Scroll to bottom" button (#662)
ocornut committed on 15 May 2016
@ocornut
Demo: clarified misleading example (#660)
ocornut committed on 15 May 2016
2016-05-14
@ocornut
Comments to clarify what float[2] int[2] etc. are. May switch to pointers? (#659)
ocornut committed on 14 May 2016
@ocornut
Fixed a IMGUI_API->inline case (#657, #349)
ocornut committed on 14 May 2016
2016-05-13
@ocornut
Metrics window: coarse clipping the detailed vertex buffer for pleasure and benefits.
ocornut committed on 13 May 2016
@ocornut
ButtonBehavior(), fixed subtle old bug when a repeating button would also return true on release + comments (#656)
ocornut committed on 13 May 2016
@ocornut
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
@ocornut
Demo: Tweak irritating pink color.
ocornut committed on 12 May 2016
@ocornut
Fixed TitleBg/TitleBgActive color being rendered above WindowBg color, being inconsistent and causing visual artefact (#655) ...
ocornut committed on 12 May 2016
@ocornut
StyleEditor: comments (#652)
ocornut committed on 12 May 2016
@omar
Merge pull request #641 from cosmy1/errors-fix ...
omar committed on 12 May 2016
@ocornut
ImFontConfig: Clarified persistence requirement of GlyphRanges array (#651)
ocornut committed on 12 May 2016
2016-05-11
@ocornut
Fixed incorrect parameter to ButtonBehavior() in Columns code - had no side-effect (#649) ...
ocornut committed on 11 May 2016
@ocornut
Comments / todos
ocornut committed on 11 May 2016
2016-05-10
@ocornut
Modal: fixed non-child window stacked over a modal losing its hoverabilty/focusability (#615, #604)
ocornut committed on 10 May 2016
@ocornut
ImGuiWindow: Storing ParentWindow (#615, #646)
ocornut committed on 10 May 2016
2016-05-09
@Branimir Karadžić
Fixed iOS/OSX build.
Branimir Karadžić authored on 9 May 2016 ocornut committed on 9 May 2016
2016-05-08
@cosmy1
Fix compilation errors when disabling test windows.
cosmy1 committed on 8 May 2016