Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-12-15 | includedin Pd-extended.git with commit f67e68df6c3046b1dfc453cb826eeec1343e76e1 | Hans-Christoph Steiner | |
svn path=/trunk/; revision=14648 | |||
2010-12-15 | no longer relevant in 0.43 | Hans-Christoph Steiner | |
svn path=/trunk/; revision=14647 | |||
2010-12-15 | included in 0.43 | Hans-Christoph Steiner | |
svn path=/trunk/; revision=14646 | |||
2010-12-15 | added to Pd-extended 0.43 with commit 60424851ee63327b02506ca2dada92cb269f0bf9 | Hans-Christoph Steiner | |
svn path=/trunk/; revision=14645 | |||
2010-12-15 | included in 0.43 in a different form | Hans-Christoph Steiner | |
svn path=/trunk/; revision=14644 | |||
2010-12-15 | removed obsolete patch | Hans-Christoph Steiner | |
svn path=/trunk/; revision=14643 | |||
2010-08-20 | various patches either incorporated or made obsolete by 0.43 | Hans-Christoph Steiner | |
svn path=/trunk/; revision=13865 | |||
2010-08-20 | accepted in git commit fc8a6dba6512b0591436e87107c9728224da8102 | Hans-Christoph Steiner | |
svn path=/trunk/; revision=13864 | |||
2010-08-20 | accepted in git commit 31eaf7b400498297b627773e7609161d6ec08dd7 | Hans-Christoph Steiner | |
svn path=/trunk/; revision=13863 | |||
2010-08-20 | accepted in git commit f33337633053e15152d6afc3975bc4b58e5ecc34 | Hans-Christoph Steiner | |
svn path=/trunk/; revision=13862 | |||
2010-08-20 | accepted in git commit e210a2e2bba14324da3a38e5d7ac5f649082c28e | Hans-Christoph Steiner | |
svn path=/trunk/; revision=13861 | |||
2010-08-20 | accepted in git commit 9acdded081c2bb57a8f3f41f32874395405d125b | Hans-Christoph Steiner | |
svn path=/trunk/; revision=13860 | |||
2010-08-20 | accepted in git commit 9f945f0121c99d2fac419475c764c4163f8c8f67 | Hans-Christoph Steiner | |
svn path=/trunk/; revision=13859 | |||
2010-08-20 | accepted in git commit 05b4b22c2d70dee18187de8a9f9b5a5e59a72a40 | Hans-Christoph Steiner | |
svn path=/trunk/; revision=13858 | |||
2010-08-20 | accepted in git commit b1bbd9e0c6213986f940eb43ed0e69d926a066be | Hans-Christoph Steiner | |
svn path=/trunk/; revision=13857 | |||
2010-08-20 | accepted in git commit c9cb809cd4e7d15d3dd28caa6fe2205654756b42 | Hans-Christoph Steiner | |
svn path=/trunk/; revision=13856 | |||
2010-08-20 | accepted in git commit 56964c07b4ad572fdf4a2f03e7ed72f99da4a28d | Hans-Christoph Steiner | |
svn path=/trunk/; revision=13855 | |||
2010-08-20 | accepted in git commit b1fc612415b9d4274337a1ce55299bfd2e7bf578 | Hans-Christoph Steiner | |
svn path=/trunk/; revision=13854 | |||
2010-08-20 | accepted in git commit 842230bb50000c90dbaab46c9e529e6020ef10fc | Hans-Christoph Steiner | |
svn path=/trunk/; revision=13853 | |||
2010-08-20 | accepted in git commit c564e72c7354088ee8ffe3e4625cfafeda45ae91 | Hans-Christoph Steiner | |
svn path=/trunk/; revision=13852 | |||
2010-08-20 | accepted in git commit e980269e976db443358f0b32f698b457daab29d4 | Hans-Christoph Steiner | |
svn path=/trunk/; revision=13851 | |||
2010-07-21 | more patches made obsolete by the 0.43 rewrite | Hans-Christoph Steiner | |
svn path=/trunk/; revision=13726 | |||
2010-07-21 | removed u_main.tk patches that have been incorporated into the 0.43 GUI rewrite | Hans-Christoph Steiner | |
svn path=/trunk/; revision=13725 | |||
2010-07-21 | first big round of patches accepted by Miller into 0.43 | Hans-Christoph Steiner | |
svn path=/trunk/; revision=13724 | |||
2010-06-09 | included delwrite~ fix when using -nogui, documente in tracker #2978457 | Hans-Christoph Steiner | |
svn path=/trunk/; revision=13631 | |||
2010-06-03 | checked into pd-extended/0.42 (r13586) and submitted to the patch tracker ↵ | Hans-Christoph Steiner | |
(#3011285) svn path=/trunk/; revision=13587 | |||
2010-02-15 | fixed crash bug when banging switch~ when DSP is off, #2929284 | Hans-Christoph Steiner | |
svn path=/trunk/; revision=13172 | |||
2010-01-28 | obsolete patch | Hans-Christoph Steiner | |
svn path=/trunk/; revision=13117 | |||
2009-10-13 | more jack fixes: when switching to jack, check whether the functions are != ↵ | IOhannes m zmölnig | |
NULL (might happen on OSX if weak-linked and jack-framework is not available on target machine) svn path=/trunk/; revision=12585 | |||
2009-06-08 | submitted this patch #2803092 created from commit #11714 | Hans-Christoph Steiner | |
svn path=/trunk/; revision=11715 | |||
2009-05-03 | upgraded Mac OS X build machines to libquicktime 1.1.1 | Hans-Christoph Steiner | |
svn path=/trunk/; revision=11218 | |||
2009-04-19 | Removing recursive new_anything() patch because its currently unused, | Hans-Christoph Steiner | |
following this discussion: http://lists.puredata.info/pipermail/pd-dev/2009-04/013385.html svn path=/trunk/; revision=11057 | |||
2009-04-14 | fixed crasher bug #2030557 caused by % in GUI labels. So it turns out that ↵ | Hans-Christoph Steiner | |
BSD's sprintf() isn't as fault-tolerant as GNU's. It was crashing on unescaped %, I guess it was trying to replace them and failing miserably. This patch fixes it by only running the first % pattern thru the sprintf() then just copying the rest before sending it to sys_gui(); svn path=/trunk/; revision=11017 | |||
2009-04-09 | checked into Pd-extended branch: | Hans-Christoph Steiner | |
http://pure-data.svn.sourceforge.net/viewvc/pure-data?view=rev&revision=10991 and added to the patch tracker for Miller: https://sourceforge.net/tracker/?func=detail&aid=2746054&group_id=55736&atid=478072 svn path=/trunk/; revision=10992 | |||
2009-03-21 | checked in patch #1851193 to allow spaces into symbol boxes | Hans-Christoph Steiner | |
svn path=/trunk/; revision=10885 | |||
2009-03-16 | iohannes included patch# 1990599 in the pd-extended branch back in 0.40 | Hans-Christoph Steiner | |
svn path=/trunk/; revision=10864 | |||
2009-02-12 | added more to make things more usable: | Hans-Christoph Steiner | |
http://pure-data.svn.sourceforge.net/viewvc/pure-data?view=rev&revision=10760 svn path=/trunk/; revision=10761 | |||
2009-02-11 | checked in patch to pd-extended 0.41.4 and submitted it to the patch tracker ↵ | Hans-Christoph Steiner | |
for Miller svn path=/trunk/; revision=10758 | |||
2009-01-24 | fixed .pat and .mxt loading, it turns out that open_file was just testing ↵ | Hans-Christoph Steiner | |
for .pd as a valid file svn path=/trunk/; revision=10611 | |||
2009-01-24 | add support for Max patch file .mxt file extension, which should be the same ↵ | Hans-Christoph Steiner | |
file format as a text .pat, submitted to the patch tracker as 2532431 svn path=/trunk/; revision=10610 | |||
2009-01-12 | this problem is fixed in 0.42-2, but not using this patch: | Hans-Christoph Steiner | |
https://sourceforge.net/tracker2/index.php?func=detail&aid=1953853&group_id=55736&atid=478072 svn path=/trunk/; revision=10516 | |||
2009-01-11 | found some more patches that have been included in trunk | Hans-Christoph Steiner | |
svn path=/trunk/; revision=10509 | |||
2009-01-10 | more patches that miller accepted | Hans-Christoph Steiner | |
svn path=/trunk/; revision=10508 | |||
2009-01-10 | miller accepted this patch | Hans-Christoph Steiner | |
svn path=/trunk/; revision=10507 | |||
2009-01-10 | /partially/ accepted into 0.42... sigh | Hans-Christoph Steiner | |
svn path=/trunk/; revision=10499 | |||
2009-01-10 | removed obsolete patch, 64-bit support for arrays was fixed differntly in ↵ | Hans-Christoph Steiner | |
the end svn path=/trunk/; revision=10498 | |||
2008-05-27 | fix the support for absolute paths with [declare], #X declare, and canvas_open() | Hans-Christoph Steiner | |
svn path=/trunk/; revision=9928 | |||
2008-05-27 | patch # 1975056 show whole subpatch name in window title | Hans-Christoph Steiner | |
http://sourceforge.net/tracker/index.php?func=detail&aid=1975056&group_id=55736&atid=478072 svn path=/trunk/; revision=9927 | |||
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 |