174 Commits (7170720f3c44bfcca3d329b995966a0cd483fab3)

Author SHA1 Message Date
Wayne Stambaugh 8985a1807b Encapsulation and other minor improvements. 14 years ago
Dick Hollenbeck 463c17b807 fix EDA_ITEM::Show() prototype bug, fix KICAD_PLUGIN::Save() problem with netclasses. 14 years ago
Dick Hollenbeck c4979318d2 more plugin work 14 years ago
Wayne Stambaugh c2f1113e5d Fix Pcbnew KICAD_T enum names for consistency. 14 years ago
Wayne Stambaugh 4b853dedb4 Application name capitalization fixes. 14 years ago
Wayne Stambaugh de96452c41 Minor common PCB library code fixes. 14 years ago
Wayne Stambaugh edd35b4e90 PCB common library header rationalization. 14 years ago
Wayne Stambaugh ebc7259a91 Rename WinEDA_App class to EDA_APP and remove redundant includes. 14 years ago
Wayne Stambaugh 2fb2ab0d37 Refactor PCBNew selection clarification menu text code. 15 years ago
Wayne Stambaugh a367dea4db Fix most GCC 4.6 compiler warnings and minor bug fix. 15 years ago
Wayne Stambaugh 67f70fe079 Coding style and Doxygen comment fixes. 15 years ago
jean-pierre charras e68662c19e Fix bug 741352. 15 years ago
jean-pierre charras 38269efa47 Fix bug 741352 15 years ago
Wayne Stambaugh 1010601a78 PCBNew control update bug fixes, fixes lp:725963. 15 years ago
jean-pierre charras 92952b70aa Use UTF-8 encoding only in kicad files. Under Linux, this was already the case. Under Windows, texts with non ascii characters must be corrected. 15 years ago
Wayne Stambaugh ee003180bc Global variable removal and minor Doxygen comment fixes. 15 years ago
Wayne Stambaugh d657b43052 Use wxDC for all coordinate manipulations. 15 years ago
Wayne Stambaugh 73e38ce98c EESchema code refactoring and coding policy naming fixes. 15 years ago
Marco Mattila e79b596308 Add FILTER_READER class. Introduce FILE_LINE_READER into pcbnew. 15 years ago
Marco Mattila b752cfdea2 Add edit menu and right-click menu items to pcbnew for resetting module and other text field sizes to current defaults set in Preferences->Dimensions->Texts and Drawings. 15 years ago
jean-pierre charras a9010796e0 Doxygen comment warning fixes. 15 years ago
jean-pierre charras 258cebf1a8 Fix some Doxygen warnings. No new code. 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 adb4ad1a7b Schematic object improvements and other minor fixes. 15 years ago
jean-pierre charras 2cdce05d45 Pcbnew: minor code cleanup and enhancement in zone filling. Commit patch from Marco Mattila. Eeschema: minor bug fix about dangling ends. removed obsolete file 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 3066c70559 Implement wxDC coordinate handling and wxGCDC. 16 years ago
charras a46cd46d9d pcbnew: More about work on color selection and items visibility: 16 years ago
charras 5732d815c6 Work on colors handling, and others changes. see changelog. 16 years ago
dickelbeck 920186ddb4 more layer widget incorporation 16 years ago
charras 703420baac changed layer constants XXX_CU and XXXX_CMP to XXX_BACK and XXX_FRONT 16 years ago
charras 6769e4c94a code cleaning and fixed a TODO remark in EDA_BoardDesignSettings::SetEnabledLayers( int aMask ) 16 years ago
dickelbeck 860fbb16d7 ++pcbnew & gerbview 16 years ago
charras 1a6b90d057 fix last French to English translations problems 16 years ago
stambaughw 4611bfd58c Comment translations. 16 years ago
charras e027e65971 code and files cleanup 16 years ago
stambaughw 7e24e43890 wxWidgets 2.9 string fixes and other minor updates. 16 years ago
charras b1a8a0749a All: better look when displaying items info on messages panel 16 years ago
dickelbeck b4fe26a31f Isaac's next color/layer work step 16 years ago
charras a6fc132999 More about undo/redo in pcbnew 17 years ago
charras ce9db78c95 Cleaned and optimized code about new hershey fonts and bold texts handling (see changelog) 17 years ago
charras 42b4cae45e commit hershey patch 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 689579bde1 Global variable unobfuscation, new library path search, and lots of other changes. See CHANGELOG.txt. 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
charras daeb9f0e07 Cleaning code to draw/plot texts; italic allowed for pcbnew 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