kicad/common/gal
Seth Hillbrand 50723d07a6 GAL: Use vector for stroke elements
deque structures have higher overhead than vectors.  Not usually
problematic, but with hundreds of thousands of characters each with only
a few strokes, the overhead becomes dominant.

(cherry picked from commit 6084614371)
2019-10-19 07:28:25 -07:00
..
cairo Cairo print, on GTK: use a better DPI definition to avoid artifacts rendering (GTK specific) Previously, a 600 DPI was used to set device scale (can create minor visible rounding issues). Using now 4800 DPI to reduce these rounding artifacts. 2019-09-27 11:17:58 +02:00
opengl gal: Decoupled X and Y grid step sizes 2019-05-28 20:37:07 -07:00
color4d.cpp colors: Add HSL conversion and tune colors 2019-02-11 22:08:41 -08:00
gal_display_options.cpp GAL: add some trace to GAL display options config 2019-04-27 14:58:50 +01:00
graphics_abstraction_layer.cpp grid: Set grid to use integer pixels 2019-02-23 19:27:45 -08:00
hidpi_gl_canvas.cpp Add configuration of Hi-DPI canvas scaling in OpenGL 2019-03-25 15:16:18 +00:00
stroke_font.cpp GAL: Use vector for stroke elements 2019-10-19 07:28:25 -07:00