Camille
|
9ff66a5274
|
Fix unnecessary value parameter detected by clang-tidy. - Replace value parameter by const reference parameter or move-assignement in some cases
|
2018-01-09 18:55:51 -05:00 |
unknown
|
40ccc0bedf
|
replace round() with KiROUND(), our function that is used almost everywhere for rounding, and detects int overflows in debug mode.
|
2015-07-17 10:26:48 +02:00 |
Maciej Suminski
|
92a8f8f19c
|
Support for zone cut-outs in the point editor (GAL).
|
2015-01-16 16:44:42 +01:00 |
Maciej Suminski
|
5de41eabd1
|
Added EC_SNAPLINE to make possible snapping EDIT_LINES by their ends rather than by its center.
|
2014-04-02 15:57:21 +02:00 |
Maciej Suminski
|
1828edbabe
|
Refactoring EDIT_POINTS, part 3: constraints split to EDIT_POINTs and EDIT_LINEs.
|
2014-04-02 09:31:35 +02:00 |
Maciej Suminski
|
e6a7ff3c34
|
Isolated EDIT_CONSTRAINTs to different .cpp/.h files.
|
2014-03-18 16:55:06 +01:00 |