Commit graph

360 commits

Author SHA1 Message Date
haru-s
f2944e7637 Add dscanner.ignoredKey 2023-12-29 20:12:43 +09:00
haru-s
7ad0b21ea5 Remove deprecated com.d, utf.d, winapi.d and wincom.d 2023-12-29 17:51:10 +09:00
haru-s
27fa200e91 The license description in README.md has been corrected. 2023-11-16 22:50:26 +09:00
haru-s
5a3cba4d13 Update to DMD 2.104.1. 2023-07-15 16:32:19 +09:00
haru-s
1cc86dd86d Add RichTextBox example. 2023-05-06 00:29:43 +09:00
haru-s
6f28659c9a Update RichTextBox.
- Support version is now Microsoft Rich Edit 4.1 (Msftedit.dll).
2023-05-06 00:27:42 +09:00
haru-s
16f24a2e6a Update for RichTextBox.
- Add align(1) to ENLINK and EDITSTREAM.
- Add TEXTRANGEW.
- Add "TODO" in comments.
2023-05-06 00:26:33 +09:00
haru-s
3500c05147 Add "TODO" in comments. 2023-05-06 00:23:07 +09:00
haru-s
4f26ba96a5 Fix bug in FontDialog about Ansi. 2023-05-06 00:22:03 +09:00
haru-s
349799ba49 Fix ToolBar (Work around for trouble on show Modal Window such as msgBox()) 2023-03-31 22:24:27 +09:00
haru-s
5cb5d273cf Clean build setting 2023-03-30 22:18:06 +09:00
haru-s
4774028250 Fix flush() in ClipBoard 2023-03-30 22:17:47 +09:00
haru-s
fc3281be75 Remove warnings and Fix to process WM_COMMAND in Control class 2023-03-30 21:58:01 +09:00
haru-s
21994c5706 Fix DragDropListBox example 2023-03-30 21:18:23 +09:00
haru-s
6e4b0497c4 Update ContextMenu example (Without wndProc() method) 2023-03-30 16:10:52 +09:00
haru-s
d4bb3b38ab Add ContextMenu and ToolBar examples 2023-03-29 23:31:30 +09:00
haru-s
1ce293219b Update ToolBar
- New button styles support (PARTIAL_DROP_DOWN_BUTTON and RADIO_BUTTON)
- Flat style support
- List style support
- Add borderStyle() property
2023-03-29 23:30:22 +09:00
haru-s
2feae4c6b6 Clean up 2023-03-29 23:24:16 +09:00
haru-s
ed35c13889 Multi monitor support and small fix 2023-03-29 23:23:20 +09:00
haru-s
d5114e7c22 Follow the D coding style 2023-03-20 15:25:50 +09:00
haru-s
e073c378b5 Add Timer example 2023-03-20 00:56:07 +09:00
haru-s
a89e010112 Update README.md 2023-03-20 00:07:47 +09:00
haru-s
e8487df076 Add NotifyIcon example 2023-03-20 00:06:53 +09:00
haru-s
5c50f00721 Follow the D coding style 2023-03-19 22:44:17 +09:00
haru-s
94ca11d8c1 Clean up 2023-03-19 18:33:33 +09:00
haru-s
306bea6b76 Remove unwanted import 2023-03-19 18:27:11 +09:00
haru-s
e7f5b01944 Add some files for PictureBox example 2023-03-19 16:54:44 +09:00
haru-s
5b042d29d8 Add PictureBox example 2023-03-19 16:49:49 +09:00
haru-s
e864a5d464 Update PictureBox (Add PictureBoxSizeMode.ZOOM) 2023-03-19 16:49:12 +09:00
haru-s
4bd455bbab Update hello_dfl.d 2023-03-19 00:58:14 +09:00
haru-s
9c0016bcf5 Add system defined color 2023-03-19 00:57:45 +09:00
haru-s
56e228aa4a Fix ClippingForm class and the example 2023-03-18 17:51:57 +09:00
haru-s
60a43bc864 Add ClippingForm example 2023-03-18 01:29:27 +09:00
haru-s
25ffb85a66 Fix Clipboard about DIB (1-32 bits color) 2023-03-17 14:27:42 +09:00
haru-s
0223145fd2 Fix Clipboard about DIB (24 and 32 bits color), but 1-16 bits color is not. 2023-03-17 00:08:22 +09:00
haru-s
416a2ece51 Clean up 2023-03-05 15:51:16 +09:00
haru-s
7b266eb403 Clean up 2023-03-04 23:53:52 +09:00
haru-s
87f786f7dc Clean up 2023-03-04 23:41:29 +09:00
haru-s
1c26b623ad Fixed Clipboard completely. 2023-03-04 23:36:47 +09:00
haru-s
be8541176a Remove illegal clipboard formats (breaking change)
- Overall cleanup of data.d files
2023-03-03 00:14:45 +09:00
haru-s
375f77dac9 Clean up 2023-03-02 20:25:56 +09:00
haru-s
f24f2e65eb Apply method rename 2023-03-01 23:06:31 +09:00
haru-s
d820671be6 Remove unwanted import 2023-03-01 22:20:04 +09:00
haru-s
525d31d828 Fix Clipboard about Bitmap data. 2023-03-01 21:06:19 +09:00
haru-s
e839be61a3 Fix Clipboard about text data, but Bitmap is not yet. 2023-03-01 11:59:01 +09:00
haru-s
fa984dcd11 Add Clipboard example 2023-03-01 00:04:33 +09:00
haru-s
9a6395f387 Intermediate update Clipboard and DataObject etc 2023-03-01 00:03:53 +09:00
haru-s
0e993c4a57 typo in launch.json 2023-02-20 20:04:02 +09:00
haru-s
9830fcd555 Add ProgressBar example 2023-02-17 19:04:27 +09:00
haru-s
959c0985a8 Update ProgressBar. 2023-02-17 18:59:22 +09:00