Hein-Pieter van Braam
|
411ee71b4d
|
Rename the _MD macro to D_METHOD
This new name also makes its purpose a little clearer
This is a step towards fixing #56
|
2017-02-13 12:50:02 +01:00 |
|
Hein-Pieter van Braam
|
0f687f0ccb
|
Remove use of _SCS from ADD_METHOD
This saves typing and is a step towards fixing #56
|
2017-02-13 10:37:47 +01:00 |
|
Rémi Verschelde
|
93ab45b6b5
|
Style: Fix whole-line commented code
They do not play well with clang-format which aligns the `//` part
with the rest of the code block, thus producing badly indented commented code.
|
2017-01-14 14:52:23 +01:00 |
|
Rémi Verschelde
|
7b9f2d9929
|
Finish renaming *Frame GUI classes to *Rect
ReferenceFrame had been overlooked, and the cpp files still used the old
names. Also ripgrep'ed it all to find some forgotten references.
|
2017-01-14 10:52:54 +01:00 |
|