summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2007-04-05Fix the root menu for any targets without a radio (we are using #if not #ifde...Jonathan Gordon3-2/+7
2007-04-05Allow subline timeout values to be changed dynamically in the WPS (e.g. by us...Nicolas Pennequin2-7/+9
2007-04-04Player full-line progress bar: No more separate character cell(s) for the col...Jens Arnold1-30/+39
2007-04-04just pass the struct to vo_setup instead of multiple argumentsMarcoen Hirschberg3-21/+13
2007-04-04Player progress drawing rewrite (both emptying cup and full-line bar): * Fixe...Jens Arnold1-137/+71
2007-04-04* Make some private variables 'static'.Nicolas Pennequin3-11/+17
2007-04-04Introducing the WPS tokenizer !Nicolas Pennequin8-2335/+3042
2007-04-04add support for non 16x16 frame sizesMarcoen Hirschberg3-9/+12
2007-04-03Fix yellow.Tom Ross1-1/+0
2007-04-03Adjust Chopper and fix my warning from Wormlet.Tom Ross2-15/+4
2007-04-03Adjust Wormlet to use the new macros.Tom Ross1-17/+6
2007-04-03Better check when using the plugin buffer to store a temp cuesheet.Nicolas Pennequin1-2/+2
2007-04-03It's not necessary (anymore?) to map lcd_icon() to sim_lcd_icon() for the sim...Jens Arnold3-10/+2
2007-04-02Improve ID3 "spoofing" to allow detection of missing information by the WPS.Nicolas Pennequin1-9/+10
2007-04-02This is called database for quite a while now...Jens Arnold1-1/+1
2007-04-02Simulator logf builds don't need two ways to access logfSteve Bavin1-9/+0
2007-04-02Fix occasional display of old tag data (normally from 32 tracks previous)Steve Bavin1-0/+1
2007-04-02update by Wenbin LeoMarcoen Hirschberg1-24/+290
2007-04-02These remote LCD bitmap functions cannot be added without warning this way; r...Jens Arnold1-10/+0
2007-04-02Multi-screen API: * lcd_update() is now available for all LCDs. * Added missi...Jens Arnold1-2/+0
2007-04-02Multi-screen API: * lcd_update() is now available for all LCDs. * Added missi...Jens Arnold1-2/+10
2007-04-01Repair player progressbars (single char and full line) broken in the full uni...Jens Arnold2-27/+16
2007-04-01Player: Reduced the selectable codepages to those which can actually work, an...Jens Arnold1-4/+14
2007-04-01JPEG Viewer on color LCDs: Finish up another old project. Add grayscale displ...Michael Sevakis1-118/+507
2007-04-01stop the first press after exiting some plugins being eaten.Jonathan Gordon1-2/+2
2007-03-31FS#6948 - Fix the broken 'follow playlist' featureRobert Kukla1-1/+1
2007-03-31FS#6890 Reworking of the default tagnavi.config file.Miika Pekkarinen1-15/+98
2007-03-31pre-set date fields in time/date screen to build date ( FS#6831 & FS#6939 )Robert Kukla2-5/+11
2007-03-31Player: Fix setting integer values to their min/max values.Jens Arnold1-3/+3
2007-03-31Charcell lcd driver: Preparations for switching to non-immediate LCD updates,...Jens Arnold2-4/+4
2007-03-31Change file reads from 128KB to 32KB chunks - this prevents audio dropouts on...Dave Chapman1-3/+3
2007-03-31Don't update runtime info when stopping playback, except when playlist ends. ...Miika Pekkarinen1-6/+13
2007-03-30Another AV sync bugfix - the initial avdelay was being incorrectly calculated...Dave Chapman1-1/+3
2007-03-30Don't check for bootfile changes on devices that use OF for USB (and thus reb...Peter D'Hoye2-0/+10
2007-03-30Minor update to Dutch lang filePeter D'Hoye1-41/+47
2007-03-30Check if a new version got installed after usb disconnect and ask if user wan...Peter D'Hoye5-36/+64
2007-03-30Be less aggressive when dropping frames - mpegplayer was dropping any frame w...Dave Chapman1-5/+14
2007-03-29set correct eol-style and keywords propertiesPeter D'Hoye2-2/+2
2007-03-29Cuesheet tweaks:Nicolas Pennequin2-12/+17
2007-03-29Fix icons for built-in types on charcell.Jens Arnold1-1/+1
2007-03-29Hopefully fix FS#6863 for good. (possible to get into infinite loop in the me...Jonathan Gordon1-50/+48
2007-03-29Recode filetypes.c to remove its need for a static string buffer.Jonathan Gordon7-740/+238
2007-03-29Accept FS#6918 - Remove Nested Functions by Tim Ross. Adjust some names. Hunt...Michael Sevakis5-117/+117
2007-03-28Use the left and right buttons for changing volume in mpegplayer on the gigab...Tom Ross1-2/+2
2007-03-28Fix the warning.Nicolas Pennequin1-4/+3
2007-03-28Improved cuesheet parser. Among other improvements, the use of quotation mark...Nicolas Pennequin1-52/+58
2007-03-28Use isspace() instead of a naive comparison.Nicolas Pennequin1-1/+1
2007-03-28Killing of threads enabled also for logf debug builds.Miika Pekkarinen1-1/+3
2007-03-28Adjust plugins to use the new menu API. Int settings still use the old API. R...Tom Ross5-563/+242
2007-03-28Ability to kill threads in debug screen by pressing select.Miika Pekkarinen1-0/+6