Commit Graph

20 Commits

Author SHA1 Message Date
wp_xxyyzz
7e24531906 GridPrinter: Add properties to TGridPrintPreviewDialog to determine preview form size and position, as well as initial zoom.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8616 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-11-12 23:35:27 +00:00
wp_xxyyzz
3af3022fac GridPrinter: Minor rework in multi-language demo.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8615 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-11-12 22:38:55 +00:00
wp_xxyyzz
998ea63b35 GridPrinter: (Hopefully) fix non-functional LCLScaling for header/footer font size.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8614 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-11-12 22:37:56 +00:00
wp_xxyyzz
5323141bda GridPrinter: Some new icons for the preview by Roland Hahn.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8613 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-11-12 21:56:48 +00:00
wp_xxyyzz
6cc0a5829a GridPrinter: Fix minor oversights in previous commit.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8610 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-11-11 23:09:27 +00:00
wp_xxyyzz
1fe764c55e GridPrinter: More options to control the preview's toolbar.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8609 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-11-11 22:59:52 +00:00
wp_xxyyzz
8bd3387381 GridPrinter: Fix anchoring in header/footer form
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8608 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-11-11 15:25:24 +00:00
wp_xxyyzz
058c1adfc7 GridPrinter: Add options to center grid on page horizontally and/or vertically.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8606 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-11-10 23:45:31 +00:00
wp_xxyyzz
dd77f6adb4 GridPrinter: Still an issue with grouped portrait and landscape actions in gridprnpreviewform. Fixed.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8605 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-11-10 21:09:17 +00:00
wp_xxyyzz
f004e0c047 GridPrinter: Fix compilation of previous commit.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8602 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-11-10 17:11:41 +00:00
wp_xxyyzz
413eaa1b60 GridPrinter: Fix AutoSizing of Header/Footer Dialog.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8601 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-11-10 17:09:25 +00:00
wp_xxyyzz
c3d1e09bab GridPrinter: Fix colors for dark mode
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8600 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-11-10 16:40:54 +00:00
wp_xxyyzz
6b969f480d GridPrinter: Change version number to 0.3.0 after release of v0.2.0
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8599 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-11-09 16:57:17 +00:00
wp_xxyyzz
fa2005c723 GridPrinter: Refine actions demo.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8598 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-11-09 16:49:49 +00:00
wp_xxyyzz
26fbe040da GridPrinter: Set version number to 0.2 for OPM. Add package description and license information.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8597 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-11-09 16:28:15 +00:00
wp_xxyyzz
d48f33a70d GridPrinter: Add standard actions for printing/previewing a grid.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8596 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-11-09 16:14:31 +00:00
wp_xxyyzz
39089540a1 GridPrinter/PreviewForm: Fix orientation and page order buttons (changed when checked toolbutton was clicked again)
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8595 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-11-08 23:38:47 +00:00
wp_xxyyzz
c31b6d5e6e GridPrinter: Add demo for usage of OnPrepareCanvas event.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8594 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-11-08 23:27:38 +00:00
wp_xxyyzz
5733bf1c3b GridPrinter: Rename TGridPrinter property PrintDialogs to ShowPrintDialog
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8593 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-11-08 23:02:34 +00:00
wp_xxyyzz
c44066ae41 GridPrinter: Initial commit
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8591 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-11-07 23:51:58 +00:00