summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2024-02-23FS#13404: Updated Polish translation (Adam Rak)HEADmasterSolomon Peachy1-10/+10
2024-02-03plugins: playing time: fix possible crash on sys eventRoman Artiukhin1-1/+6
2024-01-23Implement dart scorer plugin application.JJ Style3-0/+603
2024-01-12plugins: alarmclock: fix input lagChristian Soffke1-3/+3
2024-01-07plugins: disktidy: fix loading of filetypes to cleanChristian Soffke1-1/+1
2024-01-02ErosQ Native ES9018K2M: Add digital filters capabilityDana Conrad1-2/+2
2023-12-31Codecs: mp4: Disable SBR decoding for PP5002 - PP5022 platformsroman.artiukhin1-0/+4
2023-12-22plugins: Associate markdown (*.md) files with the text viewer/editorSolomon Peachy1-0/+4
2023-12-03[BugFix] run filebrowser automatically for out of tree shortcutsWilliam Wilgus1-4/+10
2023-12-03[Feature] run filebrowser automatically for out of tree shortcutsWilliam Wilgus2-6/+3
2023-12-03[FixRed] Touchscreens in the YesNO dialogWilliam Wilgus1-3/+1
2023-12-03[BugFix] YesNo screen scrollingWilliam Wilgus1-97/+103
2023-11-25[Fix Yellow] root_menu.cWilliam Wilgus1-3/+2
2023-11-25[Feature] run .link shortcuts within menu shortcutsWilliam Wilgus2-2/+16
2023-11-24[BugFix] yesno screen disappearsWilliam Wilgus1-13/+12
2023-11-23Revert "Extend path_append_ex to truncate compname, remove some strmemdupa"William Wilgus1-1/+1
2023-11-23[BUGFIX] some files wouldn't run as shortcutWilliam Wilgus2-48/+63
2023-11-22Revert "Revert "tree.c cleanup update_dir()""William Wilgus1-68/+78
2023-11-22Revert "tree.c cleanup update_dir()"William Wilgus1-78/+68
2023-11-22tree.c cleanup update_dir()William Wilgus1-68/+78
2023-11-22[Bug_Fix] shortcut to directory in .link files caused crashWilliam Wilgus5-13/+83
2023-11-19Extend path_append_ex to truncate compname, remove some strmemdupaWilliam Wilgus1-1/+1
2023-11-19Playlist Viewer: Reload indices after saving currently playing playlistChristian Soffke1-5/+7
2023-11-18Skin Engine: Fix loading images with same file nameChristian Soffke1-0/+2
2023-11-15Fix: Rotate indices after saving playlist w/ first_index > 0Christian Soffke2-7/+35
2023-11-12Increase playlist control file's version numberChristian Soffke1-1/+3
2023-11-11Fix queued track when resuming after PLAYLIST_COMMAND_CLEARChristian Soffke1-3/+6
2023-11-11Fix INSERT_LAST_SHUFFLED when playlist's first_index > 0Christian Soffke1-4/+8
2023-11-11Playlist Viewer: Make Shuffle behave like ReshuffleChristian Soffke1-23/+15
2023-11-11Playlists: Fix moving songs in reshuffled playlistChristian Soffke1-0/+5
2023-11-11Playlists: Fix resuming from control commands with first_index > 0Christian Soffke2-7/+35
2023-11-09Playlist slight optimizations for playlist_resumeWilliam Wilgus2-145/+145
2023-11-02boost cpu when resuming playlistsWilliam Wilgus1-0/+2
2023-11-01Playlist sort/shuffle: Fix data typeChristian Soffke1-4/+4
2023-11-01Fix potential stuck on auto track change when buffering is stoppedroman.artiukhin1-1/+7
2023-10-31Fix rewind on resume is applied for skip length across tracks action after au...roman.artiukhin1-29/+24
2023-10-31Playing Time plugin: Fix calculation for shuffled playlistsChristian Soffke3-12/+27
2023-10-31Playlist Viewer Track Info: Fix displayed indexChristian Soffke1-1/+1
2023-10-31Restore clearing resume info for current track in playing_id3_syncroman.artiukhin1-11/+12
2023-10-30[BUGFIX] block SYS_EVENTS from some action switchesWilliam Wilgus4-12/+21
2023-10-30Fix bookmarking/reloading after saving shuffled playlistChristian Soffke3-2/+8
2023-10-30Fix return value for playlist_get_resume_infoChristian Soffke1-3/+1
2023-10-30Remove playlist_shutdown from playlist_resumeChristian Soffke1-1/+0
2023-10-30playlist_set_current: Fix outdated dircache filerefsChristian Soffke1-3/+1
2023-10-29Playlist Viewer: Don't set unmodified after savingChristian Soffke1-9/+1
2023-10-28Suggest numbered filename when saving untitled playlistChristian Soffke4-16/+18
2023-10-28Rework auto playback frequency switchroman.artiukhin1-50/+52
2023-10-28playlist: Rewrite playlist_save(), optimization & fixesAidan MacDonald3-265/+291
2023-10-22Fix playing_id3_sync not properly syncing resume dataroman.artiukhin1-20/+6
2023-10-22Skip Length across tracksroman.artiukhin2-12/+43