jean-pierre charras
b660b033ad
All: remove macros MAX, MIN, ABS from macros.h and replace these macros by std::max, std::min and std::abs (mainly found in old code).
13 years ago
Lorenzo Marcantonio
082d901d60
Encapsulated drawmode as an enum for type checking
13 years ago
Wayne Stambaugh
8985a1807b
Encapsulation and other minor improvements.
* EDA_DRAW_PANEL completely encapsulated.
* Moved OSX m_overlay member from EDA_DRAW_PANEL to EDA_DRAW_FRAME where
it is used.
* Doxygen comment warning fixes.
14 years ago
Wayne Stambaugh
4b853dedb4
Application name capitalization fixes.
* Correct all user strings and comments for the correct capitalization of
application names according to JP. They are KiCad, Pcbnew, CvPcb,
Eeschema, and GerbView.
* Add a note the the user interface policy about the correct capitalization.
14 years ago
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
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
Wayne Stambaugh
b98538ec35
Add copy constructors and cloning to schematic objects and other minor fixes.
15 years ago
jean-pierre charras
5bab73d638
Eeschema: fix issues in drag command (mainly hotkey command and forgotten wire ends connected to components to drag).
Rename EDA_Rect::Inside to EDA_Rect::Contains ( EDA_Rect::Inside( const EDA_Rect& aRect ) was very ambiguous )
Fix some Doxygen warnings and erroneous comments; Add comments.
15 years ago
Wayne Stambaugh
a8a99abefe
Schematic object hit testing improvements.
15 years ago
Wayne Stambaugh
adb4ad1a7b
Schematic object improvements and other minor fixes.
15 years ago
Dick Hollenbeck
6c9244e8c3
fix function comments, this time ones in *.cpp files until they
can be deleted later if they exist in the headers, or moved to
headers if they should exist in the headers.
15 years ago
Dick Hollenbeck
636b2d301e
function comments, fix ones in *.cpp files until they can be deleted if they exist in the headers
15 years ago
stambaughw
bc5d9a75f5
Complete comment translation of common source.
16 years ago
charras
d188bf5ae1
better compatibility with wxWidgets 2.9. Markers enhancement in pcbnew (right click can display marker info)
17 years ago
charras
baa278a3bc
More about ERC and markers in eeschema ( work in progress )
17 years ago
charras
c61cce48c0
More about ERC and markers in eeschema ( work in progress )
17 years ago
charras
6d930edec3
work in progress about ERC and markers in eeschema
17 years ago
charras
0d2ee0c023
See changelog. work in progress about ERC and markers in eeschema
17 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
stambaughw
b833a46bad
More header file realignments to reduce recompiling and general code cleaning.
17 years ago
stambaughw
2e5a57e100
New zoom implementation and some build optimizations.
17 years ago
dickelbeck
aab39d1de7
injected DLIST<> into many list heads, see change_log.txt
17 years ago
dickelbeck
aa93f54d97
BOARD_ITEM::Draw()
18 years ago
dickelbeck
f406e9d97a
drc dialog fixes
18 years ago
CHARRAS
e3a3d16af8
small bugs fixed. Added: Support for microvias (see changelog)
18 years ago
CHARRAS
6c3235c112
first DRC control about zone outlines. Needs improvements, but works
18 years ago
dickelbeck
3465bfeb82
2nd of 3 commits for DrcDialog rework
18 years ago
dickelbeck
128521f0fe
2nd of 3 commits for DrcDialog rework
18 years ago
dickelbeck
0415674d82
MARKER and DRC rework, continued
18 years ago
CHARRAS
2a5676b2e2
Add class_marker.cpp and class_marker.h. Some other minor changes
18 years ago