summaryrefslogtreecommitdiff
path: root/apps/bookmark.c (follow)
Commit message (Expand)AuthorAge
* Cleaned up header files in bookmark.cBertrik Sikken2008-04-28
* Moved atoi declaration to stdlib.h. Deleted atoi.hBertrik Sikken2008-04-28
* Const police raid, making a lot of pointers to lang strings const and removin...Nils Wallménius2008-04-26
* Use file_exists and dir_exists functions where appropriate, fix one wrong fil...Nils Wallménius2008-04-16
* Pass the buffer length to the list_get_name callback functions instead of usi...Nils Wallménius2008-04-09
* Remove unnecessary (and incorrect) #ifdefs surrounding #include "backdrop.h",...Dave Chapman2008-03-29
* the menu and list now accepts a parent viewport to draw in (and the menu can ...Jonathan Gordon2008-03-26
* When failing to auto-load a bookmark, don't show the 'Nothing to resume' mess...Magnus Holmgren2008-02-21
* Better bookmark resume handling, in particular when resuming a directory. If ...Magnus Holmgren2008-02-10
* Use the strrsplt function in one more placeNils Wallménius2007-11-18
* In the recent bookmarks list, show playlist/directory name, in addition to th...Magnus Holmgren2007-11-18
* FS#7994 - Rename talk.c API, make talk_disable() affect all talking (not just...Steve Bavin2007-10-19
* minor update to gui_synclist_do_button() which will hopefully simplify things...Jonathan Gordon2007-09-17
* Apply fix from FS#6341, with some changes by me.Magnus Holmgren2007-08-22
* Fix bug that caused the bookmark autoload screen to always resume the first b...Magnus Holmgren2007-08-11
* Accept FS#6159 'Add voice to roughly 100 splash screens and yes-no menus' by ...Nils Wallménius2007-08-06
* *** Lang v2 cleanup (FS#6574) ***Nils Wallménius2007-08-05
* remove the need for action_signalscreenchange().Jonathan Gordon2007-07-22
* When recording, disable voice menus without actually modifying user settings....Steve Bavin2007-06-11
* Use the new VOICE_ strings, and not the deprecated ones. Thanks to n1s for no...Magnus Holmgren2007-05-26
* FS#7158 - Bookmark selection as a list.Magnus Holmgren2007-05-26
* Change some ifdefs for the recent backdrop changes (fixes the yellow builds) ...Nicolas Pennequin2007-04-25
* Add backdrop support for LCD remotes with depth > 1-bit. Only WPS backdrops, ...Nicolas Pennequin2007-04-25
* Bookmark screen fixes: 1) Make the 'Load bookmark?' prompt follow the status ...Magnus Holmgren2007-04-21
* Fix the root menu for any targets without a radio (we are using #if not #ifde...Jonathan Gordon2007-04-05
* Get rid of the 'center' parameter for splashes. There were only 2 of almost 5...Jens Arnold2007-03-16
* Fix a couple of error handling bugs. Some minor code simplification.Magnus Holmgren2007-02-20
* Use the statusbar setting while in the bookmark screen, so that the shuffle/r...Magnus Holmgren2007-02-19
* #ifdef instead of #ifDaniel Stenberg2007-02-17
* A few more bookmark code tweaks. Also improves how the bookmark selection scr...Magnus Holmgren2007-02-17
* Size-optimize the bookmarking code a bit (~450 bytes code, 350 bytes BSS on C...Magnus Holmgren2007-02-15
* Backdrop support for greyscale targets. WPS backdrop is untested.Jens Arnold2006-11-13
* Fix problem with bouncing back to the 'Load last bookmark' screen after loadi...Magnus Holmgren2006-09-17
* Fix bookmark screen again...Magnus Holmgren2006-08-23
* fixed the settings action context, time/eq/colour chooser/dbug screensJonathan Gordon2006-08-21
* fix buttons in bookmark autoload query screenMartin Scarratt2006-08-20
* Finally, the new button action system is here, thanks to Jonathan Gordon. Som...Linus Nielsen Feltzing2006-08-15
* Recent bookmarks screen support for multiple screensMartin Scarratt2006-07-18
* Fix warningPeter D'Hoye2006-07-15
* Color targets: When showing the bookmark screen from within the wps, switch t...Peter D'Hoye2006-07-15
* AB-repeat mode for software codecs. Accessible through menu as a repeat mode...Brandon Low2006-01-21
* fix previous fix.. damnMarcoen Hirschberg2005-12-07
* fix previous commitMarcoen Hirschberg2005-12-07
* several small fixes sugested by different people (FireFly, Lear, Takka)Marcoen Hirschberg2005-12-07
* kill gcc4 warningsDaniel Stenberg2005-12-05
* removed old statusbar and buttonbar codeKevin Ferrare2005-11-20
* iPod: First attempt to implement sensible button mappings. Changes to all ta...Dave Chapman2005-11-19
* Remote WPS support (and some WPS bugfixes) by Stephan WezelChristi Scarborough2005-11-17
* replaced all the splash calls by gui_sync_splash, added some missing remote k...Kevin Ferrare2005-11-16
* Reworked handling of MPEG audio frame & file info: * Fixed frame size calcula...Jens Arnold2005-09-10