ocornut
|
6274ca4266
Backends: GLFW: fixed build for Emscripten which doesn't expose glfw3native.h.
|
1 week ago |
ocornut
|
d92c8c6aff
Backends: SDL2: Content Scales are always reported as 1.0 on Wayland. (#8921)
|
1 week ago |
ocornut
|
72c00f39c1
Backends: GLFW: fix ImGui_ImplGlfw_IsWayland() amend broken 10d0162. (#8921, #8920)
|
1 week ago |
ocornut
|
2675b7ca26
Backends: GLFW: Content Scales always reported as 1.0 on Wayland, FramebufferScale always reported as 1.0 on X11. (#8920, #8921)
|
1 week ago |
ocornut
|
10d0162378
Backends: GLFW: added ImGui_ImplGlfw_IsWayland(). (#8921, #8920)
|
1 week ago |
fdsa
|
09ebcf1779
Docs: fixed mismatched parentheses & other small changes. (#8922)
|
3 weeks ago |
Pascal Thomet
|
18dca11dd0
Backends: GLFW, SDL2: ImplXXX_GetContentScaleXXX() helpers return 1.0f on emscripten / apple / android (#8742, #8733)
|
3 months ago |
ocornut
|
e97e55adbc
Backends: Fixed various warnings discovered when using MinGW GCC 15/Clang on latest backends.
|
3 months ago |
ocornut
|
9a50c09172
Bsckends: SDL2, GLFW: fixed ImGui_ImplXXXX_GetContentScaleXXX functions never using SDL 2.0.4 & GLFW 3.3 path in master.
|
3 months ago |
ocornut
|
f633a60581
Backends: GLFW: Added support for multiple Dear ImGui contexts. (#8676, #8239, #8069)
|
3 months ago |
ocornut
|
d290e583c5
Backends: GLFW: fixed WndProc relying on current context. (#8676, #8239, #8069)
|
3 months ago |
ocornut
|
b98e92839c
Backends: SDL2, SDL3, GLFW: Backport small part of c90ea13 from docking.
|
3 months ago |
ocornut
|
8269924c33
Backends: GLFW: added ImGui_ImplGlfw_GetContentScaleForMonitor(), ImGui_ImplGlfw_GetContentScaleForWindow() helpers.
|
3 months ago |
ocornut
|
08689c51a9
Backends: GLFW, SDL2, SDL3: include GLFW/SDL version number in io.BackendPlatformName.
|
4 months ago |
ocornut
|
979c7d76ab
Backends: SDL2, SDL3, OSX: Fill gamepad inputs and set ImGuiBackendFlags_HasGamepad regardless of ImGuiConfigFlags_NavEnableGamepad being set. (#8508)
|
6 months ago |
ocornut
|
79bba34c5f
Revert "Added ImGuiKey_AbntC1, ImGuiKey_AbntC2 + Backends: GLFW, Win32: added support. (#8468)"
|
6 months ago |
ocornut
|
557c77e455
Added ImGuiKey_AbntC1, ImGuiKey_AbntC2 + Backends: GLFW, Win32: added support. (#8468)
|
6 months ago |
ocornut
|
a9e53829d2
Backends: Win32, SDL2, SDL3, GLFW: prioritize scancodes instead of translated keycodes when dealing with OEM keys + Added ImGuiKey_Oem102. (#7136, #7201, #7206, #7306, #7670, #7672, #8468)
|
6 months ago |
ocornut
|
ce13f6b73e
Backends: GLFW: Fixed clipboard handler assertion when using GLFW <= 3.2.1 compiled with asserts enabled. (#8452)
|
6 months ago |
ocornut
|
eec097fe35
Added ImGuiMouseCursor_Progress mouse cursor 8a35386+ support in SDL2,SDL3,Win32,Allegro5 backends.
|
7 months ago |
ocornut
|
8a35386ba7
Added ImGuiMouseCursor_Wait mouse cursor (busy/wait/hourglass shape) + support in SDL2,SDL3,Win32,Allegro5 backends.
|
7 months ago |
fdsa
|
4f1d3809c3
Fixed tabs and spaces (#8377)
|
7 months ago |
ocornut
|
2d20e13746
Backends: GLFW: Added comment about io.AddMouseSourceEvent() not being properly called. (#8374)
|
7 months ago |
ocornut
|
43fbd7ce84
Backends: standardized top of file comments.
|
9 months ago |
ocornut
|
566558b17c
Replacing NULL with nullptr in examples/backends when they creeped back. (#6313, #7071, #4537)
|
9 months ago |
ocornut
|
6f287dd16d
(Breaking) Removed pre-1.87 obsolete io.KeyMap[], io.KeysDown[], io.NavInputs[]. Remove IMGUI_DISABLE_OBSOLETE_KEYIO. (#4921)
|
10 months ago |
ocornut
|
a908d73c16
Backends: avoid missing -Wmissing-declaration warning. (#8087, #7997)
|
11 months ago |
ocornut
|
d885fe4dd0
(Breaking) moved ImGuiConfigFlags_NavEnableSetMousePos -> io.ConfigNavMoveSetMousePos, ImGuiConfigFlags_NavNoCaptureKeyboard -> ConfigNavCaptureKeyboard. (#2517, #2009)
|
11 months ago |
ocornut
|
cfae5ac71b
Backends: make ImGui_ImplSDL2_KeyEventToImGuiKey(), ImGui_ImplSDL3_KeyEventToImGuiKey(), ImGui_ImplGlfw_KeyToImGuiKey(), ImGui_ImplWin32_KeyEventToImGuiKey(), ImGui_ImplAllegro5_KeyCodeToImGuiKey(), ImGui_ImplOSX_KeyCodeToImGuiKey(), non-static. (#7997)
|
1 year ago |
Yan Pujante
|
6dcb7be35f
CI: amend build tests for emscripten (#7965)
|
1 year ago |