summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2010-04-27Add libwmapro to trunk.Mohamed Tarek30-0/+16068
2010-04-27Corrected brickmania bitmaps in SOURCE for M3 and HD200. Remove unneeded bitmap.Marcin Bukat2-4/+1
2010-04-26Add MPIO HD200 port - binary filesMarcin Bukat15-0/+0
2010-04-26Add MPIO HD200 port - new filesMarcin Bukat1-0/+172
2010-04-26Add MPIO HD200 port - changed filesMarcin Bukat61-0/+555
2010-04-25Optimized DSP sample out functions for armv6. (For stereo output) ~9% faster ...Michael Sevakis3-1/+134
2010-04-25fix yellowJonathan Gordon1-2/+2
2010-04-25Make the buffering screen use the multiscreen API (FS#11143)Jonathan Gordon1-44/+57
2010-04-25Make battery level (%bl) work with the bmp bars drawer like %pb and %pvJonathan Gordon3-5/+17
2010-04-25Fix for some bogus code in png by Andrew Rodland, fixing a warning when compi...Nils Wallménius1-1/+4
2010-04-25Charcell: Fix spurious letter appearing between board and score display.Jens Arnold1-0/+1
2010-04-24Fix redMagnus Holmgren1-0/+2
2010-04-24FS#11099 - Rewind before resumeMagnus Holmgren5-0/+45
2010-04-23Gigabeat S: Will run pacbox at 60fps. Set FPS accordingly.Michael Sevakis1-2/+5
2010-04-21Fix grammar in the comment (make code non offending :-)Alexander Levin1-3/+3
2010-04-20Brickmania: Fix bogus firesTomer Shalev1-3/+2
2010-04-20Brickmania: Use defined constant instead of hard-coded valueTomer Shalev1-4/+4
2010-04-20Yet another try at fixing "FS#10959 - Brickmania - Ball disappears"Tomer Shalev1-2/+2
2010-04-20Brickmania: Fix flip delay was actually N+1 seconds (11 instead of 10)Tomer Shalev1-1/+1
2010-04-20Brickmania: No need to init these global variables, as they are set later onTomer Shalev1-8/+8
2010-04-20Brickmania: Move Congratulations message a bit up, so it won't get clipped by...Tomer Shalev1-4/+3
2010-04-20really fix "%pv|something else" this timeJonathan Gordon1-1/+1
2010-04-19Fix typo in comment in the other file as wellAlexander Levin1-1/+1
2010-04-19Fix typo in commentAlexander Levin1-1/+1
2010-04-19Packard Bell Vibe: imageviewer - add button to quit immediately, like in r24904.Szymon Dziok1-0/+1
2010-04-192 quick fixes Jonathan Gordon3-1/+24
2010-04-18Clean up libmusepack: move declarations to internal.h and set svn properties.Bertrik Sikken14-14/+17
2010-04-18Clean up IAP / ipod remote tuner a bit.Bertrik Sikken1-8/+8
2010-04-18Move audio_peek_track declaration from skin_display.c to audio.hBertrik Sikken1-1/+0
2010-04-18Revert r25665 - ipod keymap. More trouble than its worthJeffrey Goode1-2/+2
2010-04-17Fix hotkey keymap on ipodsJeffrey Goode1-2/+2
2010-04-17fix escaped chars being displayed twice in the playlist viewer (i.e %> showin...Jonathan Gordon1-0/+1
2010-04-17drop the playlist viewer stack usage by reading straiught off the buffer inst...Jonathan Gordon2-8/+7
2010-04-17use strlcat() instead of snprintf in the playlist viewer, and fix it so it wi...Jonathan Gordon1-8/+5
2010-04-14Packard Bell Vibe 500: change a not so lucky keymap for the bookmark delete.Szymon Dziok1-1/+1
2010-04-14rvert r25644Yoshihisa Uchida14-3536/+0
2010-04-14new text viewerYoshihisa Uchida14-0/+3536
2010-04-13allow %pb and %pv (long form) to be put inside conditionals (i.ee not eat the...Jonathan Gordon1-2/+2
2010-04-12Text viewer: Fix wrong calculation of bookmark's position (introduced by r25611)Tomer Shalev1-4/+5
2010-04-12Text viewer: Fix FS#11190 - Text Viewer shows no Text when skipping to last pageTomer Shalev1-0/+5
2010-04-12Text viewer: Make calculation clearerTomer Shalev1-2/+3
2010-04-12Text viewer: Remove unused max_line_len variableTomer Shalev1-4/+0
2010-04-12Mark const return value; correct the comment about valid menu items for the h...Alexander Levin2-3/+5
2010-04-12fix yellowYoshihisa Uchida1-1/+1
2010-04-12viewer plugin: when the alignment is RIGHT, supports WIDE screen.Yoshihisa Uchida1-76/+124
2010-04-12test_codec is SWCODEC onlyRafaël Carré1-0/+2
2010-04-12some test plugins have dependenciesRafaël Carré1-0/+6
2010-04-11FS #11153 by Marcin Bukat: Make memory layout for plugins and codecs only dep...Jens Arnold1-7/+4
2010-04-11Use r12 to save 1 register.Andree Buschmann1-10/+10
2010-04-11Add arm assembler for dsp_apply_gain(). Speeds up this routine by 30-40% on P...Andree Buschmann2-0/+40