315 Commits (b4760b9b2c89675f787be318265cc7271573255b)

Author SHA1 Message Date
Seth Hillbrand b4760b9b2c Add ADVANCED_CFG variable for recursion depth of variables 1 year ago
Jeff Young 16340e6cf4 Support both short and long item descriptions. 1 year ago
Jeff Young c549a214c9 Performance: don't alloc std::vector in critical areas. 1 year ago
Seth Hillbrand 6dcb9bb664 Do not allow trailing/leading whitespace in mandatory fields 1 year ago
Jeff Young edc7603d2a Make it clear that GetSheets() is heavy. 1 year ago
Jeff Young e543ff0578 Performance for large hierarchies: lookups 1 year ago
Jeff Young ac59a65d8d Resolve variables in LIB_SYMBOLs. 1 year ago
Jeff Young 20cde51b43 Fix numerous bugs in schematic item rotation. 1 year ago
Jeff Young 20bb82a011 Remove vestigial coord flip code. 1 year ago
Seth Hillbrand 72eee002aa Add effective display for fields 1 year ago
Jeff Young c59ed0bbb7 Flip symbol editor's Y axis to match other editors. 1 year ago
jean-pierre charras 28f48cbec1 Eeschema: fix issues related to ERC tests after changes by commit d77eae3e 1 year ago
Seth Hillbrand 6540c3ec9f Resolve worksheet variables in SCH_FIELD 1 year ago
Jeff Young c842de24b9 HitTesting is the wrong place to do visibility checks. 2 years ago
jean-pierre charras b7f035964f Fields in symbols: Ensure visibility is correctly set when reading a file 2 years ago
jean-pierre charras ac36feda41 EEschema: fix incorrect (missing) init of main layer of SCH_SHEET fields 2 years ago
Jeff Young 14762e3d54 Handle layers for label fields. 2 years ago
Jeff Young d77eae3e7e Collapse LIB_FIELD into SCH_FIELD. 2 years ago
Marek Roszko 96cdfc7fa7 Update equality overloads for C++20 2 years ago
Jeff Young 1d753e0850 Respect showHiddenPins and showHiddenFields flags when plotting. 2 years ago
Jeff Young 1028a76e4a Harmonize print/plot APIs. 2 years ago
Jeff Young c5ed80af52 Harmonize rotate APIs. 2 years ago
Jeff Young 92910d5d0f Factor common parts of SCH_ & LIB_SYMBOL into SYMBOL. 2 years ago
Jeff Young a6e2746a08 Rewrite intersheet refs resolution to be sheet-path aware. 2 years ago
Jeff Young 05cdd44404 Don't assume all glyphs are outline with an outline font. 2 years ago
Jeff Young d08e0e9eaa _() -> _HKI() for group names. 2 years ago
Jeff Young 2dce618f9f Expose text size for SCH_FIELDs. 2 years ago
Jeff Young e7abeb3c38 Cleanup. 2 years ago
Jon Evans c39bec4c08 SCH_FIELD.Visible can be unmasked 2 years ago
Jeff Young 179ab1011f Don't use canonical name for user fields with an id of -1. 2 years ago
Jeff Young 8b56b3d999 Formatting. 2 years ago
Marek Roszko 76e8ed2506 Fix sch_field and pcb_target not returning evaluated similarity correctly 2 years ago
Jeff Young f25a06b2a5 More globals eradication. 2 years ago
Jeff Young 3819b2d5e7 Enforce SCH_SHEET_PATH processing in more places. 2 years ago
Jeff Young f50de028fb Make plotting of PDF property popups optional. 2 years ago
Seth Hillbrand d99641be40 ADDED: Git integration support 2 years ago
Jeff Young 4d0ee276e8 Suppress "File: " when we're showing the Sheetfile field name. 2 years ago
Jeff Young 9f5e583ced Readability. 2 years ago
Jeff Young 34769cec63 Filter line-endings from single-line Scintilla editors. 2 years ago
Jeff Young 7a2a2e2df0 Remove error-prone SetReporter() API. 2 years ago
Jeff Young 949458bbe1 Don't presume all cached glyphs are outline glyphs. 2 years ago
Jeff Young 5e112ca78e ADDED: parameterize font metrics and allow customization of overbar height. 2 years ago
Jeff Young 686dfba77a ADDED autocomplete for value field in Symbol Properties dialog. 2 years ago
Jon Evans 24a3816a34 EDA_TEXT Orientation property shouldn't be exposed to schematics 2 years ago
Mike Williams 7cb8d3d1c9 Schematic fields: implement fields with variables as names 2 years ago
Jeff Young 5bca002567 Swap non-temp and non-edit flags for SCH_ITEMs. 2 years ago
jean-pierre charras db8201717d SCH_FIELD::GetCanonicalName() : the name must be the not translated name, 2 years ago
Jon Evans 3a0f8214fa ADDED: Properties panel for schematic editor 2 years ago
Mike Williams 85f889bc19 Fields: Description now mandatory 2 years ago
Jeff Young e3eb0abc5f Recompute intersheet refs while printing. 2 years ago