kicad/common/legacy_wx
Seth Hillbrand 1e5ba6f1b1 Replace DIM() macro
The standard DIM() macro was not typesafe as it happily deferred errors
to runtime that can be caught at compile time.  Replacing it with a
generic C++11 constexpr allows for typecasting, comparison and compile
time error checking.
2019-01-06 08:43:12 -08:00
..
block.cpp Legacy canvas: fix missing code to draw block outline. 2018-11-16 21:03:04 +01:00
eda_draw_frame.cpp Replace DIM() macro 2019-01-06 08:43:12 -08:00
eda_draw_panel.cpp Support autopanning in GALified eeschema 2018-12-11 17:49:34 +01:00
other.cpp class MARKER rework: fix a few minor issues, remove duplicate code and add comments. 2018-12-19 15:13:31 +01:00