- Dec 25, 2017
-
-
omar authored
-
omar authored
-
omar authored
Moving window doesn't use accumulating MouseDelta so straying out of boundaries keeps moved window at the same spot.
-
omar authored
Examples: DirectX10,DirectX11: Moved call to OMSetRenderTargets() in main loop so example code can integrate more nicely with other code.
-
- Dec 24, 2017
-
-
omar authored
Misc comments, removed duplicated IM_ARRAYSIZE macro in imgui_demo.cpp (it is now declared in imgui.h)
-
omar authored
-
omar authored
Examples: Comments, synched some minor drift between examples + stronger suggestion to use StyleColorsDark().
-
omar authored
Renamed the emblematic ShowTestWindow() function to ShowDemoWindow(). Kept redirection function (will obsolete).
-
omar authored
-
- Dec 23, 2017
-
-
omar authored
-
omar authored
-
omar authored
-
omar authored
-
omar authored
-
omar authored
-
omar authored
-
omar authored
-
omar authored
-
omar authored
-
omar authored
-
omar authored
Examples: Added null_example/ which is helpful for quick testing on multiple compilers/settings without relyong on graphics library.
-
- Dec 22, 2017
- Dec 21, 2017
-
-
omar authored
-
omar authored
ImDrawList: Added ImDrawListFlags for AA settings. ImDrawList doesn't directly depends on GImGui anymore.
-
omar authored
-
omar authored
ImDrawList: Removed 'bool anti_aliased = true' final parameter of ImDrawList::AddPolyline() and ImDrawList::AddConvexPolyFilled(). Anti-aliasing is controlled via the regular style.AntiAliased flags.
-
omar authored
ImDrawList: Small refactor toward removing dependency on GImGui + PushClipRectFullscreen now correctly uses data provided by imgui which can takes account of DisplaySize + Removed static variable in PathArcToFast() which caused linking issues to some.
-
omar authored
-
omar authored
-
- Dec 20, 2017
- Dec 17, 2017
-
-
ibachar authored
-
- Dec 15, 2017