106 Commits (46fd32b7385f7c7a9de8901b9f6ec4be3a34db4f)

Author SHA1 Message Date
Roberto Fernandez Bautista 41bf397d24 CADSTAR Schematic: Fix parsing of ATTRCOLORS. 4 years ago
Jeff Young 739f4d0a1e Improvements to Eagle dimension importing. 4 years ago
Jeff Young cf33cfcad1 Round Altium unit conversions to nearest 10nm. 4 years ago
Thomas Pointhuber 8ef7252330 altium: Don't use string concatenation for paths pointing in the compound file 4 years ago
Marek Roszko ca7840334c Mark some limits as constexpr 4 years ago
Thomas Pointhuber 5aff3ef949 altium: First prototype to parse tracks of a footprint 4 years ago
Thomas Pointhuber 0129e49b79 altium: Introduce new ALTIUM_COMPOUND_FILE object to handle file opening and searching for streams at a central place 4 years ago
Thomas Pointhuber 2cc9517cfd altium: Allow extraction of names of footprints stored in *.PcbLib file 4 years ago
Thomas Pointhuber c6504628f0 altium: Fix Compound File Reader which returned wrong entries 4 years ago
Jeff Young e61144d45a Finish with EDA_ANGLE. 4 years ago
Marek Roszko 726d873c53 Tear down the wxPoint trigo helpers 4 years ago
Marek Roszko ea613cf448 Another batch of point changes 4 years ago
Marek Roszko c4c56de708 Neurotically update position wxPoint usages 4 years ago
Jeff Young 86cb57f4a7 Cherry-pick TEXT_ATTRIBUTES and EDA_ANGLE from rockola/kicad-strokefont 4 years ago
Jeff Young b84a85f648 Cleanup dead code and stale TODOs. 4 years ago
Jeff Young e26341d424 Cleanup. 4 years ago
david-beinder a9b4465703 Altium import: Use UTF16 string table for PCB texts 4 years ago
Jeff Young 4fe025909d Fix centered rotated text in Pcbnew Eagle importer. 4 years ago
Roberto Fernandez Bautista 4d5a344ed5 CADSTAR: Reduce slowdown from progress reporting 4 years ago
Jeff Young f66654247a Read netclasses when importing Eagle projects. 4 years ago
Seth Hillbrand 754464cb3b Fix coverity error 4 years ago
Jon Evans 0a5bb093d0 Fix gcc build 4 years ago
Roberto Fernandez Bautista 625e56676a Add progress reporting to CADSTAR Schematic & PCB importers 4 years ago
Roberto Fernandez Bautista 0aa37d1173 Fix issues with new overbar syntax 4 years ago
Jeff Young 6aaf4413b3 Fix kicad_string.h / string.cpp mismatch. 4 years ago
Jeff Young f221220fe2 Rename layer ids file. 4 years ago
Wayne Stambaugh 37b200cb3e Pass wxString objects by reference instead of on the stack. 4 years ago
Jeff Young 373f0335c8 Convert Altium radial dimensions to leaders. 4 years ago
Jeff Young 531f5480a7 Reduce line-breaks and increase SNR. 4 years ago
Wayne Stambaugh bcd6bddfd4 Start expunging NULL. 4 years ago
Jeff Young 01d3a88faa Allow unnamed embedded step files in altium boards. 4 years ago
Jeff Young f59ee53540 Comparen canonicalKey, not raw key. 4 years ago
Jeff Young a4263ebce5 Clean up Altium special string handling 4 years ago
Jeff Young 190b0ecdeb Formatting. 4 years ago
Jeff Young 799d6690c0 Only convert overbar syntax on names, refdes and text. 4 years ago
Jeff Young 6cc564aead KiCad variable resolution is case sensitive OR all-upper-case. 4 years ago
Jeff Young f8a34d98b3 Support for overbar syntax in Altium importer. 4 years ago
Jeff Young 0dfb5fcaf9 Error message cleanup. 4 years ago
Thomas Pointhuber e50eaed7b9 altium: Improve parsing of UTF-8 data 4 years ago
Marek Roszko 0e16db0c25 Kick wx.h mostly out of common 5 years ago
Marek Roszko 3ae4aa493f cadstar_archive_parser.h doesn't need dsnlexer.h 5 years ago
Marek Roszko 5bb6f8c5e3 hashtables.h doesn't need eda_item.h 5 years ago
Marek Roszko 581ba21865 Remove wx includes out of cadstar_archive_loader.h 5 years ago
Marek Roszko eeb405c196 Cleanup some more excess math/util includes 5 years ago
Marek Roszko cf2bb5692a Remove the wxLog calls from math/util.h for now 5 years ago
Jon Evans 4f191ce2c7 Squash GCC warning about boolean expression 5 years ago
Roberto Fernandez Bautista 9148542219 CADSTAR Schematic: Fix Text Positioning within Symbols 5 years ago
Thomas Pointhuber f13eb13b9a altium: import images from SchDoc 5 years ago
Roberto Fernandez Bautista d041578150 CADSTAR Schematic: Fix import of text alignment 5 years ago
Roberto Fernandez Bautista 213d2fe977 CADSTAR: Parse missing NOTPICKABLE node 5 years ago