Re: [Plplot-devel] Using Window's raw API for shapes and text

2016-03-09 Thread Jim Dishaw
Sounds good. I will take a look at it > On Mar 9, 2016, at 6:07 PM, Alan W. Irwin wrote: > > I have summarized the wingcc-relevant parts of this important thread at > https://sourceforge.net/p/plplot/feature-requests/20/. > > @Jim: > > I have made you the owner of this feature request on the a

Re: [Plplot-devel] Using Window's raw API for shapes and text

2016-03-09 Thread Alan W. Irwin
I have summarized the wingcc-relevant parts of this important thread at https://sourceforge.net/p/plplot/feature-requests/20/. @Jim: I have made you the owner of this feature request on the assumption (based on your historical interest in updating the wingcc device) that it will be you that imple

Re: [Plplot-devel] Using Window's raw API for shapes and text

2015-06-04 Thread Phil Rosenberg
Sorry forgot to paste the link http://www.theregister.co.uk/2015/04/30/windows_10_now_available_for_raspberry_pi_2_andminnowboard/ On 4 June 2015 at 13:10, Phil Rosenberg wrote: > Just seen this regarding raspberry pi and Windows 10. So Windows 10 > will have an internet of thing (IoT) version t

Re: [Plplot-devel] Using Window's raw API for shapes and text

2015-06-04 Thread Phil Rosenberg
Just seen this regarding raspberry pi and Windows 10. So Windows 10 will have an internet of thing (IoT) version to run on Arm processors. I'm not sure if/how this is linked to Windows Phone. The aps have to use either XAML, html5 or DirectX for the GUI. They can run "native code" - i.e. compiled C

Re: [Plplot-devel] Using Window's raw API for shapes and text

2015-05-21 Thread Alan W. Irwin
On 2015-05-21 22:14-0400 Jim Dishaw wrote: > Bad news. I searched for my old Windows driver and I have lost it to the ether. I found some remnants, but not enough to compile. I can a recreate it without too much difficultly. The driver version that I had created was a merge between the X11 and

Re: [Plplot-devel] Using Window's raw API for shapes and text

2015-05-21 Thread Alan W. Irwin
On 2015-05-21 23:39+0100 Phil Rosenberg wrote: > Regarding text, uniscribe has as noted earlier been superseded by > directText, but I don't know how far back such compatibility goes. I > do have some code that I once wrote intending to push into PLplot (but > again never finished) that took unisc

Re: [Plplot-devel] Using Window's raw API for shapes and text

2015-05-21 Thread Jim Dishaw
> On May 14, 2015, at 12:11 AM, Alan W. Irwin wrote: > > On 2015-05-13 21:44-0500 Aaron Hexamer wrote: > >> Would it be developed using the GDI? If so, then maybe wingdi? > > Hi Aaron: > > To respond to your first question even though I am not > that familiar with Windows, I did look up the

Re: [Plplot-devel] Using Window's raw API for shapes and text

2015-05-21 Thread Phil Rosenberg
ffective version available on the target > platform. > > Thanks, > > Aaron. > > > Sent from XFINITY Connect Mobile App > -Original Message- > > From: ir...@beluga.phys.uvic.ca > To: hexa...@comcast.net,j...@dishaw.org > Cc: Plplot-devel@lists.sourceforg

Re: [Plplot-devel] Using Window's raw API for shapes and text

2015-05-14 Thread hexamer
Alan, That makes sense to me. I can see how the configure/build time checks make sense to affect which support to attempt compile-in. E.g. if one were building with an older compiler on an XP host, you wouldn't want to try to link in Direct2D support. OTOH, what I actually had in mind was runtim

Re: [Plplot-devel] Using Window's raw API for shapes and text

2015-05-14 Thread Alan W. Irwin
On 2015-05-14 15:51- hexa...@comcast.net wrote: > Alan, > > One potential downside of the newer Direct2D/DirectWrite APIs is that they > aren't supported on Windows XP. I know I have users of my > application still using XP. I can't tell without some more research, but I > think Windows 10

Re: [Plplot-devel] Using Window's raw API for shapes and text

2015-05-14 Thread Alan W. Irwin
On 2015-05-14 11:57-0400 Jim Dishaw wrote: > The code that I currently have uses GDI, so we can start from there. Sounds good. Alan __ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.phys.uvic.ca)

Re: [Plplot-devel] Using Window's raw API for shapes and text

2015-05-14 Thread Jim Dishaw
the detected OS is > > WinXP? > > Thanks, > > Aaron. > > Sent from XFINITY Connect Mobile App > -Original Message- > > From: ir...@beluga.phys.uvic.ca > To: hexa...@comcast.net > Cc: Plplot-devel@lists.sourceforge.net > Sent: 2015-05-13 23:11:24 GMT >

Re: [Plplot-devel] Using Window's raw API for shapes and text

2015-05-14 Thread hexamer
Alan,One potential downside of the newer Direct2D/DirectWrite APIs is that they aren't supported on Windows XP. I know I have users of my application still using XP. I can't tell without some more research, but I think Windows 10 even supports GDI/GDI+.If the case for using Direct2D/DirectWrite i

Re: [Plplot-devel] Using Window's raw API for shapes and text

