85 Commits (a196db3811e80cc25a82f0ef96b4ed074192f9ef)

Author SHA1 Message Date
Dick Hollenbeck 2c67c3ff80 * KIWAY Milestone A): Make major modules into DLL/DSOs. 12 years ago
jean-pierre charras ab27f56cc7 Doc update 12 years ago
Blair Bonnett 64da190e37 Build documentation updates and comment spelling fixes. 12 years ago
Fabrizio Tappero 28e6356250 Patch from Fabrizio Tappero: better kicad and eeschema menu entries and labels, which minor fixes. 12 years ago
Marco Serantoni 932c92af55 [MacOSX] New reorg for building system, typos and path refines 12 years ago
jean-pierre charras 63eac42d07 Fix a minor error in class D_PAD: void D_PAD::Flip( int Y ) changed to virtual void D_PAD::Flip( const wxPoint& aCentre ) (as defined in BOARD_ITEM) 12 years ago
jean-pierre charras c935624779 Use environment KISYS3DMOD to know defaut path for 3D shapes in footprint editors dialogs. 12 years ago
Marco Serantoni 2acaa2871d [MacOSX] Fixing build system, sorry guys, refining build system and make building smoother. 12 years ago
Marco Serantoni eb34364d89 [MacOSX] Automating building for OSX with KICAD_SCRIPTING, see Documentation/compiling/mac-osx.txt 12 years ago
jean-pierre charras d68940c4d2 Minor fixes. 12 years ago
Maciej Sumiński c1e68436f1 Remove assembly language files, and make building Boost optional. 12 years ago
Dick Hollenbeck 2f327f068d Documentation/guidelines/UIpolicies.txt should not speak of the unspeakable use of <> in quoted strings. 12 years ago
Dick Hollenbeck 9b3d826bc1 switch to static linking of libstdc++ on windows 12 years ago
jean-pierre charras a8e57e10e8 Remove wxUSE_UNICODE definition from CMakeLists.txt, because this define comes from wxWidgets and should not be made inside kicad 12 years ago
Dick Hollenbeck f72394cc6b Make PLUGIN::Footprint*() API functions take 'const' PROPERTIES*. 12 years ago
tomasz.wlostowski@cern.ch 979f549e99 A very short insturction for the P&S Router. 12 years ago
Carl Poirier 3f8343b341 REMOVE: USE_PCBNEW_NANOMETERS by making it the only way to go in pcbnew, effectively removing the deci-mils build. 12 years ago
jean-pierre charras 91c3f3bc83 All: use a S expression to describe the page layout (title block and grid references). Work in progress. 13 years ago
Dick Hollenbeck 8ccf0320b4 1) Add "rules" to base of tree for copying into BZR_HOME/rules. 13 years ago
Dick Hollenbeck a9a009029f fix license text in COPYRIGHT.txt, remove duplicate Documentation/copyright.txt 13 years ago
Wayne Stambaugh 2ab86e7400 Documentation and coding policy fixes. 13 years ago
Wayne Stambaugh 35bec26ff3 Update coding policy to remove support for MSVC. 13 years ago
Wayne Stambaugh facde96ec2 Add build option to use footprint library table. 13 years ago
jean-pierre charras 41c5e68e6c Pcbnew: Very minor fix in plot dialog. 13 years ago
jean-pierre charras 0a34f97624 Remove outdated (and/or erroneous) documentation. 13 years ago
Dick Hollenbeck e4d09b96bc add -fPIC for all builds, even cross comiling to Windows from Linux, even non Debug and Release builds 13 years ago
Dick Hollenbeck e1addadb4d fix compiler warnings on gcc 4.6.3, Debug build 13 years ago
Wayne Stambaugh 4d465ec8a0 Configuration and compile documentation improvements. 13 years ago
Dick Hollenbeck 00d865c173 Enhance DIALOG_SHIM to optionally call SetFocus() after the derived class's constructor has been called, for wx 2.8 and wxGTK 13 years ago
Lorenzo Marcantonio cace69a6f2 Added warning about gcc 4.7.1 miscompile in COMPILING.txt 13 years ago
Dick Hollenbeck b4ab7ef7ea remove old sourceforge mailing list export file 13 years ago
Dick Hollenbeck f2bd20ab34 Mostly EAGLE_PLUGIN work: 14 years ago
jean-pierre charras e56f76dbcf Update compiling.txt doc. 14 years ago
jean-pierre charras 6219291ddc ModEdit (and ModView): make "invisible" texts visible. They are not visible in the board editor, but must be visible in the footprint editor. 14 years ago
Dick Hollenbeck f3132afe2a segment CHANGELOG.txt according to past years and current year 14 years ago
jean-pierre charras 3a887850ee Pcbnew: Fix bug Bug #898178 14 years ago
Dick Hollenbeck 2515a806ae initial work on PCBNew PLUGIN support, in preparation for nanometer board load and save 14 years ago
Dick Hollenbeck 63399bbeea changes 14 years ago
Dick Hollenbeck dea21ba82e changes 14 years ago
Dick Hollenbeck 2fd8613777 add board internal units plan, first incomplete draft. 14 years ago
jean-pierre charras 4221c3619a Eeschema: bug 880132 : partial fix. 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
Jerry Jacobs 8a6ceaf90f Fix some minor OS X issues 14 years ago
Wayne Stambaugh c5c98f9518 Add CMake code to enable or disable using images in menu items. 14 years ago
jean-pierre charras 0b9f39fa43 Fix 3D frame issue when iconized (Windows only). 15 years ago
jean-pierre charras c50efb48d1 pcbnew: better code to read/modify/delete footprints in module libraries. 15 years ago
Jerry Jacobs 52211afbf0 Add some toolbar entries in a new menu called Tools, update OS X build documentation 15 years ago
jean-pierre charras e9c618b65a gr_basic: fix incorrect clipping of thick lines (due to changes in code, the thickness was not taken in account to calculate the clip box size) 15 years ago
jean-pierre charras cc36a80e80 Modify my previous patch about zoom issues in eeschema (remove zoom limitations). 15 years ago