aboutsummaryrefslogtreecommitdiff
path: root/packages
AgeCommit message (Collapse)Author
2008-10-15for some reason, -march stopped working on Mac OS X/powerpcHans-Christoph Steiner
svn path=/trunk/; revision=10330
2008-08-18changed deprecated -mcpu flags to -marchHans-Christoph Steiner
svn path=/trunk/; revision=10253
2008-08-15updated gem_install with new pathsHans-Christoph Steiner
svn path=/trunk/; revision=10251
2008-08-14merged in changes from the v0-40 pd-extended release branchHans-Christoph Steiner
svn path=/trunk/; revision=10244
2008-07-30added a ~ between the Pd bugfix version and the build date for Debian packageHans-Christoph Steiner
since the test versions had '0.40.3cvs2008...' in them and Debian considers 0.40.3-1 older than 0.40.3cvs20080703-1. This is following the recommendation of the Debian manual: http://www.debian.org/doc/debian-policy/ch-controlfields.html#s-f-Version svn path=/trunk/; revision=10227
2008-06-21added spotlight importer build and clean targetsLuke Iannini
svn path=/trunk/; revision=10061
2008-06-21tcllib is now needed for colorgrid, and perhaps other handy thingsHans-Christoph Steiner
svn path=/trunk/; revision=10058
2008-06-20checking in spotlight importer for future autobuildingLuke Iannini
svn path=/trunk/; revision=10057
2008-06-20added separate entry for .pat filesLuke Iannini
svn path=/trunk/; revision=10055
2008-06-20now creates directory inside .app to place Spotlight Importers intoHans-Christoph Steiner
svn path=/trunk/; revision=10054
2008-06-19added UTI declaration; enables plain-text quick-look support of pd-files ↵Luke Iannini
(tcl/pdf would be even cooler : ) ) and paves the way for a spotlight importer svn path=/trunk/; revision=10043
2008-05-27fix the support for absolute paths with [declare], #X declare, and canvas_open()Hans-Christoph Steiner
svn path=/trunk/; revision=9928
2008-05-27patch # 1975056 show whole subpatch name in window titleHans-Christoph Steiner
http://sourceforge.net/tracker/index.php?func=detail&aid=1975056&group_id=55736&atid=478072 svn path=/trunk/; revision=9927
2008-05-17added -fast on Intel to enable full optimization and auto-vectorizationHans-Christoph Steiner
svn path=/trunk/; revision=9833
2008-05-15added 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-15added 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-14added 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-14ok, this time really removed all bits of add_tilde_support_toopen-0.41.4.patchHans-Christoph Steiner
svn path=/trunk/; revision=9800
2008-05-14added patch to fix problems of saving patches into folders with extended ↵Hans-Christoph Steiner
chars in it svn path=/trunk/; revision=9799
2008-05-14oops, removed add_tilde_support_toopen-0.41.4.patch from this oneHans-Christoph Steiner
svn path=/trunk/; revision=9798
2008-05-14patch #1963983Hans-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-14updated to fix crasher bug on GNU/LinuxHans-Christoph Steiner
svn path=/trunk/; revision=9796
2008-05-13changed to reflect path change from /usr/local to /usrHans-Christoph Steiner
svn path=/trunk/; revision=9794
2008-05-12patch #1962700 two embedded prefs for Mac: default and override allHans-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-12laid out options for easy editing when people are building their own ↵Hans-Christoph Steiner
embedded pd apps svn path=/trunk/; revision=9789
2008-05-11fixed 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-11created 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-10fixed 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-09fixed up Tab, Space, Return, Escape for [key]/[keyup]/[keyname]Hans-Christoph Steiner
svn path=/trunk/; revision=9777
2008-05-09cleaned up canvas_key handling code to fix backspace and deleteHans-Christoph Steiner
svn path=/trunk/; revision=9775
2008-05-06got 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-04fixed 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-03an 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-03don'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-01included jleben's patch for fixing GOP red rect being drawn on the parent, ↵Hans-Christoph Steiner
patch #1953853 svn path=/trunk/; revision=9749
2008-04-28Whenever saving, update the window list for the Window menu in case the saveHans-Christoph Steiner
was a "Save As" that changed the name of the window. svn path=/trunk/; revision=9742
2008-04-28simpler patch using pdtk_enquote instead of custom kludgeHans-Christoph Steiner
svn path=/trunk/; revision=9740
2008-04-28switched 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-28Sets 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-28wrote a function to switch the [pd filename] callback message to use aHans-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-28Luke Iannini's proxy_icon_and_modified_state.patch fixed to eliminate crashHans-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-25removed executable flagIOhannes m zmölnig
svn path=/trunk/; revision=9723
2008-04-15checked in Thomas' patch 1930681 to fix buffer overflowsHans-Christoph Steiner
svn path=/trunk/; revision=9711
2008-04-15checked 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-15checked in Thomas' patch 1930733 to prevent an buffer overrunHans-Christoph Steiner
svn path=/trunk/; revision=9708
2008-04-15checked 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-15added in IOhannes' jack fixes, patch 1942258Hans-Christoph Steiner
svn path=/trunk/; revision=9703
2008-03-22patch 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-14now use dpkg-shlibdeps to generate the dependenciesGeorg Holzmann
svn path=/trunk/; revision=9583