77 Commits (4bf852e6b992264cfb632f35263cd44abfdc4247)

Author SHA1 Message Date
Seth Hillbrand 0b2d4d4879 Revise Copyright statement to align with TLF 11 months ago
Jon Evans 13625daeca API: Implement dimension serialization 1 year ago
Jon Evans 49d5e64428 API: Add initial definitions for dimensions 1 year ago
John Beard b1125bb0c2 Pcbnew dimension: remove misleading m_isDiamter in RADIAL 1 year ago
Hasan Jaafar 6e9188713b Pcbnew: Add inward/outward dimension arrows 2 years ago
John Beard ab6049ec0b Pcbnew: Dimension: break out the knockout function 1 year ago
John Beard 215533f31a Unify flip direction handling 1 year ago
John Beard 304d9e0006 Pcbnew: Fix aligned dimension flipping 1 year ago
Jeff Young 9d03a92738 Get rid of C++20 compiler warnings. 1 year ago
Jeff Young aa5a370b3a ADDED: user layer types. 1 year ago
Jeff Young 16340e6cf4 Support both short and long item descriptions. 1 year ago
John Beard 882c766493 Always update geometry on dimension property change 2 years ago
Jeff Young a5436c92d1 Fix build issue. 2 years ago
John Beard ee81d1d880 Temporarily disable dimension angle property access to fix build 2 years ago
John Beard c36efec4b2 Remove evil const that breaks non-Windows compilers 2 years ago
John Beard f941123519 Fix dimension orientation properties 2 years ago
Alex Shvartzkop 16e3692e71 Build time optimizations. 2 years ago
Jeff Young 7e46e85c7d Update copyrights. 2 years ago
Jeff Young 6ecfc89a4a Honour originTransforms in search panels. 2 years ago
Seth Hillbrand d99641be40 ADDED: Git integration support 2 years ago
Marek Roszko 22b733209d Fail GAL on its header leaking audit 2 years ago
Jeff Young cb53a18ee3 Bug fixes for handling boolean flags in DRC rules. 3 years ago
Jeff Young 50da4e483e Tailor inspector text properties for dimension objects. 3 years ago
Jeff Young b41d446f58 Fix a bunch more issues with sheetpaths and allowExtraText. 3 years ago
Jeff Young bbd6c80507 Collapse FP_* down into their PCB_* equivalents. 3 years ago
jean-pierre charras 5735a57504 Pcbnew: fix crash when loading a library with a ft containing a dimension. 3 years ago
Jeff Young 461def2719 Move automatic dimension processing inside PCB_DIMENSION_BASE. 3 years ago
Jeff Young 23accffc6d Add Property Inspector support for dimension objects. 3 years ago
Jon Evans c530bdb5a1 Rename GetSelectMenuText to GetItemDescription 3 years ago
Jon Evans 5eb3f5d3e7 Use correct translation macro for group names 3 years ago
Jeff Young 6d73d9a08e Split another couple of hairs in the never-ending "how big is a font". 3 years ago
Jon Evans b2b3f5752f Properties: Add grouping and sorting by creation order 3 years ago
Jeff Young 740e193871 Increase bounding box of stroke text and the leader box of all text. 3 years ago
Jeff Young 03ba14c6d3 Tighten lifecycle management of parent group pointers. 3 years ago
Jeff Young f480cbf93f Treat internal copper layers as side-specific. 3 years ago
Jeff Young 4778122aa0 Flip anything on a side-specific layer, rather than physical layer. 3 years ago
Jeff Young cef7cd8f7c Move default font to RENDER_SETTINGS. 3 years ago
Jeff Young d16b23d16e Name shortening and line-break reduction. 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 61e11d6896 Strip out Mils2Iu 3 years ago
Marek Roszko a8613ee80f Combine Iu2Millimeter & remove PcbMm2iu 3 years ago
Mark Roszko b00178adb3 Nuke base_units from orbit 3 years ago
Jeff Young b4492e0bd2 More EDA_RECE yeetage. 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
Seth Hillbrand b736460e71 Move optional access from value() to *operator 3 years ago
Marek Roszko 03aa63bd50 Move 5 helpers to EDA_UNIT_UTILS since they aren't iu specific 3 years ago
Seth Hillbrand f1261e71d4 Replace boost::optional with std::optional 3 years ago