Age | Commit message (Collapse) | Author |
|
fonts/graphics appear the same on all platforms
svn path=/trunk/; revision=6123
|
|
svn path=/trunk/; revision=6122
|
|
standard method to rightclick with one-button mice
svn path=/trunk/; revision=6010
|
|
happens with single-clicks
svn path=/trunk/; revision=5982
|
|
svn path=/trunk/; revision=5971
|
|
svn path=/trunk/; revision=5970
|
|
svn path=/trunk/; revision=5961
|
|
svn path=/trunk/; revision=5953
|
|
svn path=/trunk/; revision=5952
|
|
svn path=/trunk/; revision=5951
|
|
svn path=/trunk/; revision=5950
|
|
svn path=/trunk/; revision=5949
|
|
svn path=/trunk/; revision=5233
|
|
svn path=/trunk/; revision=5026
|
|
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1469890&group_id=55736, which were converted to diff -uw format
svn path=/trunk/; revision=4951
|
|
svn path=/trunk/; revision=4741
|
|
svn path=/trunk/; revision=4704
|
|
svn path=/trunk/; revision=4701
|
|
svn path=/trunk/; revision=4700
|
|
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
|
|
svn path=/trunk/; revision=4622
|
|
svn path=/trunk/; revision=4619
|
|
complete_version_defines patch, and the regexps in packages/Makefile now rely on that patch
svn path=/trunk/; revision=4608
|
|
svn path=/trunk/; revision=4606
|
|
and its just a cleaner way to handle setting the env var
svn path=/trunk/; revision=4605
|
|
svn path=/trunk/; revision=4604
|
|
it shouldn't cause trouble on other platforms, but we shall see...
svn path=/trunk/; revision=4603
|
|
0.39.2; darwin_dlopen.patch still needs to be ported to 0.39.2
svn path=/trunk/; revision=4601
|
|
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
|
|
svn path=/trunk/; revision=4581
|
|
more complete implementation is proposed in this feature reqest: http://sourceforge.net/tracker/index.php?func=detail&aid=1412443&group_id=55736&atid=478073
svn path=/trunk/; revision=4464
|
|
any files if there was a space in the file or path name. This is probably a hack, since it uses the Win32 'shortname'. It probably should use proper Tcl escaping, but this works for now.
svn path=/trunk/; revision=4463
|
|
help browser doesn't work. arg. Documented the basic process of making the installer on the website
svn path=/trunk/; revision=4441
|
|
svn path=/trunk/; revision=4426
|
|
svn path=/trunk/; revision=4309
|
|
stuff so that everything can compile using MinGW; reorged things to use the full name 'windows' rather than just 'win'. This matches 'darwin' and 'linux'; this is windows RC6
svn path=/trunk/; revision=4260
|
|
- added script which searches thru all of the .pd_darwin files for
dependencies from Fink. It then copies those libs into the Pd.app and sets
everything up for them to be sourced by the objects.
- added Guenter's quick hack to allow international characters in Pd patches
svn path=/trunk/; revision=4241
|
|
Can't locate object method "path" via package "Autom4te::Request"
svn path=/trunk/; revision=4134
|
|
addition to the Windows/MacOSX-style dir layout; fixed random bugs; added more the clean targets
svn path=/trunk/; revision=4120
|
|
svn path=/trunk/; revision=4067
|
|
- 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=4064
|
|
binary files, including many flext externals. this will probably be pd-0.38.4-extended-RC5
svn path=/trunk/; revision=4051
|
|
svn path=/trunk/; revision=4036
|
|
bugs reported on the list; added platform-specific noncvs handling
svn path=/trunk/; revision=4035
|
|
svn path=/trunk/; revision=4021
|
|
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
|
|
imagine many problems with it. It works well on my machine ;)
svn path=/trunk/; revision=3987
|