Re: dflplot/Plot2Kill, Most Mature *nix GUI For D2

2010-07-18 Thread Jérôme M. Berger
dsimcha wrote: == Quote from Lars T. Kyllingstad (pub...@kyllingen.nospamnet)'s article On Sat, 17 Jul 2010 13:08:01 +, dsimcha wrote: Thanks. The GTK port is officially off the ground, i.e. I've now at least got a basic plot window up. Now, to decipher gtkD's font API. Awesome! :)

Re: dflplot/Plot2Kill, Most Mature *nix GUI For D2

2010-07-17 Thread Jérôme M. Berger
dsimcha wrote: == Quote from dsimcha (dsim...@yahoo.com)'s article 1. Doesn't Window mean that the plot would have to exist in its own window? I'd like to be able to make a plot go to one section of a larger window. 2. When I do: drawable = (new DrawingArea(800, 600)).getWindow();

Re: dflplot/Plot2Kill, Most Mature *nix GUI For D2

2010-07-17 Thread Johannes Pfau
On 17.07.2010 07:57, Jérôme M. Berger wrote: dsimcha wrote: == Quote from dsimcha (dsim...@yahoo.com)'s article 1. Doesn't Window mean that the plot would have to exist in its own window? I'd like to be able to make a plot go to one section of a larger window. 2. When I do: drawable =

Re: dflplot/Plot2Kill, Most Mature *nix GUI For D2

2010-07-17 Thread Jérôme M. Berger
Johannes Pfau wrote: On 17.07.2010 07:57, Jérôme M. Berger wrote: dsimcha wrote: == Quote from dsimcha (dsim...@yahoo.com)'s article 1. Doesn't Window mean that the plot would have to exist in its own window? I'd like to be able to make a plot go to one section of a larger window. 2.

Re: dflplot/Plot2Kill, Most Mature *nix GUI For D2

2010-07-17 Thread Mike Wey
On 07/16/2010 03:34 PM, dsimcha wrote: What turned me off was the Drawable class, which I'd be using heavily. There's no way to construct it w/o explicitly creating a pointer to a C struct and then passing it in. gdk.Drawable is meant to be used as either a gdk.window or a gdk.Pixmap it

Re: dflplot/Plot2Kill, Most Mature *nix GUI For D2

2010-07-17 Thread dsimcha
Thanks. The GTK port is officially off the ground, i.e. I've now at least got a basic plot window up. Now, to decipher gtkD's font API. == Quote from Jérôme M. Berger (jeber...@free.fr)'s article This is an OpenPGP/MIME signed message (RFC 2440 and 3156)

Re: dflplot/Plot2Kill, Most Mature *nix GUI For D2

2010-07-17 Thread Johannes Pfau
On 17.07.2010 15:08, dsimcha wrote: Thanks. The GTK port is officially off the ground, i.e. I've now at least got a basic plot window up. Now, to decipher gtkD's font API. Great! Are you using cairo now? I think the cairo api should be nicer than the native gtk api. And if you need advanced

Re: dflplot/Plot2Kill, Most Mature *nix GUI For D2

2010-07-17 Thread dsimcha
== Quote from Johannes Pfau (s...@example.com)'s article On 17.07.2010 15:08, dsimcha wrote: Thanks. The GTK port is officially off the ground, i.e. I've now at least got a basic plot window up. Now, to decipher gtkD's font API. Great! Are you using cairo now? I think the cairo api

Re: dflplot/Plot2Kill, Most Mature *nix GUI For D2

2010-07-17 Thread Lars T. Kyllingstad
On Sat, 17 Jul 2010 13:08:01 +, dsimcha wrote: Thanks. The GTK port is officially off the ground, i.e. I've now at least got a basic plot window up. Now, to decipher gtkD's font API. Awesome! :) Can't wait to try this out. -Lars

Re: dflplot/Plot2Kill, Most Mature *nix GUI For D2

2010-07-17 Thread dsimcha
== Quote from Lars T. Kyllingstad (pub...@kyllingen.nospamnet)'s article On Sat, 17 Jul 2010 13:08:01 +, dsimcha wrote: Thanks. The GTK port is officially off the ground, i.e. I've now at least got a basic plot window up. Now, to decipher gtkD's font API. Awesome! :) Can't wait to try

Re: dflplot/Plot2Kill, Most Mature *nix GUI For D2

