64 Commits (8ab9934143b9a2cdf22e66b06dd5046c7455b20c)

Author SHA1 Message Date
Jeff Young cef7cd8f7c Move default font to RENDER_SETTINGS. 3 years ago
Jeff Young 38c863c3f4 Attempt to fix nullptr error when looking up units scale in pl_editor. 3 years ago
Jeff Young 7f34586c7e Allow text variable resolution through properties in drawing sheet text. 3 years ago
Jeff Young 64a6fc0fd4 Push UNITS_PROVIDER down into a low-level mixin. 3 years ago
Jeff Young 45d6b4a9fc Readability improvements. 3 years ago
Marek Roszko ece23d434b Split up Double2Str to a format function to make its use case clear 3 years ago
Mark Roszko b00178adb3 Nuke base_units from orbit 3 years ago
Jeff Young 9188838e50 RIP EDA_RECT. 3 years ago
Jeff Young f17a865593 Move EDA_ITEM hitTest to BOX2I. 3 years ago
Jeff Young 2dc6300501 Move EDA_ITEM bounding boxes to BOX2I. 3 years ago
Jeff Young 5679b9dbdc Remove a few EDA_RECT instances. 3 years ago
Marek Roszko e30f059b43 Silence uninitialized warning 3 years ago
Jeff Young 1f347582f8 Introduce new marker type so we can track DRC errors on the drawing sheet. 3 years ago
Marek Roszko c418b25756 Centralize the parseDouble functions in the parsers and gcc specialcase 3 years ago
Marek Roszko a070959209 Switch from strtod to std::from_chars for performance 3 years ago
Jeff Young 96f01d33c8 Performance improvements. 3 years ago
Jeff Young 6f49b57f9b Cleanup & performance enhancements. 3 years ago
Jeff Young f22cf1cc3a Fill in missing bits of LAYER variable for printing/plotting. 3 years ago
Jeff Young 47e002a33d Add font to status bar for text objects. 4 years ago
Roberto Fernandez Bautista 0015574a60 ${SHEETNAME} represents the sheet name + introduce ${SHEETPATH} 4 years ago
Seth Hillbrand 49c48e2fe0 Consistently handle env/prj variables 4 years ago
Jeff Young e8a543f1ea Colors for text in PL_Editor and Eeschema. 4 years ago
Jeff Young 92a229eec7 ADDED separate user-defined color for page limits. 4 years ago
Jeff Young 65185f53a1 Rotate fp zones before comparing with library versions. 4 years ago
Jeff Young b55bda8d6f Font support for drawing sheet editor. 4 years ago
Jeff Young 60bcfd1bf1 Bug fixes in arc & textbox printing. 4 years ago
Jeff Young fbab335128 Retire DPOINT and DSIZE. 4 years ago
Jeff Young 67eb3116ce Remove DPOINT from drawing sheet stuff. (Use VECTOR2D instead.) 4 years ago
jean-pierre charras 8d5eba7649 DRAWING_SHEET_PARSER: fix missing parse of "T_comment" case for DS_DATA_ITEM_BITMAP. 4 years ago
Jeff Young e61144d45a Finish with EDA_ANGLE. 4 years ago
Jeff Young 1b19ff5f42 More EDA_ANGLE changes. 4 years ago
Jeff Young 89c0f8e297 Move to new font engine. 4 years ago
Marek Roszko c4c56de708 Neurotically update position wxPoint usages 4 years ago
Jeff Young 86cb57f4a7 Cherry-pick TEXT_ATTRIBUTES and EDA_ANGLE from rockola/kicad-strokefont 4 years ago
Jeff Young ceceda37cc No more long-lived parsers. 4 years ago
Jeff Young b2fa2f81b2 Paste code expects a fully formed worksheet. 4 years ago
Jeff Young 574bef2237 Normalize drawing sheet path to env vars & prj, not just prj. 4 years ago
Jeff Young f73042fe24 Some minor performance enhancements. 4 years ago
Jeff Young 5f3c67bd2b Fill in some missing GetMsgPanelItems and make some others consistent. 4 years ago
Jeff Young b84d1456d5 KIFACE_I -> KIFACE_BASE. 4 years ago
Seth Hillbrand e7905b05e7 Fix formatting error in datasheet formatting 4 years ago
Jeff Young f6287053e5 Naming conventions. 4 years ago
Albin Dennevi cfea39f967 Updated worksheet templates using v5.99 Drawing Sheet Editor 4 years ago
Albin Dennevi e631dd087b Drawing Sheet Templates corrected 4 years ago
Jeff Young 6aaf4413b3 Fix kicad_string.h / string.cpp mismatch. 4 years ago
Jeff Young f221220fe2 Rename layer ids file. 4 years ago
Jeff Young 2739cdbd43 Add error message logging to opening of drawing sheet. 4 years ago
Jeff Young a1dfc36233 More error message regularization. 4 years ago
Mikolaj Wielgus 63c263090f Add versioning to page layout editor worksheets 4 years ago
jean-pierre charras 5cce3f6e18 Fix a few Coverity warnings (not initialized vars) and a minor compil warning 4 years ago