aboutsummaryrefslogtreecommitdiff
path: root/pd/src
AgeCommit message (Collapse)Author
2007-08-06fix underflow protection for ia64 (was only enabled for i386)Miller Puckette
svn path=/trunk/; revision=8435
2007-08-02fix name clash in s_audio_jack.c (again) and applied some sourceforge patchesMiller Puckette
svn path=/trunk/; revision=8342
2007-07-29add files that didn't seem to be uploadedMiller Puckette
svn path=/trunk/; revision=8254
2007-07-24Untested attempt to fix compilation problems in s_audio_jack.cMiller Puckette
svn path=/trunk/; revision=8229
2007-07-20various bug fixes.Miller Puckette
svn path=/trunk/; revision=8186
2007-01-20improve error reporting for lists to inlets, and replace __BYTE_ORDER byMiller Puckette
BYTE_ORDER to fix compile failure on Mac. svn path=/trunk/; revision=7367
2006-12-07More 64 bit fixes, notably confusion about file extensions and takingMiller Puckette
garray_getfloatarray out of expr svn path=/trunk/; revision=6685
2006-10-22test release for 0.41 (bug fixes for IA64).Miller Puckette
svn path=/trunk/; revision=6154
2006-10-09bugfixes... pd 0.40-1.Miller Puckette
svn path=/trunk/; revision=6082
2006-10-04release 0.40-0Miller Puckette
svn path=/trunk/; revision=6076
2006-09-19Bug fixesMiller Puckette
svn path=/trunk/; revision=5972
2006-09-08Many bug fixesMiller Puckette
svn path=/trunk/; revision=5906
2006-08-24sync for pd 0.40-0test05. Bug fix (empty DSP chains crashed Pd).Miller Puckette
svn path=/trunk/; revision=5730
2006-08-18put m_pd.h, s_stuff.h in quotes instead of brackets on s_audio_jack.cMiller Puckette
svn path=/trunk/; revision=5661
2006-08-15Bug fix - plus, two features I couldn't bear to leave out of 0.40Miller Puckette
svn path=/trunk/; revision=5616
2006-08-15Bug fix in audio blockingMiller Puckette
svn path=/trunk/; revision=5609
2006-08-150.40 test 01 commit ... although the "about" dialog thinks it's test02 :)Miller Puckette
svn path=/trunk/; revision=5604
2006-08-11Fixed to compile correctly on macosx 10.3, 10.4 and Windows.Miller Puckette
svn path=/trunk/; revision=5566
2006-06-03FFT package selectionMiller Puckette
Zmoelnig's multi-'$' patch big-soundfile support Patch to set open directories (openpanel, savepanel) patch to allow funny characters in extern names fixed makefile.in to support intel mac svn path=/trunk/; revision=5164
2006-06-03Removing renamed filesMiller Puckette
svn path=/trunk/; revision=5163
2005-12-31Took a bunch of patches... more to come but these are the ones that might ↵Miller Puckette
break stuff so I'll sync here. svn path=/trunk/; revision=4336
2005-12-31re-synced with my own source tree...Miller Puckette
svn path=/trunk/; revision=4321
2005-12-31Added about 64 files that I hadn't realized weren't in the CVSMiller Puckette
repository. Threw in pd/portaudio/pa_win_wdmks for good measure, although I haven't tried compiling that in yet (no windoze machine handy today). svn path=/trunk/; revision=4316
2005-12-02Memory leak patch, plus change to x_connective.c to fix a bugMiller Puckette
svn path=/trunk/; revision=4103
2005-11-06fixed memory leak in pa_mac_core.c and the bug sending "bang" to "t s" objectMiller Puckette
svn path=/trunk/; revision=3842
2005-10-15Bug fixes, notably for mac if no audio input device is available; alsoMiller Puckette
worked around a problem in ASIO support on MSW (but need to fix it better.) svn path=/trunk/; revision=3717
2005-09-15Bug fixes for 0.39-0, in preparation for releasing 0.39-1.Miller Puckette
svn path=/trunk/; revision=3561
2005-08-21Fixed scalar_redraw to check if glist is visible; moved 'data' doc andMiller Puckette
updated it somewhat. svn path=/trunk/; revision=3441
2005-08-21Improved samplerate~ implementation.Miller Puckette
svn path=/trunk/; revision=3438
2005-08-19Version 0.39-0test5. Bug fixes and more care about closing dirty windowsMiller Puckette
and quitting. svn path=/trunk/; revision=3434
2005-08-16Configure.in was broken. Also, better GUI update queueing forMiller Puckette
IEM guis and for 'data' (which should affect arrays.) svn path=/trunk/; revision=3430
2005-07-29Mac to work with tcl/tk 8.4.5; pd extension added automatically in saveasMiller Puckette
bug fix writing aiff gfiles bug fix (tcl error messages when starting open dialogs) svn path=/trunk/; revision=3385
2005-07-24New "list" object.Miller Puckette
Added "addcomma", "addsemi", "adddollar", "adddollsym" messages to message object. worked on Mac compilation problems. svn path=/trunk/; revision=3371
2005-07-16fixed bugs, adopted some patches.Miller Puckette
svn path=/trunk/; revision=3347
2005-07-13fixed for flext compilationJamie Tittle
svn path=/trunk/; revision=3339
2005-07-08Bug fixes: took out some unwanted "red rectangle" apparitions when makingMiller Puckette
arrays on new canvases; got the array dialog to come back; made graphical updating a bit more reliable. Tested and fixed a couple of problems on Mac and Windoes. svn path=/trunk/; revision=3300
2005-07-02new graph-on-parent behavior - no more of the stretching behavior. ExistingMiller Puckette
patches should behave compatibly, but new ones will work differently (much much better.) svn path=/trunk/; revision=3283
2005-06-25major extensions to drawing commands in templates, to allow scaling andMiller Puckette
invisibilizing. New "coreaudio" search (from patch). couple of bug fixes. svn path=/trunk/; revision=3249
2005-05-30fixed makefile, configure to work on Mac as well as linux. Almost have itMiller Puckette
compiling on Windows too, but don't have a machine here to check it on. Set "-ko" flag on portaudio so CVS will preserve the key strings as they appear in the portaudio tarballs. svn path=/trunk/; revision=3093
2005-05-30Remembered to update all the edited files. Should now be in sync... willMiller Puckette
have to test it though. svn path=/trunk/; revision=3092
2005-05-18Damn, edited this before and lost the update. More data features.Miller Puckette
Took about 12 patches. svn path=/trunk/; revision=3006
2005-01-13fixed appearance of C++ keywordThomas Grill
svn path=/trunk/; revision=2499
2004-11-28unified "array" and "struct array" code. Vast changes to "g_array.c" andMiller Puckette
"g_template.c", and many smaller changes to various files. Not yet well tested. svn path=/trunk/; revision=2341
2004-11-11More bug fixes... version 0.38 test10.Miller Puckette
svn path=/trunk/; revision=2259
2004-11-07more bug fixes. Possible to put spaces in path and startup dialog entries.Miller Puckette
svn path=/trunk/; revision=2232
2004-11-060.38 test 9 (mostly bug fixes)Miller Puckette
svn path=/trunk/; revision=2226
2004-09-15fixed a bug with setting the receive-symbol of guiIOhannes m zmölnig
svn path=/trunk/; revision=2032
2004-09-06Fixed a bugMiller Puckette
svn path=/trunk/; revision=2014
2004-09-06... more changes to try to upload 0.38 test 5 to CVSMiller Puckette
svn path=/trunk/; revision=2011
2004-09-06checking in version 0.38test5.Miller Puckette
Oops, I realize I forgot some more nice files, will add them and re-commit. svn path=/trunk/; revision=2010