kicad/common/gal
Wayne Stambaugh 795a9eea60 Coding policy fixes.
This is primarily to change all instances of wxLogDebug with wxLogTrace
so developers do not have to sift through debugging output that is always
dumped.  The only exception is for code blocks built in debug builds and
called on demand for dumping object states.
2024-05-23 07:59:45 -04:00
..
3d ADDED: PCB 3D image raytracing rendering from CLI. 2024-03-08 14:38:18 +00:00
cairo Cairo GAL: fix endianness check. 2024-02-28 01:11:27 +00:00
opengl Coding policy fixes. 2024-05-23 07:59:45 -04:00
shaders Cleanup naming of shader params/uniforms 2022-05-19 07:49:24 -04:00
CMakeLists.txt Rename the `gal` output to `kigal` 2024-01-13 11:35:59 -05:00
color4d.cpp Add the option to use alternating row colors in tables/grids 2024-04-01 21:59:37 +01:00
cursors.cpp Fix a bunch of C5266 warnings (pointless const on bool/int returns) 2023-05-18 21:35:06 -04:00
dpi_scaling.cpp gal as a shared lib, gaasl! 2023-09-26 22:31:31 -04:00
gal_display_options.cpp Break out the boundary violating parts of gal into common through subclassing 2023-09-23 09:37:47 -04:00
graphics_abstraction_layer.cpp Allow smaller grid dots on Retina displays. 2024-01-19 20:37:27 +00:00
hidpi_gl_3D_canvas.cpp Support transparent background in 3D viewer PNG/clipboard export. 2024-02-29 17:11:53 +03:00
hidpi_gl_canvas.cpp Support transparent background in 3D viewer PNG/clipboard export. 2024-02-29 17:11:53 +03:00
painter.cpp Painter base class should just live in gal instead of being in denial 2023-09-06 20:23:19 -04:00