Skip to content

Tags: Rayerd/dfl

Tags

v0.10.7

Toggle v0.10.7's commit message
SharedControl class is now synchronized shared class.

Fixed working of SharedControl.invoke/delayInvoke methods when a given-function has multiple arguments.

v0.10.6

Toggle v0.10.6's commit message
Removed many deprecated elements.

Removed commented out old style EventHandlers.

v0.10.5

Toggle v0.10.5's commit message
printing module is now not experimental.

PageSetupDialog now preserves previously set page settings.
PrintPreviewDialog now resets window state before closing the window.

v0.10.4

Toggle v0.10.4's commit message
Show last page on PrintPreviewDialog

v0.10.3

Toggle v0.10.3's commit message
The PrintPreviewDialog draws now the page to fill the entire window.

v0.10.2

Toggle v0.10.2's commit message
std.printing supports now different paper orientations for each page

v0.10.1

Toggle v0.10.1's commit message
Update README and brushed up examples

v0.10.0

Toggle v0.10.0's commit message
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