46 Commits (d81378d7869b7ed508993eb9a1b8572bdb02034c)

Author SHA1 Message Date
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
Jeff Young 9411d301a0 Repair recent pass-by-reference cleanup. 4 years ago
Marek Roszko 6e01ce84b9 Break out eda_item_flags.h, fix the typedef to std::uint32_t, fix some signed vars 4 years ago
Wayne Stambaugh e6346e3103 Pass objects by reference instead of on the stack part 2. 4 years ago
Marek Roszko cf2bb5692a Remove the wxLog calls from math/util.h for now 4 years ago
Jeff Young c4cabb38d5 More worksheet -> drawing sheet cleanup. 4 years ago
jean-pierre charras 6b9e44e59c pl_editor: save comment associated to DS_DATA_ITEM graphic items. 5 years ago
Marek Roszko 0dd746548a DS_DATA_MODEL::LoadDrawingSheet actually was meant to accept blank filenames as a good thing 5 years ago
Marek Roszko cc1bfd4c18 Harden drawing sheet loading slightly... 5 years ago
Jon Evans 433e148e08 Move some string formatting functions out of base_units 5 years ago
Jonathan Haas 55679be2e3 Fix some typos across the codebase 5 years ago
Jon Evans c04e19f9ac Include optimization: move some things from common.h to point-of-use 5 years ago
Jonathan Haas 3d563af758 Make drawing sheet editor item names translatable. 5 years ago
Jonathan Haas a4b1f9187d Drawing Sheet Editor: Assign a line width before drawing page border 5 years ago
Jeff Young a3b9e8ddb4 Round 2 of Worksheet -> Drawing Sheet. 5 years ago