Revision: 13711
http://pure-data.svn.sourceforge.net/pure-data/?rev=13711&view=rev
Author: mrpeach
Date: 2010-07-13 20:32:14 +0000 (Tue, 13 Jul 2010)
Log Message:
-----------
Added messages to set multicast ttl and loopback, updated the help patch.
Modified Paths:
--------------
trunk/externals/mrpeach/net/udpreceive-help.pd
trunk/externals/mrpeach/net/udpreceive.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 13710
http://pure-data.svn.sourceforge.net/pure-data/?rev=13710&view=rev
Author: sevyves
Date: 2010-07-13 20:07:51 +0000 (Tue, 13 Jul 2010)
Log Message:
-----------
fixed angle calculations
Modified Paths:
--------------
trunk/externals/pdp_opencv/pdp_opencv_of_bm.cc
trunk/externals/pdp_opencv/pdp_opencv_of_hs.cc
trunk/externals/pdp_opencv/pdp_opencv_of_lk-help.pd
trunk/externals/pdp_opencv/pdp_opencv_of_lk.cc
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 13709
http://pure-data.svn.sourceforge.net/pure-data/?rev=13709&view=rev
Author: eighthave
Date: 2010-07-13 19:54:49 +0000 (Tue, 13 Jul 2010)
Log Message:
-----------
included Gem Base headers in package to make it easy to build Gem standalone objects
Modified Paths:
--------------
branches/pd-extended/0.42/packages/Makefile
trunk/packages/Makefile
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 13708
http://pure-data.svn.sourceforge.net/pure-data/?rev=13708&view=rev
Author: mrpeach
Date: 2010-07-13 17:59:12 +0000 (Tue, 13 Jul 2010)
Log Message:
-----------
Added support for multicasting. Added a status message to output total received bytes and multicast status on right outlet. Added
received byte count on right outlet. Help patch updated.
Modified Paths:
--------------
trunk/externals/mrpeach/net/udpreceive-help.pd
trunk/externals/mrpeach/net/udpreceive.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 13707
http://pure-data.svn.sourceforge.net/pure-data/?rev=13707&view=rev
Author: eighthave
Date: 2010-07-13 03:41:03 +0000 (Tue, 13 Jul 2010)
Log Message:
-----------
canvas_doclear() wasn't checking whether x->gl_editor exists before using it, fixed bug #2913280
Modified Paths:
--------------
branches/pd-extended/0.42/pd/src/g_editor.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 13706
http://pure-data.svn.sourceforge.net/pure-data/?rev=13706&view=rev
Author: eighthave
Date: 2010-07-13 03:13:11 +0000 (Tue, 13 Jul 2010)
Log Message:
-----------
- removed old code that uses rtext_new() and tagRoot and updated using the
object's instance pointer to generate the tags
- where needed, updated %x to %lx when generating Tcl IDs.
- this should fix bugs #2613011 and bugs reported on the list
Modified Paths:
--------------
branches/pd-extended/0.42/externals/bbogart/entry/entry.c
branches/pd-extended/0.42/externals/bbogart/popup/popup.c
branches/pd-extended/0.42/externals/ggee/gui/button.c
branches/pd-extended/0.42/externals/pidip/modules/pdp_colorgrid.c
branches/pd-extended/0.42/externals/unauthorized/grid/grid.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 13705
http://pure-data.svn.sourceforge.net/pure-data/?rev=13705&view=rev
Author: eighthave
Date: 2010-07-13 02:00:53 +0000 (Tue, 13 Jul 2010)
Log Message:
-----------
removed mistakenly commited debug messages
Modified Paths:
--------------
branches/pd-extended/0.42/pd/src/pd.tk
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 13704
http://pure-data.svn.sourceforge.net/pure-data/?rev=13704&view=rev
Author: eighthave
Date: 2010-07-09 23:08:27 +0000 (Fri, 09 Jul 2010)
Log Message:
-----------
used Guenter's execvp() code for __APPLE__ since system() causes weirdness on Mac OS X due to pd's CoreFoundation calls, fixing bug #1825056
Modified Paths:
--------------
branches/pd-extended/0.42/externals/ggee/control/shell-help.pd
branches/pd-extended/0.42/externals/ggee/control/shell.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 13703
http://pure-data.svn.sourceforge.net/pure-data/?rev=13703&view=rev
Author: eighthave
Date: 2010-07-09 19:01:59 +0000 (Fri, 09 Jul 2010)
Log Message:
-----------
updated using today's SVN snapshot
Modified Paths:
--------------
branches/pd-extended/0.42/pd/portaudio/src/common/pa_process.c
branches/pd-extended/0.42/pd/portaudio/src/common/pa_process.h
branches/pd-extended/0.42/pd/portaudio/src/hostapi/alsa/pa_linux_alsa.c
branches/pd-extended/0.42/pd/portaudio/src/hostapi/wasapi/pa_win_wasapi.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 13702
http://pure-data.svn.sourceforge.net/pure-data/?rev=13702&view=rev
Author: zmoelnig
Date: 2010-07-09 15:31:21 +0000 (Fri, 09 Jul 2010)
Log Message:
-----------
query the window position with [wm geometry]
[wm geometry $windowid] seems to return the "correct" window geometry, unlike
[winfo geometry $windowid] which gives the same values as the Configure-binding
Modified Paths:
--------------
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.