summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2012-06-10wpsbuild: Rewrite to fix various issues and support .fmsThomas Martitz5-0/+0
2012-06-10Fix checks on buflib allocated handles (0 is not a valid handle value)Bertrik Sikken5-6/+6
2012-06-09Only check lng files for MAX_LANGUAGE_SIZE.Dominik Riebeling1-1/+1
2012-06-09Create binary voice string archive on target.Dominik Riebeling1-3/+8
2012-06-08FS#12690 - Serbian translation updateIvan Pesic1-4/+125
2012-06-05Add comment to clarify calculation.Dominik Riebeling1-1/+3
2012-06-05FS#12689 - Missing strings for Español (Spanish) translationEduardo Gonzalez1-4/+187
2012-06-03matrix plugin: Fix out-of-bounds array access. Unify for-loop style.Bertrik Sikken1-5/+5
2012-06-03Update the Swedish translation.Magnus Holmgren1-0/+93
2012-05-31FS#12686 - Slovak lang updatePeter Lecký1-4/+97
2012-05-30Disable attempts to voice init_tagcache.Michael Sevakis1-2/+2
2012-05-30Get voice PCM queue indexes updating in right order...Michael Sevakis1-5/+10
2012-05-30Fix FS#12674 - %ax() doesnt mirror viewport correctlyJonathan Gordon1-0/+4
2012-05-28ypr0: This patch adds radio support to Samsung YP-R0Lorenzo Miori4-2/+34
2012-05-28New crossfeed algorithm for Rockbox: "Meier" crossfeedBertrik Sikken7-8/+45
2012-05-27clipzip: fix default font and icon setBertrik Sikken1-1/+7
2012-05-26load_code/overlay: Don't close plugin handle before calling the plugin.Thomas Martitz1-5/+4
2012-05-24More snafu fix. Need a couple more patchups for now.Michael Sevakis2-2/+2
2012-05-24Correct snafu in talk.cMichael Sevakis1-1/+1
2012-05-21voice_thread_init was left INIT_ATTR but is being called too late.Michael Sevakis1-1/+1
2012-05-21Fix some lockup caused by handles not being initialized to < 0...Michael Sevakis4-43/+37
2012-05-20Creative Zen x-fi: fix battery bench pluginBertrik Sikken1-0/+1
2012-05-20_lists_uiviewport_update_callback can be made staticBertrik Sikken1-1/+1
2012-05-19Fix typo in error messageFrank Gevaerts1-1/+1
2012-05-19zenxfi3&stfm1000: implement fmradio i2c and debug screenAmaury Pouly1-0/+9
2012-05-19Update Dutch translationPeter D'Hoye1-2/+151
2012-05-19Initial commit for the Creative ZEN X-Fi2 and X-Fi3 portsAmaury Pouly6-3/+531
2012-05-19Add support for cp1252 (Western European) codepage.Dominik Riebeling2-3/+20
2012-05-19Make lbitlib.c include its own header (for the luaopen_bit prototype)Bertrik Sikken1-0/+1
2012-05-18Don't trigger a skin refresh from skinlist_draw()Frank Gevaerts1-4/+1
2012-05-17Zero out voice buffer memory immediately after allocation.Michael Sevakis1-8/+14
2012-05-16(hopefully) Fix FS#12639 and other skin related buflib corruption issues.Jonathan Gordon2-31/+18
2012-05-14Remove < and > from voice strings.Dominik Riebeling3-7/+7
2012-05-13Touchscreen: Check if click is outside of list. Fixes FS#12669Thomas Martitz1-0/+2
2012-05-13More strictly enforce "no PCM insert" rules for codecs.Michael Sevakis1-20/+27
2012-05-09Rename HAVE_PITCHSCREEN to HAVE_PITCHCONTROLNils Wallménius14-29/+29
2012-05-08fix yellow introduced in 10829b2Marcin Bukat1-0/+2
2012-05-08Add more #ifdefsNils Wallménius1-0/+2
2012-05-08Fix fat test program not compiling (FS#12646).Marcin Bukat1-1/+1
2012-05-07Don't reinvent ctype.h functionsNils Wallménius4-26/+19
2012-05-07rbcodec: abstract tdspeed buffer allocationNils Wallménius3-0/+107
2012-05-07Stop clickiness on manual track changes as best as possible.Michael Sevakis1-1/+1
2012-05-07remove debug-target.hRafaël Carré1-3/+1
2012-05-06Remove extraneous parensRafaël Carré3-3/+3
2012-05-06get_image_filename() return value is never usedRafaël Carré2-4/+2
2012-05-06skin_parser: simplify skin_buffer_allocRafaël Carré1-143/+121
2012-05-03rbcodec: Hooks for target specific functions in dsp_process loopMichael Sevakis1-0/+52
2012-05-03Add rbcodecplatform.h and rbcodecconfig.h.Sean Bartell2-0/+57
2012-05-02Clean up peak calculating code.Michael Sevakis5-11/+25
2012-05-02Oops, need to init the voice_buf indexes too. :-)Michael Sevakis1-0/+1