summaryrefslogtreecommitdiffstats
path: root/apps/bookmark.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-14wps.c cleanup gui_show_wpsWilliam Wilgus1-2/+2
2022-12-11Eliminate skin updates in between activitiesChristian Soffke1-2/+2
2022-12-08[Bug Fix] bookmark.c failure to compare existing tracks and playlistWilliam Wilgus1-28/+43
2022-12-05Addendum to d3d2045Christian Soffke1-2/+0
2022-12-05Bookmarks: Fix redraw issue in Select Bookmarks screenChristian Soffke1-0/+2
2022-12-04Bookmarks: Fix autoload return from bookmark selectionChristian Soffke1-9/+2
2022-11-30Bug Fix bookmark.c fix resume_info overwrittenWilliam Wilgus1-77/+125
2022-11-27bookmark.c fix bookmark.c fix filename generator #2William Wilgus1-16/+21
2022-11-26bookmark.c fix off by one error in filename generatorWilliam Wilgus1-3/+10
2022-11-25bookmark.c remove static bookmark bufferWilliam Wilgus1-169/+210
2022-11-24move confirm delete prompt to misc.cWilliam Wilgus1-11/+1
2022-11-24bookmark.c parse_bookmark remove redundant conditionalWilliam Wilgus1-10/+8
2022-11-24bookmark.c remove some global buffersWilliam Wilgus1-65/+112
2022-11-24bookmark.c clean-upWilliam Wilgus1-483/+478
2022-11-23misc.c open_pathfmt caller supplied bufferWilliam Wilgus1-8/+4
2022-11-19Fix return to root after selecting items from playlist viewerChristian Soffke1-8/+12
2022-11-14replace strlcpy with strmemccpyWilliam Wilgus1-2/+2
2022-10-05gui: Remove "enum list_wrap" from list action functionsAidan MacDonald1-2/+1
2021-10-21whitespace fixesChristian Soffke1-43/+43
2021-08-04Avoid buffer overflow when generating bookmark file nameAidan MacDonald1-7/+14
2020-07-24[4/4] Remove HAVE_LCD_BITMAP, as it's now the only choice.Solomon Peachy1-6/+0
2020-07-24[3/4] Completely remove HWCODEC supportSolomon Peachy1-20/+7
2020-05-18bookmark: #pragma diagnostic push/pop requires GCC >= 4.6Solomon Peachy1-1/+3
2020-05-18bookmark: Disable -Wformat-truncation around create_bookmark()Solomon Peachy1-1/+8
2018-12-15FS#6323: Speech for ID3 viewer, playlist catalog and playlist viewerSolomon Peachy1-20/+26
2018-12-14FS11473: Add bookmarking option: one per track.Solomon Peachy1-15/+46
2014-08-30Rewrite filesystem code (WIP)Michael Sevakis1-4/+4
2014-03-10Implement time-based resume and playback start.Michael Sevakis1-1/+1
2013-04-06bookmark: add cancelling of autoload bookmarkRichard Quirk1-4/+5
2012-05-09Rename HAVE_PITCHSCREEN to HAVE_PITCHCONTROLNils Wallménius1-5/+5
2012-04-29Make rbcodec/dsp includes more specific.Michael Sevakis1-1/+0
2012-03-12Fix minor bookmark problems/Enhance bookmark functionsOsborne Jacobs1-54/+87
2012-03-03Set %cs(Current Screen) to "Bookmark browser" when listing bookmarks from the...Osborne Jacobs1-2/+6
2011-08-21Bookmarking no longer need worry about inability to speak while paused on SWC...Michael Sevakis1-0/+2
2011-08-07woopsJonathan Gordon1-1/+1
2011-08-07%cs (current screen) changes:Jonathan Gordon1-2/+6
2011-05-24Fix 2 'set but not used' warnings.Nils Wallménius1-4/+3
2011-05-08More tab fixesBertrik Sikken1-8/+8
2010-09-26Warn about erasing dynamic playlist when loading bookmark - FS #10482 by Tuom...Bertrik Sikken1-0/+2
2010-09-17Make disabling HAVE_PITCHSCREEN actually work without breaking the buildFrank Gevaerts1-5/+5
2010-07-07Even more readable codeAlexander Levin1-0/+2
2010-07-06Slightly rearranged lines to execute only what's really needed. No functional...Alexander Levin1-3/+3
2010-07-06Rename functions so that the code is easier to readAlexander Levin1-8/+8
2010-07-05Provide the option to automatically update existing bookmark files on stop, w...Torne Wuff1-0/+5
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz1-3/+3
2010-05-06Make open() posix compliant api-wise. A few calls (those with O_CREAT) need t...Thomas Martitz1-2/+2
2010-04-11Bug fix from r25577. Oops.Jeffrey Goode1-2/+2
2010-04-10Fix yellow: pointer castJeffrey Goode1-4/+11
2010-04-10Fix bookmarks for hwcodec targetsJeffrey Goode1-0/+14
2010-04-10New bookmarks contain pitch and speed info. Old bookmarks still work, behavi...Jeffrey Goode1-22/+50