summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2010-01-17change dependencies in make files:Teruaki Kawashima8-9/+10
2010-01-17thai lang file: revert bad s/clip/sansaclip/Rafaël Carré1-8/+8
2010-01-16FS#10785: Add new context CONTEXT_MORSE_INPUT for keymaps which is used durin...Teruaki Kawashima21-4/+48
2010-01-16Add wildcard wrongly removed in FS#10780Rafaël Carré1-0/+2
2010-01-16Traditional Chinese translation updateRafaël Carré1-104/+105
2010-01-16Thai translation updateRafaël Carré1-43/+586
2010-01-16Serbian translation updateRafaël Carré1-45/+883
2010-01-15Also change usb_charging to usb_charging_enable in the lang filesFrank Gevaerts34-106/+106
2010-01-15Differentiate between HAVE_USB_CHARGING_ENABLE and HAVE_USB_POWER for the man...Frank Gevaerts1-1/+4
2010-01-15Fractals: Use defines for colorsTomer Shalev1-11/+17
2010-01-15Fractals: Fix yellowTomer Shalev3-7/+8
2010-01-15fix redJonathan Gordon1-1/+3
2010-01-15Get rid of those horrible macros to protect against NULL reference when looki...Jonathan Gordon4-259/+239
2010-01-15Mandelbrot: Another try at fixing redsTomer Shalev1-1/+1
2010-01-15Fractals: Fix redTomer Shalev4-934/+7
2010-01-15FS#10911 - Plugins: Fractals (formerly Mandelbrot) Tomer Shalev18-2/+1673
2010-01-15outright reject any tags which need a special parser in the wps playlist view...Jonathan Gordon1-1/+6
2010-01-14Meizu M6SP: add stubs so the meizu m6sp binary compiles and linksBertrik Sikken2-0/+78
2010-01-13mpegplayer:Teruaki Kawashima4-161/+115
2010-01-13fix typoJonathan Gordon1-2/+2
2010-01-13Fix red and yellow. HWCODEC cant see the metadata for more than the next trac...Jonathan Gordon1-3/+8
2010-01-13FS#10898 - Add a playlist viewer to the WPS. http://www.rockbox.org/wiki/Cust...Jonathan Gordon6-1/+253
2010-01-09Update Esperanto and add Slovak languages:Alex Parker3-989/+13801
2010-01-09Make a few global variables static instead of global where possibleBertrik Sikken2-7/+7
2010-01-07list: improvement to move and show selection in multi-line lists.Teruaki Kawashima2-52/+45
2010-01-07fix checkwpsJonathan Gordon1-0/+1
2010-01-07RTL language enhancements by Tomers Shalev and I.Jonathan Gordon5-5/+58
2010-01-06FS#10856 - Skip to previous track inconsistent when using cuesheetMichael Chicoine3-4/+16
2010-01-05pluginlib: Support calling a function at exit time to clean up open filesTorne Wuff1-11/+20
2010-01-05Use plain int (instead of char) for field selection_size in struct simplelist...Bertrik Sikken1-1/+1
2010-01-03Onda VX747/VX777: cleanup linker files a bitMaurus Cuelenaere1-0/+1
2010-01-03Invert divisor earlier in udiv32_arm, allowing the div0 test to be done befor...Andrew Mahone1-36/+24
2010-01-03Set svn:keywords property on .c and .h files that didn't already have it. Cor...Bertrik Sikken16-12/+12
2010-01-03Coldfire targets: Restore EMAC status after using the EMAC for bitmap resizin...Jens Arnold1-0/+6
2010-01-03Disable speaker when recording to prevent feedback.Maurus Cuelenaere1-0/+10
2010-01-03Fix warning in chip8 plugin for simulator buildsBertrik Sikken1-1/+1
2010-01-03apps/gui/bitmap/list.c: use bool instead of int to hold boolean valueBertrik Sikken1-1/+1
2010-01-03chip8 plugin:Bertrik Sikken1-24/+18
2010-01-03More tabs removedAndree Buschmann3-11/+11
2010-01-03Fix further tabsAndree Buschmann10-61/+61
2010-01-03Use long jump to reach __div0 from udiv32_arm if building with IRAM and witho...Andrew Mahone1-0/+11
2010-01-03More comments for udiv32_armv4.S, reduce zero divisor test to one cycle for t...Andrew Mahone1-53/+54
2010-01-02Make debug builds compile againBertrik Sikken1-0/+2
2010-01-02Fix tabs in chip8 pluginBertrik Sikken1-306/+306
2010-01-02Second part of FS#10832 by Juliusz Chroboczek. Ignore empty mdat chunks in m...Michael Giacomelli2-4/+7
2010-01-02Commit first part of FS#10832 by Juliusz Chroboczek. Allows playback of unst...Michael Giacomelli4-16/+25
2010-01-02xobox: show game stats when finishing levelJeffrey Goode1-0/+1
2010-01-02Simplify some boolean expressions that compare directly against 'true'Bertrik Sikken4-5/+5
2010-01-02Add missing EOF newline.Andrew Mahone1-1/+1
2010-01-02Remove special cases from udiv32_armv4.S, except for zero divisor and large n...Andrew Mahone1-43/+5