kicad/common/gal
Seth Hillbrand a2edf9c442 Unified update to C++14 std::make_unique
This update replaces the existing uses of unique pointer creation with
the C++14 std::make_unique call that provides proper memory release in
event of an exception.
2019-12-05 10:43:55 -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 Unified update to C++14 std::make_unique 2019-12-05 10:43:55 -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 StrokeFont: Reserve rather than resize 2019-12-04 16:36:06 -08:00