Changeset 13
- Timestamp:
- 12/04/06 01:00:30 (2 years ago)
- Files:
-
- trunk/minwin/samples/idle.d (modified) (1 diff)
- trunk/minwin/samples/layout.d (modified) (1 diff)
- trunk/minwin/samples/menus.d (modified) (1 diff)
- trunk/minwin/samples/painting.d (modified) (1 diff)
- trunk/minwin/samples/sample.d (modified) (1 diff)
- trunk/minwin/samples/sdialog.d (modified) (1 diff)
- trunk/minwin/samples/sdialog2.d (modified) (1 diff)
- trunk/minwin/samples/topgroup.d (modified) (1 diff)
- trunk/minwin/samples/widgets.d (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/minwin/samples/idle.d
r12 r13 3 3 * Written by Ben Hinkle and released to the public domain, as 4 4 * explained at http://creativecommons.org/licenses/publicdomain 5 * Email comments and bug reports to ben.hinkle@gmail.com5 * Report comments and bugs at dsource: http://www.dsource.org/projects/minwin 6 6 */ 7 7 trunk/minwin/samples/layout.d
r12 r13 3 3 * Written by Ben Hinkle and released to the public domain, as 4 4 * explained at http://creativecommons.org/licenses/publicdomain 5 * Email comments and bug reports to ben.hinkle@gmail.com5 * Report comments and bugs at dsource: http://www.dsource.org/projects/minwin 6 6 */ 7 7 trunk/minwin/samples/menus.d
r12 r13 3 3 * Written by Ben Hinkle and released to the public domain, as 4 4 * explained at http://creativecommons.org/licenses/publicdomain 5 * Email comments and bug reports to ben.hinkle@gmail.com5 * Report comments and bugs at dsource: http://www.dsource.org/projects/minwin 6 6 */ 7 7 trunk/minwin/samples/painting.d
r12 r13 3 3 * Written by Ben Hinkle and released to the public domain, as 4 4 * explained at http://creativecommons.org/licenses/publicdomain 5 * Email comments and bug reports to ben.hinkle@gmail.com5 * Report comments and bugs at dsource: http://www.dsource.org/projects/minwin 6 6 */ 7 7 trunk/minwin/samples/sample.d
r12 r13 3 3 * Written by Ben Hinkle and released to the public domain, as 4 4 * explained at http://creativecommons.org/licenses/publicdomain 5 * Email comments and bug reports to ben.hinkle@gmail.com5 * Report comments and bugs at dsource: http://www.dsource.org/projects/minwin 6 6 */ 7 7 module minwin.samples.sample; trunk/minwin/samples/sdialog.d
r12 r13 3 3 * Written by Ben Hinkle and released to the public domain, as 4 4 * explained at http://creativecommons.org/licenses/publicdomain 5 * Email comments and bug reports to ben.hinkle@gmail.com5 * Report comments and bugs at dsource: http://www.dsource.org/projects/minwin 6 6 */ 7 7 module minwin.samples.sdialog; trunk/minwin/samples/sdialog2.d
r12 r13 3 3 * Written by Ben Hinkle and released to the public domain, as 4 4 * explained at http://creativecommons.org/licenses/publicdomain 5 * Email comments and bug reports to ben.hinkle@gmail.com5 * Report comments and bugs at dsource: http://www.dsource.org/projects/minwin 6 6 */ 7 7 trunk/minwin/samples/topgroup.d
r12 r13 3 3 * Written by Ben Hinkle and released to the public domain, as 4 4 * explained at http://creativecommons.org/licenses/publicdomain 5 * Email comments and bug reports to ben.hinkle@gmail.com5 * Report comments and bugs at dsource: http://www.dsource.org/projects/minwin 6 6 */ 7 7 trunk/minwin/samples/widgets.d
r12 r13 3 3 * Written by Ben Hinkle and released to the public domain, as 4 4 * explained at http://creativecommons.org/licenses/publicdomain 5 * Email comments and bug reports to ben.hinkle@gmail.com5 * Report comments and bugs at dsource: http://www.dsource.org/projects/minwin 6 6 */ 7 7
