ocornut
|
d15574ce2a
Backends: Win32: Removed silent return when calling ImGui_ImplWin32_WndProcHandler() with no active context! (#6275)
|
1 year ago |
ocornut
|
77dff5a735
Backends: comments.
|
1 year ago |
ocornut
|
d79514c407
Merge branch 'master' into docking
|
1 year ago |
ocornut
|
262e30e300
Backends: SDL2: rework new API as ImGui_ImplSDL2_SetGamepadMode(). (#3884, #6559, #6890, #7180)
|
1 year ago |
ocornut
|
d15e4100b8
Backends: SDL2: Amend new API, all support for multiple gamepads. (#3884, #6559, #6890)
|
1 year ago |
ocornut
|
f966da1f8f
Backends: SDL2: Gamepad handlng: amend bf1c96d. (#3884, #6559, #6890)
|
1 year ago |
ocornut
|
bf1c96d4fa
Backends: SDL2: Handle gamepad disconnection + fixed increasing refcount. Added ImGui_ImplSDL2_SelectGamepadAuto()/ImGui_ImplSDL2_SelectGamepadExplicit(). (#3884, #6559, #6890)
|
1 year ago |
ocornut
|
fd8d6dc5d1
Backends: SDL2,SDL3: tidying up.
|
1 year ago |
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 |