summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2010-05-24FS#11293 - Catalan language update by Adrián Cereto MassaguéAlex Parker1-370/+1661
2010-05-24FS#11303 - Polish translation update by Tomasz KowalczykAlex Parker1-10/+1012
2010-05-24FS#11269 - Slovak language update by Peter LeckyAlex Parker1-0/+170
2010-05-24Correct new memcpy/memset functionality in test_mem plugin. Use appropriate c...Andree Buschmann1-15/+19
2010-05-24Make PCM->driver interface about as simple as it will get. Registered callbac...Michael Sevakis5-57/+40
2010-05-24fix: when move_handle() is successful, the return valueYoshihisa Uchida1-6/+6
2010-05-24fix the %Ti (preset index) not working with conditionls correctlyJonathan Gordon1-4/+4
2010-05-22Wakeup alarm screen is unusuable with large fonts or small screensRafaël Carré41-84/+85
2010-05-21Some more fixes to Dutch langfilePeter D'Hoye1-3/+7
2010-05-21Update Dutch langfilePeter D'Hoye1-12/+403
2010-05-21Update of Czech languageMichael Chicoine1-7/+327
2010-05-21Rename seek() to asf_seek()Mohamed Tarek3-3/+3
2010-05-21Move seek() from wma.c to libasf since it's really ASF-specific.Mohamed Tarek3-55/+56
2010-05-21tagcache: fix queue operation, it should be queue_peek.Amaury Pouly1-3/+3
2010-05-21mpegplayer: use OFF_T_MIN/MAX instead of LONG_MIN/MAX in one spot. Define OFF...Michael Sevakis2-2/+6
2010-05-21updates Japanese translationYoshihisa Uchida1-25/+687
2010-05-21make radioart work in the sbsJonathan Gordon1-1/+1
2010-05-20Clipv2 / Clip+ : lcd scanrate checked with test_scanrateRafaël Carré1-1/+43
2010-05-20Fix test_resizeThomas Martitz1-2/+2
2010-05-20more french translationRafaël Carré1-0/+48
2010-05-20a bit of french translationRafaël Carré1-3/+5
2010-05-20Fix reds: add m3 keypad, fix typo in the ipods part, correct button for h10, ...Thomas Martitz1-7/+18
2010-05-20Tweak new pluginlib button map for frotz to be more convenientTorne Wuff1-3/+3
2010-05-20Fix a data abort in codebuster.Thomas Martitz1-1/+2
2010-05-20S#10387 - Rework pluginlib actionsThomas Martitz18-853/+470
2010-05-20pass pointers around instead of coping whole structsJonathan Gordon3-8/+8
2010-05-20redo r25569 so the screen is only cleared once instead of every update (which...Jonathan Gordon1-7/+2
2010-05-20fix FS#10993 - "No Settings" doesnt get voiced because it uses str() instead ...Jonathan Gordon1-2/+2
2010-05-20skin_tokne.c: move WPS_TOKEN_TRACK_STARTING and WPS_TOKEN_TRACK_ENDING to get...Teruaki Kawashima1-17/+14
2010-05-20accept FS#10992 by Rui Araújo to fix FS#10976 - make the <Untagged> string t...Jonathan Gordon5-3/+37
2010-05-20HD200 - adjust LCD_SCANRATE (changed a bit after PLL settings change)Marcin Bukat1-1/+1
2010-05-20pdbox: Rewrote recently added bugfixesWincent Balin2-5/+8
2010-05-20pdbox: Got rid of signedness-related warningsWincent Balin1-3/+3
2010-05-20pdbox: Made size value signedWincent Balin1-3/+3
2010-05-20pdbox: Adjusted return values for functions read() and write()Wincent Balin2-5/+5
2010-05-19sudoku: remove commented out code.Teruaki Kawashima1-286/+0
2010-05-19skin_parser.c: fix possibile overflow in parse_setting_and_lang(). simplify c...Teruaki Kawashima1-16/+17
2010-05-19Add charging/discharging indication to battery debug menu if CONFIG_CHARGING ...Marcin Bukat1-1/+5
2010-05-18Updated italian translation.Alessio Lenzi1-14/+338
2010-05-18plugins: undefine DEBUG macros just in case, before defining them to a real s...Rafaël Carré1-2/+4
2010-05-18Build overlay plugins for all targets with PLUGIN_BUFFER <= 0x10000 bytesRafaël Carré9-25/+15
2010-05-18apps/plugins/lib/SOURCES: make it more readable (space, comments, order)Rafaël Carré1-7/+27
2010-05-18plugins: changes for targets with small plugin buffer (Clipv1)Rafaël Carré5-57/+43
2010-05-18fft: always enable spectrogram, gray mode works with LCD_DEPTH == 1Rafaël Carré1-4/+0
2010-05-18mp3_encoder: fix a typo, put uninitialized variable in BSSRafaël Carré1-2/+2
2010-05-18Add memset/memcpy benches to test_mem pluginMarcin Bukat1-0/+40
2010-05-18mp3_encoder: reduce plugin binsizeRafaël Carré1-173/+130
2010-05-17Add missing svn properties for the new files created in r26109Dave Chapman3-3/+3
2010-05-17as3514/as3543 fixesRafaël Carré1-5/+5
2010-05-17plugins: reorder SOURCES conditions to be more readableRafaël Carré2-91/+123