101 Commits (4.0)

Author SHA1 Message Date
jean-pierre charras b1cd42cf08 Pcbnew: simplify draw code in default canvas and plot functions by removing the plot LINE option, which is not existing in all plotters, not existing in opengl/cairo canvas, and not usefull in default canvas. 12 years ago
jean-pierre charras 9cfb97d8b4 Add hight contrast option in Modedit. In hight contrast mode, solder masks and solder paste are shown. 12 years ago
Wayne Stambaugh fd0d266bfe More missing source license fixes. 12 years ago
Dick Hollenbeck a42490e0f3 work on footprint plugin API 15 years ago
Dick Hollenbeck 697f912307 moving objects into BOARD which are saved in a *.brd file, for PLUGIN access 15 years ago
Wayne Stambaugh cd0b231656 Minor fixes, dead code removal, and coding policy fixes. 15 years ago
Wayne Stambaugh 4b853dedb4 Application name capitalization fixes. 15 years ago
Roman Bashkov 611a5155fc pcbnew: 15 years ago
Wayne Stambaugh de96452c41 Minor common PCB library code fixes. 15 years ago
Wayne Stambaugh edd35b4e90 PCB common library header rationalization. 15 years ago
jean-pierre charras 0132ceb3a1 Pcbnew: remove support of .mdc files (now useless) (already done in cvpcb). 16 years ago
jean-pierre charras fe50448399 Pcbnew: remove duplicate definitions of some flags (like EDIT and IN_EDIT) that have exactly the same meaning, but different values... (very dangerous) 16 years ago
charras 607ec762d3 Code cleaning and more about work items visibility 17 years ago
charras 5732d815c6 Work on colors handling, and others changes. see changelog. 17 years ago
charras f6656e0384 fixed eeschema crash when using the hotkey m (move) command. 17 years ago
charras 28f3b1988d Pcbnew: Code cleaning about visibility variables in draw functions. 17 years ago
dickelbeck 920186ddb4 more layer widget incorporation 17 years ago
dickelbeck 58fc9d8f09 layer widget incorporation into pcbnew 17 years ago
charras 04f41a4a7b menu cleaning and changing obscure menu info. and menu labels 17 years ago
charras 27346c7e79 Pcbnew and Gerbview: Refactor dialogs for plot and print. 17 years ago
charras b24118ebbd changed last layer constants XXX_LAYER_CU and XXXX_LAYER_CMP to XXX_LAYER_BACK and XXX_LAYER_FRONT 17 years ago
charras 703420baac changed layer constants XXX_CU and XXXX_CMP to XXX_BACK and XXX_FRONT 17 years ago
charras bec48d8ab2 changed COPPER_LAYER and CMP_LAYER to LAYER_BACK and LAYER_FRONT 17 years ago
charras 6769e4c94a code cleaning and fixed a TODO remark in EDA_BoardDesignSettings::SetEnabledLayers( int aMask ) 17 years ago
dickelbeck 860fbb16d7 ++pcbnew & gerbview 17 years ago
stambaughw d2eac37ddf Comment translation complete, Yeah!!!! 17 years ago
charras f02192f73e Gerbview: fixed some problems in layers visibility selection. clean up. 17 years ago
charras e027e65971 code and files cleanup 17 years ago
charras fe10a9938f Removed global default clearance, track size and vias drill. Use netclasses values only. 17 years ago
dickelbeck 25973e5608 Isaac's next layer selection and configuration work step 17 years ago
dickelbeck b4fe26a31f Isaac's next color/layer work step 17 years ago
dickelbeck 7e93bb19df Isaac's via patch 17 years ago
charras f3590e51ff pcbnew: fixed a crash when removing A netclass. More about netclass work. 17 years ago
charras e8fef505f8 Pcbnew: fixed a double deletion that crashes pcbnew. Starting my work on net classes (moving target) 17 years ago
dickelbeck 362b6b53f6 NETCLASS work, see CHANGELOG.txt 17 years ago
charras 41c80dd95b pcbnew: work on undo/redo in progress 17 years ago
charras 42022adb3f code cleaning 17 years ago
charras d535a0fc97 pcbnew: Starting work on undo/redo in pcbnew. Only some delete item commands are stored in undo/redo stack 17 years ago
jerryjacobs db6630b81c Added hauptmech big patch, Updated documentation to match this patch. See CHANGELOG.txt 17 years ago
charras e877819945 Pcbnew: Added: Option to show the via area while creating a new track. Better code. 17 years ago
charras 92266a1986 Pcbnew: Added: in DRC tests: tests for vias min size and tracks min width. 17 years ago
charras 3f970c85ce more cleanup and enhancements about rats nest (work in progress) 17 years ago
charras e073bdc042 Pcbnew: cleaned code in ratsnet calculations (work in progress). The new code is also faster. 17 years ago
stambaughw 8bf7911125 Build improvements, compiler warning fixes and build fixes, and lots of clean up. 17 years ago
charras cfc3d9194d pcbnew: erroneous extension when savin *.mdc files (saved as *..mdc) 18 years ago
stambaughw 689579bde1 Global variable unobfuscation, new library path search, and lots of other changes. See CHANGELOG.txt. 18 years ago
charras 2eaa28f0cb Pcbnew: some enhancements 18 years ago
stambaughw b833a46bad More header file realignments to reduce recompiling and general code cleaning. 18 years ago
charras 9dae370c1f cleanup, cosmetic enhancements. enhancements about display zones options 18 years ago
stambaughw f966097d5a Improved grid implementation, 3D viewer debug assertion fix, moved drawpanel.cpp to common library, and added WinEDA_Appl declaration. 18 years ago