2018-02-22 |
Update README.txt
omar
authored
on 22 Feb 2018
GitHub
committed
on 22 Feb 2018
|
---|---|
Examples: DirectX12: Fixed shutdown issue. (#301)
omar
committed
on 22 Feb 2018
|
|
Examples: DirectX12: Merge, various styling tweaks, update for 1.60 wip, synchronized Win32 features with other examples. (#301)
omar
committed
on 22 Feb 2018
|
|
Examples: DirectX12: Removed from current solution which is meant to be VS2010 compatible for now (will change soon).
omar
committed
on 22 Feb 2018
|
|
Merge branch 'jdm3_master'
omar
committed
on 22 Feb 2018
|
|
Examples: DirectX10, DirectX11: Simplified main example code.
omar
committed
on 22 Feb 2018
|
|
2018-02-21 |
Simplified .gitignore list
omar
committed
on 21 Feb 2018
|
Simplified .gitignore list
omar
committed
on 21 Feb 2018
|
|
Examples: Titles/comments in headers
omar
committed
on 21 Feb 2018
|
|
Merge branch 'master' into examples_refactor
omar
committed
on 21 Feb 2018
|
|
Examples: SDL: Using %SDL2_DIR% in the .vcproj instead of %SDL_DIR%, the earlier is more standard.
omar
committed
on 21 Feb 2018
|
|
Examples: Using SDL2_DIR instead of SDL_DIR (more standard).
omar
committed
on 21 Feb 2018
|
|
Examples: Added SDL+Vulkan example, the abstraction worked here :) (ref #1367)
omar
committed
on 21 Feb 2018
|
|
Examples: Vulkan: Formatting and tweaks (to match SDL's main).
omar
committed
on 21 Feb 2018
|
|
2018-02-20 |
Merge branch 'master' into examples_refactor
omar
committed
on 20 Feb 2018
|
Examples: OpenGL: Cast call to glPolygonMode(). (#1628).
omar
committed
on 20 Feb 2018
|
|
Examples: Mouse cursor handling comments/tweaks to homogenize. (#1495)
omar
committed
on 20 Feb 2018
|
|
Examples: GLFW: Added support for mouse cursors (ImGui::GetMouseCursor() value and WM_SETCURSOR message handling). (#1495)
omar
committed
on 20 Feb 2018
|
|
Examples: GLFW*: Renamed GLFW callbacks exposed in .h to not include GL2/GL3/Vulkan in their name.
omar
committed
on 20 Feb 2018
|
|
Examples: DirectX 9,10,11: Inputs: Added support for mouse cursors (ImGui::GetMouseCursor() value and WM_SETCURSOR message handling). (#1495)
omar
committed
on 20 Feb 2018
|
|
2018-02-19 |
Examples: GLFW: Added mouse cursors support (#1495)
omar
committed
on 19 Feb 2018
|
2018-02-18 |
Examples: WIn32: Prefixing every Win32 function calls with :: to denote global namespace in a consistent manner.
omar
committed
on 18 Feb 2018
|
Examples: Vulkan: Added support for io.DisplayPos.
omar
committed
on 18 Feb 2018
|
|
Examples: Vulkan: Fixed GLFW calls.
omar
committed
on 18 Feb 2018
|
|
Examples: DirectX10, DirectX11, OpenGL2, OpenGL3: Added support for io.DisplayPos.
omar
committed
on 18 Feb 2018
|
|
Examples: Allegro5, Marmalade: Moved bindings to parent folder. Renamed Allegro stuff from *A5_ to *Allegro5_
omar
committed
on 18 Feb 2018
|
|
Examples: Added SDL, Vulkan examples to .sln file.
omar
committed
on 18 Feb 2018
|
|
Examples: DirectX9: Reusing imgui_impl_win32, removed that code from imgui_impl_dx9
omar
committed
on 18 Feb 2018
|
|
Examples: DirectX10: Reusing imgui_impl_win32, removed that code from imgui_impl_dx10
omar
committed
on 18 Feb 2018
|
|
Examples: DirectX11: Extracted imgui_impl_dx11.* instead imgui_impl_dx11 and imgui_impl_win32
omar
committed
on 18 Feb 2018
|