2015-05-13 Thread Alan W. Irwin
On 2015-05-13 21:44-0500 Aaron Hexamer wrote: > Would it be developed using the GDI? If so, then maybe wingdi? Hi Aaron: To respond to your first question even though I am not that familiar with Windows, I did look up the article at , and

Re: [Plplot-devel] Using Window's raw API for shapes and text

2015-05-13 Thread Aaron Hexamer
Would it be developed using the GDI? If so, then maybe wingdi? -Original Message- From: Alan W. Irwin [mailto:ir...@beluga.phys.uvic.ca] Sent: Wednesday, May 13, 2015 9:33 PM To: Jim Dishaw Cc: Aaron Hexamer; PLplot development list Subject: Re: [Plplot-devel] Using Window's raw AP

Re: [Plplot-devel] Using Window's raw API for shapes and text

2015-05-13 Thread Alan W. Irwin
On 2015-05-13 20:56-0400 Jim Dishaw wrote: >> On May 13, 2015, at 8:43 PM, Alan W. Irwin wrote: [...] But clearly the wingcc name is >> now a misnomer. Of course, you don't want to break backwards >> compatibility on this name now unless there is a really good reason, >> but one possible good re

Re: [Plplot-devel] Using Window's raw API for shapes and text

2015-05-13 Thread Jim Dishaw
> On May 13, 2015, at 8:43 PM, Alan W. Irwin wrote: > >> On 2015-05-13 18:27-0400 Jim Dishaw wrote: >> >> >>> On May 13, 2015, at 6:17 PM, Aaron Hexamer wrote: >>> >>> Alan, >>> >>> I'm a little confused by the statement about copying code from Jim's driver >>> to wingcc. I just assumed th

Re: [Plplot-devel] Using Window's raw API for shapes and text

2015-05-13 Thread Alan W. Irwin
On 2015-05-13 18:27-0400 Jim Dishaw wrote: > >> On May 13, 2015, at 6:17 PM, Aaron Hexamer wrote: >> >> Alan, >> >> I'm a little confused by the statement about copying code from Jim's driver >> to wingcc. I just assumed that wingcc was named as such because maybe >> PLplot was first ported to w

Re: [Plplot-devel] Using Window's raw API for shapes and text

2015-05-13 Thread Jim Dishaw
> On May 13, 2015, at 6:06 PM, Alan W. Irwin wrote: > >> On 2015-05-13 14:03-0400 Jim Dishaw wrote: >> >> I still have the revised windows driver that I can blow the dust off and >> offer as a possible replacement. > > Hi Jim: > > As I recall, you had a lot of interesting ideas for your Wind

Re: [Plplot-devel] Using Window's raw API for shapes and text

2015-05-13 Thread Jim Dishaw
5 5:06 PM > To: Jim Dishaw > Cc: Aaron Hexamer; PLplot development list > Subject: Re: [Plplot-devel] Using Window's raw API for shapes and text > >> On 2015-05-13 14:03-0400 Jim Dishaw wrote: >> >> I still have the revised windows driver that I can blow the dust of

Re: [Plplot-devel] Using Window's raw API for shapes and text

2015-05-13 Thread Aaron Hexamer
3, 2015 5:06 PM To: Jim Dishaw Cc: Aaron Hexamer; PLplot development list Subject: Re: [Plplot-devel] Using Window's raw API for shapes and text On 2015-05-13 14:03-0400 Jim Dishaw wrote: > I still have the revised windows driver that I can blow the dust off and offer as a possible repl

Re: [Plplot-devel] Using Window's raw API for shapes and text

2015-05-13 Thread Alan W. Irwin
On 2015-05-13 14:03-0400 Jim Dishaw wrote: > I still have the revised windows driver that I can blow the dust off and > offer as a possible replacement. Hi Jim: As I recall, you had a lot of interesting ideas for your Windows device driver so I hope you do integrate that into PLplot in the near

Re: [Plplot-devel] Using Window's raw API for shapes and text

2015-05-13 Thread Jim Dishaw
e code? > > Thanks, > > Aaron. > > > Sent from XFINITY Connect Mobile App > -Original Message- > > From: j...@dishaw.org > To: ir...@beluga.phys.uvic.ca > Cc: Plplot-devel@lists.sourceforge.net,hexa...@comcast.net > Sent: 2015-05-13 13:03:32 GMT &g

Re: [Plplot-devel] Using Window's raw API for shapes and text

2015-05-13 Thread hexamer
Jim,That sounds like a good place to start.Would you mind posting it? Or maybe it's in an early branch of the code?Thanks,Aaron.Sent from XFINITY Connect Mobile App-Original Message-From: j...@dishaw.orgTo: ir...@beluga.phys.uvic.caCc: Plplot-devel@lists.sourceforge.net,hexa...@comcast.net

Re: [Plplot-devel] Using Window's raw API for shapes and text

2015-05-13 Thread Jim Dishaw
I still have the revised windows driver that I can blow the dust off and offer as a possible replacement. > On May 13, 2015, at 1:59 PM, Alan W. Irwin wrote: > > Hi Aaron: > > I am putting this further discussion on the plplot-devel mailing list > since some developers there have more devic