137 Commits (cedef13bb197a3813d4e8c8a360c01ff0a899a24)

Author SHA1 Message Date
Seth Hillbrand 4460313104 pcbnew: Separating connectivity to subdir 7 years ago
John Beard 445a9fa963 Put cursor and pan control in libcommon/tool, enable in Gerbview 7 years ago
Jeff Young 37f7faf433 Move lock checks to CLIENT_SELECTION_FILTER. 7 years ago
Jeff Young 5974899fa5 Clean up file locations and names. 7 years ago
Jeff Young c91e51f688 Don't inadventently clear selection reference point. 7 years ago
Jeff Young 5ce0f8ba54 Kill off a few more g_UserUnit references. 8 years ago
Jeff Young 05ef6f05d1 Move SanitizePads to CLIENT_SELECTION_FILTER architecture. 8 years ago
Maciej Suminski 94b6f848bb pcbnew_control.cpp: change C-style asserts to wxCHECK/wxFAIL 8 years ago
Maciej Suminski eb97634bdf Enable 'Delete Item' toolbar icon in the Footprint Editor when the tool is active 8 years ago
Maciej Suminski 7d66dc0cc3 Fixed an assert on pasting items in the Footprint Library Editor 8 years ago
jean-pierre charras 2832f997c5 PcbNew; fix crash on copy/paste 8 years ago
jean-pierre charras ba1e0efdad Pcbnew, GAL mode: Fix incorrect management of zones in append board and copy from Paste from clipboard. 8 years ago
Maciej Suminski 471e3de5a7 Fixed board append function, broken in 046e73ec 8 years ago
Maciej Suminski 8cb3aa79f2 pcbnew_control.cpp code formatting 8 years ago
Maciej Suminski 046e73ecac Clear the source DLIST when pasting items to a BOARD 8 years ago
Maciej Suminski 143d580596 Fixed relative coordinates reset when a tool forces the cursor position 8 years ago
Maciej Suminski dce0743ddb Removed nagging dialog in the delete tool. 8 years ago
Maciej Suminski ab37801489 Do not define hotkeys for copy/cut/paste to avoid double action execution 8 years ago
Jon Evans be8bb24390 Make all new hotkeys editable; label some GAL-only hotkeys 8 years ago
Jeff Young d043ef5bb6 Address inc/decAlpha bug fix code review comments. 8 years ago
Jeff Young 4dda8a39fe Add inc/dec current layer alpha to menus. 8 years ago
Michael 3b085f0d03 Pcbnew new menubar structure 8 years ago
Jeff Young ce0d1aca8d Draw the grid and the grid origin in the grid colour. 8 years ago
jean-pierre charras 8552f3fedf fix code after renaming files 8 years ago
jean-pierre charras d0754acf00 Fix code after renaming files 8 years ago
Jeff Young 7a28f3d4cf Implement undo/redo for origins in legacy 8 years ago
Jeff Young 4784ee7fe4 Implement undo/redo for drill and grid origins. 8 years ago
Tomasz Włostowski b76a6210c5 pcbnew: fixed stuck cursor when ForceCursorPosition() is active and cursor is moved by keyboard arrows 8 years ago
Tomasz Włostowski 00ad8f24a0 pcbnew: Minor changes in CONNECTIVITY_DATA interface: 8 years ago
jean-pierre charras 661bab7220 Fix crash when appending a board in pcbnew. 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 c6a0ad895b pcbnew: code formatting, removed previous module editor copy/paste functions 8 years ago
Tomasz Włostowski 5731000135 pcbnew/copy&paste: multiple improvements: 8 years ago
Tomasz Włostowski f573a2e685 wip 8 years ago
Tomasz Włostowski 3fb926a8f2 Fix snapping to anchors in PICKER_TOOL & highlighting of pasted items 8 years ago
Tomasz Włostowski 931a1ccaff Improved copy/paste functionality by Kristoffer: 8 years ago
Kristoffer Ödmark 4ce38abce2 renamed copypasta functions, fixed a paste_module error 8 years ago
Kristoffer Ödmark b4879d061c Fixed menu items, moved the copy and cut to the EDIT_TOOL, Fixed rendering when copying a module 8 years ago
Kristoffer Ödmark bd8980596f Some code cleanup to follow kicad style better 9 years ago
Kristoffer Ödmark 84b803042c Improvements to copy-paste 9 years ago
Kristoffer Ödmark c0981b8444 Added a new plugin that can save and load to clipboard, using ctrl+shift+c/v for copy pasting 9 years ago
Jon Evans eec1366ead Move ZOOM_TOOL to common; add RMB-drag to zoom out 8 years ago
Maciej Suminski 31ef52a365 Fix fine-grid cursor movement using arrow keys 8 years ago
Maciej Suminski 76bd05a69b Prevent creating too many transitions by TOOL_MANAGER 8 years ago
Tomasz Włostowski 3b16d3cffe further DLIST/Iterators cleanup, some code formatting 9 years ago
Tomasz Włostowski 63f4ab697b post-rebase fixes 9 years ago
Tomasz Włostowski 9ad886344b New connectivity algorithm. 9 years ago
Tomasz Włostowski 08314082db Hide DLISTs behind iterators, first step towards refactoring the storage model 9 years ago
jean-pierre charras fa66a5a8f3 Pcbnew: make hotkeys { and } used to control the layer transparency (alpha channel) in GAL visible (and editable) in hotkey list. 9 years ago