Commit graph

370 commits

Author SHA1 Message Date
haru-s
5bcb907cf1 FIX: Can change paper size 2024-01-17 00:01:10 +09:00
haru-s
a3e28ec327 Fix comment 2024-01-16 23:25:18 +09:00
haru-s
b05395b362 FIX: Printing module 2024-01-16 21:08:34 +09:00
haru-s
c6357573f6 Add PrinterUnitConvert 2024-01-15 01:23:38 +09:00
haru-s
5cf194a5b7 Update commondialog example. 2024-01-14 16:47:52 +09:00
haru-s
a968239ea9 FIX: Add PrintRangeEventArgs for print page range setting. 2024-01-14 16:46:48 +09:00
haru-s
61ce9f984c FIX: Support single page printing. 2024-01-14 02:47:51 +09:00
haru-s
31dc071880 Add printing module (Experimental).
Update commondialog example for PrintDialog and PrintSetupDialog.
2024-01-12 23:04:27 +09:00
haru-s
6bbb421b4a Some methods are now const. 2023-12-30 17:03:33 +09:00
haru-s
8aa40dc9f6 New alias style. 2023-12-29 20:13:02 +09:00
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