13 Commits (48ce1239a26b32acc8f029f7832f7ec48c3fcbb6)

Author SHA1 Message Date
Mark Roszko 11ff16be4e Switch to scoped enums 6 years ago
Seth Hillbrand b5f021ff9f Cleanup: Replace push_back with emplace_back 6 years ago
Jeff Young d6e9bdf07b Convert remaining legacy drawing code to print code. 7 years ago
Jeff Young fd546da640 Homogenize hit testing and selection return types. 7 years ago
Seth Hillbrand 1e5ba6f1b1 Replace DIM() macro 7 years ago
jean-pierre charras 83d851956c classes MARKER rework: remove duplicate code. Better HitTest code (HitTest takes in account the actual shape) 7 years ago
jean-pierre charras 15843ae01a class MARKER rework: fix a few minor issues, remove duplicate code and add comments. 7 years ago
Tomasz Wlostowski 838458bc3a eeschema-gal: Base refactoring before GALification of the eeschema legacy canvas. 7 years ago
Jeff Young ef3e045a9b Eradicate g_UserUnit from ERC/DRC. 8 years ago
Jeff Young 3e190cee4b Implement selection brightening for DRC. 8 years ago
Jon Evans 3103e3dc4c DRC: Center zoom on marker location, not DRC item start location 8 years ago
jean-pierre charras d0754acf00 Fix code after renaming files 8 years ago
jean-pierre charras 398f6d7b32 rename a few files 8 years ago
jean-pierre charras 4c5bd01887 Rename a few files 8 years ago
jean-pierre charras 4b4d9d9770 Plot solder mask layer: fix incorrect margin of zones drawn on this layer (zone areas were slighly larger than the actual areas) 10 years ago
jean-pierre charras 6dd0073130 Move the non shared file class_sch_screen.h to eeschema folder. Code cleaning. Remove some wxCHECK_VERSION tests now useless. 10 years ago
jean-pierre charras 32f0ea621f Shape poly set: fix bug in BBox calculation. Class MARKER : fix broken code and clean code. Fix bug #1369682 (EESchema Erc not show error count) due to this broken code. 10 years ago
Wayne Stambaugh e8362df15f Add missing source file licenses and code policy fixes. 11 years ago
jean-pierre charras 771ac33c80 Pcbnew: fix a minor bug: in zones with no net, only the zone clerance was used to created clearence, regardless the pad or footprint local clerance. 12 years ago
Maciej Suminski 1e04f3b948 Removed excessive variable (m_Corners) from MARKER_BASE. 12 years ago
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. 14 years ago
Wayne Stambaugh 4b853dedb4 Application name capitalization fixes. 14 years ago
Wayne Stambaugh 67f70fe079 Coding style and Doxygen comment fixes. 15 years ago
Wayne Stambaugh 73e38ce98c EESchema code refactoring and coding policy naming fixes. 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). 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 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