2016-05-08 |
Fix compilation errors when disabling test windows.
cosmy1
committed
on 8 May 2016
|
---|---|
Comments to clarify default shared ImFontAtlas and current context pointer thread-safety (#586, #591)
ocornut
committed
on 8 May 2016
|
|
Examples; DirectX10/11: Added comments about removing dependency on d3dcompiler DLL (#638)
ocornut
committed
on 8 May 2016
|
|
2016-05-07 |
Merge branch 'master' of https://github.com/ocornut/imgui
ocornut
committed
on 7 May 2016
|
Minor warnings fixes.
ocornut
committed
on 7 May 2016
|
|
|
|
Examples: DirectX10: Apply depth-stencil state like DirectX11 example (#640, #636)
ocornut
committed
on 7 May 2016
|
|
Examples: DirectX11: Fixed uninitialized fields. Disabling depth-write (#640, #636)
ocornut
committed
on 7 May 2016
|
|
Examples: DirectX10, DirectX11: Removed seemingly unnecessary bunch of rasterizer state creation code.
ocornut
committed
on 7 May 2016
|
|
Examples: DirectX11: Fixed handle leak + minor coding style fix for #640
ocornut
committed
on 7 May 2016
|
|
Merge branch 'master' of https://github.com/josiahmanson/imgui into josiahmanson-master
ocornut
committed
on 7 May 2016
|
|
Renamed ImGuiState -> ImGuiContext (#586, #269)
ocornut
committed
on 7 May 2016
|
|
Added CreateContext/DestroyContext/GetCurrentContext/SetCurrentContext() (#586, #269)
ocornut
committed
on 7 May 2016
|
|
DX11 example depth test
josiahmanson
committed
on 7 May 2016
|
|
Ignore implicit conversion warnings
Sergej Reich
committed
on 7 May 2016
|
|
ImGuiStorage: Added bool helper functions for completeness.
ocornut
committed
on 7 May 2016
|
|
Minor comments, tweaks
ocornut
committed
on 7 May 2016
|
|
2016-05-06 |
Reorganised windows moving code, documented a lag in FindHoveredWindow(), fixing lag whole moving windows (#635)
ocornut
committed
on 6 May 2016
|
Updated FAQ and Readme with more prominent info about WantCaptureMouse etc. flags (#635)
ocornut
committed
on 6 May 2016
|
|
2016-05-04 |
Fixed/silenced various absurd GCC warnings from outer space (#626)
ocornut
committed
on 4 May 2016
|
Examples: SDL: Fixed unused variable warning on non-Windows platforms (#626)
ocornut
committed
on 4 May 2016
|
|
Fixed various Clang -Weverything warnings (#626)
ocornut
committed
on 4 May 2016
|
|
Updated FAQ (#628)
ocornut
committed
on 4 May 2016
|
|
BeginGroup() fixed using within Columns set (fix #630)
ocornut
committed
on 4 May 2016
|
|
Fonts readme, refering to IconFontCppHeaders, AddRemapChar() function, etc.
ocornut
committed
on 4 May 2016
|
|
2016-05-03 |
Demo: Moved "Fonts" section style editor
ocornut
committed
on 3 May 2016
|
Examples: DirectX9: Removed dependency on dxguid.lib + remainder of d3dx9.lib (#611)
ocornut
committed
on 3 May 2016
|
|
Examples: DirectX9: Removed dependency on dx3x9 (remainder) (#611)
ocornut
committed
on 3 May 2016
|
|
Examples: DirectX9: Removed dependency on dx3x9.h so it can be used in a DirectXMath.h only environment (#611)
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
|