11545 Commits (cb422e29dfa4e3cf6783a0ad120195775a3de63c)
 

Author SHA1 Message Date
Seth Hillbrand cb422e29df Eeschema: Filter out empty libraries 8 years ago
Seth Hillbrand 394749f1d6 Eeschema: calculate not-connected pins correctly 8 years ago
Seth Hillbrand f0fecba9e1 Eeschema: add junction to 3-component/wire connection 8 years ago
Maciej Suminski d205366da7 Add support for wchar_t to SWIG 8 years ago
jean-pierre charras 4c4b11b45f change UTF8& operator+=( wchar_t ch ) to UTF8& operator+=( unsigned ch ), because swig does not like wchar_t. 8 years ago
Andreas Buhr b33bf2eafe fix double free and memory leak in SHAPE_POLY_SET 8 years ago
jean-pierre charras d958ab9460 Fix operator+= for UTF8 class 8 years ago
Wayne Stambaugh 7ca7d9078e Eeschema: fix potential symbol cache library name collisions. 8 years ago
Maciej Suminski f7072cc7c6 Moved DRC::doEdgeZoneDrc to drc_clearance_test_functions.cpp 8 years ago
Maciej Suminski 9b5dc5c215 GAL show markers for zone outlines gap test 8 years ago
Maciej Suminski 693c8bce40 Moved text_utils.cpp from libcommon to libgal 8 years ago
jean-pierre charras 81357eb584 Update demo to use latest libraries. 8 years ago
Maciej Suminski 9da8398cf3 Added files missing in 602ecf75 8 years ago
Maciej Suminski ef8f5db024 Handle space character in OPENGL_GAL::BitmapText() 8 years ago
Maciej Suminski 602ecf7502 Fix overbar display in OpenGL canvas 8 years ago
Seth Hillbrand 86b4a3c3e6 pcbnew: Correct spectra output default filename 8 years ago
jean-pierre charras bfc3804115 Minor fixes related to timestamp_t. Move timestamp_t definition to base_struct.h 8 years ago
Henner Zeller 3f57fa5d24 Change time_t in the functions that deal with timestamps to a new typedef timestamp_t (defined as a long). 8 years ago
Seth Hillbrand a63e9b863b pcbnew: Fix multiple delete bug 8 years ago
Seth Hillbrand ee56e21f81 Fix touchpad scrolling with mousewheelPan 8 years ago
Simon Richter 0dad728e86 Pass -DBOOST_TEST_DYN_LINK to all parts of test 8 years ago
Simon Richter d075387c24 Link pcb_test_window with /SUBSYSTEM:WINDOWS 8 years ago
Simon Richter 227afe77c0 Avoid C-style array member init (illegal in C++) 8 years ago
Simon Richter eaa31dc11b Avoid initialization from non-constexpr 8 years ago
Simon Richter 2f8e60352b Avoid nonstandard variable length array 8 years ago
Simon Richter abd0d7fb58 Add missing include 8 years ago
Wayne Stambaugh 8af9aa7574 Eeschema: allow for partial schematic loading. 8 years ago
Maciej Suminski f44d4d01ea Fix segfault when removing the last corner of a cutout 8 years ago
Bernhard Stegmaier 1e88695001 Fix initial sizing of 'Fields' table columns in component table view. 8 years ago
jean-pierre charras cdad02336d fix minor compil warnings 8 years ago
Tomasz Włostowski 000f810161 pcbnew: fixed build error with python-enabled builds 8 years ago
Tomasz Włostowski c50da7e163 poly2tri: fixed some warnings 8 years ago
Tomasz Włostowski 7ad436c7aa pcbnew: now PROGRESS_REPORTER should work in multi-threaded context under Windows... 8 years ago
Tomasz Włostowski 4bf90f9717 WX_PROGRESS_REPORTER: fixed windows build error 8 years ago
Tomasz Włostowski 4facfd846a WX_PROGRESS_REPORTER: fix assert warnings 8 years ago
Tomasz Włostowski f34b86d39e pcbnew: made zone filling algorithm thread-safe. 8 years ago
Tomasz Włostowski 8df299a6bc pcbnew: Optimized zone filling algorithm: code cleanup 8 years ago
Tomasz Włostowski d1d9e57b86 pcbnew: removed unused files 8 years ago
Tomasz Włostowski fdd5023aee pcbnew: factored out ZONE_FILLER to a separate file 8 years ago
Tomasz Włostowski 56336fdafe POINT_EDITOR: migrate to ZONE_FILLER class 8 years ago
Tomasz Włostowski 83b020d4da PCB_TOOL: added convenience methods for accessing current SELECTION 8 years ago
Tomasz Włostowski fa31d5308a Sample tool for generating board geometyr as polygons 8 years ago
Tomasz Włostowski 58ce865352 pcbnew: made TransformShapeWithClearanceToPolygon virtual 8 years ago
Tomasz Włostowski c6a15f1b9b SHAPE_POLY_SET: fix empty triangulation bug 8 years ago
Tomasz Włostowski dbdf085555 SHAPE_FILE_IO: default constructor outputs to stdout 8 years ago
Tomasz Włostowski 316ddadec1 pcbnew: Optimized zone filling algorithm. 8 years ago
Seth Hillbrand 8b68a1736a Eeschema: Set "edited" flag on newly created sheets 8 years ago
Seth Hillbrand bdc1fb04be Eeschema: Correct wire/bus/entry connections 8 years ago
jean-pierre charras cd3122d8cd Refactor hierarch.cpp: remove old dead code and clean current code. 8 years ago
jean-pierre charras c0a539959e Fix a few Coverity warnings 8 years ago