Commit graph

419 commits

Author SHA1 Message Date
haru-s
4509e7309e Addressed Dscanner all warnings. 2025-04-20 15:29:36 +09:00
haru-s
d5ed9baf4e Update screenshot of NotifyIcon class example. 2025-03-16 21:27:54 +09:00
haru-s
2cbd47fa98 NotifyIcon class supported BalloonTip. 2025-03-16 21:21:57 +09:00
haru-s
e26ea5fe78 SharedControl class is now synchronized shared class.
Fixed working of SharedControl.invoke/delayInvoke methods when a given-function has multiple arguments.
2024-09-01 00:01:21 +09:00
haru-s
bf168783ef Fixed SharedControl class, Control.invoke method and Control.delayInvoke method 2024-08-27 00:03:06 +09:00
haru-s
bdd8449947 Removed many deprecated elements.
Removed commented out old style EventHandlers.
2024-07-15 15:27:01 +09:00
haru-s
7fe68f1329 typo 2024-07-14 21:03:45 +09:00
haru-s
c9deef08a6 Small fix the code in README.md 2024-07-14 19:12:50 +09:00
haru-s
22b53695d0 Update README.md and screen shots 2024-07-14 19:07:56 +09:00
haru-s
c959f221ef Change the body keyword to the do keyword (For DMD v2.097.0) 2024-07-02 23:48:13 +09:00
haru-s
904e887790 Clean up 2024-06-30 15:22:27 +09:00
haru-s
f0abc281d8 printing module is now not experimental.
PageSetupDialog now preserves previously set page settings.
PrintPreviewDialog now resets window state before closing the window.
2024-06-29 21:48:48 +09:00
haru-s
17156ca25c Add shown event to Form class 2024-06-29 21:36:26 +09:00
haru-s
19e9bbd6e8 Show last page on PrintPreviewDialog 2024-06-23 15:15:56 +09:00
haru-s
919e992d4c Add scrollbar to PrintPreviewDialog 2024-06-20 23:55:07 +09:00
haru-s
19a27ed5a1 Fix Picture.fromFile for x86. 2024-06-18 22:57:07 +09:00
haru-s
5fa5f9a50a Windows OMF support has been removed (for DMD v2.109.0). 2024-06-18 22:55:35 +09:00
haru-s
93c976c123 The PrintPreviewDialog draws now the page to fill the entire window. 2024-06-17 00:21:15 +09:00
haru-s
4a6c350d71 Update README.md 2024-06-06 22:59:58 +09:00
haru-s
dea72aee34 Update Common dialogs example 2024-06-01 13:49:13 +09:00
haru-s
a52064a7da Clean up 2024-06-01 13:39:42 +09:00
haru-s
218ae04c59 typo 2024-05-30 20:24:59 +09:00
haru-s
f3db485ee6 std.printing supports now different paper orientations for each page 2024-05-29 23:44:57 +09:00
haru-s
abc727449b Picture class is now supported to create from std.stdio.File 2024-05-20 23:45:19 +09:00
haru-s
5d0ac7638c Fix README.md 2024-05-20 22:41:21 +09:00
haru-s
2210579249 Update README and brushed up examples 2024-05-17 22:15:35 +09:00
haru-s
95c263c566 dfl.printing and dfl.drawing is updated
- In dfl.printing, default printing scale is now GraphicsUnit.DISPLAY (BREAKING CHANGE)
- In drawing, multiple monitor is now suport
- Changed common dialog example code about printing
2024-05-15 21:02:39 +09:00
haru-s
000ba4ea27 Add scrollbar example 2024-04-14 11:34:11 +09:00
haru-s
86c88840e9 Brush up 2024-04-13 23:07:26 +09:00
haru-s
331b340629 Add fillEllipse()
Uudapte hello_dfl.d
2024-04-13 23:07:25 +09:00
haru-s
38aa9c10f6 UPDATE: TimeChartRenderer example 2024-04-13 18:06:06 +09:00
haru-s
2f84718bd3 Add dfl.chart.TimeChartRenderer with example code 2024-04-13 15:46:56 +09:00
haru-s
ccca379024 FIX: dfl.chart 2024-04-07 20:06:33 +09:00
haru-s
262711208a Add dfl.chart.LineGraphRenderer
Update TableRenderer
2024-04-07 15:12:54 +09:00
haru-s
d2e832ec54 UPDATE: TableRenderer 2024-04-01 23:55:26 +09:00
haru-s
38694fe55e UPDATE: TableRenderer is now suported TextFormat 2024-04-01 18:43:38 +09:00
haru-s
aef67bd320 FIX: TableRenderer class 2024-04-01 00:39:34 +09:00
haru-s
4a5e8052fc Add dfl.chart module with TableRenderer class and its example 2024-03-31 22:41:38 +09:00
haru-s
b5cb580f2d undead.stream.* is now deprecated. 2024-03-31 15:35:48 +09:00
haru-s
c95bfdf95f PrintPreviewDialog is brushed up. 2024-03-30 23:45:05 +09:00
haru-s
497e87cfa5 Add simple clock example. 2024-03-29 23:54:42 +09:00
haru-s
3d9fc4aee3 Fix bug about PrintPreviewDialog 2024-03-04 19:53:53 +09:00
haru-s
38b9f0f05a Correction of license notation 2024-03-03 21:59:03 +09:00
haru-s
5c251bf465 FIX: Unittest 2024-03-03 17:52:03 +09:00
haru-s
1f1b854251 Brush up 2024-03-03 00:53:29 +09:00
haru-s
44dc15f382 FIX: Fit mode on PrintPreviewDialog 2024-02-29 22:03:16 +09:00
haru-s
0d436d2757 Update commondialog example for printing module 2024-02-25 16:41:27 +09:00
haru-s
d30fa31ecd FIX: PrintPreviewDialog class 2024-02-25 16:16:21 +09:00
haru-s
31f368ba09 Add PrintPreviewDialog etc 2024-02-25 01:21:37 +09:00
haru-s
5bcb907cf1 FIX: Can change paper size 2024-01-17 00:01:10 +09:00