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.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
apps
/
bookmark.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2010-04-06
Another small bookmark.c revision, no functional change, saves bin size
Jeffrey Goode
1
-2
/
+8
2010-04-06
Bookmark.c cleanup, still no functional changes... yet
Jeffrey Goode
1
-59
/
+22
2010-04-05
Restructure some bookmarking code, preparatory to adding version info to book...
Jeffrey Goode
1
-121
/
+84
2010-03-28
Fix "bookmark on stop: ask" when idle poweroff triggers.
Torne Wuff
1
-2
/
+2
2010-01-29
skin rework (FS#10922) notable changes:
Jonathan Gordon
1
-8
/
+0
2010-01-27
futile attempt to keep the ondioSP rombox working. This will almost certainly...
Jonathan Gordon
1
-0
/
+4
2009-12-16
get rid of the filename in the delete bookmark confirmation as its not really...
Jonathan Gordon
1
-6
/
+4
2009-12-16
Fix FS#9198 - make the delete bookmark option confirm the action
Jonathan Gordon
1
-3
/
+19
2009-11-26
Move strip_volume() to filefuncs.c and set properties.
Maurus Cuelenaere
1
-0
/
+1
2009-08-20
Make the formatter functions used by the settings return a pointer to avoid u...
Nils Wallménius
1
-8
/
+8
2009-08-06
Add backdrop functions to the multiscreen api and add a enum backdrop_type pa...
Thomas Martitz
1
-6
/
+4
2009-07-14
FS#10080
Nils Wallménius
1
-5
/
+2
2009-05-09
Remove unneeded #include "backdrop.h"
Bertrik Sikken
1
-1
/
+0
2009-03-08
Fix FS#9980: Bookmarking didn't work in the root of a volume (e.g., an SD card).
Magnus Holmgren
1
-1
/
+12
2008-12-31
Decouple the statusbar drawing from the rest of the screen drawing. it is not...
Jonathan Gordon
1
-3
/
+0
2008-08-15
FS#9281 Rename of splash functions.
Nils Wallménius
1
-5
/
+5
2008-07-16
Tiny bit of const policing.
Steve Bavin
1
-2
/
+2
2008-07-15
Workaround to allow voicing the "Create a Bookmark?" prompt
Stéphane Doyon
1
-13
/
+17
2008-07-15
Improved voice feedback in bookmark selection.
Stéphane Doyon
1
-42
/
+70
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
1
-2
/
+4
[next]