summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
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
2009-07-30Ingenic Jz4740 targets: don't use IRAM in plugins as there's almost none avai...Maurus Cuelenaere1-2/+2
2009-07-30fix deleteAnimation in calculator plugin.Teruaki Kawashima1-24/+17
2009-07-30Slight whitespace cleanup, add a const qualifier. No functional changesNils Wallménius1-9/+2
2009-07-29Minor additions to floating point math functions.Wincent Balin1-30/+19
2009-07-29Check if parameter is NULL in plugins which only works as viewer.Teruaki Kawashima4-0/+4
2009-07-29fix page up/down in list (FS# 10435).Teruaki Kawashima1-7/+8
2009-07-29fix forcing scrolling title like "Scroll Speed Setting Example".Teruaki Kawashima1-2/+2
2009-07-29Reversi: Attempt to account for screen aspect, add preliminary absolute touch...Karl Kurbjun2-43/+80
2009-07-28Clean up a lot of old and ugly comments. Wrap some long lines. Remove unnee...Michael Giacomelli4-186/+182
2009-07-27Upps, fix to r22071Johannes Schwarz1-1/+4
2009-07-27Fix some tiny bugs in the help screen from solitaire and starJohannes Schwarz2-7/+29
2009-07-27Lua: implement the ^ and % operatorsMaurus Cuelenaere2-22/+33
2009-07-27this file isnt used anymore and should have been removed with the rest of the...Jonathan Gordon1-546/+0
2009-07-27Touchscreen targets: add basic progress bar & volume handlingMaurus Cuelenaere3-25/+82
2009-07-27Change enum codecs in apps/codecs/librm/rm.h to follow the coding guidelines.Mohamed Tarek3-8/+8
2009-07-27Change the naming scheme for codecs found in different containers.Mohamed Tarek6-16/+16
2009-07-27Fix a bug spotted by Maurus Cuelenaere; rockbox crashed on viewing the porper...Mohamed Tarek2-2/+3
2009-07-27Fix compilation of the standalone test program.Mohamed Tarek1-1/+41
2009-07-27Start of some apps/ and wps cleanup work... Move everything related to the ac...Jonathan Gordon21-1021/+1672
2009-07-27Reversi: Simplify screen sizing - now supports any resolution.Karl Kurbjun1-85/+5
2009-07-27Sudoku: Add support for 640xx480 screens.Karl Kurbjun4-40/+19
2009-07-26updated help for r22057Robert Kukla1-0/+2
2009-07-26new powerup in brickmania Robert Kukla29-38/+90
2009-07-26Approx 10% speedup in cook on files tested: Remove some inner loops in favour...Dave Hooper2-99/+84
2009-07-26Onda VX747: change PNG menu button to BUTTON_POWERMaurus Cuelenaere1-0/+1
2009-07-26initial commit of remote support for m:robe 100 courtesy of lowlight; simulat...Robert Kukla2-5/+6
2009-07-25Deactive the playlist viewer wps shortcut on the x5/m5 because of its hardwar...Thomas Martitz1-2/+9
2009-07-25Fix some casts from pointer to int, now cast to intptr_tFrank Gevaerts1-2/+2
2009-07-25Add a png viewer pluginFrank Gevaerts20-0/+7969
2009-07-25Fix yellow - (Value in an enumeration not handled in a switch).Mohamed Tarek1-1/+5
2009-07-25Adding support for playback of aac audio in rm container, with seeking.Mohamed Tarek7-13/+217
2009-07-25Compile librm separately in preparation for addition of more codecs.Mohamed Tarek4-2/+28
2009-07-25fix some bugs reported in FS#9707 (some of fix is from the patch by Yoshihisa...Teruaki Kawashima1-55/+51