index
:
rockbox.git
master
v3.0
v3.1
v3.10
v3.11
v3.12
v3.13
v3.14
v3.15
v3.2
v3.3
v3.4
v3.5
v3.6
v3.7
v3.8
v3.9
The Rockbox source code.
Rockbox Meta-User
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
apps
/
bookmark.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-12-14
wps.c cleanup gui_show_wps
William Wilgus
1
-2
/
+2
2022-12-11
Eliminate skin updates in between activities
Christian Soffke
1
-2
/
+2
2022-12-08
[Bug Fix] bookmark.c failure to compare existing tracks and playlist
William Wilgus
1
-28
/
+43
2022-12-05
Addendum to d3d2045
Christian Soffke
1
-2
/
+0
2022-12-05
Bookmarks: Fix redraw issue in Select Bookmarks screen
Christian Soffke
1
-0
/
+2
2022-12-04
Bookmarks: Fix autoload return from bookmark selection
Christian Soffke
1
-9
/
+2
2022-11-30
Bug Fix bookmark.c fix resume_info overwritten
William Wilgus
1
-77
/
+125
2022-11-27
bookmark.c fix bookmark.c fix filename generator #2
William Wilgus
1
-16
/
+21
2022-11-26
bookmark.c fix off by one error in filename generator
William Wilgus
1
-3
/
+10
2022-11-25
bookmark.c remove static bookmark buffer
William Wilgus
1
-169
/
+210
2022-11-24
move confirm delete prompt to misc.c
William Wilgus
1
-11
/
+1
2022-11-24
bookmark.c parse_bookmark remove redundant conditional
William Wilgus
1
-10
/
+8
2022-11-24
bookmark.c remove some global buffers
William Wilgus
1
-65
/
+112
2022-11-24
bookmark.c clean-up
William Wilgus
1
-483
/
+478
2022-11-23
misc.c open_pathfmt caller supplied buffer
William Wilgus
1
-8
/
+4
2022-11-19
Fix return to root after selecting items from playlist viewer
Christian Soffke
1
-8
/
+12
2022-11-14
replace strlcpy with strmemccpy
William Wilgus
1
-2
/
+2
2022-10-05
gui: Remove "enum list_wrap" from list action functions
Aidan MacDonald
1
-2
/
+1
2021-10-21
whitespace fixes
Christian Soffke
1
-43
/
+43
2021-08-04
Avoid buffer overflow when generating bookmark file name
Aidan MacDonald
1
-7
/
+14
2020-07-24
[4/4] Remove HAVE_LCD_BITMAP, as it's now the only choice.
Solomon Peachy
1
-6
/
+0
2020-07-24
[3/4] Completely remove HWCODEC support
Solomon Peachy
1
-20
/
+7
2020-05-18
bookmark: #pragma diagnostic push/pop requires GCC >= 4.6
Solomon Peachy
1
-1
/
+3
2020-05-18
bookmark: Disable -Wformat-truncation around create_bookmark()
Solomon Peachy
1
-1
/
+8
2018-12-15
FS#6323: Speech for ID3 viewer, playlist catalog and playlist viewer
Solomon Peachy
1
-20
/
+26
2018-12-14
FS11473: Add bookmarking option: one per track.
Solomon Peachy
1
-15
/
+46
2014-08-30
Rewrite filesystem code (WIP)
Michael Sevakis
1
-4
/
+4
2014-03-10
Implement time-based resume and playback start.
Michael Sevakis
1
-1
/
+1
2013-04-06
bookmark: add cancelling of autoload bookmark
Richard Quirk
1
-4
/
+5
2012-05-09
Rename HAVE_PITCHSCREEN to HAVE_PITCHCONTROL
Nils Wallménius
1
-5
/
+5
2012-04-29
Make rbcodec/dsp includes more specific.
Michael Sevakis
1
-1
/
+0
2012-03-12
Fix minor bookmark problems/Enhance bookmark functions
Osborne Jacobs
1
-54
/
+87
2012-03-03
Set %cs(Current Screen) to "Bookmark browser" when listing bookmarks from the...
Osborne Jacobs
1
-2
/
+6
2011-08-21
Bookmarking no longer need worry about inability to speak while paused on SWC...
Michael Sevakis
1
-0
/
+2
2011-08-07
woops
Jonathan Gordon
1
-1
/
+1
2011-08-07
%cs (current screen) changes:
Jonathan Gordon
1
-2
/
+6
2011-05-24
Fix 2 'set but not used' warnings.
Nils Wallménius
1
-4
/
+3
2011-05-08
More tab fixes
Bertrik Sikken
1
-8
/
+8
2010-09-26
Warn about erasing dynamic playlist when loading bookmark - FS #10482 by Tuom...
Bertrik Sikken
1
-0
/
+2
2010-09-17
Make disabling HAVE_PITCHSCREEN actually work without breaking the build
Frank Gevaerts
1
-5
/
+5
2010-07-07
Even more readable code
Alexander Levin
1
-0
/
+2
2010-07-06
Slightly rearranged lines to execute only what's really needed. No functional...
Alexander Levin
1
-3
/
+3
2010-07-06
Rename functions so that the code is easier to read
Alexander Levin
1
-8
/
+8
2010-07-05
Provide the option to automatically update existing bookmark files on stop, w...
Torne Wuff
1
-0
/
+5
2010-05-06
Move c/h files implementing/defining standard library stuff into a new libc d...
Thomas Martitz
1
-3
/
+3
2010-05-06
Make open() posix compliant api-wise. A few calls (those with O_CREAT) need t...
Thomas Martitz
1
-2
/
+2
2010-04-11
Bug fix from r25577. Oops.
Jeffrey Goode
1
-2
/
+2
2010-04-10
Fix yellow: pointer cast
Jeffrey Goode
1
-4
/
+11
2010-04-10
Fix bookmarks for hwcodec targets
Jeffrey Goode
1
-0
/
+14
2010-04-10
New bookmarks contain pitch and speed info. Old bookmarks still work, behavi...
Jeffrey Goode
1
-22
/
+50
[next]