Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2008-04-15 | checked in Thomas' patch 1930733 to prevent an buffer overrun | Hans-Christoph Steiner | |
svn path=/trunk/; revision=9708 | |||
2008-04-15 | checked in danomatika's patch 1939017 to allow hiding of hidden files on ↵ | Hans-Christoph Steiner | |
GNU/Linux open/save panel svn path=/trunk/; revision=9705 | |||
2008-04-15 | added in IOhannes' jack fixes, patch 1942258 | Hans-Christoph Steiner | |
svn path=/trunk/; revision=9703 | |||
2008-04-15 | removed --login from the MinGW rsync shells since it is unneeded, and the ↵ | Hans-Christoph Steiner | |
Cygwin /etc/profile was causing a problem, complaining about a missing 'regtool' svn path=/trunk/; revision=9700 | |||
2008-04-11 | nevermind on that hack... | Hans-Christoph Steiner | |
svn path=/trunk/; revision=9694 | |||
2008-04-11 | temporary hack to update Mac OS X Fink builds | Hans-Christoph Steiner | |
svn path=/trunk/; revision=9693 | |||
2008-04-11 | switched /home to /Users/hans since Mac OS X 10.5/Leopard uses /home for ↵ | Hans-Christoph Steiner | |
it's automounting... arg svn path=/trunk/; revision=9691 | |||
2008-04-10 | removed the offending inv*-icon.png | IOhannes m zmölnig | |
svn path=/trunk/; revision=9690 | |||
2008-04-06 | added support for arduino builds | Hans-Christoph Steiner | |
svn path=/trunk/; revision=9678 | |||
2008-04-03 | test | N.N. | |
svn path=/trunk/; revision=9676 | |||
2008-03-23 | removing pdmtl while issues are sorted out so autobuilds can continue | Luke Iannini | |
svn path=/trunk/; revision=9626 | |||
2008-03-22 | patch to fix tiny issue with schedlib file names: there are two dots ↵ | Hans-Christoph Steiner | |
separating the file name and file extension svn path=/trunk/; revision=9625 | |||
2008-03-21 | fixed issue where most zexy help files where not being installed (I guess ↵ | Hans-Christoph Steiner | |
IOhannes reorganized the zexy dirs) svn path=/trunk/; revision=9617 | |||
2008-03-20 | adding pdmtl to makefile | Luke Iannini | |
svn path=/trunk/; revision=9608 | |||
2008-03-17 | install all objects in the 'apple' lib written in Pd, they were forgotten | Hans-Christoph Steiner | |
svn path=/trunk/; revision=9603 | |||
2008-03-17 | version 0.41-4 | Miller Puckette | |
svn path=/trunk/; revision=9602 | |||
2008-03-16 | added tclpd clean target to be safe | Hans-Christoph Steiner | |
svn path=/trunk/; revision=9592 | |||
2008-03-16 | release 0.41-3 | Miller Puckette | |
svn path=/trunk/; revision=9590 | |||
2008-03-16 | 0.41-2 release | Miller Puckette | |
svn path=/trunk/; revision=9589 | |||
2008-03-16 | added pdsvn, semento, controctopus, senderfruit, pdsvn and nsend to makefile | Luke Iannini | |
svn path=/trunk/; revision=9584 | |||
2008-03-14 | now use dpkg-shlibdeps to generate the dependencies | Georg Holzmann | |
svn path=/trunk/; revision=9583 | |||
2008-03-14 | fixed bug and added also dependencies from pd itself | Georg Holzmann | |
svn path=/trunk/; revision=9582 | |||
2008-03-13 | added tclpd to the automatic builds on GNU/Linux | Hans-Christoph Steiner | |
svn path=/trunk/; revision=9581 | |||
2008-03-12 | added 'apple' lib to the default build on Mac OS X | Hans-Christoph Steiner | |
svn path=/trunk/; revision=9571 |