[PD-cvs] [git]pure-data branch master updated. 3b876c63b3682701b569f30e144fea4b6bee9f84

Miller Puckette millerpuckette at users.sourceforge.net
Sun Dec 16 03:27:20 CET 2012


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  3b876c63b3682701b569f30e144fea4b6bee9f84 (commit)
       via  e845f6b11c3369384f50bb89a46a5fdb3e001dc5 (commit)
       via  cd737749b51e03ba1bdc6d8b66b890d89823d158 (commit)
       via  057cb3ee6cc58597a1b74a00a7880c2cfd0a466a (commit)
       via  b52e4a738910a448565d810f60b49eda613672a2 (commit)
       via  49d02ffd3fceb789e6088ea0ea4823d23446c8a7 (commit)
       via  2104560447199aa3428cd5c9e7886de500251723 (commit)
       via  ae0a64c7c72484a67f6c1a472030dd8030250eb5 (commit)
       via  0a1e04e292f483611478e3d64bf6f2aa14eeb850 (commit)
       via  77a0c545362e31be02f279b758c3d35f1f1a0fa4 (commit)
       via  a46f861d92f8173511b668826a1949ed10beb9bb (commit)
       via  354d575ba5625e99f23b6b7b746f6e787712a7bc (commit)
       via  ac9062c1b6d59e35094d31abbf80f5cc15805846 (commit)
      from  dcb8210811a9f253e713bf9622dc90f4d929d68e (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 3b876c63b3682701b569f30e144fea4b6bee9f84
Author: Miller Puckette <msp at ucsd.edu>
Date:   Sat Dec 15 18:11:19 2012 -0800

    Patch 3589133 - Patcher windows always open on "primary" monitor

commit e845f6b11c3369384f50bb89a46a5fdb3e001dc5
Author: Hans-Christoph Steiner <hans at eds.org>
Date:   Sun Dec 2 22:52:18 2012 -0500

    iemgui: only draw updates for the label when it actually changes

commit cd737749b51e03ba1bdc6d8b66b890d89823d158
Author: Hans-Christoph Steiner <hans at eds.org>
Date:   Sun Dec 2 22:02:46 2012 -0500

    only draw "set" updates if the value has changed (hsl, nbx, tgl, vsl, vu)
    
    Lots of patches just hook up fast streams of events directly to GUI
    objects.  If these streams of events include multiples of the same value,
    the GUI object draws each one.  This patch makes it so it only draws if the
    value has changed.

commit 057cb3ee6cc58597a1b74a00a7880c2cfd0a466a
Author: IOhannes m zmoelnig <zmoelnig at umlautO.umlaeute.mur.at>
Date:   Thu Nov 8 21:57:23 2012 +0100

    readsf fix for short soundfiles
    
    if the entire soundfile fits into the fifo, then [readsf~] will start
    to loop the file, since the 'drained' test in d_soundfile.c:1937 does
    not trigger.
    the fix is to properly set the fifohead (in the read thread) to the new
    position, even if the read() returned '0' (indicating EOF)

commit b52e4a738910a448565d810f60b49eda613672a2
Author: Hans-Christoph Steiner <hans at eds.org>
Date:   Mon Oct 8 10:56:24 2012 -0400

    remove pdtk_array.tcl, its unused and is old duplicates of dialog_array.tcl

commit 49d02ffd3fceb789e6088ea0ea4823d23446c8a7
Author: Hans-Christoph Steiner <hans at eds.org>
Date:   Fri Dec 14 23:20:32 2012 -0500

    Win32: fix mouse wheel scrolling by setting the scroll increment

commit 2104560447199aa3428cd5c9e7886de500251723
Author: Miller Puckette <msp at ucsd.edu>
Date:   Sat Dec 15 14:08:44 2012 -0800

    Patch 3438338 - change float to t_float in Pd 'extra' (plus update to README in pd/linux/)

commit ae0a64c7c72484a67f6c1a472030dd8030250eb5
Author: Alex Norman <x37v.alex at gmail.com>
Date:   Thu Oct 20 19:24:48 2011 -0700

    increasing the maximum input event size for alsa
    
    allows for much larger sysex inputs

commit 0a1e04e292f483611478e3d64bf6f2aa14eeb850
Author: Hans-Christoph Steiner <hans at eds.org>
Date:   Tue Oct 30 19:45:34 2012 -0400

    allow editmode to be changed while a canvas is not visible
    
    Currently, it'll work, but it gives giant Tcl error dumps to the Pd window.
    This patch just prevents the Tcl commands being sent to the canvas that is
    having editmode toggled if that canvas is not visible.

commit 77a0c545362e31be02f279b758c3d35f1f1a0fa4
Author: Marvin Humphrey <marvin at rectangular.com>
Date:   Sun Oct 9 22:41:02 2011 -0700

    Remove disabled support for full UCS4 range.
    
    UTF-8 is not going to be adapted to extend to the full range of a 32-bit
    integer any time soon and probably never, so remove disabled code preparing
    for that eventuality.

commit a46f861d92f8173511b668826a1949ed10beb9bb
Author: Marvin Humphrey <marvin at rectangular.com>
Date:   Sun Oct 9 22:01:38 2011 -0700

    Remove vestigial headers from s_utf8.c.
    
    The alloca.h/malloc.h headers were needed for the alloca() function, which was
    used in a routine which is no longer in the library.  Same with the stdarg.h
    header and its support for var args and the va_list type.  Remove all these
    unnecessary headers.

commit 354d575ba5625e99f23b6b7b746f6e787712a7bc
Author: Marvin Humphrey <marvin at rectangular.com>
Date:   Sun Oct 9 21:03:55 2011 -0700

    Remove unused UTF-8 routines.
    
    When the s_utf8 module was added to Pd, Bryan Jurish edited out some of the
    unused routines, but left in others that might potentially be used.  This
    patch removes all the unused functions and related variables.

commit ac9062c1b6d59e35094d31abbf80f5cc15805846
Author: Miller Puckette <msp at ucsd.edu>
Date:   Fri Dec 14 21:11:14 2012 -0800

    Fixed bug in hip~ (wrong AC gain) and default behavior of
    upsampling inlet~ and outlet~ to sample/hold (to fix DC gain).
    Since these are incompatible changes, a new variable, "compatibility"
    is provided to ask for pre-0.44 behavior.  Ths can be set in the
    command line or by sending a message to pd like "copatibility 0.43".
    This should be necessary only in a very small number of situations.

-----------------------------------------------------------------------

Summary of changes:
 doc/5.reference/hip~-help.pd |   56 ++++---
 doc/5.reference/pd-help.pd   |   83 ++++++-----
 extra/bonk~/bonk~.c          |  155 ++++++++++---------
 extra/choice/choice.c        |   16 +-
 extra/expr~/vexp.c           |   28 ++--
 extra/expr~/vexp.h           |    6 +-
 extra/expr~/vexp_fun.c       |  242 +++++++++++++++---------------
 extra/expr~/vexp_if.c        |   12 +-
 extra/fiddle~/fiddle~.c      |  215 +++++++++++++-------------
 extra/loop~/loop~.c          |    3 +-
 extra/lrshift~/lrshift~.c    |    2 +-
 extra/pd~/pd~.c              |    8 +-
 extra/pique/pique.c          |   72 +++++-----
 extra/sigmund~/sigmund~.c    |  221 ++++++++++++++-------------
 linux/README.txt             |    3 +-
 po/Makefile.am               |    2 +-
 src/d_filter.c               |   37 ++++-
 src/d_soundfile.c            |    4 +-
 src/g_all_guis.c             |   10 +-
 src/g_canvas.c               |    6 +-
 src/g_editor.c               |    5 +-
 src/g_hslider.c              |    4 +-
 src/g_io.c                   |   21 ++-
 src/g_numbox.c               |    9 +-
 src/g_toggle.c               |    4 +-
 src/g_vslider.c              |    4 +-
 src/g_vumeter.c              |   10 +-
 src/m_glob.c                 |   22 +++-
 src/m_pd.h                   |    1 +
 src/s_main.c                 |   10 ++
 src/s_midi_alsa.c            |   11 +-
 src/s_path.c                 |    6 +-
 src/s_utf8.c                 |  175 ---------------------
 src/s_utf8.h                 |   47 +-----
 tcl/Makefile.am              |    2 +-
 tcl/pdtk_array.tcl           |  346 ------------------------------------------
 tcl/pdtk_canvas.tcl          |   10 +-
 tcl/pkgIndex.tcl             |    1 -
 38 files changed, 710 insertions(+), 1159 deletions(-)
 delete mode 100644 tcl/pdtk_array.tcl


hooks/post-receive
-- 
pure-data



More information about the Pd-cvs mailing list