Revision: 13033
http://pure-data.svn.sourceforge.net/pure-data/?rev=13033&view=rev
Author: eighthave
Date: 2010-01-18 05:52:11 +0000 (Mon, 18 Jan 2010)
Log Message:
-----------
- fixed bug reported by Ivica Ico Bukvic with opening nested GOP subpatchs,
and should also fix bug reported by Roman Haefeli where [vis 1( messages
wouldn't always work.
- removed useless pdtk_canvas_getscroll line from "vis 0"
- made "vis 1" send pdtk_canvas_raise" instead of the Tcl code
Modified Paths:
--------------
branches/pd-gui-rewrite/0.43/src/g_editor.c
branches/pd-gui-rewrite/0.43/src/pdtk_canvas.tcl
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 13032
http://pure-data.svn.sourceforge.net/pure-data/?rev=13032&view=rev
Author: eighthave
Date: 2010-01-18 05:24:22 +0000 (Mon, 18 Jan 2010)
Log Message:
-----------
make the About Pd window behave better
Modified Paths:
--------------
branches/pd-gui-rewrite/0.43/src/pd_menucommands.tcl
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 13031
http://pure-data.svn.sourceforge.net/pure-data/?rev=13031&view=rev
Author: mrpeach
Date: 2010-01-18 04:31:50 +0000 (Mon, 18 Jan 2010)
Log Message:
-----------
Use NULL instead of 0 to reset thread pointer so maybe now MinGW can compile it...removed unused symbols
Modified Paths:
--------------
trunk/externals/mrpeach/net/udpsend~.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 13030
http://pure-data.svn.sourceforge.net/pure-data/?rev=13030&view=rev
Author: eighthave
Date: 2010-01-18 01:07:59 +0000 (Mon, 18 Jan 2010)
Log Message:
-----------
TODO make the log level menu traversable with the keyboard
Modified Paths:
--------------
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: 13029
http://pure-data.svn.sourceforge.net/pure-data/?rev=13029&view=rev
Author: eighthave
Date: 2010-01-18 00:23:06 +0000 (Mon, 18 Jan 2010)
Log Message:
-----------
updated file list and created new template from the most recent code
Modified Paths:
--------------
branches/pd-gui-rewrite/0.43/po/Makefile
branches/pd-gui-rewrite/0.43/po/template.pot
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 13028
http://pure-data.svn.sourceforge.net/pure-data/?rev=13028&view=rev
Author: eighthave
Date: 2010-01-17 23:39:18 +0000 (Sun, 17 Jan 2010)
Log Message:
-----------
added a pulldown menu that's tied to the ::verbose log level variable so you can easily change the amount of debug logs that you are seeing
Modified Paths:
--------------
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: 13027
http://pure-data.svn.sourceforge.net/pure-data/?rev=13027&view=rev
Author: eighthave
Date: 2010-01-17 23:36:30 +0000 (Sun, 17 Jan 2010)
Log Message:
-----------
set the options priority to startupFile to make it easier for users to override
Modified Paths:
--------------
branches/pd-gui-rewrite/0.43/src/pd-gui.tcl
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 13026
http://pure-data.svn.sourceforge.net/pure-data/?rev=13026&view=rev
Author: eighthave
Date: 2010-01-17 22:55:16 +0000 (Sun, 17 Jan 2010)
Log Message:
-----------
damn, missed one rename
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: 13025
http://pure-data.svn.sourceforge.net/pure-data/?rev=13025&view=rev
Author: eighthave
Date: 2010-01-17 22:52:24 +0000 (Sun, 17 Jan 2010)
Log Message:
-----------
one last round of canvas -> patch renaming
Modified Paths:
--------------
branches/pd-gui-rewrite/0.43/src/dialog_canvas.tcl
branches/pd-gui-rewrite/0.43/src/pd-gui.tcl
branches/pd-gui-rewrite/0.43/src/pd_bindings.tcl
branches/pd-gui-rewrite/0.43/src/pdtk_canvas.tcl
branches/pd-gui-rewrite/0.43/startup/disabled/canvas_menu_in_popup-plugin.tcl
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 13024
http://pure-data.svn.sourceforge.net/pure-data/?rev=13024&view=rev
Author: eighthave
Date: 2010-01-17 22:46:09 +0000 (Sun, 17 Jan 2010)
Log Message:
-----------
renamed canvas_bindings proc to patch_bindings to match new PatchWindow class name
Modified Paths:
--------------
branches/pd-gui-rewrite/0.43/src/pd_bindings.tcl
branches/pd-gui-rewrite/0.43/src/pdtk_canvas.tcl
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.