kicad/common/gal
Jon Evans 7784d7cb12 PNS: Fix visible area restriction
VIEW::GetBoundary() returns the entire view area, not the visible area.
Surprisingly, we had no API for this, so I added one.

Also, changed the dragger behavior to toggle between optimizing just the
modified area and optimizing the visible area, i.e. we will now never
optimize off-screen portions of the dragged track.
2021-04-10 16:13:08 -04:00
..
cairo Fix some typos across the codebase 2021-04-05 16:15:25 +02:00
opengl Performance: don't look up map entry twice. 2021-04-08 23:10:30 +01:00
color4d.cpp Fix a minor compil and a minor Coverity warnings. 2021-02-26 15:33:50 +01:00
cursors.cpp Make the GAL responsible for the native cursor management 2021-04-05 02:36:12 +01:00
dpi_scaling.cpp Add DPI scaling to KIPLATFORM 2021-02-22 17:38:27 -08:00
gal_display_options.cpp Update GAL observers for all frames, not just calling frame. 2020-10-09 21:30:09 +01:00
graphics_abstraction_layer.cpp PNS: Fix visible area restriction 2021-04-10 16:13:08 -04:00
hidpi_gl_canvas.cpp Move DPI_SCALING into the GAL from common 2020-06-19 17:02:46 +01:00
stroke_font.cpp Fix tab spacing to use widest character as ref 2021-02-09 09:44:00 -08:00