summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2009-08-04Rename codecs/dnet.c to codecs/a52_rm.cMohamed Tarek4-3/+3
2009-08-04PDBox: Simplified some math functions.Wincent Balin1-818/+44
2009-08-04Add support for AC3 audio in RM container.Mohamed Tarek8-8/+231
2009-08-04PDBox: Use correct values of maximal string size for snprintf.Wincent Balin10-28/+25
2009-08-04Move the DATA_HEADER_SIZE define to codecs/librm/rm.h and add a define Mohamed Tarek3-4/+4
2009-08-04Invadrox: Add support for 640x480 screens.Karl Kurbjun13-53/+69
2009-08-04Always do an SVN up before committing . . . hopefully fixes red by defining m...Michael Giacomelli2-0/+8
2009-08-04Commit FS#10251. Plugins for the YH-820, YH-920, and YH-925 by Jens Erdmann ...Michael Giacomelli75-5/+680
2009-08-04PDBox: Minor addition and bugfixes.Wincent Balin4-6/+48
2009-08-04PDBox: Added GUI.Wincent Balin4-17/+925
2009-08-03Remove the wrapper around the wrapper (wps_data_load) and handle loading hard...Thomas Martitz3-61/+55
2009-08-03Fix inaccurate time display for 44.1 (and 22.05) kHz MP3 audio tracks. Time w...Magnus Holmgren1-3/+4
2009-08-03Add missing svn:keywords property.Dominik Riebeling1-1/+1
2009-08-03calendar: fix bug when add new event text longer than last entry.Teruaki Kawashima9-743/+410
2009-08-03Fix yellows relvealed by the ABS() rework tonight. The abs() didn't seem to m...Thomas Martitz1-3/+3
2009-08-03Fix reds for IAP and a missing #include.Thomas Martitz3-12/+27
2009-08-03Remove find_albumart() from the plugin API as it doesn't exist for them.Thomas Martitz4-21/+14
2009-08-03A bit mroe wps/skin engine cleanup so that the structs the wps uses can be st...Thomas Martitz11-57/+82
2009-08-03one more add which didnt get addedJonathan Gordon1-0/+59
2009-08-03these didnt get renamed for some reasonJonathan Gordon2-57/+23
2009-08-03part two of the grand overall wps/skinning engine cleanup work:Jonathan Gordon16-180/+115
2009-08-03Reversi: Make Reversi respect the global touchscreen setting when in a menu.Karl Kurbjun1-0/+10
2009-08-03Clix: Forgot ifdefs around touchscreen_set_mode.Karl Kurbjun1-0/+4
2009-08-03Clix: Make Clix respect the global touchscreen setting when in a menu.Karl Kurbjun1-6/+25
2009-08-03Calculator: Enable absolute mode for touchscreens.Karl Kurbjun1-0/+4
2009-08-03Don't recalculate the array length during the loop, use the ARRAYLEN macro an...Thomas Martitz1-2/+3
2009-08-03Remove various ABS() definitions with a single one using typeof (if using gcc...Thomas Martitz8-21/+3
2009-08-03Fix X5/M5Karl Kurbjun1-1/+1
2009-08-03Fix warning and ZVMKarl Kurbjun1-18/+11
2009-08-03Blackjack: Use standard menu and add playback menu, use pluginlib high scores.Karl Kurbjun8-588/+462
2009-08-02Fix highest succeeded level from the highscores really this time, and don't c...Thomas Martitz1-6/+5
2009-08-02Cap the level chooser to NUM_LEVELS (100) to avoid accessing level 101, which...Thomas Martitz1-3/+3
2009-08-02Fix red - overlooked renaming in 1 place.Thomas Martitz1-1/+1
2009-08-02Reversi: Fix warning, change the text so that it does not resize the board (t...Karl Kurbjun2-25/+63
2009-08-02New bubbles background for 176x220 (Sansa e200), heavily based off a mockup p...Thomas Martitz2-36/+78
2009-08-02Brickmania: Statusbar should always be drawn at the top of the screenKarl Kurbjun1-7/+5
2009-08-02Remove two left-over DEBUGFsThomas Martitz1-2/+1
2009-08-02A bit of rework in bubbles:Thomas Martitz1-87/+102
2009-08-02Reversi: Implement dynamic legend/board sixing when necessary for landscape t...Karl Kurbjun1-2/+8
2009-08-02Remove redundant definitions of SCROLLBAR_WIDTHNils Wallménius3-6/+1
2009-08-02Superdom: introduce new enum for value to be returned in many places instead ...Teruaki Kawashima1-326/+268
2009-08-02brickmania: improve game saving to save current status.Teruaki Kawashima1-337/+330
2009-08-02Pluginlib: Add support for general buttons. Add menu and quit buttons to Rev...Karl Kurbjun11-217/+435
2009-08-01 * Move DSP_CALLBACK_* enum to sound.hMaurus Cuelenaere2-8/+14
2009-08-01Metadata parser: make adjust_mp3entry() not depend on id3_is_genre_string(), ...Maurus Cuelenaere3-14/+2
2009-08-01MP3 metadata parser:Maurus Cuelenaere1-4/+9
2009-08-01Doom: re-add the missing modulus operation I removed in r22097Maurus Cuelenaere1-1/+1
2009-08-01Doom: prevent division by zeroMaurus Cuelenaere1-1/+4
2009-08-01Fix FS#10478 - Used wrong directory in Browse theme files by explicitely sett...Thomas Martitz1-1/+3
2009-08-01pegbox: Fix bug it restarts the level when user choosed "Resume Game" in the ...Teruaki Kawashima1-147/+124