summaryrefslogtreecommitdiffstats
path: root/apps/plugins
AgeCommit message (Expand)AuthorFilesLines
2009-05-26Next round of pdbox patches from Wincent Balin: adapt dbestfit to rockbox, if...Peter D'Hoye8-10/+35
2009-05-26Fix typo in the menu entryAlexander Levin1-1/+1
2009-05-26Use pre-multiplication in scaler to save one multiply per color component on ...Andrew Mahone3-36/+19
2009-05-26FS #10233 by Johannes Schwarz: "The following patch allows the user to resume...Antoine Cellerier1-49/+85
2009-05-25Lua: re-use the viewport pointer; also use the shorter lua_getfield() & lua_s...Maurus Cuelenaere1-6/+16
2009-05-25Fix some typosMaurus Cuelenaere2-3/+3
2009-05-25Lua: port viewports + add test_viewports.luaMaurus Cuelenaere3-2/+189
2009-05-25Fix mingw & cygwin buildsMaurus Cuelenaere1-1/+1
2009-05-25* read_bmp_*(): add FORMAT_RETURN_SIZEMaurus Cuelenaere3-5/+59
2009-05-24Commit FS#10234 - Spacerocks respawn invulnerability by Eric Clayton. Gives ...Michael Giacomelli1-12/+44
2009-05-24Cut the files in half and it might work better (note to self: check your tree...Peter D'Hoye192-69133/+20
2009-05-24Lua: /me should learn about C arrays.. :/Maurus Cuelenaere1-1/+1
2009-05-24Lua: fix rocklua_image issue + add LCD_RGBPACK & LCD_RGBUNPACK wrappersMaurus Cuelenaere1-0/+27
2009-05-24Lua: add image handling + some other wrappersMaurus Cuelenaere1-1/+281
2009-05-23Load PictureFlow logo from disk, discarding it after splash screen is done an...Andrew Mahone2-22/+27
2009-05-23Patch by Wincent Balin of PDa plugin: update readme and disable shared librariesPeter D'Hoye2-4/+12
2009-05-23Patch from Wincent Balin: Remove some duplicate code from the PDa pluginPeter D'Hoye5-468/+3
2009-05-22Lua: add stack traceback when erroring outMaurus Cuelenaere1-1/+90
2009-05-22Set svn propertiesMaurus Cuelenaere1-1/+1
2009-05-22Lua:Maurus Cuelenaere4-75/+98
2009-05-22Add FS #10214. Initial commit of the original PDa code for the GSoC Pure Data...Peter D'Hoye199-1/+139349
2009-05-22Don't build mpegplayer on targets with 2MB of RAM or less since it won't runRafaël Carré1-0/+2
2009-05-22Fix the 'cannot create /.../apps/plugins/lua/actions.lua: Directory nonexiste...Maurus Cuelenaere1-1/+1
2009-05-22FS#10211 Clear full size of display of calculator; not rounded size.Steve Gotthardt1-1/+1
2009-05-22Lua:Maurus Cuelenaere3-1/+10
2009-05-22Lua: add file handlingMaurus Cuelenaere1-0/+131
2009-05-21Lua: add actions.lua to the zip fileMaurus Cuelenaere2-2/+7
2009-05-21Lua: fix some issues with rocklibMaurus Cuelenaere1-29/+34
2009-05-21Forgot to remove this testing code..Maurus Cuelenaere1-2/+0
2009-05-21Commit FS#9174: Lua scripting language by Dan EvertonMaurus Cuelenaere71-0/+20252
2009-05-21Fix cover corruption reported in PictureFlow by Maurus Cuelenaere, bump CACHE...Andrew Mahone1-8/+20
2009-05-20Fix reds and yellows. The targets that showed have more that just #define (li...Thomas Martitz1-2/+2
2009-05-20Sansa AMS: Centralise mapping of RAM and IRAM in as3525.h via #defines. This ...Thomas Martitz1-9/+10
2009-05-20Sansa Fuze : fix r20680 for pong plugin (BUTTON_REPEAT can't be used)Rafaël Carré1-1/+1
2009-05-20Support JPEG album art in sliding_puzzle.Andrew Mahone1-7/+14
2009-05-18Rockblox: make sure the new restart combo on Player and Ondio does not interf...Marianne Arnold1-2/+8
2009-05-18Use TIME_BEFORE in bench_* plugins, and use 10s test duration.Andrew Mahone3-4/+7
2009-05-17Fix duplicate #includesBertrik Sikken1-1/+0
2009-05-16Correct a little typo.Thomas Martitz1-1/+1
2009-05-16Add a simple benchmark plugin for the scaler, using the pluginlib import of r...Andrew Mahone1-0/+137
2009-05-16Resume feature for Rockblox by dumping the state upon exiting and loading it ...Thomas Martitz1-16/+69
2009-05-16Use a struct for the necessary status variables for rockblox. Will make dumpi...Thomas Martitz1-69/+96
2009-05-16Define a restart button for Ondio and Player for Rockblox.Thomas Martitz1-0/+2
2009-05-16FS#9971 superdom fixes from Teruaki Kawashima.Andrew Mahone1-890/+740
2009-05-16Add include to pluginlib_jpeg_mem.c to prevent warning noise with -Wmissing-p...Andrew Mahone1-0/+1
2009-05-16Use new buflib extensions to avoid static allocation for track list, by shift...Andrew Mahone1-46/+59
2009-05-16Extend buflib to support shifting space out off the buffer for other use, and...Andrew Mahone2-0/+53
2009-05-15M:Robe 500: Commit some minor changes and some keymap changes (short press po...Karl Kurbjun1-2/+2
2009-05-15Sort by and display disc number in PictureFlow, increase MAX_TRACKS to 128, p...Andrew Mahone1-10/+27
2009-05-15Clean up create_track_index, fixing FS#9333, and use tagcache-provided length...Andrew Mahone1-36/+33