90 Commits (9602151d6c7cda8a1dc544cdfac612a61a848918)

Author SHA1 Message Date
Marek Roszko 835500bf1c Hide the color prop from pcb editor 2 years ago
Jeff Young 3f73bbcc4f Don't run keepUpright when not rotating. 2 years ago
Seth Hillbrand d99641be40 ADDED: Git integration support 2 years ago
Alex Shvartzkop d7863b09c5 Move CORNER_STRATEGY out of SHAPE_POLY_SET. 2 years ago
jean-pierre charras 4d1f9f6fb9 Pcbnew: Fix some draw issues in PCB_TEXT and PCB_TEXTBOX: 2 years ago
Jeff Young 5e112ca78e ADDED: parameterize font metrics and allow customization of overbar height. 2 years ago
Jeff Young c697a934b2 Update layer names to current terminology. 2 years ago
Roberto Fernandez Bautista cf0b719a4a Fix some unreachable code msvc warnings 2 years ago
Jeff Young a66360525a Broaden "Style footprint fields" to cover graphics as well. 2 years ago
Mike Williams 6d93950dcc PCB: abolish TEXT_TYPE::TEXT_is_* 2 years ago
Jeff Young 65e53b8ecd Move SHAPE_POLY_SET::Inflate's error spec from a seg-count to a max-deviation. 2 years ago
jean-pierre charras ef4dded915 PCB_TEXT::TransformTextToPolySet(): fix incorrect param when calling Inflate() 2 years ago
Jeff Young c71cf21e2f Use rendered text to generate bounding box for knockout text. 2 years ago
Jeff Young 95a09f686b Revert attempt to use drawing code to generate text bounding boxes. 2 years ago
Jeff Young 768fbf5af2 Give up on trying to calculate text bounding boxes. 2 years ago
Jeff Young b41d446f58 Fix a bunch more issues with sheetpaths and allowExtraText. 3 years ago
Jeff Young adc213a04d Add Keep Upright to properties inspector. 3 years ago
jean-pierre charras 31354a2d91 PCB_TEXT::TransformTextToPolySet(): fix some issues: 3 years ago
Jeff Young b80a9014ff Fix gcc warning. 3 years ago
Jeff Young bbd6c80507 Collapse FP_* down into their PCB_* equivalents. 3 years ago
Jeff Young 23accffc6d Add Property Inspector support for dimension objects. 3 years ago
Jeff Young 2312cf34c4 Pay attention to knockout text when adding to DRC Rtrees. 3 years ago
Jeff Young 26c821962f Simplify and regularize text variable substitution architecture. 3 years ago
Jon Evans c530bdb5a1 Rename GetSelectMenuText to GetItemDescription 3 years ago
Jon Evans 18788b03eb Properties: Hide unsupported hyperlink property 3 years ago
Jon Evans ad33515916 Properties: mask visibility for free text 3 years ago
Jon Evans a5f7ecbe00 Properties: support text knockout 3 years ago
Jon Evans 88495e5be1 Properties: Fix masking of layers for non-copper items 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
jean-pierre charras 63002cec57 Do not add a title/comment in mandatory field strings when writting netlists. 3 years ago
Jeff Young d16b23d16e Name shortening and line-break reduction. 3 years ago
jean-pierre charras f3bb34779a TransformTextShapeWithClearanceToPolygon() add optimization for 3D viewer. 3 years ago
Jeff Young 897135a4f0 Support mirroring on the board too. 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
Mark Roszko b00178adb3 Nuke base_units from orbit 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 f0956e48f2 Make EDA_TEXT common 3 years ago
Jeff Young f42b66bc1c Regularize ellipsization of menu and status text. 3 years ago
Jeff Young 509d233d97 Fix knockout text bounding boxes and hit testing. 3 years ago
Jeff Young 47e002a33d Add font to status bar for text objects. 4 years ago
Seth Hillbrand 442aae19d9 Separate flashing check for connectivity 4 years ago
jean-pierre charras 0440aa3d83 Extend layer LAYER_LOCKED_ITEM_SHADOW to draw shadow markers on other locked items: 4 years ago
Jeff Young 7ccac79192 More wxString wide literals. 4 years ago
jean-pierre charras e560e765e6 PCB_TEXT::Rotate(): ensure the final orientation is -180 ... +180 deg 4 years ago