Mark Jansen
|
6eb66fbef3
Backends: Win32: Cache the result of a windows version check. (#3283)
|
5 years ago |
omar
|
11a3e75f47
Backends: Win32: Fix _WIN32_WINNT < 0x0600 (MinGW defaults to 0x502 == Windows 2003). (#3183)
|
5 years ago |
omar
|
37f665b619
Backends: Win32: Support for #define NOGDI, won't try to call GetDeviceCaps(). (#3137, #2327)
|
5 years ago |
ocornut
|
a41332453e
Unicode: Changelog, comments, minimum CI integration. (#2541, #2538, #2815)
|
5 years ago |
Cloud Wu
|
6d59653e82
Unicode: full Unicode Support (6 squashed commits) (#2541, #2538)
|
6 years ago |
Omar
|
ceec3cd3fd
Backends: Win32: Added ImGui_ImplWin32_EnableDpiAwareness(), ImGui_ImplWin32_GetDpiScaleForHwnd(), ImGui_ImplWin32_GetDpiScaleForMonitor() helpers functions.
|
5 years ago |
Omar
|
8601187fee
Backends: Win32: Clarify how the WndProc handler requires a forward declaration.
|
5 years ago |
omar
|
8bcac7d95c
Backends: GLFW, SDL: report Windows key (io.KeySuper) as always released.
|
5 years ago |
omar
|
e499497ec5
Backends: Win32: Added support for io.KeySuper (Windows key) for consistency with other backends. (#2976)
|
5 years ago |
omar
|
4f7bf7e96a
Backends: Win32: Added support for #define IMGUI_IMPL_WIN32_DISABLE_GAMEPAD and IMGUI_IMPL_WIN32_DISABLE_LINKING_XINPUT. (#2716)
|
5 years ago |
omar
|
8342e5b91a
Amend previous commits (added ImGuiMouseCursor_NotAllowed enum + new cursors in GLFW 3.4)
|
5 years ago |
Rokas Kupstys
|
945a509773
Implement ImGuiMouseCursor_NotAllowed mouse cursor.
|
5 years ago |
omar
|
f0348ddffc
Amend 0f86116, renamed to ImGuiKey_KeyPadEnter Changelog.. (#2677, #2005)
|
6 years ago |
Aaron Cooper
|
0f86116a69
Adding an ImGuiKey 'ImGuiKey_EnterSecondary' to support platforms that differentiate the enter (return key) and the numpad enter key.
|
6 years ago |
omar
|
ef13d95466
IO: changed AddInputCharacter(unsigned short c) signature to AddInputCharacter(unsigned int c).
|
6 years ago |
omar
|
6789ea3482
Examples: SDL: Gamepad support minor amend. Fixes ImGuiBackendFlags_HasGamepad not being set. Enable in Emscripten demo. Tweaks. (#2509, #2484).
|
6 years ago |
Bruce Mitchener
|
b5d57a6615
Fix typos. (#2413)
|
6 years ago |
omar
|
93d1179805
Examples: Extracted gamepad code into ImGui_ImplGlfw_UpdateGamepads(). Renamed matching Win32 function for consistency.
|
6 years ago |
omar
|
2c38b32db1
Removed trailing spaces (#2038, #2299)
|
6 years ago |
omar
|
b8020032f9
Examples: Win32: Added support for mouse buttons 4 and 5 via WM_XBUTTON* messages. (#2264)
|
6 years ago |
omar
|
872477548b
Examples: Win32: Using IsChild() to be compatible with windows created within a parent. (#1951, #2087, #2156, #2232)
|
6 years ago |
omar
|
f435aa193b
Examples: Win32: Added support for XInput games (if ImGuiConfigFlags_NavEnableGamepad is enabled).
|
6 years ago |
omar
|
133f112af0
Examples: Win32: Using GetForegroundWindow() instead of GetActiveWindow() to be compatible with windows created in a different thread. (#1951, #2087, #2156, #2232) [many people]
|
6 years ago |
omar
|
a9a60a24c1
Tweaked asserts
|
6 years ago |
omar
|
7658035e5a
About, IO: Added io.BackendPlatformName, io.BackendRendererName for informational/QA purpose.
|
6 years ago |
omar
|
7c3b9172ad
Examples: Referring to missing gamepad support in back-end that are missing it.
|
7 years ago |
omar
|
1afd29d382
Examples: Using "dear imgui" terminology in all examples headers/comments + fix minor typo.
|
7 years ago |
Ryan Crandall
|
34203d5008
imgui_impl_win32: Don't redefine WIN32_LEAN_AND_MEAN if already defined (#2014)
|
7 years ago |
omar
|
c4e34aaace
Examples: Comments to clarify how the keyboard data is indexed.
|
7 years ago |
omar
|
62b3d7c51e
Fixed software Hand cursor from not actually working. Fixed demo from crashing. Fixed typo and extraneous trailing space. Added Changelogs. (#1913, #1914)
|
7 years ago |