Commit graph

400 commits

Author SHA1 Message Date
haru-s
a11c72deb1 Add FolderBrowserDialog.rootFolder() and Environment.getFolderPath() 2023-02-04 17:05:56 +09:00
haru-s
d53473cad6 Add common dialog example. 2023-02-03 02:26:08 +09:00
haru-s
a37323d4a7 Update common dialog classes.
- Stream based openFile() is deprecated and renamed to openFileStream().
  New openFile() is now based on std.stdio.File.
- Alias syntax is fixed.
2023-02-03 02:21:14 +09:00
haru-s
c0ae530113 Clean standard output in unittest 2023-02-02 16:59:59 +09:00
haru-s
a16f1864ab Use "silly" library for unittest 2023-02-02 16:57:41 +09:00
haru-s
ed654b5df6 Add ImageList example with ListView and ComboBox 2023-02-01 22:14:23 +09:00
haru-s
2741335be4 Update ComboBox. 2023-02-01 22:12:35 +09:00
haru-s
e33fac80ee Clean build settings 2023-01-31 18:58:00 +09:00
haru-s
37b3ea7dc5 Fix DragDropListBox example. 2023-01-26 16:44:54 +09:00
haru-s
8f06feb4b8 Add OLE Drag-and-Drop example as DragDropListBox. 2023-01-24 15:52:28 +09:00
haru-s
be39fa1461 FIX: OLE Drag-and-Drop. 2023-01-24 13:35:08 +09:00
haru-s
23b7d6e3aa Update build settings. 2023-01-24 11:08:06 +09:00
haru-s
e82baa3733 Fix comments. 2023-01-24 11:01:34 +09:00
haru-s
0dc97a9c01 Update Build settings. 2023-01-24 10:56:14 +09:00
haru-s
f31d2dc6f2 Clear dscanner.ignoredKeys 2023-01-24 10:53:52 +09:00
haru-s
581f2265cf Update .gitignore 2023-01-24 10:52:46 +09:00
haru-s
a9524bc196 FIX: Don't call Control.allowDrop in MyForm.this(). 2023-01-19 12:54:08 +09:00
haru-s
3774206908 Add drag-and-drop example (1. DragAcceptFiles and 2. OLE-Drop). 2023-01-19 10:55:43 +09:00
haru-s
c2688e67d3 FIX: OLE-Drop for files. 2023-01-19 10:52:45 +09:00
haru-s
a08f729748 Add dubclean.ps1 for remove intermediate files. 2023-01-19 10:45:10 +09:00
haru-s
3b15a8949f Update README.md file. 2023-01-14 21:23:04 +09:00
haru-s
849bf9ee24 Add some vscode files. 2023-01-14 20:58:42 +09:00
haru-s
38e77de421 Add Splitter control example. 2023-01-14 20:49:36 +09:00
haru-s
166ae012c3 FIX: How to use VisualStyle in buttons example. 2023-01-12 01:53:27 +09:00
haru-s
81418efa24 Adds how to set the visual style to the buttons example. 2023-01-10 23:01:36 +09:00
haru-s
ef4ed0da54 Correction of errors. 2023-01-10 22:18:14 +09:00
haru-s
6edaec16fa Add screen shots of example codes. 2023-01-10 22:07:56 +09:00
haru-s
dc400f24d3 Add ListView example code. 2023-01-10 21:36:51 +09:00
haru-s
be5ce5ef60 Add StatusBar example code.
Fix copyright in some dub.json files.
2023-01-08 22:22:01 +09:00
haru-s
457a1e76f4 Fix bat files. 2023-01-08 16:36:14 +09:00
haru-s
1ab4ac5782 Disable the maximize button in the example codes. 2023-01-08 15:46:12 +09:00
haru-s
f5ddf3225c Add TabControl sample code. 2023-01-08 03:30:44 +09:00
haru-s
2a48425297 Add examples about Button, CheckBox and RadioButton with GroupBox. 2023-01-04 02:36:59 +09:00
haru-s
451e6d2cfd Remove unnecessary dub.selections.json file. 2023-01-04 02:33:33 +09:00
haru-s
43bcbd789c Add Label sample code. 2023-01-03 01:55:52 +09:00
haru-s
b156eac6de Delete unnecessary comments. 2023-01-02 16:48:55 +09:00
haru-s
e58bd0fd00 Fix bug in TrackBar.smallChange(). 2023-01-02 16:39:40 +09:00
haru-s
abdb70f691 FIX: TextBox is not accepted RETURN and TAB correctly in form that has default button.
- General
In order to resolve this, keyboard input process was changed similar to WinForms.
A part of role of FormMessageFilter class was moved to each control's wndProc(), because TextBox class is must to know that parent form has default button and not.
And also remove to hack of ControlStyles enum.

- Others
Add TextBox example code.
Separate TextBoxBase class from textbox.d to textboxbase.d file.
Separate SharedControl class from control.d to sharedcontrol.d file.
Fix some old alias sytax.
Add vscode workspace file.
2022-12-24 10:58:18 +09:00
haru-s
a7275028ca Fix TrackBar sample code. 2022-12-14 14:23:37 +09:00
haru-s
49f9727863 Add license notation. 2022-12-14 14:14:39 +09:00
haru-s
98ad1ccbf2 Fix bug in TrackBar.maximum() 2022-12-14 11:26:06 +09:00
haru-s
61406c9bdf Add TrackBar sample code. 2022-12-13 20:42:44 +09:00
haru-s
bb10b2febd Add TrackBar control. 2022-12-13 20:38:47 +09:00
haru-s
32f684d169 Fix README.md. 2022-12-08 12:41:19 +09:00
haru-s
089c662426 FIX: A sample code is now work with DUB. 2022-12-07 19:39:04 +09:00
haru-s
37ccd6f731 DUB is available in DFL. (Caution: need to modify DFL source path in sc.ini) 2022-12-07 19:06:31 +09:00
haru-s
eadd29f996 Now is not support Build/Bud (http://www.dsource.org/projects/build/). 2022-12-06 21:01:37 +09:00
haru-s
0b2b3d268b Fix wrong path. 2022-12-06 14:32:54 +09:00
haru-s
f7f1c50951 Remove some bundled libraries such as user32_dfl.lib etc.. (From now on, use dmd-bundled libraries such as the MinGW platform library and so on.) 2022-12-06 02:07:04 +09:00
haru-s
029ad5c265 Remove dflexe. 2022-12-05 20:31:31 +09:00