charras
667a6498de
solved pcbnew: minor bug when only one copper layer selected: zone properties layer list displayed component layer instead of copper layer
17 years ago
charras
4cccb0dd7e
First tests about copper zones filled by polygons, without grid (see changelog)
Only for tests! not for production.
17 years ago
charras
ab1df3f1d7
more about non copper zones (see changelog)
17 years ago
charras
27cf4ad0ad
pcbnew: addded zones in non copper areas and starting work to use polygons in zone fill algos in not copper areas
work in progress: see changelog
17 years ago
dickelbeck
d24c41ff05
zone_container xor artifact cleanups
18 years ago
dickelbeck
2e94a70860
zone_container GetBoundingBox() deployment
18 years ago
dickelbeck
a91f255ccd
instance specific zone container clearance and pad treatment
18 years ago
dickelbeck
aa93f54d97
BOARD_ITEM::Draw()
18 years ago
lifekidyeaa
c5cd85027b
2008-Feb-12 UPDATE Tim Hanson sideskate@gmail.com
================================================================================
+eeschema
* commiting my changes to allow multiple instances of a given schematic file within
a hierarchy:
** internally, m_currentScreen has been replaced with m_currentSheet,
which is a list or 'path' of screens. The path of screens is used to
generate
a series of timestamps, which is converted to flat component reference via
a look-up
table in the schematic files.
** this means that m_currentScreen is no longer used -- use GetScreen().
** GetScreen is virtual, as some of the dialogs keep around a WinEDA_BaseScreen
pointer.
** all sub-sheets in a given schematic must have different names to generate a
meaningful netlist.
18 years ago
CHARRAS
68e942b2f4
A zone outline,when edited, is now properly redrawn after zooming
18 years ago
CHARRAS
7055a2bc47
zone outlines edition: added drag outline edge
18 years ago
CHARRAS
4a0b560766
zone outlines edition refinements
18 years ago
CHARRAS
af445e70ea
remove the old EDGEZONE class. Cleaning code in polyline.x
18 years ago
CHARRAS
b8b0fc6e04
Bugs about fill zones and block delete removed
18 years ago
CHARRAS
bbae2b12b1
Plot option in GERBER format Plot (Exclude Edge Pcb layer) modification (now, default = off, and saved in config)
18 years ago
CHARRAS
e9b3322fc0
On line DRC when creating a zone outline
18 years ago
CHARRAS
12dfd80f37
see changelog
18 years ago
CHARRAS
f85ade75d8
see changelog
18 years ago
CHARRAS
6c3235c112
first DRC control about zone outlines. Needs improvements, but works
18 years ago
CHARRAS
8d90da0a2d
reorder GENERAL_COLLECTOR lists in collectors.cpp due to markers change
18 years ago
CHARRAS
638ab25498
more about zones.
18 years ago
CHARRAS
0120f07d54
code cleaning
18 years ago
CHARRAS
1fb25193f7
Block commands now works with zones.
18 years ago
CHARRAS
97be005035
Added: Delete cutout outline in zone popup menu
18 years ago
CHARRAS
ffd3a7133a
more about zones. current No DRC for outlines
18 years ago
CHARRAS
62a28440e0
wxstruct modified and wxPcbStuct.h added. some minor other changes
18 years ago
CHARRAS
738d00ba72
more about new zone handling: fill zones now exists
18 years ago
CHARRAS
5eda8a52ce
First draft (and first code..) about new zone handling
18 years ago
CHARRAS
3104b5d885
bug in cvpcb
18 years ago
raburton
6991b49691
set eol-style native on new files
18 years ago
CHARRAS
7e7a793753
some changes about zones: enhanced dialog, and files reorganisation
18 years ago