kicad/common/page_layout
Ian McInerney 61cdf3436b Ensure PAINTER::Draw routines properly handle EDA_ITEM casting
EDA_ITEM is a child of VIEW_ITEM, so a static_cast is not appropriate,
since in some cases it could be called with a non-EDA_ITEM argument.
This was triggering an ASAN heap-buffer-overflow in GerbView.
2020-08-16 12:37:51 +01:00
..
page_layout_default_description.cpp Use consistent PageLayout data structure names. 2019-05-27 11:55:58 +01:00
page_layout_reader.cpp Introduce new KI_FALLTHROUGH macro 2020-04-25 00:44:09 +01:00
page_layout_reader.keywords Remove duplicate files. 2013-10-18 19:38:03 +02:00
ws_data_item.cpp Clean up worksheet draw items 2020-07-03 23:06:37 -04:00
ws_data_model.cpp Add text variable support to envVar processing. 2020-04-05 20:52:26 +01:00
ws_data_model_io.cpp Fix build order for generated headers and sources 2019-07-03 09:36:40 -04:00
ws_draw_item.cpp Lay some groundwork for adding distances to DRC errors. 2020-04-24 14:46:22 +01:00
ws_painter.cpp Ensure PAINTER::Draw routines properly handle EDA_ITEM casting 2020-08-16 12:37:51 +01:00
ws_proxy_undo_item.cpp Push KIWAY_HOLDER down a level so we can move a bunch of stuff that doesn't belong there out. 2019-06-10 23:46:00 +01:00
ws_proxy_view_item.cpp Don't use the schematic grid for page border in pcbnew 2020-08-07 17:12:21 -04:00