Marek Roszko
|
11de95778b
|
Unwrap the FROM_UTF8 macro in favor of direct function
The extern just gets annoying to try to export the func later. We also yeet TO_UTF8 to string_utils.h for parity.
|
2 years ago |
Jon Evans
|
7b3fd2113c
|
Improve sheet rendering performance
- Cache font markup parsing
- Cache SCH_SYMBOL::GetOrientation
- Don't construct new strings each time in GetDefaultFieldName
|
3 years ago |
Marek Roszko
|
63295cfb9e
|
Remove unused vars
|
3 years ago |
Jeff Young
|
98f4b1d16c
|
Make gcc (or linux?) happy.
|
4 years ago |
Jeff Young
|
941d7f94ad
|
Use safer UTF8 conversion routines to prevent crashes.
Fixes https://gitlab.com/kicad/code/kicad/issues/10982
|
4 years ago |
Jeff Young
|
d9507dbaf4
|
We handle variable replacements elsewhere.
The markup parser needs to ignore them so they get rendered when we're
not doing replacement.
|
4 years ago |
Ola Rinta-Koski
|
44c93e48e9
|
Markup parser fix: subscript/superscript/overbar handling
|
4 years ago |
Ola Rinta-Koski
|
dcab2833b8
|
PEGTL 2.x->3.x
|
4 years ago |
Jeff Young
|
89c0f8e297
|
Move to new font engine.
|
4 years ago |
Jeff Young
|
e41a4d406a
|
Cherry-pick MARKUP_PARSER from rockola/kicad-strokefont.
|
4 years ago |