summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2010-02-27Brickmania: Use NUMBER_OF_POWERUPS in enumTomer Shalev1-5/+4
2010-02-27Brickmania: Revert to using intersection checks for testing if powerup hitTomer Shalev1-110/+123
2010-02-27Brickmania: Use static whenever possibleTomer Shalev1-36/+40
2010-02-27Brickmania: Fix inner loop used the same variable as outer loop, which trashedTomer Shalev1-7/+10
2010-02-26Brickmania: Fix NUMBER_OF_POWERUPS and POWER_TYPE_COUNT were used for the sam...Tomer Shalev1-4/+4
2010-02-26Brickmania: Re-arrange code (no functional change)Tomer Shalev1-79/+156
2010-02-26Brickmania: Fix wrong power image in shown, caused by previous commitTomer Shalev1-3/+3
2010-02-26FS#11057 - brickmania: simplify the powerupsTomer Shalev1-194/+227
2010-02-26fix 64bit warningJonathan Gordon1-1/+2
2010-02-26split the theme settings apply() sutff out of settings_apply(). this should f...Jonathan Gordon10-118/+146
2010-02-26Remote support for the alarmclock pluginKevin Ferrare1-13/+21
2010-02-26Fix the list showing an empty line at the bottom if the sbs is handling the t...Jonathan Gordon1-1/+2
2010-02-26small change to how the quickscreen fixes its viewportsJonathan Gordon1-3/+3
2010-02-262 new tags for the base skin.Jonathan Gordon9-2/+48
2010-02-25Fix pdbox makefile to actually take part in dependency generationFrank Gevaerts109-188/+186
2010-02-25Alarm clock plugin for RTC targetsRafaël Carré3-0/+166
2010-02-25plugins/lib: remove out-dated comments about plugin api.Teruaki Kawashima4-5/+4
2010-02-25imageviewer: add button to quit plugin immediately if there is enough key for...Teruaki Kawashima2-6/+24
2010-02-25keyboard: accept FS#11047 partially with some modifications. make some parts ...Teruaki Kawashima1-228/+225
2010-02-25Quickscreen: add more check for case that qs item is not set.Teruaki Kawashima1-19/+25
2010-02-24Viewer: Fix red cause by stupid lack of attentionTomer Shalev1-2/+10
2010-02-24FS#10552 - Cowon D2: pgup/pgdn on minus/plus buttons in text viewerTomer Shalev1-4/+20
2010-02-24Rockblox: Map touchscreen top-middle to rotate CWTomer Shalev1-6/+10
2010-02-24Rockblox: For touchscreen targets, left/right goes to CCW/CW respectively, andTomer Shalev1-4/+4
2010-02-24Rockblox: Rename Rotate Left|Right to Rotate CW|CCWTomer Shalev1-64/+68
2010-02-24FS#10643 - Cowon D2: Chopper game control using hardware buttonsTomer Shalev1-0/+1
2010-02-24FS#11049 - Brickmania: Make brick a two-dimensional arrayTomer Shalev1-51/+47
2010-02-24Partially revert svn r24888 that causes build failure on coldfire targetsBertrik Sikken1-2/+2
2010-02-24Kill some global variablesBertrik Sikken2-4/+4
2010-02-24Add missing #include in libpcm codecsBertrik Sikken7-1/+7
2010-02-24Put the SMAF metadata buffer on the stack to save some memory. Only tested w...Steve Bavin1-5/+5
2010-02-24fix yellowYoshihisa Uchida1-1/+1
2010-02-24add SMAF codec (.mmf extension)(FS#10432)Yoshihisa Uchida9-1/+821
2010-02-24libpcm: deletes PCM_CHUNK_SIZE.Yoshihisa Uchida3-15/+10
2010-02-24Change how touchscreen regions work slightly... "It modifies the behaviour of...Jonathan Gordon3-3/+37
2010-02-24make the parser spit out filenames of images it cant loadJonathan Gordon1-0/+1
2010-02-24some minor changes to checkwps, shouldn't change anythingJonathan Gordon2-2/+4
2010-02-23Fix voice with unset "lang" setting which was broken by r24816.Frank Gevaerts1-1/+1
2010-02-23Quickscreen: Hande case where not all quick settings are definesTomer Shalev1-17/+28
2010-02-22kiss_fftr appears to perform two real-valued ffts in parallel -- so feed it...Dave Hooper1-0/+2
2010-02-22Change liba52 and libmad to the original 8-spaced tabbing.Andree Buschmann30-2800/+2800
2010-02-22Remove all tabs within codec path.Andree Buschmann84-8933/+8933
2010-02-22plugin: implement highscore_show for player and use it in rockblox.Teruaki Kawashima3-18/+49
2010-02-22as3525v2: show I/O ports in debug menuRafaël Carré1-1/+1
2010-02-22Print correctly the rockbox logo for Clipv2/Clip+, not only Clipv1Rafaël Carré1-1/+2
2010-02-22fix charcellJonathan Gordon1-3/+5
2010-02-22do r24817 betterer to make it more generic and stuff. Skins will always be in...Jonathan Gordon1-35/+24
2010-02-22some changes to use of display_text.Teruaki Kawashima13-166/+91
2010-02-22fix remote WPS loadingJonathan Gordon1-2/+2
2010-02-22correct checking size in function get_image_filename.Teruaki Kawashima1-4/+3