Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-01-31 | master makefile for building the documentation | IOhannes m zmölnig | |
svn path=/trunk/; revision=4530 | |||
2006-01-31 | fixed bug in complex counter source | IOhannes m zmölnig | |
svn path=/trunk/; revision=4529 | |||
2006-01-31 | fixed typos (and bug in the complex counter example) | IOhannes m zmölnig | |
svn path=/trunk/; revision=4528 | |||
2006-01-31 | bug-fixes | IOhannes m zmölnig | |
svn path=/trunk/; revision=4527 | |||
2006-01-31 | added makefiles | IOhannes m zmölnig | |
only tested on linux and mingw32-crosscompiler should work on osx and irix i'm pretty sure it won't work on w32 (M$VC) svn path=/trunk/; revision=4526 | |||
2006-01-31 | added the missing examples files; | IOhannes m zmölnig | |
added a LICENSE (all the C-files are under pd's FreeBSD-like license, the HOWTO itself is CreativeCommons-ShareAlike 2.5) svn path=/trunk/; revision=4525 | |||
2006-01-30 | the externals-HOWTO (i almost lost the tex-sources, so here they are now) | IOhannes m zmölnig | |
svn path=/trunk/; revision=4524 | |||
2006-01-30 | made path to pd-sources relative | IOhannes m zmölnig | |
svn path=/trunk/; revision=4523 | |||
2006-01-30 | adapted all_about_hid_mapping and template1-about.pd into this about patch ↵ | Hans-Christoph Steiner | |
to test a new template idea and to document new mapping objects svn path=/trunk/; revision=4522 | |||
2006-01-24 | added more related objects, inspired by discovering [ascseq] from the list | Hans-Christoph Steiner | |
svn path=/trunk/; revision=4480 | |||
2006-01-15 | spelled out comma and semi-colon to make things clear | Hans-Christoph Steiner | |
svn path=/trunk/; revision=4409 | |||
2005-12-30 | fixed minor typo | Hans-Christoph Steiner | |
svn path=/trunk/; revision=4313 | |||
2005-12-28 | super basic helpfile for samplerate~ | Hans-Christoph Steiner | |
svn path=/trunk/; revision=4303 | |||
2005-12-19 | replaced objects with text so that the patch wouldn't crash | Hans-Christoph Steiner | |
svn path=/trunk/; revision=4259 | |||
2005-12-12 | made curl downloads optional | Hans-Christoph Steiner | |
svn path=/trunk/; revision=4196 | |||
2005-12-06 | fixed a number of minor bugs, including Frank's patches; added test_location ↵ | Hans-Christoph Steiner | |
target to check where everything will end up svn path=/trunk/; revision=4159 | |||
2005-12-02 | using centralized buildlayout file. If some package needs a local copy, it ↵ | Hans-Christoph Steiner | |
can be added back svn path=/trunk/; revision=4105 | |||
2005-12-01 | started a catalog of GUI objects | Hans-Christoph Steiner | |
svn path=/trunk/; revision=4094 | |||
2005-11-30 | preparing for RC6, bug fixes and tweaks, things are look ing good | Hans-Christoph Steiner | |
svn path=/trunk/; revision=4086 | |||
2005-11-28 | - finally got a Linux Pd-extended release out, RC5 | Hans-Christoph Steiner | |
- built a tar.bz2 package maker with a generated Makefile for installing and uninstalling - switched all Makefiles to follow GNU $(DESTDIR)/$(prefix) standards svn path=/trunk/; revision=4066 | |||
2005-11-27 | lots of build bug fixes and additions, including pixeltango and lots of ↵ | Hans-Christoph Steiner | |
binary files, including many flext externals. this will probably be pd-0.38.4-extended-RC5 svn path=/trunk/; revision=4050 | |||
2005-11-26 | updated names to be more GNU-like and easier to read | Hans-Christoph Steiner | |
svn path=/trunk/; revision=4036 | |||
2005-11-26 | added in Jamie's dlopn patch so I can use his binaries; fixed a number of ↵ | Hans-Christoph Steiner | |
bugs reported on the list; added platform-specific noncvs handling svn path=/trunk/; revision=4035 | |||
2005-11-23 | fixed empty 3.audio.examples bug, it was caused by symlinks created by ↵ | Hans-Christoph Steiner | |
devsymlinks; added pd_fileformat.html from the web; built mac release 0.38.4-extendedRC4 svn path=/trunk/; revision=4024 | |||
2005-11-23 | copy the extendedRC4 buildlayout to all the right places | Hans-Christoph Steiner | |
svn path=/trunk/; revision=4022 | |||
2005-11-21 | created Pd-0.38.4-extendedRC3.app release | Hans-Christoph Steiner | |
svn path=/trunk/; revision=4012 | |||
2005-11-21 | turned the pddp support objects into a libdir and moved them to the ↵ | Hans-Christoph Steiner | |
abstractions repository; kept [pddp_open] in place since I don't want to change it to work and its going away anyhow svn path=/trunk/; revision=4004 | |||
2005-11-21 | added in a patch to demonstrate [trigger]'s oddities | Hans-Christoph Steiner | |
svn path=/trunk/; revision=4003 | |||
2005-11-21 | cleaned up playnow loose ends and added in new content | Hans-Christoph Steiner | |
svn path=/trunk/; revision=4001 | |||
2005-11-21 | added chart of all functional printf patterns | Hans-Christoph Steiner | |
svn path=/trunk/; revision=4000 | |||
2005-11-21 | Lots of changes, got the first complete(-ish) build with the new extended | Hans-Christoph Steiner | |
build system. I left as much of the old functionality in place as possible, definitely were it was being used. But there are some changes that break backwards compatibility, thought they should be noticed by few, and be easy to fix going forward. Some highlights: - centralized patch system (packages/patches with targets patch_pd and unpatch_pd) - easily redirected builds, using INSTALL_PREFIX and all of the *_DEST variables. This makes building packages like Pd.app, .deb, .rpm, etc. much easier. - libdir format: basically a libdir is a directory that has both the objects and the help files together in one folder. It can be added using -lib or the StartUp preferences, or you can access them via geiger namespaces, i.e. [mylibrary/myobject]. - special characters allow in setup function/file names for objects. This makes objects like [||~] possible without having to be in a library. Now they can be either .pd files or individual .pd_darwin files (thanks IOhannes for the patch). svn path=/trunk/; revision=3993 | |||
2005-11-20 | renamed files so that they will work well in the Help browser | Hans-Christoph Steiner | |
svn path=/trunk/; revision=3988 | |||
2005-11-16 | simplified ASCII/hex examples | Hans-Christoph Steiner | |
svn path=/trunk/; revision=3944 | |||
2005-11-16 | added %X pattern for hex conversion | Hans-Christoph Steiner | |
svn path=/trunk/; revision=3928 | |||
2005-11-16 | added correct name to header | Hans-Christoph Steiner | |
svn path=/trunk/; revision=3927 | |||
2005-11-16 | added %c ASCII conversion example | Hans-Christoph Steiner | |
svn path=/trunk/; revision=3926 | |||
2005-11-14 | removing file since there is a duplicate with all lower case letters | Hans-Christoph Steiner | |
svn path=/trunk/; revision=3887 | |||
2005-11-10 | added send symbol to get rid of the outlet on the [tgl]. It looks purty ↵ | Hans-Christoph Steiner | |
that way svn path=/trunk/; revision=3874 | |||
2005-11-10 | added some nifty GUI objects | Hans-Christoph Steiner | |
svn path=/trunk/; revision=3872 | |||
2005-11-06 | added statement about color and made open/save distinct colors | Hans-Christoph Steiner | |
svn path=/trunk/; revision=3847 | |||
2005-07-28 | added in documentation of Pd oddities that I generated in response to the ↵ | Hans-Christoph Steiner | |
thread on pd-dev about Miller's new [list] object svn path=/trunk/; revision=3383 | |||
2005-07-28 | added [route list] example and discussion | Hans-Christoph Steiner | |
svn path=/trunk/; revision=3380 | |||
2005-07-25 | updated and added content based on discussions on pd-dev about Miller's ↵ | Hans-Christoph Steiner | |
[list ...] object svn path=/trunk/; revision=3379 | |||
2005-07-25 | added note about read/write being for data structures | Hans-Christoph Steiner | |
svn path=/trunk/; revision=3378 | |||
2005-06-19 | minor changes and additions | Hans-Christoph Steiner | |
svn path=/trunk/; revision=3222 | |||
2005-05-24 | got [hid_graph] fully functional; added helpfiles for all curve objects | Hans-Christoph Steiner | |
svn path=/trunk/; revision=3075 | |||
2005-05-05 | sketches of ideas for easy to play patchecs to illustrate concepts | Hans-Christoph Steiner | |
svn path=/trunk/; revision=2904 | |||
2005-05-05 | added a couple other elements, made 12pt font size standard since its ↵ | Hans-Christoph Steiner | |
anti-aliased svn path=/trunk/; revision=2902 | |||
2005-05-02 | added discussion about array start point and cleaned things up a little | Hans-Christoph Steiner | |
svn path=/trunk/; revision=2868 | |||
2005-04-28 | cleaned up a number of patches; renamed all to the standard -help.pd format; ↵ | Hans-Christoph Steiner | |
added some more ideas to the style guide; finished up lists_vs_anythings svn path=/trunk/; revision=2841 |