Jeff Young
|
812d38736e
|
Naming conventions.
|
5 years ago |
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
|
5 years ago |
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.
|
6 years ago |
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)
|
8 years ago |
jean-pierre charras
|
e499d337d8
|
rename files: update filenames in sources
|
8 years ago |
jean-pierre charras
|
bdc6a5950b
|
rename plot_common.h to class_plotter.h, a better name, consistent with other class definitions.
|
8 years ago |
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.
|
9 years ago |
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.
|
10 years ago |