kicad/common/gal
John Beard 15bba27406 BITMAP_BASE: Add const image data accessor
This allows a const BITMAP_BASE to expose const image
data. This is currently done with const_casts, which is
"OK", only as long as the source image is not declared
const, in which case it's undefined behaviour.

Also immediately dereference the pointer to a reference
if it's not checked to make the non-null requirements
explicit at the point of access.
2019-04-24 17:31:22 +01:00
..
cairo BITMAP_BASE: Add const image data accessor 2019-04-24 17:31:22 +01:00
opengl BITMAP_BASE: Add const image data accessor 2019-04-24 17:31:22 +01:00
color4d.cpp colors: Add HSL conversion and tune colors 2019-02-11 22:08:41 -08:00
gal_display_options.cpp GAL opts: move config reading into GAL_DISPLAY_OPTIONS 2019-04-12 16:08:11 +01:00
graphics_abstraction_layer.cpp grid: Set grid to use integer pixels 2019-02-23 19:27:45 -08: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 More performance enhancements. 2018-08-06 13:49:27 +01:00