aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-12-29Merge pull request #22335 from garbear/backport-color-fixfuzzard
[Nexus] RetroPlayer: Fix gamewindow control not clearing render area
2022-12-29Merge pull request #22318 from kambala-decapitator/nexus-ios-keyboard-dark-modefuzzard
[ios] add support for dark mode to the keyboard input field
2022-12-29Merge pull request #22336 from fuzzard/BP_cmake_win_dependsflagsfuzzard
[BP][cmake] BUILD_DEP_TARGET macro pass project compiler flags through
2022-12-27[cmake][win] BUILD_DEP_TARGET macro pass project compiler flags throughfuzzard
We dont use a toolchain for windows (unlike most other unix platforms), so manually pass project compiler flags through to externalproject_add calls for windows cmake projects
2022-12-26RetroPlayer: Use color constantsGarrett Brown
2022-12-26RetroPlayer: Fix controls not clearing their render areaGarrett Brown
2022-12-26Merge pull request #22285 from CastagnaIT/webvtt_hours_Nexusfuzzard
[Subtitles][WebVTT][backport] Accept timestamp with 100+ hours
2022-12-23[ios] add support for dark mode to the keyboard input fieldAndrey Filipenkov
(cherry picked from commit 647ee3c57514ed976ffdd59eb91288ea190684a9)
2022-12-22Merge pull request #22313 from garbear/backport-flatcGarrett Brown
[Backport] Fix double attempt to find flatc compiler
2022-12-22[V20] Fix double attempt to find flatc compilerGarrett Brown
find_package(FlatC) is called twice, once from CMakeLists.txt (as it's a required build tool) and once from FindFlatBuffers.cmake (as it's a direct dependency).
2022-12-19Merge pull request #22286 from fuzzard/Nexus_rc220.0rc2-Nexusfuzzard
[V20] Nexus RC2
2022-12-19[V20 RC2] Version bumpsfuzzard
2022-12-19Merge pull request #22284 from thexai/fix-Xbox-database-Nexusfuzzard
[Xbox][Database] Fix race condition at upgrade databases version
2022-12-18[Subtitles][WebVTT] Accept timestamp with 100+ hoursCastagnaIT
2022-12-18[Xbox][Database] Fix race condition at upgrade databases versionthexai
2022-12-18Merge pull request #22280 from ksooo/music_video_fix-playlist_detection-nexusfuzzard
[music][video] (Music|Video)Utils::IsItemPlayable: Fix playlist detection
2022-12-18Merge pull request #22264 from popcornmix/egl_modifiersfuzzard
DRMPRIMEEGL: Also map the plane modifiers
2022-12-16[music][video] (Music|Video)Utils::IsItemPlayable: Fix playlist detection.ksooo
2022-12-15Merge pull request #22275 from repojohnray/nexus_fixstrikethroughMiguel Borges de Freitas
[Subtitles] fix uninitialized strikethrough flag (Nexus backport)
2022-12-15[Subtitles] fix uninitialized strikethrough flagrepojohnray
2022-12-15Merge pull request #22268 from enen92/nexus_backport_fix_discs_macosMiguel Borges de Freitas
[Discs] Fix physical drive access on macOS
2022-12-15Merge pull request #22267 from enen92/a_silicon_disk_backportMiguel Borges de Freitas
[discs] Allow compilation of darwin driver on apple silicon
2022-12-14[discs] Allow compilation of darwin driver on apple siliconMiguel Borges de Freitas
2022-12-15Merge pull request #22261 from fuzzard/Nexus_fix_libmicrohttpd_timespecgetfuzzard
[BP][tools/depends][target] libmicrohttpd - disable timespec_get apple platforms
2022-12-14[Discs] Fix physical drive access on macOSMiguel Borges de Freitas
2022-12-14DRMPRIMEEGL: Also map the plane modifiersDom Cobley
The modifiers are required for rendering a plane but currently are lose between the decoder and EGL renderer With this patch hardware formats like Broadcom 8-bit (SAND128) and 10-bit (P030) can now be correctly rendered
2022-12-14[tools/depends][target] libmicrohttpd - disable timespec_get usage for apple ↵fuzzard
platforms disable timespec_get for apple platforms. Was introduced in __API_AVAILABLE(macosx(10.15), ios(13.0), tvos(13.0), watchos(6.0)) however older platforms (reported 10.13.6) fail to run.
2022-12-13Merge pull request #22255 from enen92/Nexus_txt_backportMiguel Borges de Freitas
[Teletext] ensure thread safety
2022-12-13Merge pull request #22249 from emveepee/vsdebugfixnexusfuzzard
[BP][Windows] Fix Crash introduced in #22234 for windows Debug builds
2022-12-12Merge pull request #22247 from emveepee/resumefixnexusKai Sommerfeld
[PVR] Fix for duplicate resume dialogs
2022-12-12Merge pull request #22246 from ksooo/pvr-fix-epg-migration-nexusKai Sommerfeld
[PVR] Fix EPG database v15 -> v16 migration.
2022-12-12[Teletext] ensure thread safetyrepojohnray
2022-12-11Re-arrange codeemveepee
Backport of PR 22248
2022-12-11[PVR] Fix for duplicate resume dialogs emveepee
Nexus backport of PR 22241
2022-12-11[PVR] Fix EPG database v15 -> v16 migration.ksooo
2022-12-10Merge pull request #22236 from fuzzard/nexus_rc120.0rc1-Nexusfuzzard
[V20 RC1] Version bumps for RC1
2022-12-10[V20 RC1] Version bumps for RC1fuzzard
Bump splash to RC label
2022-12-10Merge pull request #22235 from fuzzard/addon_tmdbtv_bumpfuzzard
[Addon] bump metadata.tvshows.themoviedb.org.python 1.6.0
2022-12-10[Addon] bump metadata.tvshows.themoviedb.org.python 1.6.0fuzzard
Bump packaged version of metadata.tvshows.themoviedb.org.python to 1.6.0 to accomodate api changes in post Beta1
2022-12-10Merge pull request #22232 from enen92/osx_fullscreen_resizefuzzard
[macOS][nativewindow] Resize/reposition while in fullscreen (XBMC_FUL…
2022-12-10Merge pull request #22228 from enen92/get_glcontext_macosfuzzard
[Macos][NativeWindowing] Get GL context on main thread
2022-12-10Merge pull request #22229 from enen92/macos_windowing_deprecationsfuzzard
[macos][native windowing] Address a few deprecations
2022-12-10Merge pull request #22227 from enen92/osx_didresize_fullscreen_togglefuzzard
[macos] Avoid toggling fullscreen twice on startup
2022-12-10Merge pull request #22234 from joseluismarti/param-and-commentfuzzard
[GUI] PARAM in includes are not evaluated when comments exist
2022-12-09[GUI] PARAM in includes are not evaluated when comments existJose Luis Marti
2022-12-08[macOS][nativewindow] Resize/reposition while in fullscreen ↵Miguel Borges de Freitas
(XBMC_FULLSCREEN_UPDATE) event
2022-12-08[macos][native windowing] Address a few deprecationsMiguel Borges de Freitas
2022-12-08[Macos][NativeWindowing] Get GL context on main threadMiguel Borges de Freitas
2022-12-08[macos] Avoid toggling fullscreen twice on startupMiguel Borges de Freitas
2022-12-08[VideoInfoScanner] Prevent logging errors by getting empty directory (#22173)larrignon
* Prevent logging errors by getting empty directory. Prevent logging errors by getting empty directory.