2010-07-17 Thread dsimcha
== Quote from Lars T. Kyllingstad (pub...@kyllingen.nospamnet)'s article On Sat, 17 Jul 2010 13:08:01 +, dsimcha wrote: Thanks. The GTK port is officially off the ground, i.e. I've now at least got a basic plot window up. Now, to decipher gtkD's font API. Awesome! :) Can't wait to try

Re: dflplot/Plot2Kill, Most Mature *nix GUI For D2

2010-07-16 Thread Lars T. Kyllingstad
On Fri, 16 Jul 2010 02:41:01 +, dsimcha wrote: I've refactored my dflplot lib to the point where the GUI-specific stuff is well abstracted from the GUI-agnostic stuff in preparation for a port to a GUI lib that supports rotated fonts, saving bitmaps, and/or *nix. The plan is to support

Re: dflplot/Plot2Kill, Most Mature *nix GUI For D2

2010-07-16 Thread F. Almeida
== Quote from Lars T. Kyllingstad (pub...@kyllingen.nospamnet)'s article The wxD library hasn't been updated for a year or so, but at that time it did work with D2. Perhaps you could check with the authors just how much work it would take to bring it up to date with the latest DMD?

Re: dflplot/Plot2Kill, Most Mature *nix GUI For D2

2010-07-16 Thread dsimcha
== Quote from Lars T. Kyllingstad (pub...@kyllingen.nospamnet)'s article On Fri, 16 Jul 2010 02:41:01 +, dsimcha wrote: I've refactored my dflplot lib to the point where the GUI-specific stuff is well abstracted from the GUI-agnostic stuff in preparation for a port to a GUI lib that

Re: dflplot/Plot2Kill, Most Mature *nix GUI For D2

2010-07-16 Thread Byron Heads
On Fri, 16 Jul 2010 02:41:01 + (UTC), dsimcha dsim...@yahoo.com wrote: I've refactored my dflplot lib to the point where the GUI-specific stuff is well abstracted from the GUI-agnostic stuff in preparation for a port to a GUI lib that supports rotated fonts, saving bitmaps, and/or *nix.

Re: dflplot/Plot2Kill, Most Mature *nix GUI For D2

2010-07-16 Thread Johannes Pfau
On 16.07.2010 15:34, dsimcha wrote: == Quote from Lars T. Kyllingstad (pub...@kyllingen.nospamnet)'s article On Fri, 16 Jul 2010 02:41:01 +, dsimcha wrote: I've refactored my dflplot lib to the point where the GUI-specific stuff is well abstracted from the GUI-agnostic stuff in preparation

Re: dflplot/Plot2Kill, Most Mature *nix GUI For D2

2010-07-16 Thread Johannes Pfau
On 16.07.2010 17:01, Johannes Pfau wrote: On 16.07.2010 15:34, dsimcha wrote: == Quote from Lars T. Kyllingstad (pub...@kyllingen.nospamnet)'s article On Fri, 16 Jul 2010 02:41:01 +, dsimcha wrote: I've refactored my dflplot lib to the point where the GUI-specific stuff is well abstracted

Re: dflplot/Plot2Kill, Most Mature *nix GUI For D2

2010-07-16 Thread dsimcha
== Quote from Johannes Pfau (s...@example.com)'s article That's a general problem with the gtk api, it's not directly related to GTKd. (gtk generally sucks at custom drawing, see http://federkiel.wordpress.com/2008/03/12/gtk-30-getting-serious/ about canvas for example) You need to do the

Re: dflplot/Plot2Kill, Most Mature *nix GUI For D2

2010-07-16 Thread dsimcha
== Quote from dsimcha (dsim...@yahoo.com)'s article 1. Doesn't Window mean that the plot would have to exist in its own window? I'd like to be able to make a plot go to one section of a larger window. 2. When I do: drawable = (new DrawingArea(800, 600)).getWindow(); drawable somehow ends

dflplot/Plot2Kill, Most Mature *nix GUI For D2

2010-07-15 Thread dsimcha
I've refactored my dflplot lib to the point where the GUI-specific stuff is well abstracted from the GUI-agnostic stuff in preparation for a port to a GUI lib that supports rotated fonts, saving bitmaps, and/or *nix. The plan is to support multiple GUI libs, including DFL (already working except