kicad/common/gal
jean-pierre charras 3a02e54411 Opengl fix: bitmaps having a width not multiple of 4 were incorrectly drawn.
This fix draws a "sub bitmap" having a width multiple of 4.
(The loss of 1 to 3 pixels in horizontal size should be not really noticeable)
2018-07-30 16:19:35 +02:00
..
cairo GAL canvases: add DrawBitmap(), using a basic brute force algo for OpenGL, and a optimized code for Cairo. In this fix the brute force means draw each pixel as a rectangle. It works fine, but could be optimized. 2018-07-30 00:13:30 +02:00
opengl Opengl fix: bitmaps having a width not multiple of 4 were incorrectly drawn. 2018-07-30 16:19:35 +02:00
color4d.cpp Coverity fixes. 2018-03-21 23:11:55 +00:00
gal_display_options.cpp Fix unnecessary value parameter detected by clang-tidy. - Replace value parameter by const reference parameter or move-assignement in some cases 2018-01-09 18:55:51 -05:00
graphics_abstraction_layer.cpp gal: Draw grid from edge to edge 2017-12-20 09:28:39 +01:00
hidpi_gl_canvas.cpp Remove wx-3.1 only constructor from HIDPI_GL_CANVAS wrapper. 2017-12-18 16:26:01 +01:00
stroke_font.cpp Fix overbar drawing for non-italic text 2018-06-24 12:01:10 -04:00