109 Commits (f06bfe6d70b0654455f5a6f83bf826f759e90d9e)

Author SHA1 Message Date
jean-pierre charras 06f59a94ed eeschema: Find Replace: fix a bug in replace command: sometimes, the string to replace was found, but not replaced if this string contained lower case letters. 11 years ago
jean-pierre charras 5f01f123de All: GetBoundingBox returns now a const EDA_RECT. 12 years ago
jean-pierre charras 44d9607461 Pcbnew: Fix incorrect bounding box calculation of texts. Only noticeable with boards conveted from Eagle, which are using other text justification than center. 12 years ago
Wayne Stambaugh f0b2565f12 Eeschema find/replace bug fixes and improvements (fixes 1208616). 12 years ago
jean-pierre charras e9713bb291 Pcbnew: Block selection enhancement, from Bug #593997 (whishlist) 12 years ago
Maciej Suminski e262b32198 Introduction of Graphics Abstraction Layer based rendering for pcbnew. 13 years ago
Lorenzo Marcantonio 27ee815742 Minor flags and layer mask cleanup 13 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
Wayne Stambaugh d8b60a14e1 Pcbnew s-expression file format improvements. 14 years ago
jean-pierre charras 5d5eb7d38c Fix a serious bug in EDA_RECT::Intersects 14 years ago
Wayne Stambaugh bed96be750 Internal unit improvements and Pcbnew s-expression file format changes. 14 years ago
Wayne Stambaugh 9c16a218c0 Pcbnew s-expression file format changes. 14 years ago
Wayne Stambaugh d7feb9ab45 Initial Pcbnew s-expression file format commit. 14 years ago
Wayne Stambaugh 45445dd88f Minor code improvements and coding policy fixes. 14 years ago
Wayne Stambaugh 058e17edf7 Minor code and Doxygen comment improvements. 14 years ago
Wayne Stambaugh aaa1cc3e02 Eeschema object list and other minor improvements. 14 years ago
Dick Hollenbeck b8a0ab4c52 switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 14 years ago
Wayne Stambaugh 5289c22087 Pcbnew object improvements. 14 years ago
Wayne Stambaugh 409d6e8ea2 Eeschema schematic object improvements. 14 years ago
Wayne Stambaugh b774d96fb0 Minor coding policy and code readability improvements. 14 years ago
Wayne Stambaugh 8985a1807b Encapsulation and other minor improvements. 14 years ago
Wayne Stambaugh 6c28cdc62c More encapsulation work and other minor improvements. 14 years ago
jean-pierre charras 018ffe7eac fix bug: EDA_ITEM::m_forceVisible not initialized in constructor. 14 years ago
Dick Hollenbeck 463c17b807 fix EDA_ITEM::Show() prototype bug, fix KICAD_PLUGIN::Save() problem with netclasses. 14 years ago
Wayne Stambaugh a63a2006f0 Add Eeschema replace code. 14 years ago
Dick Hollenbeck b979d1e0b9 plugin work, accessors 14 years ago
Wayne Stambaugh 35749e57c4 Fix Eeschema find item bugs and other minor changes. 14 years ago
Wayne Stambaugh 4b853dedb4 Application name capitalization fixes. 14 years ago
Marco Mattila 66f1de70c7 Add horizontal text justification to text items in pcbnew. 15 years ago
Wayne Stambaugh baa0d7920a EESchema bug fixes and other minor changes (fixes lp:793373). 15 years ago
Wayne Stambaugh 86bf955db7 Add hit testing clarification to schematic library editor. 15 years ago
Wayne Stambaugh 67f70fe079 Coding style and 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
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 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
Wayne Stambaugh 3fed7b9dd9 Component library object encapsulation work. 15 years ago
jean-pierre charras fdb18547a6 Eeschema: fix bug 676532. Minor enhancements. 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 b8cc86bd86 Fixed: eeschema crashes when creating a new text (comment) in schematic 16 years ago
charras 3ddc57e6d0 fixed some minor bugs and code cleanup 16 years ago
stambaughw bc5d9a75f5 Complete comment translation of common source. 16 years ago
charras c03abc0b65 eeschema, libedit: fixed a bug than crashes libedit when using the delete tool, on a left click. 16 years ago
charras fe10a9938f Removed global default clearance, track size and vias drill. Use netclasses values only. 16 years ago
stambaughw 8570d3311a Component library editor improvements and minor bug fixes. 16 years ago
charras 2a80117065 Commit patch for plot functions from Lorenzo 17 years ago
charras f43d1aaa54 Added text justification for graphic texts in libedit and more(see changelog) 17 years ago