Send Pd-cvs mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.puredata.info/listinfo/pd-cvs
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Pd-cvs digest..."
Today's Topics:
1. [git]pure-data branch, master, updated.
1fe6afcdb486d75469adf5dfda3b4cc5d494f5fe (Miller Puckette)
2. [git]pure-data branch, master, updated.
effefb769f8ea963cd53216c860a75732284c208 (Miller Puckette)
----------------------------------------------------------------------
Message: 1
Date: Mon, 24 Jun 2013 05:18:54 +0000
From: "Miller Puckette" <[email protected]>
Subject: [PD-cvs] [git]pure-data branch, master, updated.
1fe6afcdb486d75469adf5dfda3b4cc5d494f5fe
To: [email protected]
Message-ID: <[email protected]>
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "pure-data".
The branch, master has been updated
via 1fe6afcdb486d75469adf5dfda3b4cc5d494f5fe (commit)
via efe38115c39f507041c4b2ec163ddf84c44ef577 (commit)
via af7380c9518f31ec0f7965bebaded7031b4efa18 (commit)
via 66feb34e88fa8e2decf15de2ec0c182b15b4c8aa (commit)
via 655d4d168a80591603936e40d44a0458b6236b11 (commit)
via f206c49e52a0fda6e8c02e421f5efc7c53250bd1 (commit)
via 7df633f6919b848ecee27e00c6dde372080249d1 (commit)
via 6f52c0322c575652666f7f824d1876e8e12b30b1 (commit)
via 727ab88860e296144838f166d58c9dc00a78170e (commit)
via 2c1aeb098ed30cf6aa9e0874abf26fb23dff697b (commit)
via 46fcbe76d31fa197ee7f9587aa5660ef3fa4995b (commit)
via 73be49b53faceb37caf9ac78f8f4789c608aefe4 (commit)
via 41c3f31701299191fda4c5e075929e2458bc8985 (commit)
from 496c888ebdddbc29ec042ff5e3137cfd0df80281 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 1fe6afcdb486d75469adf5dfda3b4cc5d494f5fe
Author: Miller Puckette <[email protected]>
Date: Sat Jun 22 22:59:13 2013 -0700
maybe fixed points/polygon confusion (at least tried again)
commit efe38115c39f507041c4b2ec163ddf84c44ef577
Author: Miller Puckette <[email protected]>
Date: Sat Jun 22 22:37:11 2013 -0700
When clicking in a graph with only one array, don't require hitting the
array itself to be able to drag its values around. Behavior with more than
one
array (or (x, y) arrays) should be unchanged.
commit af7380c9518f31ec0f7965bebaded7031b4efa18
Author: Miller Puckette <[email protected]>
Date: Sat Jun 22 18:51:15 2013 -0700
small array bug fix
commit 66feb34e88fa8e2decf15de2ec0c182b15b4c8aa
Author: Miller Puckette <[email protected]>
Date: Sat Jun 22 16:19:21 2013 -0700
text 'bang' method to output pointer
commit 655d4d168a80591603936e40d44a0458b6236b11
Author: Miller Puckette <[email protected]>
Date: Fri Jun 21 22:36:01 2013 -0700
first cut at saving 'array define' contents
commit f206c49e52a0fda6e8c02e421f5efc7c53250bd1
Author: Miller Puckette <[email protected]>
Date: Fri Jun 21 15:11:13 2013 -0700
drawtext to show texts in data structures
commit 7df633f6919b848ecee27e00c6dde372080249d1
Author: Miller Puckette <[email protected]>
Date: Fri Jun 21 14:19:10 2013 -0700
drawing texts in scalars (untested but drawnumber apparently OK again)
commit 6f52c0322c575652666f7f824d1876e8e12b30b1
Author: Miller Puckette <[email protected]>
Date: Thu Jun 20 08:24:26 2013 -0700
pd~ version number to 0.3
commit 727ab88860e296144838f166d58c9dc00a78170e
Author: Miller Puckette <[email protected]>
Date: Wed Jun 19 19:01:19 2013 -0700
add capabilities to text get, text set, and text size objects
commit 2c1aeb098ed30cf6aa9e0874abf26fb23dff697b
Author: Miller Puckette <[email protected]>
Date: Wed Jun 19 12:30:09 2013 -0700
Try taking "tk scaling 1" out - this has been the subject of long discussion
and it's still not clear if this is a good idea or not.
commit 46fcbe76d31fa197ee7f9587aa5660ef3fa4995b
Author: Miller Puckette <[email protected]>
Date: Wed Jun 19 11:50:55 2013 -0700
finally bit the bullet and renamed x_qlist.c to x_text.c
commit 73be49b53faceb37caf9ac78f8f4789c608aefe4
Author: Miller Puckette <[email protected]>
Date: Wed Jun 19 11:40:12 2013 -0700
bug fixes & tweaks, texts and arrays
commit 41c3f31701299191fda4c5e075929e2458bc8985
Author: Miller Puckette <[email protected]>
Date: Tue Jun 18 22:31:26 2013 -0700
rename list elements of tructures "text" and make built-in text
template so we can get pointers from texts in future
-----------------------------------------------------------------------
Summary of changes:
doc/4.data.structures/03.setting.data.pd | 62 ++--
doc/5.reference/array-object-help.pd | 25 +-
doc/5.reference/help-intro.pd | 8 +-
doc/5.reference/scalar-object-help.pd | 25 +-
doc/5.reference/text-object-help.pd | 308 +++++++++++++------
extra/pd~/pd~.c | 4 +-
src/Makefile.am | 2 +-
src/d_filter.c | 2 +-
src/g_array.c | 375 ++--------------------
src/g_canvas.h | 9 +-
src/g_io.c | 4 +-
src/g_readwrite.c | 14 +-
src/g_scalar.c | 8 +-
src/g_template.c | 512 ++++++++++++++++++++++++++----
src/g_traversal.c | 8 +-
src/m_glob.c | 2 +-
src/m_pd.h | 2 +-
src/makefile.gnu | 2 +-
src/makefile.mac | 2 +-
src/makefile.mingw | 2 +-
src/makefile.msvc | 2 +-
src/notes.txt | 23 ++-
src/x_array.c | 32 ++-
src/x_scalar.c | 3 +-
src/{x_qlist.c => x_text.c} | 503 +++++++++++++++++++++---------
tcl/dialog_array.tcl | 4 +-
tcl/pd-gui.tcl | 4 +-
27 files changed, 1187 insertions(+), 760 deletions(-)
rename src/{x_qlist.c => x_text.c} (65%)
hooks/post-receive
--
pure-data
------------------------------
Message: 2
Date: Mon, 24 Jun 2013 05:24:17 +0000
From: "Miller Puckette" <[email protected]>
Subject: [PD-cvs] [git]pure-data branch, master, updated.
effefb769f8ea963cd53216c860a75732284c208
To: [email protected]
Message-ID: <[email protected]>
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "pure-data".
The branch, master has been updated
via effefb769f8ea963cd53216c860a75732284c208 (commit)
from 1fe6afcdb486d75469adf5dfda3b4cc5d494f5fe (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit effefb769f8ea963cd53216c860a75732284c208
Author: Miller Puckette <[email protected]>
Date: Sun Jun 23 22:23:59 2013 -0700
array sum object, first attempt
-----------------------------------------------------------------------
Summary of changes:
doc/5.reference/array-object-help.pd | 34 ++++++--
src/notes.txt | 6 +-
src/x_array.c | 152 ++++++++++++++++++++++++++++++++--
3 files changed, 176 insertions(+), 16 deletions(-)
hooks/post-receive
--
pure-data
------------------------------
_______________________________________________
Pd-cvs mailing list
[email protected]
http://lists.puredata.info/listinfo/pd-cvs
End of Pd-cvs Digest, Vol 100, Issue 9
**************************************