summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2008-03-22D2: Enable plugin building (using initial keymaps from FS#8708 by Andreas Mue...Rob Purchase58-7/+535
2008-03-22Adapted most multi-source plugins to the iAudio M3 keypad and screen. Doom an...Jens Arnold17-447/+335
2008-03-22FS#8741 fix two text/voice inconsistencies in EnglishNils Wallménius1-2/+2
2008-03-22Fix the display of peakmeters and progress bars (without a custom y position)...Dave Chapman1-2/+2
2008-03-22Properly disable unused bitmap in SOURCES.Jens Arnold1-1/+0
2008-03-22Adapt most single-file plugins to the M3 keypad and screen. It's still prelim...Jens Arnold55-193/+817
2008-03-22Small simplification - take advantage of the fact that x/y/width/height are n...Dave Chapman1-5/+2
2008-03-22Reduce the shocking amount of RAM my viewports implementation was using. The...Dave Chapman4-67/+70
2008-03-21Commit viewports-in-WPS patch (FS#8385). This adds the %V tag - see the Cust...Dave Chapman7-160/+355
2008-03-21Another small optimisation/simplification to the hex_to_rgb() function.Dave Chapman1-18/+13
2008-03-21Add a general-purpose parse_list function to parse a string containing a deli...Dave Chapman6-48/+137
2008-03-20CODEC_IDX_{AUDIO,VOICE} are already defined in apps/dsp.hAntoine Cellerier1-3/+0
2008-03-20Fix BMP loader for the iAudio M3 display.Jens Arnold1-23/+42
2008-03-20Turnaround time must be included in dsp yielding to throttle against other th...Michael Sevakis1-3/+9
2008-03-19Commit FS#8750. Add ARM assembler for the dsp-functions channels_process_soun...Andree Buschmann3-1/+189
2008-03-18Make vkeyboard usable on M3.Jens Arnold1-2/+2
2008-03-18- add button descriptions to the m:robe 100 manual for the majority of pluginsRobert Kukla5-21/+19
2008-03-18Fix FS 8753, JdGordon started it, I finished it.Brandon Low1-10/+21
2008-03-17save clock plugin settings in correct directoryRobert Kukla1-1/+1
2008-03-17Updated italian translation. Fixed accent as requested in FS #8742 but with c...Alessio Lenzi1-16/+14
2008-03-17It makes more sense for the callback registrar to decide if its a "oneshot" t...Jonathan Gordon3-6/+6
2008-03-16fixes for the Chinese and Japanese language files by Harry Tu. Closes FS#8716...Marcoen Hirschberg3-307/+87
2008-03-16Implement the playback event handling as a system-wide multi-purpose event sy...Miika Pekkarinen7-117/+21
2008-03-15Further size savings - no need to make call for 0-9Steve Gotthardt1-1/+1
2008-03-15iAudio M3: Fix standard remote context. * Process button adc values in the bu...Jens Arnold1-11/+11
2008-03-15Small bin-size optimisation - convert a macro used six times to a functionDave Chapman1-2/+5
2008-03-15Make ports debug screen usable on M3Jens Arnold1-8/+8
2008-03-14spelling mistakes pointed out by Alex WallisDaniel Stenberg1-2/+2
2008-03-14Another capitalization inconsistency fixed.Jonas Häggqvist34-43/+43
2008-03-14Fix remote stop from tree in the M3 keymap.Jens Arnold1-1/+1
2008-03-14Make screendump work on the M3 (sim).Jens Arnold1-4/+32
2008-03-14Apply FS#8538 - iconsistencies in menu wording/capitalization as well as upda...Jonas Häggqvist36-507/+509
2008-03-14More iAudio M3 work. Target build compiles, but same problem regarding plugin...Jens Arnold2-2/+5
2008-03-14Actually compile the M3 keymap for the M3.Jens Arnold1-0/+2
2008-03-14More M3 work: Rockbox logo, keymap, sim definitions, sim bitmap. Simulator bu...Jens Arnold3-0/+490
2008-03-13Split up app.lds to the respective target directories. The portalplayer devi...Karl Kurbjun1-1/+3
2008-03-11pointers suck... spotted in IRCJonathan Gordon1-1/+1
2008-03-10provide a debug menu item to virtually reinsert drives for usb storage when t...Frank Gevaerts1-1/+16
2008-03-10Accept FS #8704: fix a translation error in srpski.langPeter D'Hoye1-1/+1
2008-03-10make usb_serial work again. Also know as "make sure arrays are allocated at t...Frank Gevaerts1-2/+2
2008-03-10Update Dutch translationPeter D'Hoye1-6/+8
2008-03-10Updated italian translation.Alessio Lenzi1-8/+10
2008-03-10don't do early usb detection on device with software stack. This doesn't work...Frank Gevaerts1-2/+2
2008-03-10m:robe 100 - add target specific stringsRobert Kukla1-9/+13
2008-03-09Bugfix for new list implementation - correctly assign colours for remote LCDs...Dave Chapman1-1/+14
2008-03-09Fix (another) overflow when seeking in long WMA files.Michael Giacomelli1-1/+1
2008-03-09Don't assume reading the duration field advances the buffer 12 bytes, instead...Michael Giacomelli1-2/+4
2008-03-09FS#8707 - Enable "Load to RAM" (HAS_TC_RAMCACHE) compilation without Director...Miika Pekkarinen2-3/+3
2008-03-09AAC decoder: Remove suspicious use of the REAL_CONST macro. I don't know what...Magnus Holmgren1-1/+1
2008-03-09more fixes for button bar... this will all disappear when viewports are handl...Jonathan Gordon1-8/+24