Revision: 12908
http://pure-data.svn.sourceforge.net/pure-data/?rev=12908&view=rev
Author: nusmuk
Date: 2010-01-06 10:59:28 +0000 (Wed, 06 Jan 2010)
Log Message:
-----------
add a forgotten abstraction for nusmuk-audio
Added Paths:
-----------
trunk/externals/nusmuk/effects/
trunk/externals/nusmuk/effects/distortion~-help.pd
trunk/externals/nusmuk/effects/distortion~.pd
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 12907
http://pure-data.svn.sourceforge.net/pure-data/?rev=12907&view=rev
Author: matju
Date: 2010-01-05 22:49:36 +0000 (Tue, 05 Jan 2010)
Log Message:
-----------
Removed Paths:
-------------
trunk/desiredata/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 12906
http://pure-data.svn.sourceforge.net/pure-data/?rev=12906&view=rev
Author: eighthave
Date: 2010-01-05 21:30:11 +0000 (Tue, 05 Jan 2010)
Log Message:
-----------
moved all Pd window bindings to a single proc in pdwindow.tcl, putting all the pdwindow stuff in one place; added Select All/Cut/Copy/Paste to the Tcl entry
Modified Paths:
--------------
branches/pd-gui-rewrite/0.43/src/pd_bindings.tcl
branches/pd-gui-rewrite/0.43/src/pdwindow.tcl
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 12905
http://pure-data.svn.sourceforge.net/pure-data/?rev=12905&view=rev
Author: eighthave
Date: 2010-01-05 20:46:55 +0000 (Tue, 05 Jan 2010)
Log Message:
-----------
control debug messages with $::verbose, purged unneeded debug messages
Modified Paths:
--------------
branches/pd-gui-rewrite/0.43/src/apple_events.tcl
branches/pd-gui-rewrite/0.43/src/pd-gui.tcl
branches/pd-gui-rewrite/0.43/src/pd_bindings.tcl
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 12904
http://pure-data.svn.sourceforge.net/pure-data/?rev=12904&view=rev
Author: eighthave
Date: 2010-01-05 20:32:16 +0000 (Tue, 05 Jan 2010)
Log Message:
-----------
stop a duplicate menu separator from showing up in the Media menu
Modified Paths:
--------------
branches/pd-gui-rewrite/0.43/src/pd_menus.tcl
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 12903
http://pure-data.svn.sourceforge.net/pure-data/?rev=12903&view=rev
Author: eighthave
Date: 2010-01-05 20:27:39 +0000 (Tue, 05 Jan 2010)
Log Message:
-----------
moved plugin to disabled to strip things down a bit
Added Paths:
-----------
branches/pd-gui-rewrite/0.43/startup/disabled/insertintopopup-plugin.tcl
Removed Paths:
-------------
branches/pd-gui-rewrite/0.43/startup/insertintopopup-plugin.tcl
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 12902
http://pure-data.svn.sourceforge.net/pure-data/?rev=12902&view=rev
Author: eighthave
Date: 2010-01-05 20:26:38 +0000 (Tue, 05 Jan 2010)
Log Message:
-----------
added Array to the menu
Modified Paths:
--------------
branches/pd-gui-rewrite/0.43/startup/insertintopopup-plugin.tcl
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 12901
http://pure-data.svn.sourceforge.net/pure-data/?rev=12901&view=rev
Author: eighthave
Date: 2010-01-05 20:17:04 +0000 (Tue, 05 Jan 2010)
Log Message:
-----------
removed debug proc post_tclinfo
Modified Paths:
--------------
branches/pd-gui-rewrite/0.43/src/pd-gui.tcl
branches/pd-gui-rewrite/0.43/src/wheredoesthisgo.tcl
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 12900
http://pure-data.svn.sourceforge.net/pure-data/?rev=12900&view=rev
Author: eighthave
Date: 2010-01-05 20:16:17 +0000 (Tue, 05 Jan 2010)
Log Message:
-----------
- rewrote commands for opening files from the menu items. Only files that Pd
opens (.pd .pat .mxt) are opened in Pd. C, .txt, .html, and anything else
are now opened via file associations or via the browser.
- cleaned up code for sending the version from 'pd' to 'pd-gui'. There is no
need for it to be made into a string, then split back out into individual elements
- made menu_aboutpd proc for displaying the exist About Pd page. This should
be turned into a Pd patch, but the PD_VERSION and PD_BASEDIR would need to
be somehow, like using the build system perhaps
Modified Paths:
--------------
branches/pd-gui-rewrite/0.43/src/pd-gui.tcl
branches/pd-gui-rewrite/0.43/src/pd_menucommands.tcl
branches/pd-gui-rewrite/0.43/src/pd_menus.tcl
branches/pd-gui-rewrite/0.43/src/s_inter.c
branches/pd-gui-rewrite/0.43/src/s_main.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 12899
http://pure-data.svn.sourceforge.net/pure-data/?rev=12899&view=rev
Author: eighthave
Date: 2010-01-05 19:46:24 +0000 (Tue, 05 Jan 2010)
Log Message:
-----------
The -data option to "event generate" seems to have disappears in Tcl/Tk 8.5.8,
so I refactored the code to not use it anymore, and instead use the
$::editmode() global array. This also means instead of "Loaded" 0/1 events,
there are "Loading" and "Loaded" events.
Modified Paths:
--------------
branches/pd-gui-rewrite/0.43/src/pdtk_canvas.tcl
branches/pd-gui-rewrite/0.43/startup/disabled/editmode_look-plugin.tcl
branches/pd-gui-rewrite/0.43/startup/disabled/hide_cords-plugin.tcl
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.