kicad/common/gal
Seth Hillbrand ac92afcf13 Clean up compile warnings
Ratsnest did not need a reserve and then iterative emplace.  Instead, we
use resize().  Stroke font gets private vars initialized and kiway
variables that are only used in debug builds are properly scoped for
releases as well
2019-12-05 20:05:21 -08:00
..
cairo FIX: add parameter to GAL::DrawCurve to control the curve to polyline conversion. Cairo supports curves, but not Opengl, that needs a conversion to polyline. This control allows optimization in conversion 2019-11-09 11:41:29 +01:00
opengl Cleanup: Replace push_back with emplace_back 2019-12-05 13:41:21 -08:00
color4d.cpp Fix initialization of COLOR4D statics 2019-08-06 10:06:10 -07:00
gal_display_options.cpp Cosmetic cleanup in preference panels. 2019-06-01 16:29:12 +01:00
graphics_abstraction_layer.cpp Add super- and subscript support to Eeschema. 2019-11-05 17:22:51 +00:00
hidpi_gl_canvas.cpp Add configuration of Hi-DPI canvas scaling in OpenGL 2019-03-25 15:00:55 +00:00
stroke_font.cpp Clean up compile warnings 2019-12-05 20:05:21 -08:00