summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2009-05-26FS #10233 by Johannes Schwarz: "The following patch allows the user to resume...Antoine Cellerier1-49/+85
2009-05-26Update the Swedish translation.Magnus Holmgren1-2/+67
2009-05-25Samsung YH*: A few keymap tweaks (still nothing final yet)Thomas Martitz2-20/+17
2009-05-253 new ports: Samsung YH-820, YH-920, and YH-925. Mostly functional. Audio wor...Mark Arigo3-0/+361
2009-05-25Should fix redMaurus Cuelenaere1-0/+3
2009-05-25Improve the c100 keymap and button names.Marc Guay1-111/+70
2009-05-25Lua: re-use the viewport pointer; also use the shorter lua_getfield() & lua_s...Maurus Cuelenaere1-6/+16
2009-05-25Fix FORMAT_RETURN_SIZE in read_bmp_*() when scaling (thanks to Andrew Mahone)Maurus Cuelenaere1-0/+4
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 Cuelenaere4-5/+63
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-24Fix FS#10231. The gwps_leave_wps() call at powering down is completely unnece...Thomas Martitz1-1/+0
2009-05-24Move rm.[c/h] from libcook to librm. No functional changes.Mohamed Tarek5-3/+3
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-23fix another keymap (FS#10237 by Tomer Shalev)Frank Gevaerts1-4/+4
2009-05-23Updated italian language file.Alessio Lenzi1-3/+3
2009-05-23fix some keymaps to actually compile (FS#10237, by Tomer Shalev)Frank Gevaerts2-31/+5
2009-05-23Fix wrong #ifdefs that sneaked inFrank Gevaerts1-2/+2
2009-05-23Add HID keymap handling in usb screen. This allows to use the DAP as a keypad...Frank Gevaerts14-11/+422
2009-05-23Reorganise USB stack defines. Now config.h decides which class drivers get en...Frank Gevaerts1-5/+5
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 Cuelenaere6-76/+107
2009-05-22Update Dutch language file. Not overly happy with the translation of this, th...Peter D'Hoye1-3/+3
2009-05-22Add FS #10214. Initial commit of the original PDa code for the GSoC Pure Data...Peter D'Hoye199-1/+139349
2009-05-22Move the code segment that corrects the value of (number of packets) to Mohamed Tarek2-7/+12
2009-05-22Modify the test program to read audio frames from a memory buffer rather Mohamed Tarek3-10/+86
2009-05-22-Remove some unnecessary defines from rm.c.Mohamed Tarek5-25/+6
2009-05-22Rename rm2wav.[c/h] to rm.[c/h]. No functional changes.Mohamed Tarek2-0/+0
2009-05-22Move wav related code to main.cMohamed Tarek2-80/+80
2009-05-22FS#8627 - change 'beep volume' setting name to the more descriptive 'track sk...Marc Guay1-3/+3
2009-05-22FS#10207 - Fix the ipod keymap for the recording screenMarc Guay1-7/+8
2009-05-22FS#10230 - Remove 'start new file if not recording' functionality from ACTION...Marc Guay1-19/+21
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 Cuelenaere72-1/+20253