ocornut
|
ac90e1bd5b
Backends: Win32: replace bd != nullptr assert with early out. (#6275)
|
1 年之前 |
ocornut
|
5e23680454
Backends: all backends + demo now call IMGUI_CHECKVERSION() to verify ABI compatibility between caller code and compiled version of dear imgui. (#7568)
|
1 年之前 |
ocornut
|
1ab1af80c7
Backends: Win32: Facepalm revert part of d15574c + additional commentary (#6275)
|
1 年之前 |
ocornut
|
d15574ce2a
Backends: Win32: Removed silent return when calling ImGui_ImplWin32_WndProcHandler() with no active context! (#6275)
|
1 年之前 |
ocornut
|
07e8ff9a8d
Backends: Win32: Fixed a warning + moved header cruft below Changelog.
|
1 年之前 |
ocornut
|
001f102f38
IO, Backends: added ImGuiKey_AppBack, ImGuiKey_AppForward. (#6891, #4921)
|
1 年之前 |
ocornut
|
7bbd758681
Backends: Win32: revert oops chunk.
|
1 年之前 |
ocornut
|
b0758c86d8
Backends: Added support for extra ImGuiKey values: F13 to F24 function keys. (#6891, #4921)
|
1 年之前 |
ocornut
|
12ee2dd789
Backends: Win32: Synthesize key-down event on key-up for VK_SNAPSHOT / ImGuiKey_PrintScreen as Windows doesn't emit it. (#6859)
|
1 年之前 |
ocornut
|
357f752bed
Docs: add more links to the top of every examples and backends files.
|
1 年之前 |
sneakyevil
|
c9d3c29aa3
Backend: Win32: support keyboard codepage conversion for when compiling in MBCS mode and creating a non-Unicode window. (#6785, #6782, #5725)
|
1 年之前 |
ocornut
|
33e13c85e1
Backends: Made all backends sources files support global IMGUI_DISABLE. (#6601)
|
2 年之前 |
ocornut
|
a89590b425
Backends: Win32: revert accidental deletion of ImGui_ImplWin32_EnableAlphaCompositing() in a566ecc (#3218)
|
2 年之前 |
ocornut
|
9308cfdcfb
Examples: Amend Win32/Winapi + OpenGL example. (#3218, #5170 and #6086, #2772, #2600, #2359, #2022, #1553)
|
2 年之前 |
Mark Jansen
|
a566ecc58f
Examples: Add Win32/Winapi + OpenGL example. (#3218, #5170 and #6086, #2772, #2600, #2359, #2022, #1553)
|
5 年之前 |
Gereon V
|
055e71518e
Backends: clear bits set in io.BackendFlags on backend Shutdown(). Clear BackendPlatformName. (#6334, #6335)
|
2 年之前 |
ocornut
|
f070497cbd
Backends: Win32/SDL2/SDL3/GLFW: Added support for io.AddMouseSourceEvent(). (#2334, #2702)
|
2 年之前 |
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 年之前 |
ocornut
|
e816bc6723
Merge misc changes from docking branch to reduce small drift.
|
2 年之前 |
ocornut
|
3617a96372
Backends, Inputs: Made horizontal scroll wheel and horizontal scroll direction consistent accross backends/os. (#4019, #6096, #1463)
|
2 年之前 |
ocornut
|
1a497c2499
Inputs, IO: reworked ImGuiMod_Shortcut to redirect to Ctrl/Super at runtime instead of compile-time. (#5923, #456)
|
2 年之前 |
Teselka
|
9db6b1a0d9
Backends: Win32: minor tidying up. (#5819)
|
2 年之前 |
ocornut
|
c54230d14e
Backends: Using nullptr instead of NULL. (#5760, #4537) + fix additional warnings.
|
2 年之前 |
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 年之前 |
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 年之前 |
ocornut
|
e99c4fc668
Nav: fixes keyboard/gamepad nav actions running without the corresponding config flags (#5504). Fixes 8b8a61b. #4921, #4858, #787, #1599, #323)
|
3 年之前 |
ocornut
|
90ef327882
Reordered keys representing directions to follow a consistent L/R/U/D order everywhere. (#2625, #4921, #3724)
|
3 年之前 |
ocornut
|
1d6e34f3f9
Debug: Added ShowDebugLogWindow().
|
3 年之前 |
ocornut
|
fd06ed833b
Misc: tweaks + fix warnings on backends withtout -wno-memaccess (#4995, #5104)
|
3 年之前 |
ocornut
|
1e18da5c38
Backends, Examples: Add comments about using WndProc handler and WantCaptureXXX flags. (#5061)
|
3 年之前 |