scummvm/backends
Le Philousophe 17a1b37dda BACKENDS: SDL: Refactor ImGui processing
This unifies the ImGui processing for both 2D and 3D engine.
This also make sure we don't destroy ImGui if init failed (like on older
OpenGL).
The destroy callback is also called whenever we destroy the context.
2024-06-30 15:57:03 +02:00
..
audiocd COMMON: Avoid including engine headers in common code for DebugChannelDef 2024-06-20 20:15:57 +01:00
cloud COMMON: Mark more symbols as const 2023-12-26 20:23:59 +01:00
dialogs BACKENDS: Migrate to Path API 2023-12-24 13:19:25 +01:00
dlc DLC: Fix build following Path changes 2024-06-08 11:15:57 +02:00
events BACKENDS: IMGUI: Renamed modified files to minimize diff with upstream 2024-05-17 01:46:45 +02:00
fs KOLIBRI: Update for new ksys.h 2024-01-20 23:52:46 +01:00
graphics BACKENDS: SDL: Refactor ImGui processing 2024-06-30 15:57:03 +02:00
graphics3d BACKENDS: SDL: Refactor ImGui processing 2024-06-30 15:57:03 +02:00
imgui IMGUI: Use docking branch 2024-05-24 16:35:55 +02:00
keymapper GUI: KEYMAPPER: Fix small -Wpedantic warning 2024-06-22 06:01:20 +02:00
log JANITORIAL: Fix immediatly typo in log.h 2024-05-18 13:52:31 +02:00
midi MM: XEEN: Initial MT32/LAPC-1 support 2024-02-17 13:16:51 -10:00
mixer DS: Report the buffer size to the mixer 2024-06-05 12:32:25 +01:00
mutex ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
networking COMMON: Avoid including engine headers in common code for DebugChannelDef 2024-06-20 20:15:57 +01:00
platform ANDROID: Avoid use-after-free when setting up touch mode 2024-06-22 20:23:49 +02:00
plugins MACOSX: Fix macOS builds with plugins (as used for OSX PPC releases) 2024-06-16 09:12:16 +02:00
presence/discord ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
saves COMMON: Mark more symbols as const 2023-12-26 20:23:59 +01:00
taskbar JANITORIAL: Fix dependancy typo in win32-taskbar.cpp 2024-05-18 13:52:31 +02:00
text-to-speech JANITORIAL: Move 'a' in front of 'really' in windows-text-to-speech.cpp 2024-05-18 13:52:31 +02:00
timer ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
updates JANITORIAL: Fix some lost or outdated URLs in comments 2022-05-19 07:57:31 +03:00
vkeybd VKEYBD: Migrate virtual keyboard to Path class 2023-12-24 13:19:25 +01:00
base-backend.cpp BACKENDS: Remove leftover code 2023-08-14 00:40:42 +02:00
base-backend.h BACKENDS: Remove leftover code 2023-08-14 00:40:42 +02:00
modular-backend.cpp BACKENDS: Update ImGui callbacks in OSystem and fix engines 2024-05-03 20:25:01 +02:00
modular-backend.h BACKENDS: Update ImGui callbacks in OSystem and fix engines 2024-05-03 20:25:01 +02:00
module.mk EVENTRECORDER: Fix build and obvious mistype error 2024-06-05 19:02:18 +02:00