Patches item #1368493, was opened at 2005-11-28 19:44
Message generated for change (Comment added) made by zmoelnig
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1368493&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: puredata
Group: bugfix
>Status: Closed
>Resolution: Duplicate
Priority: 5
Submitted By: Mathieu Bouchard (matju)
Assigned to: Nobody/Anonymous (nobody)
Summary: unused vars in pdsend pdreceive
Initial Comment:
removed unused vars in u_pdsend u_pdreceive
and fixed c++ errors
----------------------------------------------------------------------
>Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2006-09-19 09:03
Message:
Logged In: YES
user_id=564396
duplicated by patch #1561099
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1561099&group_…
----------------------------------------------------------------------
Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2006-09-18 13:39
Message:
Logged In: YES
user_id=564396
no patch attached;
so either give th patch or this ought to be closed
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1368493&group_…
Patches item #1561099, was opened at 2006-09-18 16:55
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1561099&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: puredata
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: Unused vars
Initial Comment:
Here is a patch with unused variables throughout PD.
It'll help readability.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1561099&group_…
Bugs item #1540259, was opened at 2006-08-15 00:21
Message generated for change (Comment added) made by zmoelnig
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1540259&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: externals
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: João Miguel Pais (jmmmp)
Assigned to: Nobody/Anonymous (nobody)
Summary: bug in shuffle makes the cpu go into 100%
Initial Comment:
due to a bug on [shuffle], after a value is sent to the
2nd inlet, at the end of each cycle the cpu will go
into 100%. I don't know exactly what's the relation
between the parameter values to bring the bug (if
there's any), but the bug seems to be consistent. no
special patch is necessary, it happens also on the help
patch.
XP, Pd-Ext 0.39-2-t3.
Joao
----------------------------------------------------------------------
>Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2006-09-18 19:19
Message:
Logged In: YES
user_id=564396
even though no "special" patch is necessary, could you give
an example patch that reliably triggers the bug.
(i never used [shuffle] before and i don't know what to do
to make it behave as you describe)
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1540259&group_…
Bugs item #1560895, was opened at 2006-09-18 19:11
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1560895&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: puredata
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: IOhannes m zmölnig (zmoelnig)
Assigned to: Miller Puckette (millerpuckette)
Summary: [value] and [s]/[r] share the same name
Initial Comment:
[value] and [s] don't like if they are used with the
same name.
e.g. the following will output "[value]: no method for
bang"
[bang(
|
[s bla]
[value bla]
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1560895&group_…
Patches item #1551825, was opened at 2006-09-04 04:17
Message generated for change (Comment added) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1551825&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: puredata
Group: bugfix
Status: Open
Resolution: Works For Me
Priority: 7
Submitted By: oskude (oskude)
Assigned to: Miller Puckette (millerpuckette)
Summary: autoscrollbars
Initial Comment:
autoscrollbars patch for pd cvs. dunno how good the
code is, but it works :)
----------------------------------------------------------------------
>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2006-09-18 09:19
Message:
Logged In: YES
user_id=27104
One other thing that would be fixed ideally. This problem
existed before this patch, but its related. If a patch is
bigger than the window, the scrollbars are not displayed
when that patch is opened. You have to resize the window,
then the scrollbars will display.
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2006-09-16 13:07
Message:
Logged In: YES
user_id=27104
Very nice! My only comment is that it is a couple pixels
off on Mac OS X 10.4/Pd-extended 0.39.2-test5. I can cover
about 3 pixels before the scrollbars kick in.
I added to the Pd-extended build system as
pure-data/packages/patches/pd_autoscrollbars-0.40-pre.patch
It will be in the nightly builds starting tomorrow.
----------------------------------------------------------------------
Comment By: oskude (oskude)
Date: 2006-09-15 04:09
Message:
Logged In: YES
user_id=1383707
this patch removes scrollbars in a pd-patch canvas window
when the content is smaller than the window size.
and add scrollbars to pd-patch window if content bigger than
window size.
works individually for height(bottom scrollbar) and
width(right scrollbar)
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2006-09-13 15:26
Message:
Logged In: YES
user_id=27104
can you elaborate on what this patch does?
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1551825&group_…
Patches item #1368488, was opened at 2005-11-28 19:41
Message generated for change (Comment added) made by zmoelnig
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1368488&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: puredata
Group: bugfix
>Status: Pending
>Resolution: Rejected
Priority: 5
Submitted By: Mathieu Bouchard (matju)
Assigned to: Nobody/Anonymous (nobody)
Summary: qlist unused vars, etc
Initial Comment:
removed unused vars in x_net x_interface x_qlist
fixed c++ error in x_qlist
----------------------------------------------------------------------
>Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2006-09-18 13:41
Message:
Logged In: YES
user_id=564396
please either attach the fix, or we ought to close this
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1368488&group_…
Patches item #1057320, was opened at 2004-10-30 16:26
Message generated for change (Comment added) made by zmoelnig
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1057320&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: puredata
Group: bugfix
>Status: Closed
>Resolution: Accepted
Priority: 5
Submitted By: Tim Blechmann (timblech)
>Assigned to: Miller Puckette (millerpuckette)
Summary: mlock fix
Initial Comment:
this patch will cause the os not to overcommit memory
when memory locking is enabled. this will reduce the
probability of a segfault after memory allocation
----------------------------------------------------------------------
>Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2006-09-18 13:41
Message:
Logged In: YES
user_id=564396
this has been fixed some time ago (at least it is in 0.40)
----------------------------------------------------------------------
Comment By: Miller Puckette (millerpuckette)
Date: 2005-05-18 06:46
Message:
Logged In: YES
user_id=313747
I'm not sure this works on both 2.4 and 2.6 kernels... I've had
trouble compiling something like this before. I'd have to test
it carefully on several generations of linux to be sure.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1057320&group_…
Patches item #1368493, was opened at 2005-11-28 19:44
Message generated for change (Comment added) made by zmoelnig
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1368493&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: puredata
Group: bugfix
>Status: Pending
>Resolution: Rejected
Priority: 5
Submitted By: Mathieu Bouchard (matju)
Assigned to: Nobody/Anonymous (nobody)
Summary: unused vars in pdsend pdreceive
Initial Comment:
removed unused vars in u_pdsend u_pdreceive
and fixed c++ errors
----------------------------------------------------------------------
>Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2006-09-18 13:39
Message:
Logged In: YES
user_id=564396
no patch attached;
so either give th patch or this ought to be closed
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1368493&group_…
Patches item #1473684, was opened at 2006-04-20 18:50
Message generated for change (Comment added) made by zmoelnig
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1473684&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: puredata
Group: bugfix
>Status: Closed
Resolution: Accepted
Priority: 8
Submitted By: Thomas Grill (xovo)
Assigned to: Miller Puckette (millerpuckette)
Summary: fix for array overflow
Initial Comment:
in s_inter.c, function sys_startgui the zz array is too
small to hold all members of the defaultfontshit array,
leading to overflow and uneasyness.
Attached is a patch (relative to devel) providing a fix
for the problem.
greetings,
Thomas
----------------------------------------------------------------------
>Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2006-09-18 13:37
Message:
Logged In: YES
user_id=564396
seems to be fixed in 0.40
----------------------------------------------------------------------
Comment By: Miller Puckette (millerpuckette)
Date: 2006-08-14 07:02
Message:
Logged In: YES
user_id=313747
Applied by hand, hope this fixes it. (0.40)
----------------------------------------------------------------------
Comment By: Thomas Grill (xovo)
Date: 2006-04-20 18:51
Message:
Logged In: YES
user_id=350252
increased priority since the bug implies memory corruption
or crashes.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1473684&group_…
Patches item #1532458, was opened at 2006-08-01 16:26
Message generated for change (Settings changed) made by zmoelnig
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1532458&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: puredata
Group: bugfix
>Status: Closed
Resolution: None
Priority: 5
Submitted By: Jamie Tittle (tigital)
Assigned to: Miller Puckette (millerpuckette)
Summary: loading on osx improvements
Initial Comment:
Attached is a patch for src/s_loader.c. NSLinkModule()
and friends have been deprecated for quite awhile in
favor of dlopen(), so this patch makes a better compile
time decision (using AvailabilityMacros.h) on whether
to use one or the other: if it's compiled on 10.3 or
greater, pd will use dlopen() to load externals...
...in addition, it also includes extra error reporting
for NSLinkModule()...
----------------------------------------------------------------------
Comment By: Miller Puckette (millerpuckette)
Date: 2006-08-14 06:37
Message:
Logged In: YES
user_id=313747
I think now I'll only be able to test Pd on 10.3 or later,
so will simply use dlopen and take NSlinkModule (etc) out.
----------------------------------------------------------------------
Comment By: Jamie Tittle (tigital)
Date: 2006-08-01 16:28
Message:
Logged In: YES
user_id=634044
forgot to mention that this is against pd_head, as it
already exists in pd_devel...
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1532458&group_…