summaryrefslogtreecommitdiff
path: root/apps/plugins/pdbox (follow)
Commit message (Expand)AuthorAge
* Fix include fileFrank Gevaerts2010-06-21
* Remove plugin-specific defines from the pdbox makefile, and add them to m_pd....Frank Gevaerts2010-06-21
* pdbox: Moved all global variables in pdbox.c to IRAM.Wincent Balin2010-06-05
* pdbox: Reverted premature commit of Coldfire optimization.Wincent Balin2010-06-04
* pdbox: Fixing yellows.Wincent Balin2010-06-04
* pdbox: Corrected inclusion of m_fixed.h .Wincent Balin2010-06-04
* pdbox: Added Coldfire multiplication optimization by Buschel.Wincent Balin2010-06-04
* pdbox: Reduced (visible) precision of numbers shown in the GUI.Wincent Balin2010-06-04
* pdbox: The values on of widgets are reset on start now.Wincent Balin2010-06-04
* Ensure CPU is defined.Andree Buschmann2010-06-04
* pdbox: Applied several changes by Buschel. Reintroduced compilation for iPods.Wincent Balin2010-06-03
* pdbox: fix build on ARM with eabiRafaël Carré2010-06-03
* pdbox: Added keypad for iPod 1G-4G. Reordered SOURCES alphabetically.Wincent Balin2010-06-03
* pdbox: Source cleanup. Removed unneeded files.Wincent Balin2010-06-03
* pdbox: Syntax cleanup for the cosine table.Wincent Balin2010-06-02
* pdbox: add fuze keymapRafaël Carré2010-06-02
* Added myself and Pure Data team to credits.Wincent Balin2010-06-01
* pdbox: Updated CPU boosting APIWincent Balin2010-06-01
* pdbox: Code cleanup, optimizations.Wincent Balin2010-06-01
* pdbox: Removed unnecessary code from the main include file. Reduced neede mem...Wincent Balin2010-06-01
* pdbox: Solved issue with WAV file import on big-endian targets (signed 16-bit...Wincent Balin2010-06-01
* pdbox: Code cleanupWincent Balin2010-05-24
* pdbox: Successfully resolved issue with loading of audio filesWincent Balin2010-05-24
* pdbox: Rewrote recently added bugfixesWincent Balin2010-05-20
* pdbox: Got rid of signedness-related warningsWincent Balin2010-05-20
* pdbox: Made size value signedWincent Balin2010-05-20
* pdbox: Adjusted return values for functions read() and write()Wincent Balin2010-05-20
* Fix remaining reds/yellows.Thomas Martitz2010-05-14
* Make open() posix compliant api-wise. A few calls (those with O_CREAT) need t...Thomas Martitz2010-05-06
* pdbox: Fixed loading of sound files, pdpod_drums.pd works now.Wincent Balin2010-05-02
* Fix pdbox makefile to actually take part in dependency generationFrank Gevaerts2010-02-25
* change dependencies in make files:Teruaki Kawashima2010-01-17
* Make PDBox use the copy of TLSF in the codecs folder (and remove the old copy).Magnus Holmgren2009-09-23
* PDBox: Simplified some float math functions.Wincent Balin2009-08-17
* PDBox: Made GUI use default back- and foreground colors.Wincent Balin2009-08-17
* Fix realloc bug in TLSF.Magnus Holmgren2009-08-16
* PDBox: Correcting two more warnings.Wincent Balin2009-08-05
* PDBox: Got rid of warnings.Wincent Balin2009-08-05
* PDBox: Removed unneeded include file to, hopefully, diminish the amount of w...Wincent Balin2009-08-05
* PDBox: Added iriver H100 to supported targets.Wincent Balin2009-08-05
* PDBox: Changed type of t_int to remove 64-bit related warnings.Wincent Balin2009-08-05
* PDBox: Undoing incorrect changes of math functions.Wincent Balin2009-08-04
* PDBox: Simplified some math functions.Wincent Balin2009-08-04
* PDBox: Use correct values of maximal string size for snprintf.Wincent Balin2009-08-04
* PDBox: Minor addition and bugfixes.Wincent Balin2009-08-04
* PDBox: Added GUI.Wincent Balin2009-08-04
* Minor additions to floating point math functions.Wincent Balin2009-07-29
* Another pdbox patch by Wincent Balin (FS #10416): switch to using TLSF as mem...Peter D'Hoye2009-07-23
* By Wincent Balin: add a new (better) memory allocation library for pdbox. Nex...Peter D'Hoye2009-07-21
* By Wincent Balin: Cleaned up unneeded prototypes in s_path.c (ongoing FS #10...Peter D'Hoye2009-07-21