78 Commits (a019626719ae50a46b095e046fad1d2c5dc47580)

Author SHA1 Message Date
Wayne Stambaugh f161d94521 Common folder housekeeping part 2. 11 months ago
Seth Hillbrand 0b2d4d4879 Revise Copyright statement to align with TLF 11 months ago
Wayne Stambaugh 43c3cd57eb Substitute variables in PDF plotter URI links and add file:// URI handler. 1 year ago
Jon Evans 02502342a5 Try harder to keep searchable text hidden in SVG exports 1 year ago
Jeff Young 51004e42f4 Improve comments. 2 years ago
Jeff Young e9a1c3032d Update commenting following a bit of research into commit history. 2 years ago
Jeff Young 233ebb3e09 Add commenting regarding double-output of text. 2 years ago
Jeff Young e7abeb3c38 Cleanup. 2 years ago
jean-pierre charras 3626a9e4cc SVG_PLOTTER: Update brush color also when the alpha value has changed. 2 years ago
Jeff Young df83e24eb7 Cleanup. 2 years ago
Alex Shvartzkop b0f4adf052 Improve borderless items logic in schematic plotting. 2 years ago
Marek Roszko 96bec8c553 promote base64.cpp to core 2 years ago
Alex Shvartzkop 10e2e4a12d Another try at fixing arcs. 2 years ago
Alex Shvartzkop 556120554e SVG plotter: fix hidden text orientation when plot is mirrored. 2 years ago
Jeff Young 60f0db09aa Make sure text gets rendered in correct colour. 2 years ago
Jeff Young f43b90b15f Lazy context handling for SVG plotting. 2 years ago
Alex Shvartzkop 717ee350c8 Support >180 deg arcs in schematic. 2 years ago
Jeff Young 5e112ca78e ADDED: parameterize font metrics and allow customization of overbar height. 2 years ago
jean-pierre charras 88ffcec4b5 Plotters (especially DXF) add more precision when plotting arcs (and others) 2 years ago
jean-pierre charras 51d46c0e73 plotters rework: add plot fct to use TEXT_ATTRIBUTES class to pass text settings 3 years ago
jean-pierre charras bc8a78c6df Eeschema plot: honor B&W plot option for bitmap images. 3 years ago
Marek Roszko f1f5fff072 Add cli export of symbols from kicad libraries 3 years ago
jean-pierre charras f851526c67 Plotters: make virtual void PLOTTER::Arc() using arc angles protected. 3 years ago
Jeff Young 9188838e50 RIP EDA_RECT. 3 years ago
Jeff Young 122a6d7f46 Move hypertext linking to user-page-numbers. 3 years ago
jean-pierre charras 993c446fdf Fix some warnings detected by PVS-STUDIO (most are not used vars) 3 years ago
luz paz 79fa911e0e Fix various typos 3 years ago
Jeff Young dbbdc9d2e6 Don't rely on the penWidth already being set when setting the dash style. 3 years ago
Jeff Young 079d4a603a Improve transparency handling while plotting. 4 years ago
jean-pierre charras 5b8eb8f9ec SVG plotter rework: use mm as units in file. Remove useless inch option. 4 years ago
Jeff Young fbab335128 Retire DPOINT and DSIZE. 4 years ago
Jeff Young 9b661aea10 EDA_ANGLE for plotters. 4 years ago
Jeff Young e048e51f5d Improve SNR of EDA_ANGLE stuff. 4 years ago
Jeff Young 438c63f587 Fix outline font boundingbox issues. 4 years ago
Jeff Young 89c0f8e297 Move to new font engine. 4 years ago
Mark Roszko 44dc602d6b Yeet wxPoint/wxSize out of PLOTTER 4 years ago
Jeff Young ccb94fd1a7 APIs for passing KIFONT::FONT pointers around. 4 years ago
Jeff Young 86cb57f4a7 Cherry-pick TEXT_ATTRIBUTES and EDA_ANGLE from rockola/kicad-strokefont 4 years ago
Jonathan Haas 24472ff9e3 Add simple implementation of FILL_T::FILLED_WITH_COLOR for SVG plotter (custom color is ignored at this point) 4 years ago
Jeff Young 295a6408c3 User-configureable dash styles (and dash-dot-dot). 4 years ago
Jeff Young b52529521e Replace individual LIB_* shapes with LIB_SHAPE (based on EDA_SHAPE). 4 years ago
Wayne Stambaugh 46b959c3e3 Move plotter headers into include folder. 4 years ago
Wayne Stambaugh 6427197962 Remove duplicate headers in plot and associated code. 4 years ago
Wayne Stambaugh 8f30404e42 Plot code cleaning. 4 years ago
Jeff Young 6aaf4413b3 Fix kicad_string.h / string.cpp mismatch. 4 years ago
Wayne Stambaugh 08e8b17029 Minor plotter code improvements. 5 years ago
Jon Evans c04e19f9ac Include optimization: move some things from common.h to point-of-use 5 years ago
Jeff Young 7933935b4a Naming conventions. 5 years ago
Seth Hillbrand 2a43b88115 Standardize PostScript capitalizaiton 5 years ago
Marek Roszko 1538d737e7 Split out FILL_T to its own header to avoid spreading eda_item everywhere 5 years ago