[PD-dev] [ pure-data-Bugs-3396283 ] cursor keys inserts characters rather than moving caret

2011-08-22 Thread SourceForge . net
Bugs item #3396283, was opened at 2011-08-22 10:09 Message generated for change (Tracker Item Submitted) made by increpare You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=478070aid=3396283group_id=55736 Please note that this message will contain a full copy of the

[PD-dev] [ pure-data-Bugs-3396315 ] scrollbars don't appear when stretching

2011-08-22 Thread SourceForge . net
Bugs item #3396315, was opened at 2011-08-22 11:06 Message generated for change (Tracker Item Submitted) made by increpare You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=478070aid=3396315group_id=55736 Please note that this message will contain a full copy of the

[PD-dev] [ pure-data-Bugs-3396316 ] crashing at launch

2011-08-22 Thread SourceForge . net
Bugs item #3396316, was opened at 2011-08-22 11:10 Message generated for change (Tracker Item Submitted) made by increpare You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=478070aid=3396316group_id=55736 Please note that this message will contain a full copy of the

Re: [PD-dev] Status of GUI rewrite?

2011-08-22 Thread Stephen Lavelle
You can increase the font size which will make the boxes bigger. Also, you might like the new inlet/outlet highlighting that's in Pd-extended 0.43 and pd-l2ork. The inlets and outlets are tagged using Tk tags, so you should be able to change their size using the Tk canvas commands 'coords'

Re: [PD-dev] Pdextended 0.43.1 and vista

2011-08-22 Thread Patrice Colet
- Hans-Christoph Steiner h...@at.or.at a écrit : Oops, I just noticed one unneeded line in the patch I sent you: +#pd_LINK = $(CXXLINK) There is no need to add a line of code that is comment out :) Hi Hans, I had to add this line for linking asio with G++, I'm trying out right

Re: [PD-dev] Status of GUI rewrite?

2011-08-22 Thread Hans-Christoph Steiner
On Aug 22, 2011, at 8:50 AM, Stephen Lavelle wrote: You can increase the font size which will make the boxes bigger. Also, you might like the new inlet/outlet highlighting that's in Pd- extended 0.43 and pd-l2ork. The inlets and outlets are tagged using Tk tags, so you should be able to

Re: [PD-dev] Status of GUI rewrite?

2011-08-22 Thread Stephen Lavelle
Okay. If my clicking precision doesn't get better, this is how I'll try going about it : ) Thanks - S On Mon, Aug 22, 2011 at 5:04 PM, Hans-Christoph Steiner h...@at.or.atwrote: On Aug 22, 2011, at 8:50 AM, Stephen Lavelle wrote: You can increase the font size which will make the boxes

Re: [PD-dev] Pdextended 0.43.1 and vista

2011-08-22 Thread Hans-Christoph Steiner
On Aug 22, 2011, at 11:54 AM, Patrice Colet wrote: - Hans-Christoph Steiner h...@at.or.at a écrit : Oops, I just noticed one unneeded line in the patch I sent you: +#pd_LINK = $(CXXLINK) There is no need to add a line of code that is comment out :) Hi Hans, I had to add this line

Re: [PD-dev] Pdextended 0.43.1 and vista

2011-08-22 Thread Patrice Colet
- Hans-Christoph Steiner h...@at.or.at a écrit : On Aug 22, 2011, at 11:54 AM, Patrice Colet wrote: Hi Hans, I've looked at you patch, and there is something I didn't figured out before, the git sources you are using aren't pd-extended but pd-anything ^^ It's not specificated

Re: [PD-dev] Status of GUI rewrite?

2011-08-22 Thread Jonathan Wilkes
Current standard: * all boxes have the same top-left origin Current nonstandards: * font size * font face * box length, thus ancillary xlet positions * box height So the only thing anyone can expect from the current behavior is that they can connect the left outlet of [foo] to the left inlet of

[PD-dev] [ pure-data-Bugs-3396534 ] autobuild on ubuntu 10.04 / liblame0

2011-08-22 Thread SourceForge . net
Bugs item #3396534, was opened at 2011-08-22 17:37 Message generated for change (Tracker Item Submitted) made by wipinmtl2 You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=478070aid=3396534group_id=55736 Please note that this message will contain a full copy of the

[PD-dev] New Windows/MinGW Build setup

2011-08-22 Thread Hans-Christoph Steiner
I just finished rebuilding the MinGW/MSYS setup on the Windows build server using the new mingw-get utility and the latest MinGW and MSYS. There has been big improvements in MinGW in the past couple of years, so its getting a lot easier to set everything up. You can do it yourself

[PD-dev] [ pure-data-Bugs-3396626 ] delread/delwrite don't delay on OS X 10.7

2011-08-22 Thread SourceForge . net
Bugs item #3396626, was opened at 2011-08-22 21:44 Message generated for change (Tracker Item Submitted) made by increpare You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=478070aid=3396626group_id=55736 Please note that this message will contain a full copy of the

Re: [PD-dev] Pdextended 0.43.1 and vista

2011-08-22 Thread Patrice Colet
- Hans-Christoph Steiner h...@at.or.at a écrit : Oops, I just noticed one unneeded line in the patch I sent you: +#pd_LINK = $(CXXLINK) There is no need to add a line of code that is comment out :) .hc I've successfully compiled with asio without this line, so you were right,

Re: [PD-dev] Pdextended 0.43.1 and vista

2011-08-22 Thread Hans-Christoph Steiner
On Aug 22, 2011, at 6:20 PM, Patrice Colet wrote: - Hans-Christoph Steiner h...@at.or.at a écrit : Oops, I just noticed one unneeded line in the patch I sent you: +#pd_LINK = $(CXXLINK) There is no need to add a line of code that is comment out :) .hc I've successfully compiled

Re: [PD-dev] Pdextended 0.43.1 and vista

2011-08-22 Thread Patrice Colet
- Hans-Christoph Steiner h...@at.or.at a écrit : On Aug 22, 2011, at 6:20 PM, Patrice Colet wrote: - Hans-Christoph Steiner h...@at.or.at a écrit : Oops, I just noticed one unneeded line in the patch I sent you: +#pd_LINK = $(CXXLINK) There is no need to add a line

Re: [PD-dev] Pdextended 0.43.1 and vista

2011-08-22 Thread Hans-Christoph Steiner
On Aug 22, 2011, at 8:28 PM, Patrice Colet wrote: - Hans-Christoph Steiner h...@at.or.at a écrit : On Aug 22, 2011, at 6:20 PM, Patrice Colet wrote: - Hans-Christoph Steiner h...@at.or.at a écrit : Oops, I just noticed one unneeded line in the patch I sent you: +#pd_LINK =