kicad/common/gal
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
..
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 Replace unused resize() call 2019-12-05 13:21:48 -08:00