Wayne Stambaugh
|
46b959c3e3
|
Move plotter headers into include folder.
|
2021-08-18 16:38:31 -04:00 |
Wayne Stambaugh
|
bcd6bddfd4
|
Start expunging NULL.
Given that KiCad is a C++ project, we should really be using nullptr
instead of NULL.
|
2021-07-15 15:44:45 -04:00 |
Jeff Young
|
812d38736e
|
Naming conventions.
|
2021-03-19 23:06:19 +00:00 |
Jeff Young
|
0a7ef25453
|
Replace STROKE_FONT performance fix, this time with correct type.
Also this time with a fixed Cairo implementation and an implemented
BASIC_GAL implementation.
Fixes https://gitlab.com/kicad/code/kicad/issues/6447
|
2020-11-20 11:24:52 +00:00 |
Seth Hillbrand
|
b5f021ff9f
|
Cleanup: Replace push_back with emplace_back
In cases where we create a new item and immediately push into a
container, the emplace idiom is faster and more efficient.
|
2019-12-05 13:41:21 -08:00 |
jean-pierre charras
|
7f6e26e55a
|
DrawGraphicText: remove a static variable, and replace it (when needed) by a new parameter in argument list.
It make this function thread-safe (as far as wxString is thread-safe)
|
2018-04-07 19:57:26 +02:00 |
jean-pierre charras
|
e499d337d8
|
rename files: update filenames in sources
|
2018-01-28 19:12:26 +01:00 |
jean-pierre charras
|
bdc6a5950b
|
rename plot_common.h to class_plotter.h, a better name, consistent with other class definitions.
|
2017-11-16 15:53:30 +01:00 |
John Beard
|
ddded86a06
|
Give all GAL canvases access to a GAL_DISPLAY_OPTIONS structure instance
Also loads the gal options when loading a canvas, as the canvas
otherwise might not register the initial settings.
|
2017-02-20 10:52:34 +01:00 |
jean-pierre charras
|
92ce9c1193
|
Rework on class EDA_TEXT and related classes and draw text functions. More work: remove useless or duplicate code (from legacy graphic text plot functions). Move basic_gal code to separate files.
|
2016-03-25 09:26:11 +01:00 |