summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2007-10-16Code police and clean up for rockboy.Tom Ross26-309/+167
2007-10-16FS#7971 - mpegplayer - start menu loads quicker - menu clean up - code clean upRobert Kukla4-234/+261
2007-10-16Allow people to waste lots of memory and have 32000 tracks in a single playli...Steve Bavin1-1/+1
2007-10-16Disable highperf mode in the peakmeter for swcodec targets, as it makes no se...Jens Arnold1-3/+8
2007-10-16Reenable icode in Rockboy for PP/Arm targets. Previously caused problems on N...Tom Ross1-6/+0
2007-10-16Finally full multicore support for PortalPlayer 502x targets with an eye towa...Michael Sevakis11-132/+158
2007-10-15Fix warnings in test_fps.Jens Arnold1-3/+1
2007-10-15Enable star transition on all targets and prevent lcd partial updating of 0 a...Antoine Cellerier1-15/+20
2007-10-15Oops, forgot to increment the plugin api version numbers.Antoine Cellerier1-2/+2
2007-10-15Remove the "invert scroll" code since it's not used anywhere anymore (and it ...Antoine Cellerier6-53/+1
2007-10-15Playlist viewer move live preview. Closes FS #7968.Antoine Cellerier1-5/+27
2007-10-15Delay boosting and backlight on until after the menu selection is done. Fixes...Peter D'Hoye1-12/+12
2007-10-15fix the wrong value being selected initiallyJonathan Gordon1-1/+9
2007-10-15Integer setting changes to make all those settings consistant on the target.Jonathan Gordon3-50/+33
2007-10-15Fix an improper file_exist check in zxbox.Michael Sevakis1-1/+1
2007-10-15use the list context in credits which has to be defined for every target Jonathan Gordon1-21/+36
2007-10-15Fix some plugins that use NULL instead of -1 when not using a voice id in str...Michael Sevakis4-85/+85
2007-10-15Fix int settings being backwards on the playerJonathan Gordon2-1/+9
2007-10-15FS#7957 - hebrew lang update by Rani HodJonathan Gordon1-2421/+2857
2007-10-15Fix FS#7952 - flip list settings didnt work properlyJonathan Gordon2-7/+14
2007-10-15MIDI: At long last, though quick and dirty, pitch bend depth! Or, I think it ...Stepan Moskovchenko5-140/+218
2007-10-14Use the CLOCK_RATE define instead of 44100.Antoine Cellerier1-3/+3
2007-10-14Update Swedish translation.Magnus Holmgren1-17/+192
2007-10-14Update francais language. Plus few minor changes.Mustapha Senhaji1-11/+39
2007-10-14MP4 tag parser: guard against problems when the buffer is full.Magnus Holmgren1-1/+1
2007-10-13Improved FPS test plugin: * Better precision for low frame rates (take extra ...Jens Arnold3-78/+216
2007-10-13Make the FLAC metadata parser a little more robust.Magnus Holmgren1-19/+14
2007-10-12Fix a bug whereby ACTION_TREE_WPS (GO_TO_PREVIOUS_MUSIC) brings us to theStéphane Doyon3-1/+16
2007-10-12Go to the WPS on a successful bookmark_mrb_load() from the MRB,Stéphane Doyon1-1/+2
2007-10-12Voice already gets shutup when starting playback. It's also appropriateStéphane Doyon1-0/+1
2007-10-11Cosmetic change - change the "loading ..." splashes to "Loading...", as used ...Dave Chapman2-3/+3
2007-10-11read_mp4_tag_string() may return a NULL in the pointer so no code should relyDaniel Stenberg1-6/+10
2007-10-11FS#7931 - mpegplayer - resume on idle off - play files without start time of ...Robert Kukla1-21/+84
2007-10-11Accept FS #7933 by Mario Lang: bugfix in fireworks pluginPeter D'Hoye1-4/+3
2007-10-10Accept FS #7914 by Stijn Hisken with corrections and additions by mePeter D'Hoye1-10/+216
2007-10-10Fix FS #5852 by trying to properly close and update the recorded file, and gi...Peter D'Hoye3-6/+5
2007-10-10Enable recording for Sansa c200, the keymap is usable but maybe could still b...Marianne Arnold1-17/+10
2007-10-10Add the missing keymap for the c200, the plugin was compiled before but since...Marianne Arnold1-0/+10
2007-10-10Updated italian translation.Alessio Lenzi1-10/+38
2007-10-10Add the vkeyboard line end beep to (swcodec) targets with non-modal keyboard....Jens Arnold1-2/+11
2007-10-10Slight code policing.Jens Arnold2-16/+18
2007-10-10Fix red Ondio builds. Hwcodec targets can't beep that way, so disable that be...Jens Arnold2-7/+26
2007-10-10Accessible keyboard: guard the beep with talk_menus_enabled()Stéphane Doyon1-4/+4
2007-10-10Export shutup() function from talk.c.Stéphane Doyon2-2/+4
2007-10-10Make the virtual keyboard easier to use for blind users.Stéphane Doyon2-7/+65
2007-10-10Voice the recording trigger settings screen.Stéphane Doyon4-35/+93
2007-10-09fix yellow and some house cleaningRobert Kukla4-43/+44
2007-10-09FS#7487 - mpegplayer - video start time seek with resumeRobert Kukla13-218/+1227
2007-10-09Hopefully the last fix for crosscompilation of sims with mingw32.Nicolas Pennequin2-0/+6
2007-10-09Oops. Fix red.Nicolas Pennequin2-2/+2