2019-01-02 |
|
---|---|
Examples: Comments about GLFW/SDL versions
omar
committed
on 2 Jan 2019
|
|
2018-12-23 |
Tweaked asserts
omar
committed
on 23 Dec 2018
|
2018-12-06 |
Viewport: Win32, GLFW, SDL: Clarified back-ends by using global mouse position direction. GLFW: disabled io.MouseHoveredViewport setting under Mac/Linux. (#1542, #2117) + various comments.
omar
committed
on 6 Dec 2018
|
2018-11-30 |
About, IO: Added io.BackendPlatformName, io.BackendRendererName for informational/QA purpose.
omar
committed
on 30 Nov 2018
|
|
|
About, IO: Added io.BackendPlatformName, io.BackendRendererName for informational/QA purpose.
omar
committed
on 30 Nov 2018
|
|
2018-11-23 |
Viewport: Added support for minimized window which caused problem when ImGuiBackendFlags_HasMouseHoveredViewport was not supported. (#1542) + todo
omar
committed
on 23 Nov 2018
|
Viewport: Avoid unnecessary reapplying platform pos/size every frame. (#2205) + Fix GLFW ImGui_ImplGlfw_CreateWindow() from not applying position immediately. Clear LastNameHash properly (bug already fixed in Docking branch)
omar
committed
on 23 Nov 2018
|
|
2018-11-08 |
Merge branch 'master' into viewport + specific changes for GLFW callbacks
...
omar
committed
on 8 Nov 2018
|
Examples: GLFW: User previously installed GLFW callbacks are now saved and chain-called by the default callbacks. (#1759)
omar
committed
on 8 Nov 2018
|
|
Examples: Misc comments mainly related to GLFW callbacks. (#1759)
omar
committed
on 8 Nov 2018
|
|
2018-11-05 |
Merge branch 'master' into viewport
omar
committed
on 5 Nov 2018
|
2018-09-26 |
|
2018-09-20 |
Viewport: GLFW: Build fix for pre GLFW 3.2 (#1542)
omar
committed
on 20 Sep 2018
|
Examples: Referring to missing gamepad support in back-end that are missing it.
omar
committed
on 20 Sep 2018
|
|
2018-09-14 |
|
2018-09-13 |
Examples: Using "dear imgui" terminology in all examples headers/comments + fix minor typo.
omar
committed
on 13 Sep 2018
|
2018-08-25 |
Examples: Viewport: Disabling swap intervals / vsync on secondary context to match what the DX11 bindings is doing. (#1542)
omar
committed
on 25 Aug 2018
|
2018-08-01 |
|
imgui_impl_glfw, imgui_impl_sdl: Workaround for Emscripten which doesn't seem to handle focus related calls. (#1941)
omar
committed
on 1 Aug 2018
|
|
2018-07-17 |
Viewport: Removed the need for the back-end to fill io.MousePosViewport, it seems unnecessary at this point. (#1542)
omar
committed
on 17 Jul 2018
|
2018-07-09 |
|
2018-07-08 |
|
2018-07-04 |
Examples: Comments, bits of documentation
omar
committed
on 4 Jul 2018
|
2018-07-02 |
|
2018-06-30 |
Examples: Comments to clarify how the keyboard data is indexed.
omar
committed
on 30 Jun 2018
|
2018-06-29 |
Fixed software Hand cursor from not actually working. Fixed demo from crashing. Fixed typo and extraneous trailing space. Added Changelogs. (#1913, #1914)
omar
committed
on 29 Jun 2018
|
add hand cursor support (+11 squashed commit)
Aiekick
authored
on 29 Jun 2018
omar
committed
on 29 Jun 2018
|
|
2018-06-22 |
|