September 03, 2012
On 2012-09-03 13:00, kntroh wrote:

> I think it's nice idea. I may be able to do work for DWT2-Mac, and we may be get
> help of somebody has a Mac.
> I guess, many D users want a GUI Library for Mac.

I'll upload the repository to night and write down some instructions to get started with.

I do have a Mac :)

-- 
/Jacob Carlborg
September 03, 2012
On 2012-09-03 13:00, kntroh wrote:

> I think it's nice idea. I may be able to do work for DWT2-Mac, and we may be get
> help of somebody has a Mac.
> I guess, many D users want a GUI Library for Mac.
>

I've uploaded a new repository for DWT Mac OS X:

https://github.com/d-widget-toolkit/dwt-mac

There are some instructions and porting info in the readme. Remember that is should only be D1, to begin with. I think we should use DMD 1.072, I know that version is working with Tango. You can easily install it with DVM, if you're not already using it:

https://bitbucket.org/doob/dvm

The progress I've done so far is I've manually looked through all modules, in lexical order, up until and including dwt.internal.image. I skipped all browser related packages. I have not started to compile yet. I have previously worked on this so you'll find that most files are already somewhat ported. But now I'm looking through all the files again.

How about you starting in the other end, with the "widgets" package?

Let me know if you have any questions or need any help.

-- 
/Jacob Carlborg
September 04, 2012
== Quote from Jacob Carlborg (doob@me.com)'s article
> On 2012-09-03 13:00, kntroh wrote:
> > I think it's nice idea. I may be able to do work for DWT2-Mac, and we may be get
> > help of somebody has a Mac.
> > I guess, many D users want a GUI Library for Mac.
> >
> I've uploaded a new repository for DWT Mac OS X: https://github.com/d-widget-toolkit/dwt-mac
Thanks. I forked it.
I consider what kind of work can be performed, after this.
Link is rightly impossible, but fortunately `version(darwin)` is few in DWT-Mac,
so compile may be possible in my Win and Linux environment.
After decide to kind of work, I'll write code and send a pull request.

> Let me know if you have any questions or need any help.
The first goal is to be able to use the DWT-Mac by dmd 1.072 with Tango (in trunk)?
September 04, 2012
On 2012-09-04 12:49, kntroh wrote:

> Thanks. I forked it.
> I consider what kind of work can be performed, after this.
> Link is rightly impossible, but fortunately `version(darwin)` is few in DWT-Mac,
> so compile may be possible in my Win and Linux environment.
> After decide to kind of work, I'll write code and send a pull request.

I don't remember if there are any "version(darwin)" at all in DWT-Mac. I don't know which platform you prefer but I would guess you will have most luck with Linux. It's possible that DWT-Mac imports some Posix modules from Tango.

>> Let me know if you have any questions or need any help.
> The first goal is to be able to use the DWT-Mac by dmd 1.072 with Tango (in trunk)?

Yes, exactly.

-- 
/Jacob Carlborg
1 2
Next ›   Last »