summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2009-10-29Revert the recording key functionality changes back to before r21034: Both pl...Peter D'Hoye1-21/+22
2009-10-29Implement dbg_save_roms for TCC780x.Rob Purchase1-5/+19
2009-10-29Only expose pcmbuf_beep on SWCODEC targets (aka fix red).Maurus Cuelenaere2-0/+4
2009-10-29Lua: return nil when function failed instead of returning nothingMaurus Cuelenaere1-12/+15
2009-10-29Expose pcmbuf_beep() to plugins (based on FS#10608 by Christophe Gragnic)Maurus Cuelenaere2-1/+7
2009-10-29Also expose functions having (s)size_t or off_t as argument/return type to Lua.Maurus Cuelenaere1-0/+6
2009-10-29Const correctnessNils Wallménius1-8/+8
2009-10-29Fix FS#10734 - scoring in boomshine.lua is broken (r23391)Robert Kukla1-3/+3
2009-10-29Boomshine plugin : make speed and ball sizes adapt to the target screen size ...Kevin Ferrare1-29/+41
2009-10-29Boomshine plugin : port to Greyscale and B/W targets, and targets without tou...Kevin Ferrare3-24/+108
2009-10-29Boomshine plugin : Better messages at the end of the game (fixes the nblevel+...Kevin Ferrare1-1/+5
2009-10-29* code police on a macro which has no reason for beingJonathan Gordon2-12/+21
2009-10-29Fixed the Boomshine plugin not to crash when there are no more levels to playKevin Ferrare1-1/+4
2009-10-28Remove unused #define and correct comment.Maurus Cuelenaere1-2/+1
2009-10-28Add support for running Lua games/apps from the Plugins menuMaurus Cuelenaere3-2/+13
2009-10-28Add Boomshine to the games categoryMaurus Cuelenaere1-0/+1
2009-10-28Add new Lua touchscreen-only game: BoomshineMaurus Cuelenaere2-0/+281
2009-10-28Add Lua support to plugins MakefileMaurus Cuelenaere1-0/+5
2009-10-28Committing FS#10717 by Tomasz Kowalyczyk: add PLAYLIST_INSERT_LAST_SHUFFLED (...Dave Hooper4-15/+84
2009-10-28Touchscreen targets: fix software hold not locking touchscreenMaurus Cuelenaere1-19/+20
2009-10-28The Onda VX777 has only one button, add it to the keymap.Maurus Cuelenaere1-2/+10
2009-10-28Use array for quickscreen item settings to simplify some logicNils Wallménius3-30/+12
2009-10-28Allow the x and y pixel values of viewports to be a negative number..Jonathan Gordon2-2/+14
2009-10-27Initial touchscreen support for mini2440. Based on D2 touchscreen driverDominik Wenger1-1/+1
2009-10-27FS#10722: some improvements for gui/list.cTeruaki Kawashima1-105/+89
2009-10-26Many more drivers for mini2440. Now the main binary compiles and runs.Dominik Wenger2-0/+391
2009-10-26Lua: add lib/helper.c wrappersMaurus Cuelenaere1-0/+39
2009-10-26FS#10724 - fix alignment issue in Codebuster by Clément Pit--ClaudelJonathan Gordon1-1/+1
2009-10-25Use ARRAYLEN macro in usb_keymaps.cTomer Shalev1-4/+1
2009-10-25Revert r23339 and use setid3v1title() from metadata/mp3.c instead.Mohamed Tarek3-49/+4
2009-10-25Correct Id keyword and add svn:keywords property.Teruaki Kawashima2-2/+2
2009-10-25buffering: leave a comment to explain what is broken in the code and link to ...Rafaël Carré1-0/+25
2009-10-25No need for this to be staticNils Wallménius1-2/+3
2009-10-24Add support for ID3v1 metadta tags in Real Media container.Mohamed Tarek1-7/+57
2009-10-24Correct spelling and punctuation in Codebuster menus.Alex Parker1-6/+6
2009-10-24FS#10497 - New game codebuster, which is a clone of the classic game mastermi...Johannes Schwarz3-0/+516
2009-10-24Minor Hebrew translation fixesTomer Shalev1-6/+6
2009-10-23FS#10704 - Make a configuration option to disable USB HID Tomer Shalev9-55/+101
2009-10-23Lua: add parts of the math library (all floating point functions are #ifdef'e...Maurus Cuelenaere3-0/+287
2009-10-23Lua: add do_menu() wrapper. Also fix potential NULL pointer dereferenceMaurus Cuelenaere1-0/+38
2009-10-23Consolidate almost identical code in pcmbuf.cJeffrey Goode1-69/+10
2009-10-22Code cleanup in dsp.c and misc.c, some commentsJeffrey Goode5-27/+18
2009-10-20Remove all update event callbacks if the custom statusbar is unused.Thomas Martitz1-3/+7
2009-10-20No need to have this variable global anymore.Thomas Martitz1-2/+2
2009-10-20Fix a few potential redraw problems with the custom statusbar and wps fightin...Thomas Martitz4-38/+72
2009-10-20Fix red caused by ancient incorrect #ifdefs.Thomas Martitz1-2/+2
2009-10-20Convert lcd_activation callbacks to use the event system to allow for multipl...Thomas Martitz5-26/+25
2009-10-20Correct wrong usage of event callbacks all over the place. It's not supposed ...Thomas Martitz9-38/+41
2009-10-20usb_keypad_mode shouldn't depend on SIMULATORFrank Gevaerts1-2/+2
2009-10-20USB_ENABLE_HID can be enabled without USE_ROCKBOX_USB, so move the usb_hid an...Frank Gevaerts1-1/+2