kicad/common/plotters
Roberto Fernandez Bautista 9b007ca4bf ADDED: Go to page hyperlinks in schematic editor (virtual page numbers)
The problem is that "real" page numbers can be duplicated, so we work around it
by using virtual page numbers instead which are guaranteed unique.

Example "goto:3" will go to page 3. If customised page numbers are used such as
a, b, c, then to go to page b, we should specify goto:2 (i.e. the virtual page
number).
2022-08-27 19:17:42 +01:00
..
DXF_plotter.cpp Don't rely on the penWidth already being set when setting the dash style. 2022-06-29 07:34:45 -06:00
GERBER_plotter.cpp Fix some warnings detected by PVS-STUDIO (most are not used vars) 2022-07-25 18:23:52 +02:00
HPGL_plotter.cpp Fix various typos 2022-07-21 16:31:41 +00:00
PDF_plotter.cpp ADDED: Go to page hyperlinks in schematic editor (virtual page numbers) 2022-08-27 19:17:42 +01:00
PS_plotter.cpp Fix some warnings detected by PVS-STUDIO (most are not used vars) 2022-07-25 18:23:52 +02:00
SVG_plotter.cpp Fix some warnings detected by PVS-STUDIO (most are not used vars) 2022-07-25 18:23:52 +02:00
common_plot_functions.cpp Fill in missing bits of LAYER variable for printing/plotting. 2022-06-10 22:38:01 +01:00
plotter.cpp Don't rely on the penWidth already being set when setting the dash style. 2022-06-29 07:34:45 -06:00