2018-02-20 |
Examples: OpenGL: Cast call to glPolygonMode(). (#1628).
omar
committed
on 20 Feb 2018
|
---|---|
Update .travis.yml
omar
authored
on 20 Feb 2018
GitHub
committed
on 20 Feb 2018
|
|
Update .travis.yml
omar
authored
on 20 Feb 2018
GitHub
committed
on 20 Feb 2018
|
|
Trying to download and build GLFW since APT repository are unreliable
omar
authored
on 20 Feb 2018
GitHub
committed
on 20 Feb 2018
|
|
Update .travis.yml PPA source for glfw in the end of getting a newer version of GLFW
omar
authored
on 20 Feb 2018
GitHub
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
|
|
Update Breaking Change section with moved misc/fonts/ (#1631)
omar
committed
on 20 Feb 2018
|
|
FAQ about backslashes in string literal since the one in main.cpp isn't being noticed enough. (#1397)
omar
committed
on 20 Feb 2018
|
|
2018-02-18 |
Initialization happens during CreateContext(), which makes it easier for platform layers to interact with the context during their initialization.
omar
committed
on 18 Feb 2018
|
Merged a bunch of small inconsequential things from my work branch, to reduce the diff noise.
omar
committed
on 18 Feb 2018
|
|
2018-02-16 |
Nav: Tweak windowing highlighting for full viewport windows.
omar
committed
on 16 Feb 2018
|
Examples: GLFW+GL2/GL3: Added glPixelStorei() calls borrowed from SDL examples.
omar
committed
on 16 Feb 2018
|
|
Examples: Renamed .sln file.
omar
committed
on 16 Feb 2018
|
|
Examples: Vulkan: Fix for empty draw data (init time) + fixed warning.
omar
committed
on 16 Feb 2018
|
|
Examples: Vulkan: Added .vcproj files.
omar
committed
on 16 Feb 2018
|
|
Examples: SDL: Fixed minor warning.
omar
committed
on 16 Feb 2018
|
|
Examples: SDL: Added .vcproj files.
omar
committed
on 16 Feb 2018
|
|
Examples: SDL: Minor stylistic tweaks. Fixed handling of ImGuiMouseCursor_None so it doesn't underflow array. Fixed harmless uninitialized pointer. (#1626)
omar
committed
on 16 Feb 2018
|
|
Renamed misleading ImGuiMouseCursor_Move to ImGuiMouseCursor_ResizeAll. SDL: Fixed cursor. (#1626)
omar
committed
on 16 Feb 2018
|
|
Use SDL system cursors in SDL examples. (#1626)
...
Oliver Faircliff
authored
on 16 Feb 2018
omar
committed
on 16 Feb 2018
|
|
Obsoleted the io.RenderDrawListsFn callback, you can call your graphics engine render function after ImGui::Render(). Use ImGui::GetDrawData() to retrieve the ImDrawData* to display..(#1599)
...
omar
committed
on 16 Feb 2018
|
|
Examples: Added Changelog to make updates easier.
omar
committed
on 16 Feb 2018
|
|
Fixed GCC zealous warnings (#1623)
omar
committed
on 16 Feb 2018
|
|
Plot: plot a flat line if scale_min==scale_max (#1621)
omar
committed
on 16 Feb 2018
|
|
Updated to stb_truetype 1.19 (include minor fix for #1622)
omar
committed
on 16 Feb 2018
|
|
2018-02-15 |
Examples: SDL: Added Changelog at the top of the imgui_impl files. (#1618)
omar
committed
on 15 Feb 2018
|
Update README.md
omar
authored
on 15 Feb 2018
GitHub
committed
on 15 Feb 2018
|