65 Commits (0d09128f6cc7537d0d6be68a9725a562c33d29c4)

Author SHA1 Message Date
jean-pierre charras 7291059489 replace lib_dxf by dxflib from qcad in dxf2idf code 7 years ago
jean-pierre charras 72d1597201 DXF import: add import of DXF splines that are converted to Bezier curves. 7 years ago
jean-pierre charras 91209e194c Remove useless tests after operator new 8 years ago
Seth Hillbrand c69db6cf8f Adding rounded rect and custom pad shapes to VRML export 8 years ago
Camille 9ff66a5274 Fix unnecessary value parameter detected by clang-tidy. - Replace value parameter by const reference parameter or move-assignement in some cases 8 years ago
Cirilo Bernardo 68bcdec87e Workaround for non-ASCII filenames in Windows 9 years ago
Simon Richter b0f9864bc4 Clean up warnings from exception handlers 9 years ago
Simon Richter 59c81976dc Explicitly mark overriding functions. 9 years ago
Cirilo Bernardo d3771d53ef Updated VRML exporter and fixed some VRML related bugs 9 years ago
Maciej Suminski 71aade6b51 Fixed a few warnings (mostly gcc6 -Wmisleading-indent). 10 years ago
Simon Richter 3e5443166e Use wxIMPLEMENT_APP_CONSOLE for console apps 10 years ago
Cirilo Bernardo 8c116d1a21 Convert idf2vrml to use wxApp etc for option processing 10 years ago
Simon Richter 71bbddc30c Drop <libgen.h> and <unistd.h>, no longer needed 10 years ago
Simon Richter 96ec9db5d6 Add missing C++ stdlib headers 10 years ago
Cirilo Bernardo c2a60d14d7 3D: fix issues reported by Coverity scan 10 years ago
Cirilo Bernardo 37ada5d04a Fix and improve IDF tools 10 years ago
Cirilo Bernardo 978268250e Removed temporary printout used for debug 10 years ago
Cirilo Bernardo e4b074f04f Added PolyLine support and units scaling to the dxf2idf tool 10 years ago
Simon Richter ba66f0360a Avoid comparing filepos with integers 10 years ago
Cirilo Bernardo 4919f2ba75 Fix IDF parse error when final EOL is missing 10 years ago
Cirilo Bernardo 7dd4bd9f09 Improving VRML1/2 parsers 10 years ago
Wayne Stambaugh c751bf60bc Remove Boost library building and other build improvements. 10 years ago
jean-pierre charras c4ea4dc0df Fix some warnings (looking like potential bugs) detected by cppcheck, (a few from a patch from Julien Nabet <serval2412@yahoo.fr>), remove not used vars and a few coding style fixes. 10 years ago
Cirilo Bernardo 86c54ce636 Modified IDF plugin to support IDF assemblies (*.emn) in addition to component outlines (*.idf) 10 years ago
Cirilo Bernardo 879c445b55 Preparing IDF plugin to support EMN/EMP files 10 years ago
Cirilo Bernardo 008d8a540a + Fixed bug in SGSHAPE::Prepare() : bad assignment of color pointer 10 years ago
Cirilo Bernardo c251fbac75 + Improved the normals calculations (however it's still buggy) 10 years ago
Cirilo Bernardo 3ff8ca0caf Refactored to use new generic plugin base 10 years ago
Cirilo Bernardo 86042d86a6 Added partial render ability to IDF plugin 10 years ago
jean-pierre charras 19124ceee8 Fix crash when exporting vrml (see bug Bug #1502549) when there is a Glu error. 10 years ago
unknown 508a9b2f06 IDF tool export: fixes a bug in the idf2vrml tool which results in the incorrect rendering of OTHER_OUTLINE sections which are placed on the bottom layer. 10 years ago
unknown a85964b8ad fix incorrect slot orientation and width in export IDF 10 years ago
unknown 10098b5c71 Some minor fixes and cleanup. 10 years ago
Nicolas PLANEL 1b5db6cb66 Avoid memleak on ColorMap during normal usage 11 years ago
unknown a1349ceb96 Fixes 2 critical bugs in the IDF framework code: 11 years ago
unknown de06578b4b Fix IDF code bug in the calculation of the outlines winding direction. 11 years ago
unknown ea11c013b6 fix bug in idfcyl utility 11 years ago
jean-pierre charras ede0daf9db lib_dxf: Update to version 0.5.13 (previous: 0.5.11) due to a bug (memory leak) fixed in 0.5.13, which has also more comments, and try to fix most of coverity warnings (not initialized class members). 11 years ago
jean-pierre charras 39497b109e Pcbnew: fix Bug #1422093 (pcbnew crashes after editing a footprint cominng from the board with the fp editor and saving it on a librray and trying to load it to the board) 11 years ago
Cirilo Bernardo dcdaee4c63 Pcbnew IDF and VRML exporter Coverity scan error fixes. 11 years ago
Cirilo Bernardo 1acfbb0ddd Coverity scan IDF fixes. 11 years ago
unknown b269128b8c Fixes issues with IDF file I/O on Windows (the famous 'ascii vs. binary' issue) and the reported problem of partial paths when KISYS3DMOD is specified. 11 years ago
Ashley Mills bcbad9d3ec Fix FreeBSD build issues. 11 years ago
Camille 5729ee7ea5 Compile warning fixes and minor code policy fixes. 11 years ago
unknown d54675b56b Fix bug in IDF export (plus minor cleaning up of IDF/VRML export) 11 years ago
Bernhard Stegmaier 8b3c14c08b OSX build improvements. 11 years ago
jean-pierre charras 3a62a59514 3d viewer: fix a (minor) bug when run from cvpcb or modedit: the footprint is now centered on Z axis 11 years ago
unknown 3f8c091092 export IDF without empty PLACEMENT section 11 years ago
jean-pierre charras 9ecb10996c Fix wx28 compil issue, and a compil warning. 11 years ago
unknown a91eabb805 Apply vrml_layer_pth, from Cirilo Bernardo 12 years ago