aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-03-11added purepd to the Pd-extended build systemHans-Christoph Steiner
svn path=/trunk/; revision=4689
2006-03-10these files have been removed by mistake, they are necessary for portaudio ↵Guenter Geiger
support svn path=/trunk/; revision=4684
2006-03-05added note about third argument 'old'Hans-Christoph Steiner
svn path=/trunk/; revision=4646
2006-03-05added a sketch pad patch for an all_about_reverb. Right now, its just a ↵Hans-Christoph Steiner
place to collect notes and ideas svn path=/trunk/; revision=4645
2006-03-05removed pddp.pd because it causes nasty bugs and is useless. it was renamed ↵Hans-Christoph Steiner
to pddp-about.pd to comply with new naming scheme svn path=/trunk/; revision=4644
2006-03-05make number boxes show integers rather than floats in ASCII and HEX examplesHans-Christoph Steiner
svn path=/trunk/; revision=4643
2006-03-05made clear example of inconsistent numeric symbols that I discovered while ↵Hans-Christoph Steiner
trying to process ASCII values coming from [comport] as floats svn path=/trunk/; revision=4642
2006-02-28removed liblist backport since its no longer needed for future Pd-extended ↵Hans-Christoph Steiner
builds svn path=/trunk/; revision=4625
2006-02-27added patch to completely fix the versioning and move the PD_VERSION ↵Hans-Christoph Steiner
replacement to 'make install'; 'make unpatch_pd' now does the reverse of 'make patch_pd'; and PD_TEST_VERSION is now retrieved from m_pd.h svn path=/trunk/; revision=4623
2006-02-27only include the alsa_adddev function prototype if the ALSA API is enabledHans-Christoph Steiner
svn path=/trunk/; revision=4622
2006-02-27fixed app renaming so that you can properly rename the Pd.app with one ↵Hans-Christoph Steiner
setting; fixed Pd version regexps to look in m_pd.h after complete_version_defines-0.39.2.patch is applied; upgraded to TclTk 8.4.10 and make automatic Wish.app/Wish Shell.app name handling svn path=/trunk/; revision=4620
2006-02-27make quick update to make dlopen patch apply cleanly to 0.39.2Hans-Christoph Steiner
svn path=/trunk/; revision=4619
2006-02-24renamed Koray Tahiroglu's 2102-02.pd example patch from his Pd class to ↵Hans-Christoph Steiner
weighted random svn path=/trunk/; revision=4616
2006-02-22version is now all defined in macros in m_pd.h in the ↵Hans-Christoph Steiner
complete_version_defines patch, and the regexps in packages/Makefile now rely on that patch svn path=/trunk/; revision=4608
2006-02-22updated to use Wish.app for TclTk 8.4.10Hans-Christoph Steiner
svn path=/trunk/; revision=4607
2006-02-22set ASIOSRC to blank, so only platforms that use ASIO will fill it inHans-Christoph Steiner
svn path=/trunk/; revision=4606
2006-02-22cleaned up patch so that it doesn't conflict with other existing patches, ↵Hans-Christoph Steiner
and its just a cleaner way to handle setting the env var svn path=/trunk/; revision=4605
2006-02-22ported help browser to 0.39.2Hans-Christoph Steiner
svn path=/trunk/; revision=4604
2006-02-22switched in Martin Peach's cleaner fix for the .. in pd_guidir on Windows, ↵Hans-Christoph Steiner
it shouldn't cause trouble on other platforms, but we shall see... svn path=/trunk/; revision=4603
2006-02-20porting patches to 0.39.2 and removing patches that got included into ↵Hans-Christoph Steiner
0.39.2; darwin_dlopen.patch still needs to be ported to 0.39.2 svn path=/trunk/; revision=4601
2006-02-18added some handy extra targets for cleaning up after the package build and ↵Hans-Christoph Steiner
testing the package once its built svn path=/trunk/; revision=4599
2006-02-18added beginnings of bsayler, fftease, and hardware library targetsHans-Christoph Steiner
svn path=/trunk/; revision=4598
2006-02-18added temporary [hidin] targetsHans-Christoph Steiner
svn path=/trunk/; revision=4597
2006-02-18made final Pd-0.38.4-extended release from RC8Hans-Christoph Steiner
svn path=/trunk/; revision=4595
2006-02-16turned off merging of Pd filesHans-Christoph Steiner
svn path=/trunk/; revision=4590
2006-02-15added message about Gem CVS anonymous passwordHans-Christoph Steiner
svn path=/trunk/; revision=4589
2006-02-14Forgot to remove it from the buildsysGuenter Geiger
svn path=/trunk/; revision=4587
2006-02-13fixes for gcc 3.3, changing FLEXT_USECMEM to FLEXT_USE_CMEMwThomas Grill
avoid trying to send empty message bundles svn path=/trunk/; revision=4586
2006-02-13built Pd-0.38.4-extendedRC8 and deleted the ancient darwin_pkg sectionHans-Christoph Steiner
svn path=/trunk/; revision=4585
2006-02-13This should be the final Pd-0.38.4-extendedRC8 build, which should be theHans-Christoph Steiner
release of Pd-0.38.4-extended. A couple of minor changes: - added liblist to the config files since [list] was backported to 0.38.4 in the form of liblist - removed the MACOSX -> __APPLE__ regexp stuff since it was just for testing until Miller accepted those changes. - tried to make the org.puredata.pd.plist file get installed with write permissions so that people can overwrite and change the default file after they install it. svn path=/trunk/; revision=4584
2006-02-13added arguments for relocate message, still haven't figured out how to use itHans-Christoph Steiner
svn path=/trunk/; revision=4583
2006-02-13updated motion message, which adds a third argumentHans-Christoph Steiner
svn path=/trunk/; revision=4582
2006-02-13reverting to original version since this is the version that Miller acceptedHans-Christoph Steiner
svn path=/trunk/; revision=4581
2006-02-08changed the LICENSE for the text to GFDL to allow distribution with pd-extendedIOhannes m zmölnig
THINK: should we make it dual-licensed? svn path=/trunk/; revision=4571
2006-02-08slicked up the ring modulator I wrote for my little cousin ChrisHans-Christoph Steiner
svn path=/trunk/; revision=4570
2006-02-08laid out some curve sketches and removed the old all_about patchHans-Christoph Steiner
svn path=/trunk/; revision=4569
2006-02-08added objects test script based on load_every_help.pd; testing with -nogui, ↵Hans-Christoph Steiner
so far so good svn path=/trunk/; revision=4568
2006-02-08a simple start to start automating the testing of Pd builds. It just opens ↵Hans-Christoph Steiner
then closes every help file it finds and logs the results. This is a super simple script to contribute to Matju's Pure Unity effort svn path=/trunk/; revision=4567
2006-02-06added some unusual cases of bangsHans-Christoph Steiner
svn path=/trunk/; revision=4559
2006-02-06added an example that uses a symbolatomHans-Christoph Steiner
svn path=/trunk/; revision=4557
2006-02-06added "pointer" in a few places.N.N.
svn path=/trunk/; revision=4555
2006-02-06added examples generated from writing about defining all the types within PdHans-Christoph Steiner
svn path=/trunk/; revision=4554
2006-02-05got inspired by data types discussions and the Max manual to write an ↵Hans-Christoph Steiner
arguments and objects tutorial patch svn path=/trunk/; revision=4553
2006-02-04stole example from Miller's list-help.pd -> [about-lists] and stripped it ↵Hans-Christoph Steiner
down to illustrate this one thing svn path=/trunk/; revision=4548
2006-02-03ok, now its actually working, it needs to be loaded as a libHans-Christoph Steiner
svn path=/trunk/; revision=4547
2006-02-03these have been sitting around forever, its time to check them into CVSHans-Christoph Steiner
svn path=/trunk/; revision=4543
2006-02-03sketches for newbie tutorials. these will need to be renamed to be put in a ↵Hans-Christoph Steiner
better order svn path=/trunk/; revision=4542
2006-02-03I backported [list] from 0.39.2, you have to load it as library to make it ↵Hans-Christoph Steiner
work properly svn path=/trunk/; revision=4541
2006-02-01fixed typos, dates, contact infoThomas Grill
svn path=/trunk/; revision=4533
2006-01-31master makefile for building the documentationIOhannes m zmölnig
svn path=/trunk/; revision=4530