October 26, 2002 Re: Announce: D GUI Interface | ||||
---|---|---|---|---|
| ||||
Posted in reply to Burton Radons | And now 0.0.2. Added font support (just a blackbox for now), FontSelector, ColorSelector, GLFrame for OpenGL contexts, the start of support for timers, and improved various things. They're all visible in the example program; click on the rotating sphere to change the material, and the buttons are now labeled properly. http://www.opend.org/dig (Website) http://www.opend.org/dig/arc/dig-0.0.2.zip (Release) http://www.opend.org/dig/doc (Documentation) |
October 27, 2002 Re: Announce: D GUI Interface | ||||
---|---|---|---|---|
| ||||
Posted in reply to Burton Radons | Quick one: fixed checkboxes, added a cartoon shading example, and added grid-fitting. Grid-fitting allows you to specify the position and spacing of a widget in context with its siblings, similar to HTML tables; the grid-fitter will then find out what layout it wants to use. Widgets initially aren't included in grid-fitting, but you can specify it with the methods: grid (col, row); grid (col, row, colspan, rowspan); colspan and rowspan are one if not given. The cartoon shading example starts with a port of the NeHe tutorial on the subject. It adds multiple lights (using GL light state and multi-pass blending), plane shadowing with anti-aliased edges, texturing, and control over parameters. It's more of a sample than an example. It is now run as the main example, although the halhello example is also compiled. http://www.opend.org/dig (Website) http://www.opend.org/dig/arc/dig-0.0.3.zip (Release) http://www.opend.org/dig/doc (Documentation) |
October 29, 2002 Re: Announce: D GUI Interface | ||||
---|---|---|---|---|
| ||||
Posted in reply to Burton Radons | 0.0.4: - Added ComboBox control. - Deleted windows.d and winutil.d; windows headers are now in digwindows.d (containing just what's used), saving 40kb on executable size, 400kb on library size, and 100kb on zip file size. - Added support for window resizing. - Added registry support using the Registry singleton. - Cartoon shader sample makes use of the registry, combobox, resizing, and has transparent shadows. - Added digc, a utility program to compile dig programs more easily and portably with a single command. - Removed WinMain requirements, digInit and digTerm. You just use main now. http://www.opend.org/dig (Website) http://www.opend.org/dig/arc/dig-0.0.4.zip (Release) http://www.opend.org/dig/doc (Documentation) |
October 29, 2002 Re: Announce: D GUI Interface (to request for module initializer) | ||||
---|---|---|---|---|
| ||||
Posted in reply to Burton Radons | On Thu, 24 Oct 2002 03:43:22 -0700, Burton Radons <loth@users.sourceforge.net> wrote:
>Thanks. Could I have some suggestions on how to model it? I've seen dismissive criticisms here of pretty much every native GUI library I know of.
See Borland's VCL...
|
November 01, 2002 Re: Announce: D GUI Interface | ||||
---|---|---|---|---|
| ||||
Posted in reply to Burton Radons | Added the dedit sample, which is made the default example, and fixed up a bunch of stuff to allow it. I'm going to get a bugfixing DLI release out next. The website and the online documentation have been combined. http://www.opend.org/dig (Website) http://www.opend.org/dig/arc/dig-0.0.5.zip (Release) |
November 05, 2002 Re: Announce: D GUI Interface | ||||
---|---|---|---|---|
| ||||
Posted in reply to Burton Radons | "Burton Radons" <loth@users.sourceforge.net> escribió en el mensaje news:apua77$14ou$1@digitaldaemon.com... | Added the dedit sample, which is made the default example, and fixed up | a bunch of stuff to allow it. I'm going to get a bugfixing DLI release | out next. The website and the online documentation have been combined. | | http://www.opend.org/dig (Website) | http://www.opend.org/dig/arc/dig-0.0.5.zip (Release) | Is it possible to change the font of the document in dedit? If so, how? If not, why? ------------------------- Carlos Santander http://carlos3.netfirms.com/ |
November 05, 2002 Re: Announce: D GUI Interface | ||||
---|---|---|---|---|
| ||||
Posted in reply to Carlos | Carlos wrote:
> "Burton Radons" <loth@users.sourceforge.net> escribió en el mensaje
> news:apua77$14ou$1@digitaldaemon.com...
> | Added the dedit sample, which is made the default example, and fixed up
> | a bunch of stuff to allow it. I'm going to get a bugfixing DLI release
> | out next. The website and the online documentation have been combined.
> |
> | http://www.opend.org/dig (Website)
> | http://www.opend.org/dig/arc/dig-0.0.5.zip (Release)
> |
>
> Is it possible to change the font of the document in dedit? If so, how? If
> not, why?
There's a font selector class in the library, but it's not currently used by dedit.
|
November 05, 2002 Re: Announce: D GUI Interface | ||||
---|---|---|---|---|
| ||||
Posted in reply to Burton Radons | | > | > Is it possible to change the font of the document in dedit? If so, how? If | > not, why? | | There's a font selector class in the library, but it's not currently | used by dedit. | Yeah... I found it in the docs, but there's no information about it. ------------------------- Carlos Santander http://carlos3.netfirms.com/ |
November 06, 2002 Re: Announce: D GUI Interface | ||||
---|---|---|---|---|
| ||||
Posted in reply to Carlos | Carlos wrote:
> | >
> | > Is it possible to change the font of the document in dedit? If so, how?
> If
> | > not, why?
> |
> | There's a font selector class in the library, but it's not currently
> | used by dedit.
> |
>
> Yeah... I found it in the docs, but there's no information about it.
I can't tell what you're finding deficient in the docs, could you tell me what you want from them?
|
November 06, 2002 Re: Announce: D GUI Interface | ||||
---|---|---|---|---|
| ||||
Posted in reply to Burton Radons | v0.0.6: Clipboard support in both dig and dedit. Dedit adds undo/redo support, HTML highlighter, smart backspace and tab, options dialog. Also added a project manager to dedit, which is visible as a bar on the left side of the edit window. You change the current file by clicking on it, and can load/save/create files/projects by right clicking in there. The main menu is popped up by right-clicking on the edit window (no menu bar support is the cause, I'm not being willfully iconoclastic). Project filenames are not yet relative so aren't portable. http://www.opend.org/dig (Website) http://www.opend.org/dig/arc/dig-0.0.6.zip (Release) |
Copyright © 1999-2021 by the D Language Foundation