Wayne Stambaugh
67f70fe079
Coding style and Doxygen comment fixes.
* Rename EDA_Rect class to EDA_RECT.
* Rename EDA_TextStruct class to EDA_TEXT.
* Remove duplicate Doxygen comments from sch_sheet_path.cpp.
15 years ago
Wayne Stambaugh
d657b43052
Use wxDC for all coordinate manipulations.
* Remove all occurrences if #ifdef USE_WX_ZOOM and all associated code within
the #else/#endif block ( old zoom code ).
* Removed the build option for USE_WX_ZOOM from CMakeList.txt and config.h.in.
* Removed all scaling code in base screen object.
* Fixed buffered paint and buffered client DC on Windows. Buffering works
properly on Linux and Windows.
* Modified kicad_device_context.h to automatically uses buffering on platforms
where double buffering is supported natively.
* Remove all of the scaled versions of the drawing functions in gr_basic.cpp
and any support code.
* Removed all traces of ActiveScreen global variable from eeschema and
gerbview.
* Renamed Recadre_Trace to RedrawScreen in draw frame object.
* Renamed PostDirtyRect to RefreshDrawingRect in draw panel object.
* Lots of code cleaning an Doxygen comment improvements.
15 years ago
Wayne Stambaugh
73e38ce98c
EESchema code refactoring and coding policy naming fixes.
* Move schematic wire and bus break code into schematic screen object.
* Move schematic test for dangling ends into schematic screen object.
* Remove left over debugging output in schematic screen object.
* Remove unused file eeschema/cleanup.cpp.
* Fix bug in schematic line object hit test algorithm.
* Fix a string concatenation compile error added in r2752.
* Rename class WinEDA_BasicFrame to EDA_BASE_FRAME.
* Rename class WinEDA_DrawFrame to EDA_DRAW_FRAME.
* Rename class WinEDA_DrawPanel to EDA_DRAW_PANEL.
15 years ago
Marco Mattila
e79b596308
Add FILTER_READER class. Introduce FILE_LINE_READER into pcbnew.
15 years ago
jean-pierre charras
a9010796e0
Doxygen comment warning fixes.
15 years ago
Wayne Stambaugh
adb4ad1a7b
Schematic object improvements and other minor fixes.
15 years ago
Wayne Stambaugh
c79077c9a2
Minor fixes and lots of coding policy changes.
15 years ago
Dick Hollenbeck
845d61acc5
coding standards consistency updates
15 years ago
jean-pierre charras
f1df65c51f
DRC code cleaning, and added DRC tests for trapezoidal pads. Needs more tests
15 years ago
jean-pierre charras
ed54bdfc9d
drc: more code cleaning. Added comments and fixed some erroneous comments. Fixed bug 638839.
fixed bug 641982 (I hope)
15 years ago
jean-pierre charras
658ca2a21e
Fixed some issues about trapezoidal pads. Better pad editor dialog. fixed other (very) minor bugs. Code cleaning
15 years ago
charras
32ff242157
Pcbnew: fixed an inconsistency in DRC. (see changelog)
fixed others very minor bugs.
16 years ago
charras
1aaabf2c0f
Removing min size pen, now useless. Replaced when needed in some print dialogs by Default pen size.
16 years ago
charras
b24118ebbd
changed last layer constants XXX_LAYER_CU and XXXX_LAYER_CMP to XXX_LAYER_BACK and XXX_LAYER_FRONT
16 years ago
charras
bec48d8ab2
changed COPPER_LAYER and CMP_LAYER to LAYER_BACK and LAYER_FRONT
16 years ago
charras
4c6bbb8577
fixing uppercase/lowercase problem in an included file (polyline.h is really PolyLine.h).
16 years ago
charras
f2f4cd535a
rework on zones (continued):try to fix a filling problem with kbool: cleanup code
16 years ago
charras
ab66f9ecba
rework on zones:try to fix a filling problem with kbool
16 years ago
stambaughw
4611bfd58c
Comment translations.
* Completed translation of all kicad source.
* Translated source files A through C in pcbnew.
16 years ago
charras
077fff6f5f
Pcbnew: control of masks clearance: Pad Editor Dialog rewritten to handle local mask clearances and a local Net clearance
16 years ago
charras
a3f48bf241
pcbnew Added: control of masks clearance. See changelog for more info
16 years ago
charras
ef557ddbe3
minor code cleanup
16 years ago
dickelbeck
362b6b53f6
NETCLASS work, see CHANGELOG.txt
16 years ago
charras
41c80dd95b
pcbnew: work on undo/redo in progress
16 years ago
charras
9edace2f5f
Code clarification about 3 confusing functions to display info: DisplayInfo (displaying a message info) and class members DisplayInfo and Display_Infos doing the same thing (see changelog)
17 years ago
charras
0f725ee2fc
DRC: added test pads to holes (pcbnew). Others minor changes
17 years ago
charras
6d856f60a6
Pcbnew: Added display a short net name on vias and pads. Also, code cleaning
17 years ago
dickelbeck
aab39d1de7
injected DLIST<> into many list heads, see change_log.txt
17 years ago
dickelbeck
3ef380f936
dlist cleanups, start of edit component in schematic rework
17 years ago
charras
178bc946e3
First version of pcbnew using polygonal filled areas in zones in rats nets calculations.
17 years ago
charras
f723c540d0
code cleaning. Some comments translated into English.
Added: Zones unfill in polygon mode
17 years ago
charras
3c97a45f48
code cleaning, and some minor bugs solved
17 years ago
charras
43ee94b7a4
zones in pcbnew: some optimizations
17 years ago
charras
1547987157
some enhancements.
18 years ago
dickelbeck
aa93f54d97
BOARD_ITEM::Draw()
18 years ago
CHARRAS
44c0105709
some enhancements. See changelog
18 years ago
dickelbeck
f50ec6e0b8
D_PAD::Compare()
18 years ago
dickelbeck
bd5ca82f63
use pad_shapes.h
18 years ago
dickelbeck
128521f0fe
2nd of 3 commits for DrcDialog rework
18 years ago
dickelbeck
31a864e7dc
comment cleanups
18 years ago
dickelbeck
64e9e16886
virtual BOARD_ITEM::Save()
18 years ago
dickelbeck
3cd47555ca
see 2007-Oct-12 change_log.txt
18 years ago
CHARRAS
d1effbf4e2
EDA_BaseStruct.SetType() and EDA_BaseStruct.ReturnClassName() removed.
18 years ago
dickelbeck
dff70646a2
see change_log for 2007-Aug-31
18 years ago
dickelbeck
726a8ab4df
collector work
18 years ago
CHARRAS
f5eae50680
more work on hotkeys. many features are ok.
18 years ago
dickelbeck
cc62305777
see change_log.txt for 2007-Aug-22
18 years ago
dickelbeck
49e32e096e
unified m_Flags, EDA_BaseStruct::Display_Infos(), and ~GetEquipot()
18 years ago
dickelbeck
6719900ef9
searching and beautification
18 years ago
dickelbeck
f8f384384a
search and debug infrastructure, beautification
18 years ago