DlangUI project update

2014-12-26 Thread Vadim Lopatin via Digitalmars-d-announce
Hello! DlangUI project is alive and under active development. https://github.com/buggins/dlangui Recent changes: - new controls: ScrollWidget, TreeView, ComboBox, ... - new dialogs: FileOpenDialog, MessageBox - a lot of bugfixes - performance improvements in software renderer - killer app: new

Re: DlangUI project update

2014-12-26 Thread MattCoder via Digitalmars-d-announce
On Friday, 26 December 2014 at 12:33:04 UTC, Vadim Lopatin wrote: DlangUI project is alive and under active development... From time to time I see some people asking for GUI over here, and this could be an answer to that. For what I can see from the screenshot this seems to be very

Re: DlangUI project update

2014-12-26 Thread John Colvin via Digitalmars-d-announce
On Friday, 26 December 2014 at 13:36:08 UTC, MattCoder wrote: On Friday, 26 December 2014 at 12:33:04 UTC, Vadim Lopatin wrote: DlangUI project is alive and under active development... From time to time I see some people asking for GUI over here, and this could be an answer to that. For what

Re: DlangUI project update

2014-12-26 Thread MattCoder via Digitalmars-d-announce
On Friday, 26 December 2014 at 16:14:27 UTC, John Colvin wrote: http://code.dlang.org/?sort=updatedcategory=library.gui Shame on me! I've been using D for almost 2 years for my own projects and believe or not, although I have heard about DUB I didn't know about this site. (Until now when I

Re: D/Objective-C 64bit

2014-12-26 Thread Jacob Carlborg via Digitalmars-d-announce
On 2014-12-25 14:12, Christian Schneider wrote: Just for my information: Why is it no longer possible to have multiple d methods (or overloaded constructors) to map to the same Objective-C implementation? I though it was quite nice to have overloaded d constructors for the various init..

Re: D/Objective-C 64bit

2014-12-26 Thread Jacob Carlborg via Digitalmars-d-announce
On 2014-12-25 15:30, Christian Schneider wrote: Was just upgrading everything to the latest Github, dmd, druntime (the d-objc branch). It does not seem to be able to link into the AppKit and Foundation anymore. dmd fails silently with error code -11 I uploaded a very stripped down project

Re: DlangUI project update

2014-12-26 Thread Jack via Digitalmars-d-announce
On Friday, 26 December 2014 at 12:33:04 UTC, Vadim Lopatin wrote: Hello! DlangUI project is alive and under active development. https://github.com/buggins/dlangui Recent changes: - new controls: ScrollWidget, TreeView, ComboBox, ... - new dialogs: FileOpenDialog, MessageBox - a lot of

Re: DlangUI project update

2014-12-26 Thread Vadim Lopatin via Digitalmars-d-announce
On Saturday, 27 December 2014 at 02:48:28 UTC, Jack wrote: On Friday, 26 December 2014 at 12:33:04 UTC, Vadim Lopatin wrote: Hello! DlangUI project is alive and under active development. https://github.com/buggins/dlangui Greetings, great work so far! So I have trouble building the project,

D is one if Wired's 10 Most Hardcore Tech Stories of 2014

2014-12-26 Thread Walter Bright via Digitalmars-d-announce
http://www.wired.com/2014/12/wired-enterprise-year/

Re: DlangUI project update

2014-12-26 Thread Suliman via Digitalmars-d-announce
Vadim, could you add in file path in browsing window ability to click on any needed segment of path and move to it level. I mean system like does in Windows 7 in when you can move to D:\code\foo\bar\baz, and after click on foo move to D:\code\foo\

Re: DlangUI project update

2014-12-26 Thread Vadim Lopatin via Digitalmars-d-announce
On Saturday, 27 December 2014 at 06:32:17 UTC, Suliman wrote: Vadim, could you add in file path in browsing window ability to click on any needed segment of path and move to it level. I mean system like does in Windows 7 in when you can move to D:\code\foo\bar\baz, and after click on foo move