2019-01-02 |
Viewport: Added Platform_UpdateWindow hook for general purpose: Rework Win32 code to reflect viewport flags changes into Win32 while the window is active.
omar
committed
on 2 Jan 2019
|
---|---|
|
|
2018-12-23 |
Tweaked asserts
omar
committed
on 23 Dec 2018
|
2018-12-14 |
Viewport, DPI: Now using DpiScale from the ImGuiPlatformMonitor array instead of calling Platform_GetWindowDpiScale() before the platform window creation. Might even tentatively see if things work out without Platform_GetWindowDpiScale. (#1676)
omar
committed
on 14 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
|
2018-11-05 |
Examples: Win32: Handle UTf-8 in platform window title setting. (#2164)
omar
committed
on 5 Nov 2018
|
Merge branch 'master' into viewport
omar
committed
on 5 Nov 2018
|
|
2018-09-26 |
|
2018-09-20 |
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-13 |
|
2018-08-09 |
imgui_impl_win32: Don't redefine WIN32_LEAN_AND_MEAN if already defined (#2014)
Ryan Crandall
authored
on 9 Aug 2018
omar
committed
on 9 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-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 |
|
2018-06-21 |
Examples: The functions in imgui_impl_xxx.cpp are prefixed with IMGUI_IMPL_API (which defaults to IMGUI_API) to facilitate some uses. (#1888) + Comments in imgui.h
omar
committed
on 21 Jun 2018
|
2018-06-20 |
Examples: Fixed bindings to use ImGuiMouseCursor_COUNT instead of old name ImGuiMouseCursor_Count_ so they can compile with IMGUI_DISABLE_OBSOLETE_FUNCTIONS. (#1887)
omar
committed
on 20 Jun 2018
|
2018-06-12 |
|
2018-06-11 |
Examples: Win32: Fixed handling of mouse wheel messages to support finer position messages (typically sent by track-pads). (#1874)
omar
committed
on 11 Jun 2018
|
Examples: Comments to make ImGuiConfigFlags_NoMouseCursorChange more visible (#1027). + Allegro5: Added support for ImGuiConfigFlags_NoMouseCursorChange flag.
omar
committed
on 11 Jun 2018
|
|
2018-06-10 |
|