Jon Evans
|
7b3fd2113c
|
Improve sheet rendering performance
- Cache font markup parsing
- Cache SCH_SYMBOL::GetOrientation
- Don't construct new strings each time in GetDefaultFieldName
|
2023-03-05 17:41:46 -05:00 |
Roberto Fernandez Bautista
|
355e817302
|
Move DefaultTransform definition to transform.cpp, so it can be shared
|
2023-01-15 19:17:51 +01:00 |
Roberto Fernandez Bautista
|
6013c796dd
|
Fix TRANSFORM::MapAngles (Third time lucky?)
Use epsilon value to decide whether we should swap the angles
Fixes https://gitlab.com/kicad/code/kicad/-/issues/12346
|
2022-09-04 23:21:29 +02:00 |
Roberto Fernandez Bautista
|
112f089485
|
Fix TRANSFORM::MapAngles for other transformations than y=-y
Tested on transformation that results in: y=-y & x=-x
Fixes https://gitlab.com/kicad/code/kicad/-/issues/12345
|
2022-09-03 00:28:15 +02:00 |
Jeff Young
|
b4492e0bd2
|
More EDA_RECE yeetage.
|
2022-08-31 17:19:50 +01:00 |
Roberto Fernandez Bautista
|
7d5bdd23de
|
more cleanup TRANSFORM::MapAngles
|
2022-08-27 12:51:33 +01:00 |
Roberto Fernandez Bautista
|
5cae80d737
|
Cleanup asserts in TRANSFORM::MapAngles
|
2022-08-27 12:51:33 +01:00 |
Roberto Fernandez Bautista
|
2812794742
|
Move TRANSFORM to common
|
2022-08-27 12:51:32 +01:00 |