11213 Commits (ecaf1789c7a813df7ffac1873c15695c4e1446c9)
 

Author SHA1 Message Date
Maciej Suminski ecaf1789c7 Fix builds without Github plugin enabled 8 years ago
Tomasz Włostowski a67d24a34e revert link-time plugin registration causing plugins to be incorrectly enumerated 8 years ago
Maciej Suminski f5c561e281 Fix build error due to missing optional::value_or() 8 years ago
Maciej Suminski 6cc1f66dfd Added missing include directories to qa 8 years ago
Tomasz Włostowski 9932ff32ae refactoring: wrapped boost::optional in OPT<> class for the purpose of easier transition to C++17 in the future 8 years ago
Tomasz Włostowski 3292d622c1 qa: added simple GAL+Tool Framework test program 8 years ago
Tomasz Włostowski b945d2a708 cleanup: replace CLASS_MIRE with CLASS_PCB_TARGET for naming clarity 8 years ago
Tomasz Włostowski 3170eba801 refactoring: implemented SELECTION_TOOL's own GetCollectorsGuide() to avoid dependency on PCB_BASE_FRAME 8 years ago
Tomasz Włostowski c9817df9db refactoring: implemented BOARD-specific view Add()/Remove()/Update() methods in PCB_VIEW, moved to libpcbcommon 8 years ago
Tomasz Włostowski 0245912c34 refactoring: split BOARD_ITEM::SwapData to use polymorphic per-item methods 8 years ago
Tomasz Włostowski 26f862a9d0 refactoring: remove PNS router dependency on PCB_EDIT_FRAME 8 years ago
Tomasz Włostowski d0ef881a53 refactoring: make BOARD_COMMIT independent from pcbnew 8 years ago
Tomasz Włostowski ec61a00371 refactoring: remove link-time dependency between PCB_BASE_FRAME and EDA_3D_VIEWER 8 years ago
Tomasz Włostowski 781008bfa5 refactoring: allow to run TOOL_MANAGER and SELECTION_TOOL without a host wxFrame 8 years ago
Tomasz Włostowski 06f3b35255 refactoring: moved BOARD_COMMIT, PCB_GENERAL_SETTINGS and TransformShapeWithClearanceToPolygon() to libpcbcommon 8 years ago
Tomasz Włostowski 7a44ab914d refactoring: replaced manual plugin registration with link-time plugin binding 8 years ago
Tomasz Włostowski 8a09a1d329 refactoring: derive PCB-specific PCB_VIEW from VIEW with the intention of moving PCB_EDIT_FRAME entries used by the tools (e.g. GetActiveLayer) there 8 years ago
Tomasz Włostowski 81d1e17f02 refactoring: renamed pcbstruct.h to pcb_display_options.h, DISPLAY_OPTIONS->PCB_DISPLAY_OPTIONS 8 years ago
Tomasz Włostowski 90ab5860dc refactoring: removed dependency of libpcbcommon on 3d-viewer. 8 years ago
jean-pierre charras 08a9dc01c5 Fix minor coding style issues 8 years ago
jean-pierre charras 4e391ef21c Housekeeping: remove no more in use options. 8 years ago
jean-pierre charras c536364f05 Fix a few coverity warnings. very minor other changes. 8 years ago
Maciej Suminski e5c4cfc3b0 Eagle board importer: enable rectangle on drawing layers 8 years ago
Maciej Suminski 5eb56dd8b0 Coverity fixes 8 years ago
Wayne Stambaugh 83cf726cd6 Fix crash when no symbol libraries are found. 8 years ago
jean-pierre charras bd73a39a4b DSN export: export keepout zone polygons on each layer they are living 8 years ago
Maciej Suminski 05ab44f463 Fixed a memleak when no undo entry is requested in BOARD_COMMIT 8 years ago
Maciej Suminski 93e7d52633 Restore ecc83 demo 8 years ago
jean-pierre charras 6300041ce4 Fix a focus issue in GAL canvas: 8 years ago
Maciej Suminski e8e10c9245 Fixed a memleak in PCB_EDIT_FRAME::LoadFootprints() 8 years ago
Maciej Suminski 3a8b4a2fb7 Fixed a memleak in GerbView 8 years ago
Baranovskiy Konstantin a4440395be Gerbview: fix zoom to selection tool duplication. 8 years ago
Maciej Suminski a6f84051e9 Fixed a memory leak in Spice probe 8 years ago
Maciej Suminski 4bf8bb79ce Removed a redundant comparison 8 years ago
jean-pierre charras 3ed106fb70 Make a translation more easy 8 years ago
Maciej Suminski 2b052265b2 Added library contents preview to Spice model editor dialog 8 years ago
Maciej Suminski 162d445ce4 Spice Model Editor upgrades 8 years ago
Maciej Suminski acbe30af51 Improved Spice library parser 8 years ago
Kristoffer Ödmark 65b615bc4b Removed extra space in header part, fixed coding style 8 years ago
Kristoffer Ödmark 2e4dbdaf4b Fixed nest level when saving to not get giant diffs with version control software such as git 8 years ago
jean-pierre charras fc5e8e5f52 ENV_VAR config dialog enhancements. 8 years ago
jean-pierre charras d2d1237506 minor enhancement in code 8 years ago
Simon Richter 48ed0dcda2 code enhancement (remove duplicate) 8 years ago
Jon Evans b18cd4cb19 Fix arc drawing algorithm in GerbView GAL (Fixes lp:1720384) 8 years ago
jean-pierre charras 1929727966 rename dialog_dxf_import.fbp to dialog_dxf_import_base.fbp, like other .fpb files 8 years ago
jean-pierre charras 78ec983632 DRAWSEGMENT fix crash when trying to copy a empty polygon. 8 years ago
José Ignacio Romero 73c88bd0fe Add more layers in default layers selection plot parameter. 8 years ago
jean-pierre charras aa5faa9520 Update logo to a recent Inkscape version. No actual change. 8 years ago
Maciej Suminski 43c00ead16 GenCAD exporter fixes 8 years ago
Maciej Suminski bbe947e0f8 GenCAD exporter: quote and escape strings 8 years ago