aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-02-01Game OSD: Fix root menu missing animation for subdialogsGarrett Brown
The Game OSD correctly fades in and out from fullscreen, but doesn't fade when opening or closing a subdialog, causing a bright flash when it opens after returning from a subdialog.
2023-02-01RetroPlayer: Fix corrupted picture when copying formats in reverseGarrett Brown
The bug was noticed when scalers were used to serialize RGB 565 to an RGBA file, then reading back the RGBA data and converting in reverse to RGB 565.
2023-02-01RetroPlayer: Rename variables for code clarityGarrett Brown
2023-02-01RetroPlayer: Rename parameter for code clarityGarrett Brown
2023-02-01RetroPlayer: Rename duplicate function names for code clarityGarrett Brown
2023-02-01RetroPlayer: Improve error loggingGarrett Brown
2023-02-01RetroPlayer: Fix corrupted picture when dealing with different formatsGarrett Brown
2023-02-01RetroPlayer: Fix typo in variable nameGarrett Brown
2023-02-01[Subtitles][Libass] Fix line spacing to avoid overlap boxCastagnaIT
2023-02-01render the .notdef characters to fix drawing of text with unicode chars ↵CrystalP
missing in font
2023-01-31Merge pull request #22632 from garbear/backport-savestate-menuGarrett Brown
[Backport] Game OSD: Address savestate manager usability issues
2023-01-31Merge pull request #22655 from ksooo/pvr-client-call-perf-nexusKai Sommerfeld
[PVR] CPVRClients: Optimize calls which obtain client capabilities.
2023-01-31[PVR] CPVRClients: Optimize calls which obtain client capabilities.ksooo
2023-01-30Merge pull request #22630 from thesamesam/Nexusfuzzard
[backport] windowing: X11: Add missing <cstdint> include (fix build with GCC 13)
2023-01-29RetroPlayer: Use "screenshot" property for savestate thumbnailsGarrett Brown
2023-01-29Game OSD: Improve test spacing for out-of-game savestate managerGarrett Brown
2023-01-29RetroPlayer: Improve logging when memory data is missingGarrett Brown
2023-01-29Game OSD: Allow renaming/deleting savestates in-gameGarrett Brown
Additional modifications were necessary to improve the behavior of the in-game savestate dialog when another dialog is opened on top of it.
2023-01-29Game OSD: Improvements to out-of-game savestate dialogGarrett Brown
This change brings the following improvements: * Prepopulate keyboard dialog with savestate name * Allow empty savestate label * Error dialog when savestate renaming or deletion fails * General refactoring
2023-01-29Game OSD: Fix conflicting IDs when other dialogs are visibleGarrett Brown
The game OSD uses window IDs in the range 108XX, so prefix game-osd-specific control IDs with "108". This is needed when the YesNo Dialog is shown over the game OSD, because the YesNo dialog's "OK" button ID is 11. When the "OK" button is focused, our game thumbnail is erroneously focused too.
2023-01-29Game OSD: Improve error handling for invalid item indexGarrett Brown
2023-01-29Port dialog: Improve error handling for invalid item indexGarrett Brown
2023-01-29Games: Remove unused functionGarrett Brown
2023-01-29RetroPlayer: Add function to update a savestateGarrett Brown
2023-01-29RetroPlayer: Improve savestate labelsGarrett Brown
2023-01-29RetroPlayer: Rename parameter for code clarityGarrett Brown
2023-01-29RetroPlayer: Fix missing empty pointer checkGarrett Brown
2023-01-30windowing: X11: Add missing <cstdint> include (fix build with GCC 13)Sam James
GCC 13 (as usual for new compiler releases) shuffles around some internal includes and so <cstdint> etc is no longer transitively included. See https://www.gnu.org/software/gcc/gcc-13/porting_to.html. Bug: https://bugs.gentoo.org/892503 (cherry picked from commit 6730f62c5d709f8789e11d3f979c597fe702daa3)
2023-01-29Merge pull request #22610 from ksooo/video-music-fix-playlist-order-nexusKai Sommerfeld
[video][music] Fix playlist item order. …
2023-01-28[video][music] Fix playlist item order. When building a playlist, use target ↵ksooo
window's sort method if it is active.
2023-01-28Merge pull request #22604 from ksooo/favourites-feature-catch-up-nexusKai Sommerfeld
[favourites][keymaps] Favourites Browser window: Catch-up on features of the deprecated Favourites dialog
2023-01-28[favourites] Refactor GUI actions.ksooo
2023-01-28[favourites][keymaps] Favourites Browser window: Add support for actions ↵ksooo
up/down/delete to catch up up with the functionality of the now deprecated Favourites dialog
2023-01-28[keymaps] Open Favourites Browser instead of (deprecated) Favourites dialog.ksooo
2023-01-28Merge pull request #22601 from CastagnaIT/viewstate_fix_nexusKai Sommerfeld
[backport][Video][GUIViewState] Add and set missing playlist sort
2023-01-28[Video][GUIViewState] Add and set missing playlist sortCastagnaIT
2023-01-28Merge pull request #22504 from razzeee/nexus-version-sortingfuzzard
Fix version format as they need to be sortable
2023-01-28Merge pull request #22586 from joseluismarti/gradle-ndk-Nexusfuzzard
[backport][Android][gradle] Configure android.ndkPath
2023-01-27Merge pull request #22593 from ↵phunkyfish
phunkyfish/fix-limits-kodi-vfs-readline-simple-nexus [backport][addons][filesystem] Fix memory limits with kodi::vfs::readline
2023-01-26[addons][filesystem] increase ADDON_GLOBAL_VERSION_FILESYSTEM to 1.1.8phunkyfish
2023-01-26[addons][filesystem] fix memory limits with kodi::vfs::ReadLinephunkyfish
2023-01-26Merge pull request #22550 from wsnipex/fix_cryptodome_nexusfuzzard
backport: [android] strip abi version off cryptodome lib names
2023-01-25[backport][Android][gradle] Configure android.ndkPathJose Luis Marti
2023-01-24Merge pull request #22517 from KOPRajs/savestate-manager-fixes-nexusGarrett Brown
[backport] Retroplayer: Savestate manager fixes
2023-01-24Merge pull request #22575 from ksooo/video-music-fix-ctx-menu-play-2-nexusKai Sommerfeld
[video][music] Fix 'Play' and other related context menu items not appearing …
2023-01-24[Backport][Subtitles] Fix subtitles in livestreams with high start timestampsmediaminister
2023-01-24RetroPlayer: Add Autosave label to autosavesKOPRajs
2023-01-24RetroPlayer: Do not rewrite manually created savestates with autosaveKOPRajs
2023-01-24RetroPlayer: Create autosave only if Autosave is enabledKOPRajs
2023-01-24RetroPlayer: Load selected savestate even when Autosave is not enabledKOPRajs