8102 Commits (32d4dae5ef8b006aa2a4fd057ef6fbce81662521)
 

Author SHA1 Message Date
Simon Richter 32d4dae5ef CMake: use CMake's position independent code handling. 10 years ago
unknown 893e018bc9 Better warning messages in duplicate zone 10 years ago
jean-pierre charras 256e47c00f Commit missing file FindGLM.cmake 10 years ago
Maciej Suminski 231eaecf34 Removed the included GLM library, switched to the system one. 10 years ago
Wayne Stambaugh 2667109c44 Eeschema: SCH_SHEET improvements for Eeschema refactor. 10 years ago
Simon Richter 2869c9f49a CMake: use visibility definitions in provided by CMake when available. 10 years ago
jean-pierre charras ab7350bf2d Better fix for issue fixed in rev 6350 10 years ago
jean-pierre charras fefa8d16f0 math_for_graphics.cpp: use abs() instead of std::abs() for integer values, to avoid errors with some compilers. 10 years ago
jean-pierre charras c80d92e927 Kicad manager: fix a potential bug which could crash Kicad manager. math_for_graphics.cpp: remove useless includes. 10 years ago
unknown 2e04d4d621 Fix the following bugs in the IDF export: 10 years ago
jean-pierre charras 4c880400b1 Better sizing of wx_html_report_panel in dialog_netlist (fix bug #1522758) 10 years ago
Wayne Stambaugh b04f18b245 CMake: remove OpenSSL download and build dependency code. 10 years ago
jean-pierre charras c99f6722df Messages created by IO_ERROR and PARSE_ERROR: the short filename of the kicad source file is printed instead of the full filename. 10 years ago
jean-pierre charras 23a0dddea9 Potrace library: update version from 1.8 to 1.12 10 years ago
Maciej Suminski 9b4d12653e FIxed the drawing layer for arcs (GAL). 10 years ago
Maciej Suminski d373915340 Fixed crash when context menu is invoked during track dragging (GAL). 10 years ago
Wayne Stambaugh dd06abf002 Documentation: improvement to build from source on windows docs. 10 years ago
jean-pierre charras f4cf050669 Eagle plugin: fix typo errors. Use paired fab layers for layers 51 and 52. Not perfect, but better than the old choice (drawing layer) 10 years ago
unknown 42525dda98 Eagle importer support dimensions 10 years ago
unknown 6abffca175 Fix incorrect import of footprint fields NAME and VALUE in Eagle import board. 10 years ago
Wayne Stambaugh 6f5a49bb60 Remove OSX dependency builder code from CMake files. 10 years ago
jean-pierre charras 7b0d981f21 pcb_calculator: bigger (more readable) microstrip_zodd_zeven bitmap. 10 years ago
Wayne Stambaugh 6e9237593d Update credits in AUTHORS.txt and about dialog. 10 years ago
jean-pierre charras 7f49fc9a03 Fix a minor bug I created in rev 6332 in dialog_design_rules.cpp (a line of code removed by accident). 10 years ago
jean-pierre charras 19e06f13fc Commit change which was missing in commit 6332 ( Pcbnew: auxiliary axis shape: use the same look as GAL, to be consistent with GAL.) 10 years ago
jean-pierre charras da9f68911c Autosize row label column in wxGrid in pcb_calculator and design rules dialog. 10 years ago
jean-pierre charras 407aa9c586 Very minor fix: a pcbnew option (show page limits) was not stored in user config, and was lost after closing the session. 10 years ago
unknown c1b46e6ed8 Fix bug Bug #1519590 (gal cannot start on surface book) 10 years ago
Adam Wolfe e511afdf0f Fix bug in library-repos-install.sh. 10 years ago
jean-pierre charras 22fb7dafba Rename the automatically generated version.h to kicad_build_version.h as a workaround to an issue in msys2: for a very obscure reason, version.h was added as dependency to most of .cpp files. 10 years ago
jean-pierre charras 9dc5bc4c66 Rename the automatically generated version.h to kicad_build_version.h as a workaround to an issue in msys2: for a very obscure reason, version.h was added as dependency to most of .cpp files. 10 years ago
jean-pierre charras 2afee8fb58 Make translation easier in dialog_create_array_base. 10 years ago
Wayne Stambaugh 08d9b362be More developer credit updates. 10 years ago
Wayne Stambaugh 4b85adb7d3 Developer credit and copyright updates. 10 years ago
jean-pierre charras 4749921bbc Remove confirmation dialog when deleting footprints. 10 years ago
Chris Pavlina bbba5d5c47 Eeschema: fix find and replace bug where replace value lags by one cycle. (fixes lp:1517101) 10 years ago
Tomasz Wlostowski 72b0593fdb Pcbnew: push and shove router fixes. 10 years ago
Wayne Stambaugh 20b6346180 Update authors.txt and developer list in about dialog. 10 years ago
jean-pierre charras 21d700facc Replace "module" by "footprint" in a few messages. 10 years ago
Wayne Stambaugh ebdc1e4b17 Pcbnew: minor footprint properties dialog fixes. 10 years ago
jean-pierre charras 7f9a07334e Remove the 32 chars limit in chipname in dialog_edit_component_in_schematic, which is useless and creates a bug in wxGTK if the intial chip name has more than 32 chars. (Fix [Bug 1516157) 10 years ago
jean-pierre charras f31f129ce7 Remove the 32 chars limit in chipname in dialog_edit_component_in_schematic, which is useless and creates a bug in wxGTK if the intial chip name has more than 32 chars. 10 years ago
jean-pierre charras 49d75d5850 Drill file generation: add the option to merge NPTH and PTH, which was disabled recently, due to code changes. 10 years ago
jean-pierre charras d5aef07816 Kicad manager: fix a very serious bug which crashes Kicad when running and closing gerbview, pcb_calculator, bitmap2component or pl_editor, when the Kicad manager frame is not the top level frame (It happens very easily if eeschema or pcbnew is running, after opening and closing a dialog). 10 years ago
unknown 3e8b4503d1 Try to fix Bug #1458215 (3D viewer plane artifacts on first render) 10 years ago
unknown 4141a250fe Eagle plugin: remve a non-static initializer. 10 years ago
Jon Neal 19075e3434 Pcbnew: fix segfault in eagle plugin when importing zone keepout areas. 10 years ago
jean-pierre charras c3b51b0d07 2 very minor fixes in Eeschema: 10 years ago
jean-pierre charras a356293fee Cvpcb: Fix incorrect unique pad count for footprints using mixed letters/digits in pad name (like AA12, AB12 or Anod for instance.) and skip pads with no pad name. 10 years ago
Wayne Stambaugh 8f79b4fb11 Pcbnew: fix minor Doxygen comment error. 10 years ago