71 Commits (3adf9f0c8292a784524eccf39b57172258099461)

Author SHA1 Message Date
Seth Hillbrand 0b2d4d4879 Revise Copyright statement to align with TLF 10 months ago
Jeff Young 16340e6cf4 Support both short and long item descriptions. 1 year ago
Jeff Young d7e4a8cebd ADDED: ERC/DRC exclusion comments. 2 years ago
Marek Roszko 6db6e85161 Set an excluded property in json reports for erc/drc 2 years ago
Alex Shvartzkop 6a69396070 Allow column auto-sizing in RC trees. 2 years ago
Jeff Young 68cbb820a7 performance efficiencies 2 years ago
jean-pierre charras 499f3ca95b DRC_TEST_PROVIDER_MISC::testOutline(): add test to detect questionable items. 2 years ago
Jeff Young 10d62ed766 Replace wxWidgets-Mac-specific API with a general one. 2 years ago
Jeff Young 336a38695a MacOS fix for expanded items; MSW fix for selected event 2 years ago
Marek Roszko 87d36dbfd8 Fix up erc json a little 2 years ago
Marek Roszko 14a0fa435c ADDED: DRC JSON report 2 years ago
Ian McInerney 20ec8ed303 Fix GitLab URLs to point to the correct project page 2 years ago
Jeff Young 3521add640 Suppress newlines in RC_ITEM messages. 3 years ago
Jon Evans c530bdb5a1 Rename GetSelectMenuText to GetItemDescription 3 years ago
Jeff Young 64a6fc0fd4 Push UNITS_PROVIDER down into a low-level mixin. 3 years ago
Mark Roszko b00178adb3 Nuke base_units from orbit 3 years ago
Seth Hillbrand 09ef7c8f1e Add RPT_SEVERITY_DEBUG for developer-type messages 3 years ago
Jeff Young 63386ba64d Pointer safety for ERC/DRC dialogs. 3 years ago
jean-pierre charras afacec3acb Protect RC_TREE_MODEL::GetValue() against null pointer 3 years ago
Marek Roszko 19e27ef587 Avoid missing null check in RC_TREE_MODEL::DeleteItems 3 years ago
Jeff Young 1f347582f8 Introduce new marker type so we can track DRC errors on the drawing sheet. 3 years ago
Jeff Young a11f48ef10 Markers provider is no longer responsible for all markers. 3 years ago
Jeff Young 74b9ff5865 Don't specify a severity when traversing the filtered list. 3 years ago
Seth Hillbrand 91a3024e34 Check pointer after yield 4 years ago
Jeff Young 3fddf0414b A bit of wxT(). 4 years ago
Seth Hillbrand 16e802aff4 Don't count zero-length as duplicate 4 years ago
Jeff Young 21790fcab7 Fix a pair of dereference-freed-pointers in DRC. 4 years ago
Marek Roszko c4c56de708 Neurotically update position wxPoint usages 4 years ago
Jeff Young 5f37c2b247 Custom rule severities. 4 years ago
Mikolaj Wielgus 0d3e8e3d09 Make ERC/DRC item lightness proportional to default text brightness 4 years ago
Jeff Young fb8ee1a9d3 Remove assert. 4 years ago
Roberto Fernandez Bautista 0fa8e1f311 DRC Control: Clear pointer to MARKER after it has been centered 4 years ago
Jeff Young 1bb5fc3fd6 Work around EnsureVisible bug in wxWidgets during DRC cross-probe. 4 years ago
Jeff Young e2baacec21 Add cross-probing between PCB (markers) and DRC marker list. 4 years ago
Jeff Young 8b5f393804 DRC bug fixes and debugging improvements. 4 years ago
Wayne Stambaugh bcd6bddfd4 Start expunging NULL. 4 years ago
Jeff Young 3269f45776 Add wxDataView-style defensive code to wxListView usage. 4 years ago
Marek Roszko fcb21038cb Reduce some eda_item.h usage in headers 4 years ago
Dominik Wernberger e2aa7be4b3 Added a lot of consts and refactored a few lines 5 years ago
Ian McInerney fc20eaa083 Fix some compiler and Coverity warnings 5 years ago
jean-pierre charras 00255f2a9c Fix a compil warning. 5 years ago
Jeff Young 4d3224a9cb Fix off-by-one error when deleting single marker. 5 years ago
Jeff Young df262eaa06 Make prev/next marker work reliably on all platforms. 5 years ago
Seth Hillbrand 298bc13f5d Delay deletion of the RC_ITEM tree nodes 5 years ago
Jeff Young 1391774f64 Re-factor boundary/courtyard checker error handling. 5 years ago
Jeff Young ae77dfc455 Fix crash bug in marker deletion. 5 years ago
Jeff Young d5addb692c Move a bunch of DRC tests to RTrees. 5 years ago
Jon Evans cc71f7d050 Add some missing headers required on wx3.0 at least 5 years ago
Jon Evans cb1d416e5a Use settings keys, not error codes, for ERC/DRC reports 5 years ago
Jeff Young 44b23dd3d1 Add some defensive code to try and prevent freed pointer access. 5 years ago