Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-05-25 | fixed the original file so that the classname is also the filename and the ↵ | Hans-Christoph Steiner | |
setup function name, so this build hack isn't needed anymore svn path=/trunk/; revision=9904 | |||
2008-05-24 | added PDP dependencies for pdvjtools so it'll automatically generate them | Hans-Christoph Steiner | |
svn path=/trunk/; revision=9898 | |||
2008-05-24 | added pdvjtools to the automatic builds since it seems to build fine | Hans-Christoph Steiner | |
svn path=/trunk/; revision=9897 | |||
2008-05-24 | fixed for new .cc files from old .cpp files in pdvjtools | Hans-Christoph Steiner | |
svn path=/trunk/; revision=9896 | |||
2008-05-24 | - First stabs at getting pdvjtools as part of Pd-extended | Hans-Christoph Steiner | |
- build fixes for Mac OS X - updated help files to standard names svn path=/trunk/; revision=9893 | |||
2008-05-22 | 0.42-0 test 01. No real work yet, just bug fixes and updates. | Miller Puckette | |
svn path=/trunk/; revision=9867 | |||
2008-05-17 | added -fast on Intel to enable full optimization and auto-vectorization | Hans-Christoph Steiner | |
svn path=/trunk/; revision=9833 | |||
2008-05-17 | fixed iem_t3 directory name, fixing bug#1965868 | Hans-Christoph Steiner | |
svn path=/trunk/; revision=9829 | |||
2008-05-15 | added npath and nloadlib to stop CPU spike at load; added ~/pd/ and ↵ | Hans-Christoph Steiner | |
~/Library/Pd for user-specific install paths. What to do on Windows... svn path=/trunk/; revision=9817 | |||
2008-05-15 | added xdg-utils to the recommends list since it provides xdg-open, which is ↵ | Hans-Christoph Steiner | |
very useful for opening URLs of all types svn path=/trunk/; revision=9811 | |||
2008-05-15 | added example of how to change the colors of the theming from a patch | Hans-Christoph Steiner | |
svn path=/trunk/; revision=9808 | |||
2008-05-14 | added Home/End suport to object/message boxes (and emacs home end on Mac OS ↵ | Hans-Christoph Steiner | |
X, since that is a standard binding), patch #1964023 svn path=/trunk/; revision=9804 | |||
2008-05-14 | ok, this time really removed all bits of add_tilde_support_toopen-0.41.4.patch | Hans-Christoph Steiner | |
svn path=/trunk/; revision=9800 | |||
2008-05-14 | added patch to fix problems of saving patches into folders with extended ↵ | Hans-Christoph Steiner | |
chars in it svn path=/trunk/; revision=9799 | |||
2008-05-14 | oops, removed add_tilde_support_toopen-0.41.4.patch from this one | Hans-Christoph Steiner | |
svn path=/trunk/; revision=9798 | |||
2008-05-14 | patch #1963983 | Hans-Christoph Steiner | |
On Windows, FILENAME_MAX is much smaller than MAXPDSTRING, so I replaced MAXPDSTRING with FILENAME_MAX everywhere I could find that is related to filenames. FILENAME_MAX is a POSIX standard macro for defining the max length of a complete filename. The current situation could result in crashes on Windows. svn path=/trunk/; revision=9797 | |||
2008-05-14 | updated to fix crasher bug on GNU/Linux | Hans-Christoph Steiner | |
svn path=/trunk/; revision=9796 | |||
2008-05-13 | changed to reflect path change from /usr/local to /usr | Hans-Christoph Steiner | |
svn path=/trunk/; revision=9794 | |||
2008-05-12 | patch #1962700 two embedded prefs for Mac: default and override all | Hans-Christoph Steiner | |
svn path=/trunk/; revision=9793 | |||
2008-05-12 | (Ported from Pd-extended 0.39.3) created two different kinds of embedded ↵ | Hans-Christoph Steiner | |
org.puredata.pd.plist prefs files on Mac OS X. The first is the default settings that come with Pd-extended.app, the second is a prefs file that overrides all others, so that people can make their own custom apps based on the Pd.app, and be sure that the user's prefs aren't going to override things. svn path=/trunk/; revision=9792 | |||
2008-05-12 | added ~ locations for Mac and Linux; changed name of default settings files | Hans-Christoph Steiner | |
svn path=/trunk/; revision=9791 | |||
2008-05-12 | laid out options for easy editing when people are building their own ↵ | Hans-Christoph Steiner | |
embedded pd apps svn path=/trunk/; revision=9789 | |||
2008-05-12 | removed svn:executable flag | IOhannes m zmölnig | |
svn path=/trunk/; revision=9787 | |||
2008-05-11 | fixed up Info.plist versioning following Marius' research: | Hans-Christoph Steiner | |
http://lists.puredata.info/pipermail/pd-list/2008-02/059627.html and this blog post: http://www.dribin.org/dave/blog/archives/2006/08/02/versioning_os_x_apps/ svn path=/trunk/; revision=9782 | |||
2008-05-11 | created sys_expandpath() to replace ~ with /Users/hans and expand env vars ↵ | Hans-Christoph Steiner | |
on Windows. This function is then used in sys_trytoopenone() so that ~ works with all opening operations. svn path=/trunk/; revision=9780 | |||
2008-05-10 | fixed up Debian packages so that they now installed properly into /usr ↵ | Hans-Christoph Steiner | |
rather than /usr/local. The tarballs still install into /usr/local. Also limited the dpkg commands to machines that have dpkg-deb installed. Also, tweaked /usr/share/pd to be write-all so that people can install their own stuff there. svn path=/trunk/; revision=9778 | |||
2008-05-09 | fixed up Tab, Space, Return, Escape for [key]/[keyup]/[keyname] | Hans-Christoph Steiner | |
svn path=/trunk/; revision=9777 | |||
2008-05-09 | cleaned up canvas_key handling code to fix backspace and delete | Hans-Christoph Steiner | |
svn path=/trunk/; revision=9775 | |||
2008-05-09 | removed pdlua and hidio from the autobuilds since they are currently ↵ | Hans-Christoph Steiner | |
changing too fast svn path=/trunk/; revision=9773 | |||
2008-05-06 | got new .deb building code to work on Ubuntu/Hardy and cleaned up the ↵ | Hans-Christoph Steiner | |
package stuff a bit svn path=/trunk/; revision=9767 | |||
2008-05-04 | a file for easy adding svn:external references | IOhannes m zmölnig | |
svn path=/trunk/; revision=9759 | |||
2008-05-04 | fixed depends and starting fixing package to that it installs into /usr ↵ | Hans-Christoph Steiner | |
instead of /usr/local, therefore conflicts with the exists pd packgess svn path=/trunk/; revision=9757 | |||
2008-05-03 | an attempt to clean up the Depends: and to add all of the needed packages ↵ | Hans-Christoph Steiner | |
that dpkg-shlibdeps doesn't know about svn path=/trunk/; revision=9756 | |||
2008-05-03 | don't create the gripd folder unless gripd is going to be installed from ↵ | Hans-Christoph Steiner | |
noncvs/binaries svn path=/trunk/; revision=9755 | |||
2008-05-02 | commented out empty mapping examples folder | Hans-Christoph Steiner | |
svn path=/trunk/; revision=9752 | |||
2008-05-01 | included jleben's patch for fixing GOP red rect being drawn on the parent, ↵ | Hans-Christoph Steiner | |
patch #1953853 svn path=/trunk/; revision=9749 | |||
2008-05-01 | added script to build Tcl/Tk 8.5 branch | Hans-Christoph Steiner | |
svn path=/trunk/; revision=9747 | |||
2008-04-28 | Whenever saving, update the window list for the Window menu in case the save | Hans-Christoph Steiner | |
was a "Save As" that changed the name of the window. svn path=/trunk/; revision=9742 | |||
2008-04-28 | simpler patch using pdtk_enquote instead of custom kludge | Hans-Christoph Steiner | |
svn path=/trunk/; revision=9740 | |||
2008-04-28 | this is an old gridflow, and there's already a svn repository at ↵ | N.N. | |
http://gridflow.ca/svn/trunk svn path=/trunk/; revision=9739 | |||
2008-04-28 | switched name from 'Pure Data' to 'Pd-extended' for the sake of clarity and ↵ | Hans-Christoph Steiner | |
to make GNU/Linux and Mac OS X svn path=/trunk/; revision=9738 | |||
2008-04-28 | Sets canvas dirty flag for all canvas-related properties panels (i.e. NOT ↵ | Hans-Christoph Steiner | |
the audio/midi/path/startup pref panels). This should work for adding and deleting cords, and properties panels for: canvas, arrays, iemguis, and atom boxes. The only downside is that with the properties panels, there is no checking whether there has actually be any change. I just sets the dirty flag if the user clicks on OK or Apply. svn path=/trunk/; revision=9735 | |||
2008-04-28 | wrote a function to switch the [pd filename] callback message to use a | Hans-Christoph Steiner | |
A_GIMME instead of two symbols, thereby correctly receiving any directory names with spaces in it. svn path=/trunk/; revision=9729 | |||
2008-04-28 | Luke Iannini's proxy_icon_and_modified_state.patch fixed to eliminate crash | Hans-Christoph Steiner | |
(caused by using %f in sys_vgui for an int value). Also, made the title bar fully Mac OS X-style. svn path=/trunk/; revision=9727 | |||
2008-04-25 | removed executable flag | IOhannes m zmölnig | |
svn path=/trunk/; revision=9723 | |||
2008-04-18 | clean up pd-extended auto-build script and prepped the release script | Hans-Christoph Steiner | |
svn path=/trunk/; revision=9717 | |||
2008-04-18 | made archive filename generation more robust, fixing md5 problem on MinGW | Hans-Christoph Steiner | |
svn path=/trunk/; revision=9716 | |||
2008-04-16 | removed the --login from the cygwin shell used to run the rsyncing on MinGW ↵ | Hans-Christoph Steiner | |
since the Cygwin profile seems to cause problems, plus rsync shouldn't need a full login environment to run svn path=/trunk/; revision=9713 | |||
2008-04-15 | checked in Thomas' patch 1930681 to fix buffer overflows | Hans-Christoph Steiner | |
svn path=/trunk/; revision=9711 | |||
2008-04-15 | checked in Thomas' patch 1930769 to fix a memory leak in g_array.c in the ↵ | Hans-Christoph Steiner | |
sine/cosine sum code svn path=/trunk/; revision=9709 |