Commit Graph

23 Commits

Author SHA1 Message Date
352fa06659 GridPrinter: Minor cleanup.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8767 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2023-03-21 19:03:24 +00:00
7fcc800de0 GridPrinter: Make sure that all printed pages have the same date/time in their header/footer, if applicable. Add xml docs for GrindPrinterActions.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8652 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-12-14 23:22:06 +00:00
d1a9836946 GridPrinter: Set version number to 0.4 for next OPM release. Less hints and warnings.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8650 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-12-14 18:43:48 +00:00
5f4edeff99 GridPrinter: Complete xml documentation of the gridprn unit.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8648 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-12-13 22:54:51 +00:00
266cfd42a1 GridPrinter: Beginning to add documentation
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8646 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-12-12 23:27:06 +00:00
18e631e722 GridPrinter: Fix alignment and layout of checkbox columns in preview/print.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8639 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-12-07 23:48:15 +00:00
da1a1d25fc GridPrinter: Support fixed col numbering. Better support of grid column formatting.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8637 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-12-06 22:16:18 +00:00
205529f52c GridPrinter: Fix grid titles missing when there are no fixedcols.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8636 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-12-06 21:42:17 +00:00
2d4523c259 GridPrinter: Improvements in dbgrid printing. New event OnNewLine.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8634 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-12-03 00:12:07 +00:00
debd0c4b9c GridPrinter: Fix custom painting of cell broken by previous commit.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8633 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-11-26 18:54:48 +00:00
8bb47927c9 GridPrinter: Add more general database example for printing a dbgrid. Modified TGridPrinter to make this work.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8632 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-11-26 16:57:47 +00:00
3a6f3503fe GridPrinter: Fix drawing of too-wide grid lines in TsWorksheetGrid preview.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8626 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-11-16 22:41:22 +00:00
c70778308c GridPrinter: Add example how to print a spreadsheet grid (requires fpspreadsheet)
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8624 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-11-16 18:57:57 +00:00
d13027dc87 GridPrinter: Add GUI for printer scaling.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8623 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-11-15 22:52:13 +00:00
8f4791320c GridPrinter: Allow to adjust printer scale factor to fit print-out into a number of pages.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8622 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-11-14 22:40:53 +00:00
822873cffb GridPrinter: Implement scaling factor for printer (in addition to already existing preview scaling factor).
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8621 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-11-14 18:49:55 +00:00
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
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
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
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
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
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
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