ocornut
|
f070497cbd
Backends: Win32/SDL2/SDL3/GLFW: Added support for io.AddMouseSourceEvent(). (#2334, #2702)
|
2 years ago |
ocornut
|
e25e4526cd
Merge branch 'master' into docking
|
2 years ago |
ocornut
|
5d74891285
Backends: Win32: Use WM_NCMOUSEMOVE / WM_NCMOUSELEAVE to track mouse positions over non-client area (OS decorations) when app is not focused. (#6045, #6162)
|
2 years ago |
ocornut
|
e816bc6723
Merge misc changes from docking branch to reduce small drift.
|
2 years ago |
ocornut
|
887abe9578
Merge branch 'master' into docking
|
2 years ago |
ocornut
|
3617a96372
Backends, Inputs: Made horizontal scroll wheel and horizontal scroll direction consistent accross backends/os. (#4019, #6096, #1463)
|
2 years ago |
ocornut
|
fc3815bfe5
Merge branch 'master' into docking
|
2 years ago |
ocornut
|
3ea0fad204
Merge branch 'master' into docking
|
2 years ago |
ocornut
|
1a497c2499
Inputs, IO: reworked ImGuiMod_Shortcut to redirect to Ctrl/Super at runtime instead of compile-time. (#5923, #456)
|
2 years ago |
ocornut
|
849c8052b7
Merge branch 'master' into docking
|
2 years ago |
Teselka
|
9db6b1a0d9
Backends: Win32: minor tidying up. (#5819)
|
2 years ago |
ocornut
|
edf522b58a
Merge branch 'master' into docking + amends change to nullptr (#5760)
|
2 years ago |
ocornut
|
c54230d14e
Backends: Using nullptr instead of NULL. (#5760, #4537) + fix additional warnings.
|
2 years ago |
ocornut
|
d91211f9f2
Merge branch 'master' into docking
|
2 years ago |
ocornut
|
0a7054c7e4
Backends: Win32: Convert WM_CHAR values with MultiByteToWideChar() when window class was registered as MBCS (not Unicode). (#5725, #1807, #471, #2815, #1060)
|
2 years ago |
ocornut
|
1dc7d0e633
Merge branch 'master' into docking
|
2 years ago |
ocornut
|
fd408c9790
Renamed and merged keyboard modifiers key enums and flags into a same set:. ImGuiKey_ModXXX -> ImGuiMod_XXX and ImGuiModFlags_XXX -> ImGuiMod_XXX. (#4921, #456)
|
2 years ago |
ocornut
|
e21f462f6f
Merge branch 'master' into docking
|
3 years ago |
ocornut
|
e99c4fc668
Nav: fixes keyboard/gamepad nav actions running without the corresponding config flags (#5504). Fixes 8b8a61b. #4921, #4858, #787, #1599, #323)
|
3 years ago |
ocornut
|
21fc57f2cf
Merge branch 'master' into docking
|
3 years ago |
ocornut
|
90ef327882
Reordered keys representing directions to follow a consistent L/R/U/D order everywhere. (#2625, #4921, #3724)
|
3 years ago |
ocornut
|
e135cdbc24
Merge branch 'master' into docking + update for IMGUI_DEBUG_LOG calls.
|
3 years ago |
ocornut
|
1d6e34f3f9
Debug: Added ShowDebugLogWindow().
|
3 years ago |
ocornut
|
377b864bb4
Merge branch 'master' into docking
|
3 years ago |
ocornut
|
fd06ed833b
Misc: tweaks + fix warnings on backends withtout -wno-memaccess (#4995, #5104)
|
3 years ago |
ocornut
|
1e18da5c38
Backends, Examples: Add comments about using WndProc handler and WantCaptureXXX flags. (#5061)
|
3 years ago |
ocornut
|
d5f0d45ae4
Merge branch 'master' into docking + remove two _PopUnusedDrawCmd() from docking branch, following 718daa1
|
3 years ago |
ocornut
|
c906c65cac
(BREAKING) Replaced AddKeyModsEvent() added by 790132a in favor of unified key enum system. Backends: update most. (#4921, #4858)
|
3 years ago |
ocornut
|
3e0d6ec895
Merge branch 'master' into docking
|
3 years ago |
ocornut
|
62d6be3747
IO: Removed ImGuiInputSource from public api for now, unnecessary. (#4858, #787)
|
3 years ago |