summaryrefslogtreecommitdiffstats
path: root/apps/plugins/pdbox
AgeCommit message (Expand)AuthorFilesLines
2010-05-20pdbox: Rewrote recently added bugfixesWincent Balin2-5/+8
2010-05-20pdbox: Got rid of signedness-related warningsWincent Balin1-3/+3
2010-05-20pdbox: Made size value signedWincent Balin1-3/+3
2010-05-20pdbox: Adjusted return values for functions read() and write()Wincent Balin2-5/+5
2010-05-14Fix remaining reds/yellows.Thomas Martitz1-1/+8
2010-05-06Make open() posix compliant api-wise. A few calls (those with O_CREAT) need t...Thomas Martitz2-6/+2
2010-05-02pdbox: Fixed loading of sound files, pdpod_drums.pd works now.Wincent Balin1-5/+3
2010-02-25Fix pdbox makefile to actually take part in dependency generationFrank Gevaerts109-188/+186
2010-01-17change dependencies in make files:Teruaki Kawashima1-2/+1
2009-09-23Make PDBox use the copy of TLSF in the codecs folder (and remove the old copy).Magnus Holmgren10-1376/+2
2009-08-17PDBox: Simplified some float math functions.Wincent Balin1-815/+41
2009-08-17PDBox: Made GUI use default back- and foreground colors.Wincent Balin1-18/+24
2009-08-16Fix realloc bug in TLSF.Magnus Holmgren1-1/+2
2009-08-05PDBox: Correcting two more warnings.Wincent Balin1-2/+3
2009-08-05PDBox: Got rid of warnings.Wincent Balin5-8/+13
2009-08-05PDBox: Removed unneeded include file to, hopefully, diminish the amount of w...Wincent Balin1-651/+0
2009-08-05PDBox: Added iriver H100 to supported targets.Wincent Balin1-1/+10
2009-08-05PDBox: Changed type of t_int to remove 64-bit related warnings.Wincent Balin3-3/+12
2009-08-04PDBox: Undoing incorrect changes of math functions.Wincent Balin1-41/+815
2009-08-04PDBox: Simplified some math functions.Wincent Balin1-818/+44
2009-08-04PDBox: Use correct values of maximal string size for snprintf.Wincent Balin10-28/+25
2009-08-04PDBox: Minor addition and bugfixes.Wincent Balin4-6/+48
2009-08-04PDBox: Added GUI.Wincent Balin4-17/+925
2009-07-29Minor additions to floating point math functions.Wincent Balin1-30/+19
2009-07-23Another pdbox patch by Wincent Balin (FS #10416): switch to using TLSF as mem...Peter D'Hoye21-2356/+124
2009-07-21By Wincent Balin: add a new (better) memory allocation library for pdbox. Nex...Peter D'Hoye7-0/+1360
2009-07-21 By Wincent Balin: Cleaned up unneeded prototypes in s_path.c (ongoing FS #10...Peter D'Hoye1-9/+0
2009-07-18Fix PDbox compilationMaurus Cuelenaere1-1/+0
2009-07-12Another patch by Wincent Balin (from the FS #10416 series): get rid of some w...Peter D'Hoye4-0/+53
2009-07-12PDBox: One file with stuff is enough....Peter D'Hoye1-216/+0
2009-07-12More work on PDBox by Wincent Balin. The PDBox plug-in is now working with th...Peter D'Hoye6-155/+208
2009-07-03Accept FS #10244 by Wincent Balin: more pdbox work done for GSoC; also some k...Peter D'Hoye113-4420/+10637
2009-06-07pdbox: new patch by wincent. make s_print work on sim.Dominik Wenger2-2/+113
2009-06-02pdbox: correct makefile for make reconf. From wincent balin (FS#10244).Dominik Wenger1-5/+5
2009-05-28pdbox: new patch from wincent balin. make m_memory.c work in rockbox.Dominik Wenger2-2/+5
2009-05-26Next round of pdbox patches from Wincent Balin: adapt dbestfit to rockbox, if...Peter D'Hoye8-10/+35
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-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-22Add FS #10214. Initial commit of the original PDa code for the GSoC Pure Data...Peter D'Hoye197-0/+139346