summaryrefslogtreecommitdiffstats
path: root/apps/bookmark.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-04-06Another small bookmark.c revision, no functional change, saves bin sizeJeffrey Goode1-2/+8
2010-04-06Bookmark.c cleanup, still no functional changes... yetJeffrey Goode1-59/+22
2010-04-05Restructure some bookmarking code, preparatory to adding version info to book...Jeffrey Goode1-121/+84
2010-03-28Fix "bookmark on stop: ask" when idle poweroff triggers.Torne Wuff1-2/+2
2010-01-29skin rework (FS#10922) notable changes:Jonathan Gordon1-8/+0
2010-01-27futile attempt to keep the ondioSP rombox working. This will almost certainly...Jonathan Gordon1-0/+4
2009-12-16get rid of the filename in the delete bookmark confirmation as its not really...Jonathan Gordon1-6/+4
2009-12-16Fix FS#9198 - make the delete bookmark option confirm the actionJonathan Gordon1-3/+19
2009-11-26Move strip_volume() to filefuncs.c and set properties.Maurus Cuelenaere1-0/+1
2009-08-20Make the formatter functions used by the settings return a pointer to avoid u...Nils Wallménius1-8/+8
2009-08-06Add backdrop functions to the multiscreen api and add a enum backdrop_type pa...Thomas Martitz1-6/+4
2009-07-14FS#10080Nils Wallménius1-5/+2
2009-05-09Remove unneeded #include "backdrop.h"Bertrik Sikken1-1/+0
2009-03-08Fix FS#9980: Bookmarking didn't work in the root of a volume (e.g., an SD card).Magnus Holmgren1-1/+12
2008-12-31Decouple the statusbar drawing from the rest of the screen drawing. it is not...Jonathan Gordon1-3/+0
2008-08-15FS#9281 Rename of splash functions.Nils Wallménius1-5/+5
2008-07-16Tiny bit of const policing.Steve Bavin1-2/+2
2008-07-15Workaround to allow voicing the "Create a Bookmark?" promptStéphane Doyon1-13/+17
2008-07-15Improved voice feedback in bookmark selection.Stéphane Doyon1-42/+70
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-05-29total removal of gui_textarea. The only thing using the text_message struct i...Jonathan Gordon1-1/+0
2008-04-28Cleaned up header files in bookmark.cBertrik Sikken1-13/+4
2008-04-28Moved atoi declaration to stdlib.h. Deleted atoi.hBertrik Sikken1-1/+0
2008-04-26Const police raid, making a lot of pointers to lang strings const and removin...Nils Wallménius1-4/+4
2008-04-16Use file_exists and dir_exists functions where appropriate, fix one wrong fil...Nils Wallménius1-11/+4
2008-04-09Pass the buffer length to the list_get_name callback functions instead of usi...Nils Wallménius1-4/+10
2008-03-29Remove unnecessary (and incorrect) #ifdefs surrounding #include "backdrop.h",...Dave Chapman1-3/+0
2008-03-26the menu and list now accepts a parent viewport to draw in (and the menu can ...Jonathan Gordon1-2/+2
2008-02-21When failing to auto-load a bookmark, don't show the 'Nothing to resume' mess...Magnus Holmgren1-1/+5
2008-02-10Better bookmark resume handling, in particular when resuming a directory. If ...Magnus Holmgren1-5/+18
2007-11-18Use the strrsplt function in one more placeNils Wallménius1-16/+0
2007-11-18In the recent bookmarks list, show playlist/directory name, in addition to th...Magnus Holmgren1-12/+58
2007-10-19FS#7994 - Rename talk.c API, make talk_disable() affect all talking (not just...Steve Bavin1-1/+1
2007-09-17minor update to gui_synclist_do_button() which will hopefully simplify things...Jonathan Gordon1-1/+1
2007-08-22Apply fix from FS#6341, with some changes by me.Magnus Holmgren1-2/+1
2007-08-11Fix bug that caused the bookmark autoload screen to always resume the first b...Magnus Holmgren1-3/+2
2007-08-06Accept FS#6159 'Add voice to roughly 100 splash screens and yes-no menus' by ...Nils Wallménius1-5/+5
2007-08-05*** Lang v2 cleanup (FS#6574) ***Nils Wallménius1-2/+2
2007-07-22remove the need for action_signalscreenchange().Jonathan Gordon1-5/+0
2007-06-11When recording, disable voice menus without actually modifying user settings....Steve Bavin1-1/+1
2007-05-26Use the new VOICE_ strings, and not the deprecated ones. Thanks to n1s for no...Magnus Holmgren1-2/+2
2007-05-26FS#7158 - Bookmark selection as a list.Magnus Holmgren1-275/+278
2007-04-25Change some ifdefs for the recent backdrop changes (fixes the yellow builds) ...Nicolas Pennequin1-1/+1
2007-04-25Add backdrop support for LCD remotes with depth > 1-bit. Only WPS backdrops, ...Nicolas Pennequin1-0/+3