summaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Expand)Author
2009-10-28Remove unused #define and correct comment.Maurus Cuelenaere
2009-10-28Add support for running Lua games/apps from the Plugins menuMaurus Cuelenaere
2009-10-28Add Boomshine to the games categoryMaurus Cuelenaere
2009-10-28Add new Lua touchscreen-only game: BoomshineMaurus Cuelenaere
2009-10-28Add Lua support to plugins MakefileMaurus Cuelenaere
2009-10-28Committing FS#10717 by Tomasz Kowalyczyk: add PLAYLIST_INSERT_LAST_SHUFFLED (...Dave Hooper
2009-10-28Touchscreen targets: fix software hold not locking touchscreenMaurus Cuelenaere
2009-10-28The Onda VX777 has only one button, add it to the keymap.Maurus Cuelenaere
2009-10-28Use array for quickscreen item settings to simplify some logicNils Wallménius
2009-10-28Allow the x and y pixel values of viewports to be a negative number..Jonathan Gordon
2009-10-27Initial touchscreen support for mini2440. Based on D2 touchscreen driverDominik Wenger
2009-10-27FS#10722: some improvements for gui/list.cTeruaki Kawashima
2009-10-26Many more drivers for mini2440. Now the main binary compiles and runs.Dominik Wenger
2009-10-26Lua: add lib/helper.c wrappersMaurus Cuelenaere
2009-10-26FS#10724 - fix alignment issue in Codebuster by Clément Pit--ClaudelJonathan Gordon
2009-10-25Use ARRAYLEN macro in usb_keymaps.cTomer Shalev
2009-10-25Revert r23339 and use setid3v1title() from metadata/mp3.c instead.Mohamed Tarek
2009-10-25Correct Id keyword and add svn:keywords property.Teruaki Kawashima
2009-10-25buffering: leave a comment to explain what is broken in the code and link to ...Rafaël Carré
2009-10-25No need for this to be staticNils Wallménius
2009-10-24Add support for ID3v1 metadta tags in Real Media container.Mohamed Tarek
2009-10-24Correct spelling and punctuation in Codebuster menus.Alex Parker
2009-10-24FS#10497 - New game codebuster, which is a clone of the classic game mastermi...Johannes Schwarz
2009-10-24Minor Hebrew translation fixesTomer Shalev
2009-10-23FS#10704 - Make a configuration option to disable USB HID Tomer Shalev
2009-10-23Lua: add parts of the math library (all floating point functions are #ifdef'e...Maurus Cuelenaere
2009-10-23Lua: add do_menu() wrapper. Also fix potential NULL pointer dereferenceMaurus Cuelenaere
2009-10-23Consolidate almost identical code in pcmbuf.cJeffrey Goode
2009-10-22Code cleanup in dsp.c and misc.c, some commentsJeffrey Goode
2009-10-20Remove all update event callbacks if the custom statusbar is unused.Thomas Martitz
2009-10-20No need to have this variable global anymore.Thomas Martitz
2009-10-20Fix a few potential redraw problems with the custom statusbar and wps fightin...Thomas Martitz
2009-10-20Fix red caused by ancient incorrect #ifdefs.Thomas Martitz
2009-10-20Convert lcd_activation callbacks to use the event system to allow for multipl...Thomas Martitz
2009-10-20Correct wrong usage of event callbacks all over the place. It's not supposed ...Thomas Martitz
2009-10-20usb_keypad_mode shouldn't depend on SIMULATORFrank Gevaerts
2009-10-20USB_ENABLE_HID can be enabled without USE_ROCKBOX_USB, so move the usb_hid an...Frank Gevaerts
2009-10-20Use pointer to memos instead of accessing the array.Teruaki Kawashima
2009-10-19Cleanup quickscreen text drawing by using text alignment flags for viewports.Thomas Martitz
2009-10-19Fix yellow: wrong file usedTomer Shalev
2009-10-19Fix yellow: Missing statusbar.h include (hopefully the last one missing)Tomer Shalev
2009-10-19Remove redundant ata_mmc.h include in screens.cTomer Shalev
2009-10-19Fix yellow: Missing ata_mmc.h includeTomer Shalev
2009-10-19Fix yellow: Another try at fixing aggressive includes removalTomer Shalev
2009-10-19Fix red: Too aggressive exclusion of includesTomer Shalev
2009-10-19Extract usb_screen logic out of screens.c into apps/gui/usb_screen.cTomer Shalev
2009-10-19Fix FS#10689 - H10 USB HID keymap problem - continued Tomer Shalev
2009-10-19Remove declaration of inexistent functionTomer Shalev
2009-10-19Updated french translation.Mustapha Senhaji
2009-10-19FS#10692 - Viewpority USB screen Tomer Shalev