summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2011-12-28remove superfluous ifdefRafaël Carré1-3/+0
2011-12-28Fix warnings from r31453Bertrik Sikken2-2/+3
2011-12-28plugins: another round of making local things static and adding missing #incl...Bertrik Sikken11-52/+57
2011-12-28protect the yes/no screen from extra keypresses (which can happen if you disp...Jonathan Gordon1-0/+3
2011-12-27Eliminate the duplicated formatter for the 'sleeptimer duration' setting. It'...Alexander Levin1-8/+1
2011-12-26file properties: display correctly file/folder sizes > 2GBRafaël Carré1-6/+6
2011-12-26fuze+: remove two_finger pseudo touchpad button because it was unrealiable, u...Amaury Pouly1-6/+4
2011-12-26Clarify in what units the settings.sleeptimer_duration isAlexander Levin1-1/+1
2011-12-26Moved initial checking of sleeptimer_on_startup from root_menu.c to settings.cNick Peskett2-3/+2
2011-12-26Option to restart running sleep timer on keypress.Nick Peskett5-1/+23
2011-12-26New General Settings submenu: Startup/ShutdownNick Peskett5-101/+119
2011-12-26Revert r31239 and r31250. Selecting ALL in disktidy used to be generally safe...Frank Gevaerts1-16/+0
2011-12-25Fix missing include.mkamsboot_1.5Thomas Martitz1-0/+1
2011-12-25rbpaths: Add new special dir HOME_DIR for RaaA.Thomas Martitz5-6/+6
2011-12-25FS#12482 - Romanian language update by Sergiu RotaruBertrik Sikken1-5/+155
2011-12-24Fix messed up zxbox keymaps. Fixes fuze+ red also.Thomas Martitz2-20/+3
2011-12-24Initial commit of the Samsung YP-R0 port.Thomas Martitz73-35/+754
2011-12-23Actually remove the pulled out field (sequel to r31406)Alexander Levin1-1/+0
2011-12-22Rename 'mp3entry.embed_cuesheet' to 'mp3entry.embedded_cuesheet' and pull out...Alexander Levin5-15/+16
2011-12-22Rename 'mp3entry.embed_albumart' to 'mp3entry.has_embedded_albumart' (FS#1247...Alexander Levin7-9/+9
2011-12-21Make more local functions static.Boris Gjenero1-2/+2
2011-12-21libtremor: fix memory corruption bug introduced in r30728 that could cause cr...Nils Wallménius1-2/+5
2011-12-20AGC: respect gain steps defined in audiohw_settings[]Marcin Bukat1-4/+6
2011-12-20local variable app/gui/icon.c/iconsets can be made staticBertrik Sikken1-1/+1
2011-12-20Disable unused functions for archos-player in apps/screen_access.cBertrik Sikken1-8/+2
2011-12-20Another round of making local functions staticBertrik Sikken4-8/+6
2011-12-20Add missing strings to American EnglishMichael Chicoine1-0/+62
2011-12-20Renamed embed_cuesheet struct to embedded_cuesheet.Nick Peskett1-2/+2
2011-12-20Convert hard-coded unicode byte order mark values to constants.Nick Peskett4-16/+25
2011-12-19Add more INIT_ATTR and add config.h includes to header files with INIT_ATTR.Boris Gjenero14-7/+21
2011-12-19There's no good reason for requiring the mr500 remote just to run battery_benchFrank Gevaerts1-2/+0
2011-12-19FS#12463: Improve performance for multichannel FLAC decoding. Speeds up decod...Andree Buschmann3-14/+36
2011-12-19Fix bitmap scaling for Coldfire. Closes FS#12411.Andree Buschmann1-1/+1
2011-12-19Hosted/linux: Add process/cpu info screen to the debug menu.Thomas Martitz1-1/+105
2011-12-19Make embedded cuesheet type 1 text encoding check slightly more efficientNick Peskett1-2/+3
2011-12-18I forgot to flip the true response from memcmpNick Peskett1-2/+2
2011-12-18Type 1 text encoding uses BOM to decide byte order, type 2 has no BOM and is BE.Nick Peskett1-4/+7
2011-12-18Hard code the cuesheet offset for double byte encoding, rather than pointless...Nick Peskett1-3/+5
2011-12-17FS#12370: Initial RDS support for Si4701/Si4703 tuner (beast and clip zip)Bertrik Sikken1-0/+9
2011-12-17Add const to global pointers to strings.Boris Gjenero3-7/+8
2011-12-17Fix building of test_codecNils Wallménius1-2/+3
2011-12-17Commit to certain names for cache coherency APIs and discard the aliases.Michael Sevakis12-32/+34
2011-12-16Fix red?Nick Peskett1-1/+1
2011-12-16FS #12419 : Support for embedded cuesheets.Nick Peskett8-42/+186
2011-12-15Add conditionals for functions only needed on SWCODEC targets.Boris Gjenero6-0/+19
2011-12-14FS#12378 : Remove various unused code, and comment out some unused code and d...Boris Gjenero18-136/+7
2011-12-14FS#12443: Implement downmixing to stereo for multichannel flac.Andree Buschmann2-8/+90
2011-12-14Correct decorrelation within flac decoding. Finally fixes FS#12371.Andree Buschmann1-1/+1
2011-12-14disktidy: clean more Sansa AMS OF filesRafaël Carré1-0/+4
2011-12-14Allow scrolling lines to have their content changed without restarting the sc...Jonathan Gordon1-18/+8