Patches item #3052632, was opened at 2010-08-24 17:37
Message generated for change (Settings changed) made by millerpuckette
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3052632&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: Accepted
Priority: 7
Private: No
Submitted By: Hans-Christoph Steiner (eighthave)
Assigned to: Miller Puckette (millerpuckette)
Summary: make pdwindow.tcl swapable by adding two procs
Initial Comment:
This patch abstracts the grabbing of the cursor when Pd is busy into two procs: ::pdwindow::busygrab and ::pdwindow::busyrelease. It does not change the current functionality, but it allows pdwindow.tcl to be completely self-contained and swappable so people can more easily create and use custom Pd windows. It brings back having the whole Pd window is defined in a single file, pdwindow.tcl.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3052632&group_…
Patches item #3052385, was opened at 2010-08-24 09:38
Message generated for change (Settings changed) made by millerpuckette
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3052385&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: Pending
>Resolution: Accepted
Priority: 7
Private: No
Submitted By: Hans-Christoph Steiner (eighthave)
Assigned to: Miller Puckette (millerpuckette)
Summary: Properties panels don't open unless you click on Pd Window
Initial Comment:
• launch pd
• open any existing patch using File->open
• right-click on canvas or array and select Properties
• nothing happens except this:
‣ .pdwindow done-popup 0 206 47;
‣ error: .pdwindow: no such object
• click on Pd window, then on patch
• now click properties panel and it works
This bug exists in the HEAD of pure-data.git but not in pd-gui-rewrite/0.43. I suspect it is due to the changes in the startup procedure and things are not getting initialized properly. I'll try to take a look later today.
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2010-09-02 15:48
Message:
Ok, I fixed this. (I was wrong about the startup procedure) It turns out
that not all window managers send a FocusIn event when a new window is
created, so ::focused_window was not being set. I made the Map event also
set focused_window, which I guess all window managers will send either Map,
FocusIn, or both upon window creation, so we're covered.
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2010-09-01 19:47
Message:
Ah, ok, I have a Mac again. This bug does not seem to happen on
Ubuntu/Lucid, but it does happen on Mac OS X 10.5.8 using Tcl/Tk 8.5.8.
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2010-08-30 13:07
Message:
strange I can't reproduce this now on my Ubuntu/Lucid netbook using the
head of pure-data.git
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3052385&group_…
Patches item #3050371, was opened at 2010-08-21 09:31
Message generated for change (Settings changed) made by millerpuckette
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3050371&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: Accepted
Priority: 5
Private: No
Submitted By: IOhannes m zmlnig (zmoelnig)
Assigned to: Miller Puckette (millerpuckette)
Summary: [bugfix] print version number
Initial Comment:
in 0.43.test2, the veresion number is not printed correctly when running "pd -version".
rather than the version number, it prints "(null)", since the version string is uninitialized (and luckily set to NULL)
the attached patch fixes this.
(it's a git patch, so apply with "gem am 0001-provide-a-version-string.patch")
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3050371&group_…
Patches item #3048804, was opened at 2010-08-19 10:30
Message generated for change (Settings changed) made by millerpuckette
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3048804&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: Accepted
Priority: 8
Private: No
Submitted By: Peter Brinkmann (pbrinkmann)
Assigned to: Miller Puckette (millerpuckette)
Summary: Compile audio dummy across platforms
Initial Comment:
Resolves conflicts between USEAPI_DUMMY and other API settings when compiling libpd (http://gitorious.org/pdlib) for iPhone and other platforms. The patch only has an effect if USEAPI_DUMMY is defined.
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2010-08-19 10:46
Message:
This is a simple change to the USEAPI_DUMMY stuff to allow it to work on
any platform, which is needed when embedding libpd into things like
Android, iPhone, Java, Python, etc. Basically, when you use USEAPI_DUMMY,
it usurps setting the default over all other USEAPI_* statements.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3048804&group_…
Bugs item #3063790, was opened at 2010-09-10 13:15
Message generated for change (Tracker Item Submitted) made by jancsika1
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3063790&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
Private: No
Submitted By: Jonathan Wilkes (jancsika1)
Assigned to: Nobody/Anonymous (nobody)
Summary: [expr $f1 % 0.n] crashes pd
Initial Comment:
For [expr $f1 % $f2], if $f2 > 0 and < 1, Pd will crash. Otherwise expr seems to just silently convert $f2 to an int.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3063790&group_…
Bugs item #3062882, was opened at 2010-09-09 15:27
Message generated for change (Tracker Item Submitted) made by mrpeach
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3062882&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: pd-extended
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Martin Peach (mrpeach)
Assigned to: Hans-Christoph Steiner (eighthave)
Summary: expr not present in debian pd0.42.5 rc6
Initial Comment:
In the linux build the expr objects are created as symbolic links to things inside expr~ but the directory expr~ is not created.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3062882&group_…
Hi,
I'm currently developing a Pure Data external to display music scores based on the Guido Engine (see the GuidoEngine project at http://guidolib.sourceforge.net).
Actually, the Guido engine makes use of its own graphic device abstraction, build on top of Cairo on Linux, Quartz on Mac OS X, GDI or GDI+ on windows. It supports also a Qt based device...
I've already identified the t_widgetbehavior struct to be notified of my object's lifetime events (although the role of the different fields is not always clear to me). But the question is how can I access to a native graphic context? Another solution could be to draw offscreen and to copy the bitmap data to a pd bitmap provided that such functionality exists?
--
Dominique
Patches item #3011285, was opened at 2010-06-03 19:54
Message generated for change (Comment added) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3011285&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: Accepted
Priority: 7
Private: No
Submitted By: Hans-Christoph Steiner (eighthave)
Assigned to: Miller Puckette (millerpuckette)
Summary: fix gl_goprect logic
Initial Comment:
Based on a patch from Ivica Ico Bukvic, this change seems to help the GOP red rectangle get set more accurately, and according to Ivica also helps with other GOP bugs. I checked it into Pd-extended 0.42.5 here:
http://pure-data.svn.sourceforge.net/viewvc/pure-data?view=rev&revision=135…
----------------------------------------------------------------------
>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2010-09-09 12:51
Message:
and here's the commit for removing from Pd-extended 0.42.5
http://pure-data.svn.sourceforge.net/viewvc/pure-data?view=revision&revisio…
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2010-09-09 12:49
Message:
Oops, forgot to add, this patch causes bug #3052388
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2010-09-09 12:47
Message:
uh oh, bad news. While this patch does seem to make sense, it breaks other
things. I removed this patch from Pd-extended 0.42.5
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2010-08-20 17:42
Message:
accepted in git commit 56964c07b4ad572fdf4a2f03e7ed72f99da4a28d
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3011285&group_…
Patches item #3011285, was opened at 2010-06-03 19:54
Message generated for change (Comment added) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3011285&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: Accepted
Priority: 7
Private: No
Submitted By: Hans-Christoph Steiner (eighthave)
Assigned to: Miller Puckette (millerpuckette)
Summary: fix gl_goprect logic
Initial Comment:
Based on a patch from Ivica Ico Bukvic, this change seems to help the GOP red rectangle get set more accurately, and according to Ivica also helps with other GOP bugs. I checked it into Pd-extended 0.42.5 here:
http://pure-data.svn.sourceforge.net/viewvc/pure-data?view=rev&revision=135…
----------------------------------------------------------------------
>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2010-09-09 12:49
Message:
Oops, forgot to add, this patch causes bug #3052388
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2010-09-09 12:47
Message:
uh oh, bad news. While this patch does seem to make sense, it breaks other
things. I removed this patch from Pd-extended 0.42.5
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2010-08-20 17:42
Message:
accepted in git commit 56964c07b4ad572fdf4a2f03e7ed72f99da4a28d
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3011285&group_…
Patches item #3011285, was opened at 2010-06-03 19:54
Message generated for change (Comment added) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3011285&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: Accepted
Priority: 7
Private: No
Submitted By: Hans-Christoph Steiner (eighthave)
Assigned to: Miller Puckette (millerpuckette)
Summary: fix gl_goprect logic
Initial Comment:
Based on a patch from Ivica Ico Bukvic, this change seems to help the GOP red rectangle get set more accurately, and according to Ivica also helps with other GOP bugs. I checked it into Pd-extended 0.42.5 here:
http://pure-data.svn.sourceforge.net/viewvc/pure-data?view=rev&revision=135…
----------------------------------------------------------------------
>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2010-09-09 12:47
Message:
uh oh, bad news. While this patch does seem to make sense, it breaks other
things. I removed this patch from Pd-extended 0.42.5
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2010-08-20 17:42
Message:
accepted in git commit 56964c07b4ad572fdf4a2f03e7ed72f99da4a28d
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3011285&group_…