41 Commits (26b7bdc35c5fd67b8a4f6f984f6dbb12c2628655)

Author SHA1 Message Date
Alexander Lunef 40f4304b2f Pcbnew: Add pcad2kicad pcb plugin, to import PCAD boards ( .pcb ASCII data file PCad 2000 format ) from Alexander Lunef 13 years ago
Wayne Stambaugh 63b884558a Doxygen warning fixes. 13 years ago
Dick Hollenbeck 063907211e more fp_lib_table work, enhance parser 13 years ago
Dick Hollenbeck 98086a8891 Change READ_LINE classes to use less virtual functions, and READ_LINE::ReadLine() to return char* 13 years ago
Dick Hollenbeck 7f84f6aeb1 Another constructor for FILE_LINE_READER which enables more consistent file open strategies, and only call setvbuf() when the file is at position 0 13 years ago
Dick Hollenbeck dd519d68ea remove unused #include <wxfstream.h> from several places 13 years ago
Dick Hollenbeck 7c5e42b4d0 switch from STREAM_OUTPUTFORMATTER to FILE_OUTPUTFORMATTER mostly throughout,and minor richio factoring 13 years ago
Dick Hollenbeck d32333a012 streamline the FILE_OUTPUTFORMATTER API for ease of use 13 years ago
Dick Hollenbeck 9cd011abbb add class FILE_OUTPUTFORMATTER and use it in PCB_IO, since it is about 8-10 faster than STREAM_OUTPUTFORMATTER 13 years ago
Wayne Stambaugh 1468a4ae31 Pcbnew s-experssion footprint library implementation. 13 years ago
Dick Hollenbeck 84c782fba7 try to delete a footprint library before exporting or creating, quietly 14 years ago
Dick Hollenbeck 0cad6e7913 carve out TITLE_BLOCK class from BASE_SCREEN, add hashtables.h for PROPERTIES 14 years ago
Dick Hollenbeck 241fdb4de4 fix compile of kicad_plugin.cpp with wxWidgets 2.9.x 14 years ago
Dick Hollenbeck 343e55b09a First working copy of KICAD_PLUGIN::Load() 14 years ago
jean-pierre charras 0dff6b9bd3 Pcbnew: Fix an issue when try to importing gpcb footprints 14 years ago
Wayne Stambaugh 4b853dedb4 Application name capitalization fixes. 14 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
Dick Hollenbeck 2cda6f4b4f early work on DLL exports for sweet lib, stop using <cstdio> which mingw seems not to like cuz snprintf() 15 years ago
Dick Hollenbeck 1ae44d090a work around 8 bit wxString B.S. 15 years ago
Dick Hollenbeck 0093f4f612 ++common: 15 years ago
Dick Hollenbeck 2dd1287141 filter_reader.cpp 15 years ago
Dick Hollenbeck e5dfd601da changes 15 years ago
Dick Hollenbeck 84ed5f501d ++new: 15 years ago
Dick Hollenbeck d2cc77ac71 see CHANGELOG.txt 15 years ago
Dick Hollenbeck 85477537ce more richio enhancements, /new work, SCH::LIB_TABLE nearly finished 15 years ago
Dick Hollenbeck a7c11a0b11 implement most of SCH::LIB_TABLE, start SCH::LPID, enhance richio 15 years ago
Dick Hollenbeck bdbd28a9f4 complete initial version of LIB_TABLE::Parse() 15 years ago
Dick Hollenbeck 80f21358a5 work on DIR_LIB_SOURCE 15 years ago
Dick Hollenbeck 067bf8518c change IOError class name spelling to IO_ERROR to conform to coding standards 15 years ago
Dick Hollenbeck 27a02d3226 fully implement nul termination for LINE_READER::ReadLine() 15 years ago
Dick Hollenbeck c3924e6fc9 fix bug lp:663929 15 years ago
Dick Hollenbeck 8b4cad8a3e make LINE_READERs have dynamic buffer sizes 15 years ago
Dick Hollenbeck 0267b05938 add PushReader and PopReader to DSNLEXER, make FILE_LINE_READER own its FILE* 15 years ago
Dick Hollenbeck 0ceb19879b implement OUTPUTFORMATTER::Quoted() 16 years ago
Dick Hollenbeck fb0bb79a8d TokenList2DsnLexer.cmake, netform.cpp enhancements 16 years ago
Dick Hollenbeck f285c8295b S-expression in xnode.cpp 16 years ago
jean-pierre charras ff11ed0f38 Bug fixes, code cleaning and Cvpcb enhancements (see changelog) 16 years ago
dickelbeck 625210e9c7 comment 16 years ago
dickelbeck 2decdbdd14 ++common 16 years ago
dickelbeck ceb6ad1a72 * Factored out the DSNLEXER class so it can be re-used more generally. The 16 years ago