kicad/common/gal
José Ignacio Romero 5832e37177 GAL: Fix offset problem in multiline text rendering
Commit BZR 6703 introduced a minor horizontal adjustment for stroke
text rendering in GAL, but the Translate() call was done before
calling Save(). So, when this function was called multiple times a
residual offset carried over to each subsequent line.

bzr 6703 = git 67982a4
2016-05-29 17:40:11 -04:00
..
cairo Fixed a crash when starting pcbnew with OpenGL GAL. 2016-05-09 17:23:01 +02:00
opengl A few minor fixes for compil warnings (shadowed variables and deprecated auto_ptr) 2016-05-29 17:02:34 +02:00
color4d.cpp Namespace KiGfx->KIGFX. 2013-10-14 16:13:35 +02:00
graphics_abstraction_layer.cpp Add missing C++ stdlib headers 2016-05-28 12:46:29 -04:00
stroke_font.cpp GAL: Fix offset problem in multiline text rendering 2016-05-29 17:40:11 -04:00