Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-04-20 | fixed bug 1650754: the DEL key was deleting a char, then added back a ↵ | Hans-Christoph Steiner | |
mystery char; the char adding code needs to ignore 127, i.e. DEL svn path=/trunk/; revision=7587 | |||
2007-02-12 | Adds string type (array of bytes) support | Martin Peach | |
svn path=/trunk/; revision=7418 | |||
2006-12-29 | more fixes for compiling Pd-extended against 0.40.x, including 64-bit | Hans-Christoph Steiner | |
svn path=/trunk/; revision=7095 | |||
2006-12-23 | updated patch collection to apply and build against stable_0_40, which is ↵ | Hans-Christoph Steiner | |
currently at 0.40.1 svn path=/trunk/; revision=7049 | |||
2006-12-19 | remove extra declaration that causes linker problems when all the ↵ | Hans-Christoph Steiner | |
optimizations are turned on svn path=/trunk/; revision=6963 | |||
2006-11-28 | updated to use the PDDP standard -meta.pd file now | Hans-Christoph Steiner | |
svn path=/trunk/; revision=6481 | |||
2006-10-17 | replaced all X11 fontspecs with Tk font specs on the road to making the ↵ | Hans-Christoph Steiner | |
fonts/graphics appear the same on all platforms svn path=/trunk/; revision=6123 | |||
2006-10-17 | make console font normal for readability | Hans-Christoph Steiner | |
svn path=/trunk/; revision=6122 | |||
2006-09-24 | remove doubleclick as rightclick on Mac OS X since the OS provides a ↵ | Hans-Christoph Steiner | |
standard method to rightclick with one-button mice svn path=/trunk/; revision=6010 | |||
2006-09-20 | added sensible double-click actions for files, directory browsing still ↵ | Hans-Christoph Steiner | |
happens with single-clicks svn path=/trunk/; revision=5982 | |||
2006-09-19 | trying out IOhannes' bugfix 1549377 in Pd-extended | Hans-Christoph Steiner | |
svn path=/trunk/; revision=5971 | |||
2006-09-19 | taken from Thomas' patch tracker 1473684, its been taken into 0.40 | Hans-Christoph Steiner | |
svn path=/trunk/; revision=5970 | |||
2006-09-18 | added IOhannes' closebang/initbang patch from the patch tracker, #1544041 | Hans-Christoph Steiner | |
svn path=/trunk/; revision=5961 | |||
2006-09-16 | this patch wasn't doing anything here, and miller added FFTW support in 0.40 | Hans-Christoph Steiner | |
svn path=/trunk/; revision=5953 | |||
2006-09-16 | added fix from tigital for d_array.c | Hans-Christoph Steiner | |
svn path=/trunk/; revision=5952 | |||
2006-09-16 | cleaned up macintel patch | Hans-Christoph Steiner | |
svn path=/trunk/; revision=5951 | |||
2006-09-16 | simple fix to configure.in to build PortAudio little-endian on Mac/Intel | Hans-Christoph Steiner | |
svn path=/trunk/; revision=5950 | |||
2006-09-16 | added two nice, small GUI patches from oskude | Hans-Christoph Steiner | |
svn path=/trunk/; revision=5949 | |||
2006-06-14 | added patch that's already been accepted into 0.40 | Hans-Christoph Steiner | |
svn path=/trunk/; revision=5233 | |||
2006-04-28 | quick kludge to disable the super annoying close confirm dialog | Hans-Christoph Steiner | |
svn path=/trunk/; revision=5026 | |||
2006-04-20 | added patch files from ↵ | Hans-Christoph Steiner | |
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 | |||
2006-03-19 | fixed things up for a Pd-0.39.2-extended-test2 build | Hans-Christoph Steiner | |
svn path=/trunk/; revision=4741 | |||
2006-03-14 | hopefully got curly brackets correct... | IOhannes m zmölnig | |
svn path=/trunk/; revision=4704 | |||
2006-03-13 | changed to use sprintf since asprintf doesn't exist on Windows | Hans-Christoph Steiner | |
svn path=/trunk/; revision=4701 | |||
2006-03-13 | removed patches that were included by Miller | Hans-Christoph Steiner | |
svn path=/trunk/; revision=4700 | |||
2006-02-27 | added 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-27 | only include the alsa_adddev function prototype if the ALSA API is enabled | Hans-Christoph Steiner | |
svn path=/trunk/; revision=4622 | |||
2006-02-27 | make quick update to make dlopen patch apply cleanly to 0.39.2 | Hans-Christoph Steiner | |
svn path=/trunk/; revision=4619 | |||
2006-02-22 | version 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-22 | set ASIOSRC to blank, so only platforms that use ASIO will fill it in | Hans-Christoph Steiner | |
svn path=/trunk/; revision=4606 | |||
2006-02-22 | cleaned 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-22 | ported help browser to 0.39.2 | Hans-Christoph Steiner | |
svn path=/trunk/; revision=4604 | |||
2006-02-22 | switched 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-20 | porting 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-13 | This should be the final Pd-0.38.4-extendedRC8 build, which should be the | Hans-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-13 | reverting to original version since this is the version that Miller accepted | Hans-Christoph Steiner | |
svn path=/trunk/; revision=4581 | |||
2006-01-23 | added quick change to allow win env vars in path and loadlib settings. A ↵ | Hans-Christoph Steiner | |
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 | |||
2006-01-22 | added patch for fixing the problem in menu_openhtml where it wouldn't open ↵ | Hans-Christoph Steiner | |
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 | |||
2006-01-17 | got and RC7 build, everything seems OK, but launching .htm files from the ↵ | Hans-Christoph Steiner | |
help browser doesn't work. arg. Documented the basic process of making the installer on the website svn path=/trunk/; revision=4441 | |||
2006-01-16 | changed menu wording to be shorter and similar to Miller's | Hans-Christoph Steiner | |
svn path=/trunk/; revision=4426 | |||
2005-12-29 | ditched the help menu hack and finally wrote a help browser in Tk | Hans-Christoph Steiner | |
svn path=/trunk/; revision=4309 | |||
2005-12-20 | added in mingw_fixes patch which includes NT2_MSC_VER and lots of other ↵ | Hans-Christoph Steiner | |
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 | |||
2005-12-16 | - Lots of bug fixes | Hans-Christoph Steiner | |
- 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 | |||
2005-12-04 | make distclean now cleans up autoconf cruft, preventing this error: | Hans-Christoph Steiner | |
Can't locate object method "path" via package "Autom4te::Request" svn path=/trunk/; revision=4134 | |||
2005-12-02 | generalized locations so that UNIX-style dir layout can also be used in ↵ | Hans-Christoph Steiner | |
addition to the Windows/MacOSX-style dir layout; fixed random bugs; added more the clean targets svn path=/trunk/; revision=4120 | |||
2005-11-28 | linux/win menu fixes, discovered during linux RC5 build | Hans-Christoph Steiner | |
svn path=/trunk/; revision=4067 | |||
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=4064 | |||
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=4051 | |||
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 |