summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-09Keep track of the number of opened files in the sim to enforce the same limit...Nicolas Pennequin1-1/+1
2007-10-09Use dynamic menu voice callbacks to speak menu item names in theStéphane Doyon2-25/+49
2007-10-09Add a voice callback to dynamic menus, along side the text_callback.Stéphane Doyon6-37/+49
2007-10-08Change loop structure for sample synthesizing. Gives a nice speedup on both c...Nils Wallménius3-76/+64
2007-10-08Get test_codec running again on PortalPlayer targets.Michael Sevakis1-0/+7
2007-10-08Make sure that audio_resume() is not called in interrupt context when car ada...Linus Nielsen Feltzing1-1/+6
2007-10-08Keep a 2 pixel margin in the instructions screen.Jonas Häggqvist1-8/+8
2007-10-07Use the userfont for the instructions.Jonas Häggqvist1-47/+40
2007-10-07Add instructions on all targets. Somewhat hackish, I'm afraid, but works reas...Jonas Häggqvist1-25/+35
2007-10-07Save some more space by not allocating arrays large enough to hold more than ...Jonas Häggqvist1-29/+32
2007-10-07Forgot about the case conversion rule for one string :)Mustapha Senhaji1-2/+2
2007-10-07Do the checking arm targets in a nicer way in the makefileNils Wallménius1-2/+1
2007-10-07Update francais language and fix a typo in the english file.Mustapha Senhaji2-25/+87
2007-10-07Name all button light functions and variables consistently starting with butt...Jens Arnold4-7/+7
2007-10-07Don't get the dircache size while dircache is still initializing. If done dur...Magnus Holmgren1-1/+2
2007-10-07Accept FS#7897 with some changes by me. moves the code to talk time/date out ...Jonathan Gordon3-62/+78
2007-10-06Unify PCM interface just above the hardware driver level for all targets incl...Michael Sevakis7-12/+14
2007-10-06Discontinue any use of 'swp(b)' on PP5020. While clocking is stable, some tes...Michael Sevakis1-41/+18
2007-10-06Updated italian translation.Alessio Lenzi1-14/+62
2007-10-06Accept FS#7864 - minor menu cleanup to move theme settings into a new themes ...Jonathan Gordon6-183/+293