ocornut
|
f7fc186408
Merge branch 'master' into docking
|
1 year ago |
ocornut
|
001f102f38
IO, Backends: added ImGuiKey_AppBack, ImGuiKey_AppForward. (#6891, #4921)
|
1 year ago |
ocornut
|
b0758c86d8
Backends: Added support for extra ImGuiKey values: F13 to F24 function keys. (#6891, #4921)
|
1 year ago |
ocornut
|
7e246a7bb9
Merge branch 'master' into docking
|
1 year ago |
ocornut
|
357f752bed
Docs: add more links to the top of every examples and backends files.
|
1 year ago |
ocornut
|
475453668d
Backends: SDL2/SDL3: Fixed bad merge in docking branch (#6735)
|
2 years ago |
ocornut
|
676497fe05
Merge branch 'master' into docking
|
2 years ago |
ocornut
|
1e17d59965
Backends: SDL2,SDL3: added ImGui_ImplSDL2_InitForOther() / ImGui_ImplSDL3_InitForOther().
|
2 years ago |
ocornut
|
f8f805f046
Merge branch 'master' into docking
|
2 years ago |
ocornut
|
33e13c85e1
Backends: Made all backends sources files support global IMGUI_DISABLE. (#6601)
|
2 years ago |
ocornut
|
c11128891e
Backends: SDL2/SDL3: Update monitor list when receiving a display event. (#6348)
|
2 years ago |
ocornut
|
adf693c061
Viewports: added void* ImGuiPlatformMonitor::PlatformHandle field (backend-dependant).
|
2 years ago |
ocornut
|
1f2b84a654
Backends: clear viewport specific bits in io.BackendFlags on backend Shutdown(). (#6334)
|
2 years ago |
ocornut
|
4f692ba840
Merge branch 'master' into docking
|
2 years ago |
Gereon V
|
055e71518e
Backends: clear bits set in io.BackendFlags on backend Shutdown(). Clear BackendPlatformName. (#6334, #6335)
|
2 years ago |
ocornut
|
bed11b35d1
Fix typos and use nullptr in backends. Amend 506f7e0
|
2 years ago |
ocornut
|
aec062a8a5
Merge branch 'master' into docking
|
2 years ago |
Michael Martz
|
506f7e0074
Using nullptr in locations where warning disable is not convenient. (#6313, #4537)
|
2 years ago |
ocornut
|
9203883bbe
Comments + Metal using SetTexID(0) for consistency.
|
2 years ago |
ocornut
|
1668693bcf
Backends: SDL2/SDL3: Fixed IME text input rectangle position with viewports. (#6071, #1953)
|
2 years ago |
ocornut
|
ec461c6ccb
Merge branch 'master' into docking
|
2 years ago |
ocornut
|
a7703fe6f7
Backends: SDL2/SDL3: Avoid callng SDL_StartTextInput()/SDL_StopTextInput(). (#6306, #6071, #1953)
|
2 years ago |
ocornut
|
ee5ce36745
Merge branch 'master' into docking, including specific merge for imgui_impl_glfw.cpp for f070497
|
2 years ago |
ocornut
|
f070497cbd
Backends: Win32/SDL2/SDL3/GLFW: Added support for io.AddMouseSourceEvent(). (#2334, #2702)
|
2 years ago |
ocornut
|
4fdafef54f
Merge branch 'master' into docking
|
2 years ago |
ocornut
|
8a6911b894
Backends: Fixes zealous warnings (#5760)
|
2 years ago |
ocornut
|
4078abe14c
Merge branch 'master' into docking
|
2 years ago |
Adam Kewley
|
2496b973f9
Backends: SDL2,SDL3: Accept SDL_GetPerformanceCounter() not returning a monotonically increasing value. (#6189, #6114, #3644)
|
2 years ago |
ocornut
|
ea4565368e
Merge branch 'master' into docking
|
2 years ago |
ocornut
|
fac19e1883
Backends: SDL2:+SDL3 Implement SetPlatformImeDataFn (amends). (#6071, #1953) + fix SDL3 setting PlatformHandleRaw. (#6146)
|
2 years ago |