kicad/include/gal
John Beard 4c355c32d3 Fix rounding in COLOR4D::ToColour
Due to the implicit floor of the cast from double to unsigned char,
there was a small rounding error in COLOUR4D's WX conversion function.

This fixes the failing tests.

Also make the cast to unsigned char explicit.
2018-11-08 14:40:42 -05:00
..
cairo Handle printout settings: line width, color/mono, mirror 2018-10-31 19:17:30 +01:00
opengl Implement RAII locking for GAL updating. 2018-10-26 23:02:05 +01:00
color4d.h Fix rounding in COLOR4D::ToColour 2018-11-08 14:40:42 -05:00
compositor.h Multiple improvements concerning colors, configuration handling and legacy features in pcbnew: 2017-08-04 16:06:57 +02:00
definitions.h Mainly case changes. 2013-10-14 20:40:36 +02:00
gal_display_options.h 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
gal_print.h Decouple GAL printing interface and its Cairo-based implementation 2018-10-31 19:17:30 +01:00
graphics_abstraction_layer.h pcbnew: Draw title block normally even when the view is flipped 2018-10-31 19:17:30 +01:00
hidpi_gl_canvas.h Remove wx-3.1 only constructor from HIDPI_GL_CANVAS wrapper. 2017-12-18 16:26:01 +01:00
stroke_font.h Modified STROKE_FONT::ComputeStringBoundaryLimits() to process multiline strings 2018-03-08 10:56:34 +01:00