Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-02-01 | Game OSD: Fix root menu missing animation for subdialogs | Garrett 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-01 | RetroPlayer: Fix corrupted picture when copying formats in reverse | Garrett 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-01 | RetroPlayer: Rename variables for code clarity | Garrett Brown | |
2023-02-01 | RetroPlayer: Rename parameter for code clarity | Garrett Brown | |
2023-02-01 | RetroPlayer: Rename duplicate function names for code clarity | Garrett Brown | |
2023-02-01 | RetroPlayer: Improve error logging | Garrett Brown | |
2023-02-01 | RetroPlayer: Fix corrupted picture when dealing with different formats | Garrett Brown | |
2023-02-01 | RetroPlayer: Fix typo in variable name | Garrett Brown | |
2023-02-01 | [Subtitles][Libass] Fix line spacing to avoid overlap box | CastagnaIT | |
2023-02-01 | render the .notdef characters to fix drawing of text with unicode chars ↵ | CrystalP | |
missing in font | |||
2023-01-31 | Merge pull request #22632 from garbear/backport-savestate-menu | Garrett Brown | |
[Backport] Game OSD: Address savestate manager usability issues | |||
2023-01-31 | Merge pull request #22655 from ksooo/pvr-client-call-perf-nexus | Kai Sommerfeld | |
[PVR] CPVRClients: Optimize calls which obtain client capabilities. | |||
2023-01-31 | [PVR] CPVRClients: Optimize calls which obtain client capabilities. | ksooo | |
2023-01-30 | Merge pull request #22630 from thesamesam/Nexus | fuzzard | |
[backport] windowing: X11: Add missing <cstdint> include (fix build with GCC 13) | |||
2023-01-29 | RetroPlayer: Use "screenshot" property for savestate thumbnails | Garrett Brown | |
2023-01-29 | Game OSD: Improve test spacing for out-of-game savestate manager | Garrett Brown | |
2023-01-29 | RetroPlayer: Improve logging when memory data is missing | Garrett Brown | |
2023-01-29 | Game OSD: Allow renaming/deleting savestates in-game | Garrett 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-29 | Game OSD: Improvements to out-of-game savestate dialog | Garrett 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-29 | Game OSD: Fix conflicting IDs when other dialogs are visible | Garrett 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-29 | Game OSD: Improve error handling for invalid item index | Garrett Brown | |
2023-01-29 | Port dialog: Improve error handling for invalid item index | Garrett Brown | |
2023-01-29 | Games: Remove unused function | Garrett Brown | |
2023-01-29 | RetroPlayer: Add function to update a savestate | Garrett Brown | |
2023-01-29 | RetroPlayer: Improve savestate labels | Garrett Brown | |
2023-01-29 | RetroPlayer: Rename parameter for code clarity | Garrett Brown | |
2023-01-29 | RetroPlayer: Fix missing empty pointer check | Garrett Brown | |
2023-01-30 | windowing: 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-29 | Merge pull request #22610 from ksooo/video-music-fix-playlist-order-nexus | Kai 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-28 | Merge pull request #22604 from ksooo/favourites-feature-catch-up-nexus | Kai 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-28 | Merge pull request #22601 from CastagnaIT/viewstate_fix_nexus | Kai Sommerfeld | |
[backport][Video][GUIViewState] Add and set missing playlist sort | |||
2023-01-28 | [Video][GUIViewState] Add and set missing playlist sort | CastagnaIT | |
2023-01-28 | Merge pull request #22504 from razzeee/nexus-version-sorting | fuzzard | |
Fix version format as they need to be sortable | |||
2023-01-28 | Merge pull request #22586 from joseluismarti/gradle-ndk-Nexus | fuzzard | |
[backport][Android][gradle] Configure android.ndkPath | |||
2023-01-27 | Merge 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.8 | phunkyfish | |
2023-01-26 | [addons][filesystem] fix memory limits with kodi::vfs::ReadLine | phunkyfish | |
2023-01-26 | Merge pull request #22550 from wsnipex/fix_cryptodome_nexus | fuzzard | |
backport: [android] strip abi version off cryptodome lib names | |||
2023-01-25 | [backport][Android][gradle] Configure android.ndkPath | Jose Luis Marti | |
2023-01-24 | Merge pull request #22517 from KOPRajs/savestate-manager-fixes-nexus | Garrett Brown | |
[backport] Retroplayer: Savestate manager fixes | |||
2023-01-24 | Merge pull request #22575 from ksooo/video-music-fix-ctx-menu-play-2-nexus | Kai 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 timestamps | mediaminister | |
2023-01-24 | RetroPlayer: Add Autosave label to autosaves | KOPRajs | |
2023-01-24 | RetroPlayer: Do not rewrite manually created savestates with autosave | KOPRajs | |
2023-01-24 | RetroPlayer: Create autosave only if Autosave is enabled | KOPRajs | |
2023-01-24 | RetroPlayer: Load selected savestate even when Autosave is not enabled | KOPRajs | |