11580 Commits (a9ccf1161b1294395a5be66fd7a04a82c89f4ee3)
 

Author SHA1 Message Date
Simon Richter a9ccf1161b Fix quotes in UI messages 8 years ago
jean-pierre charras 9ed0f2184b Fix: Gerber plot output creates incorrect custom pads when a rectangular anchor pad with x size > y size is used. 8 years ago
Tomasz Włostowski 75b21d010b pcbnew: more thread (and nested wx event loop) safety for the zone filling/connectivity algo 8 years ago
Seth Hillbrand 87938b06b4 Eeschema: TestDanglingEnds on Cross-probe 8 years ago
Eldar Khayrullin 185c77e2fd pcad2kicadpcb_plugin: fix compiling warning `override` 8 years ago
Maciej Suminski 9bb660a6bc Fix P-Cad importer plugin warnings 8 years ago
jean-pierre charras dee93e5eeb Minor fix: rename LIB_PART::m_dateModified to LIB_PART::LIB_PART::m_dateLastEdition 8 years ago
Maciej Suminski 4671b9b34e Fixed module removal when rotating/flipping a placed module 8 years ago
Maciej Suminski 9c2d1cf890 Fixed BOARD_COMMIT::Revert() 8 years ago
Maciej Suminski d599a83c4b Removed unused variables in PCB_VIEW 8 years ago
jean-pierre charras dc6c98310f Export drawing in symbol editor results in error message and no drawing file (.sym file) saved 8 years ago
jean-pierre charras a287748921 Cosmetic enhancement: Add icons to track length tuner menu. 8 years ago
Tomasz Włostowski b47a06e42a poly2tri: include stdexcept in each file throwing an std::exception. 8 years ago
Tomasz Włostowski a83ece88fd poly2tri use std::runtime_error, fixes builds on many Linux distributions 8 years ago
Tomasz Włostowski eed924fe45 Fixed zone filling crash & thermal stubs inconsistency 8 years ago
Tomasz Włostowski 2831268b60 PROGRESS_REPORTER: KeepRefreshing shouldn't block on non-OpenMP systems 8 years ago
Tomasz Włostowski 941ebe376c poly2tri: throw exceptions instead of crashing on non-supported polygons 8 years ago
jean-pierre charras c18b638c17 Cosmetic enhancement in GAL: disambiguationMenu: add icons in menuitems, like in Legacy mode. 8 years ago
Maciej Suminski 8ab8a11cf8 Faster zone and custom shape pad drawing, minor PCB_PAINTER refactor 8 years ago
Andreas Buhr 6205363b50 bugfix: OPENGL_GAL::DrawPolygon did not close closed polygons 8 years ago
Jeff Young df76380a2d Don't leave a hidden item behind. 8 years ago
Jeff Young dc9d17100b Fix update of brightened objects on OSX. 8 years ago
jean-pierre charras 33c2d6e4ba Fixed disappearing components in COMPONENT_TREE in library editor 8 years ago
Seth Hillbrand 8e764f85a4 Optimizing speed of sch_component pin references 8 years ago
Oliver 0871719cc9 Add links to list of library contributors on GitHub 8 years ago
jean-pierre charras 5f6f03b16c HIERARCHY_NAVIG_DLG: allows closing the dialog by ESC key (like other dialogs) 8 years ago
jean-pierre charras b395b55a20 Fix a few (minor) issues in microwave tools. 8 years ago
Maciej Suminski aedf24d944 Fix crash when renaming a component in symbol library editor 8 years ago
Maciej Suminski f19aed9d5c Workaround for OSX freeze when filling zones in GAL 8 years ago
Andreas Buhr 5572183c22 bugfix: OPENGL_GAL::drawPolygon did not respect fill settings 8 years ago
Andreas Buhr 084eea6781 Bugfix: EDA_RECT to BOX2I generated wrong boxes 8 years ago
Jon Evans b6ac603f0a Fix AlignLeft / AlignRight when using Flip Board view 8 years ago
Jon Evans 6ee26fdd8c Remove LAYER_WORKSHEET from forced visibility since it now has a control 8 years ago
Jon Evans 1955f25226 Remove outdated check on endAngle to fix arc draw direction 8 years ago
Jon Evans 48388695ae Use explicit shift in hotkeys instead of mixed-case characters 8 years ago
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