summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
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
2009-07-24more cuesheet cleanup. pass the cuesheet into cue functions so they dont have...Jonathan Gordon4-14/+14
2009-07-24Remove a divide in the cook's init function. Harmless but might as well drop...Michael Giacomelli1-1/+1
2009-07-23Another pdbox patch by Wincent Balin (FS #10416): switch to using TLSF as mem...Peter D'Hoye21-2356/+124
2009-07-23Fix wrong text colour in help, adapt pegbox manual to r21867Johannes Schwarz4-9/+16
2009-07-23Fix possible null pointer dereference in cuesheet handling. Causes problems i...Magnus Holmgren1-1/+1
2009-07-23Commit FS#10458 by Christopher Williams - Fix incorrect AIFF and WAV encoding...Michael Sevakis2-2/+2
2009-07-23this file also...Jonathan Gordon1-2/+2
2009-07-23Get cuesheets working again (hopefully fixes FS#10460), on swcodec only read ...Jonathan Gordon1-2/+2
2009-07-23Fix OndaKarl Kurbjun1-2/+7
2009-07-23Forgot to update sources for last revision (r22009)Karl Kurbjun1-1/+1
2009-07-23Superdom: Add support for 640x480 and 480x640 screens, simplify screen defines.Karl Kurbjun3-33/+17
2009-07-23Lua: return nil when kbd_input() gets aborted and make it possible to preset ...Maurus Cuelenaere1-4/+14
2009-07-22Fix red caused by failure to close comments properly.Thomas Martitz1-1/+1
2009-07-22Fix reds (disable for m200, take one of the two pitchscreen combos for mrobe100)Thomas Martitz2-4/+3
2009-07-22Commit part of FS#9873 - Utilise buttons for playlistingThomas Martitz31-15/+44