ocornut
|
e3d7cd665d
Merge branch 'master' into docking
|
1 year ago |
kida22
|
240ab5890b
Backends: GLFW, Input: Use Unicode version of WndProc for get correct input for text in utf-8 code page. (#7174)
|
1 year ago |
ocornut
|
4aa81116a5
Merge branch 'master' into docking
|
1 year ago |
ocornut
|
3cb805489b
Backends: GLFW, Emscripten: fixes for canvas resizing, amends. (#6751)
|
1 year ago |
Pello Rao
|
22a7d241ff
Backends: GLFW, Emscripten: fixes for canvas resizing. (#6751)
|
1 year ago |
ocornut
|
f7fc186408
Merge branch 'master' into docking
|
1 year ago |
ocornut
|
b0758c86d8
Backends: Added support for extra ImGuiKey values: F13 to F24 function keys. (#6891, #4921)
|
1 year ago |
ocornut
|
d27b4ad366
Backends: GLFW: support for case where secondary viewport WndProc is not the same as main viewport one. (#6889)
|
1 year ago |
ocornut
|
17bfafda55
Backends: GLFW: moved WndProc hook to bottom of file + rename a field. (#6889)
|
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
|
72dbe45adc
Merge branch 'master' into docking
|
1 year ago |
Deal
|
56a7b8b724
Backends: GLFW: Clear emscripten's MouseWheel callback before shutdown. (#6790, #6096, #4019)
|
1 year ago |
ocornut
|
f8f805f046
Merge branch 'master' into docking
|
2 years ago |
scorpion-26
|
e5977f05d8
Backends: GLFW: revert support for GLFW_CURSOR_DISABLED, let user use ImGuiConfigFlags_NoMouse. (#5625, #6609)
|
2 years ago |
ocornut
|
33e13c85e1
Backends: Made all backends sources files support global IMGUI_DISABLE. (#6601)
|
2 years ago |
ocornut
|
1450d23b60
Merge branch 'master' into docking
|
2 years ago |
ocornut
|
884e3fd21f
Backends: GLFW: Accept glfwGetTime() not returning a monotonically increasing value. (#6491, #6189, #6114)
|
2 years ago |
S41L0R
|
f0f3b927e0
Backends: GLFW: Avoid linking with GLFW function for homebrew switch (#6473)
|
2 years ago |
slowriot
|
6cc967a124
Backends: GLFW: Only enable Vulkan support if not building with Emscripten (#6468)
|
2 years ago |
omar
|
2e810d575c
Backends: GLFW: Fix breaking typo 19b436f68 (#5683, #6459)
|
2 years ago |
ocornut
|
19b436f68d
Backends: GLFW: Preserve monitor list when there are no monitor. (#5683)
|
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
|
ee5ce36745
Merge branch 'master' into docking, including specific merge for imgui_impl_glfw.cpp for f070497
|
2 years ago |