100 Commits (5a2e171f9e46d071cd31970089a5b46268551855)

Author SHA1 Message Date
Jeff Young 49ea6e1670 Fix occurrences of "edition" which should be "editing" 8 years ago
Jeff Young 4f8c546140 Implement user units uniformly in EDA_DRAW_FRAME 8 years ago
Michael 28705d7c6d Fix up file menu and hotkeys 8 years ago
Michael 62487fa891 Fix spelling error 8 years ago
jean-pierre charras 8552f3fedf fix code after renaming files 8 years ago
Martin Sivak d5cdd78062 eeschema: keystroke zoom should obey disabled centering 8 years ago
Jeff Young 7a28f3d4cf Implement undo/redo for origins in legacy 8 years ago
Tomasz Włostowski b945d2a708 cleanup: replace CLASS_MIRE with CLASS_PCB_TARGET for naming clarity 8 years ago
Tomasz Włostowski 81d1e17f02 refactoring: renamed pcbstruct.h to pcb_display_options.h, DISPLAY_OPTIONS->PCB_DISPLAY_OPTIONS 8 years ago
Cirilo Bernardo e0a7f0041a Better 3D filename resolution 10 years ago
Chris Pavlina 8c01318141 Add zoom-to-selection tool 10 years ago
Wayne Stambaugh 46ff5a2580 Pcbnew: remove dead macro code. 10 years ago
Chris Pavlina fd1d7ecb6e pcbnew: fix Duplicate assertion in legacy also (lp:1558913) 10 years ago
Wayne Stambaugh bd800630be Pcbnew: prevent delete hot key from deleting locked footprints. (fixes lp:1538805) 10 years ago
Chris Pavlina bc614a5e0b Fix accidental string+int in a debug message 10 years ago
Chris Pavlina b30a461ee9 Pcbnew: fix Flip hotkey for blocks in legacy (fixes lp:1534120) 10 years ago
Simon Wells 415c72262a Pcbnew: use Legacy instead of Default when referring to wxDC canvas. 10 years ago
jean-pierre charras 37b0868376 Pcbnew: fix minor issues about fast grid switching, and next/previous grid selection from hotkeys. (GAL mode still has an issue) 11 years ago
Maciej Suminski da75c52665 Hot keys settings are synchronized between GAL & legacy 11 years ago
Wayne Stambaugh ec4d74c984 Minor 3D viewer improvements (fixes lp:1406680). 11 years ago
unknown adf2fc830e Pcbnew, legacy mode: add Hotkey for editing module with module editor (Ctrl-E) 11 years ago
jean-pierre charras c1978b3242 Pcbnew: fix crash when undoing a move exact pad in board editor. 11 years ago
John Beard 8c6313ac1a Extend arrays and duplicate to pcbnew (GAL and legacy), covering modules, text, lines, tracks, dimensions and targets. 11 years ago
John Beard 4f3672da4d Add "move exact" and "duplicate" tools to pcbnew 11 years ago
jean-pierre charras 9cfb97d8b4 Add hight contrast option in Modedit. In hight contrast mode, solder masks and solder paste are shown. 11 years ago
Nick Østergaard e373850d26 Add remove fill and fill all zones hot keys. 11 years ago
jean-pierre charras 24ed7f50f5 Pcbnew: fix Bug #1370321 (Change Segment function applies last netclass used). 11 years ago
Lorenzo Marcantonio 424aac6cf2 TEXTE_MODULE cleanup in preparation for text on different layers 11 years ago
jean-pierre charras 3814cdaff1 Pcbnew: Minor fix in hotkeys. Demos: add an example to use a local fp-lib-table and local libs, and update schematics and boards. 11 years ago
Wayne Stambaugh ec9cd765bc Fix default menu alt key accelerator bug. (fixes lp:1035151) 11 years ago
jean-pierre charras 5a38d2b657 Rework on env. variable KISYS3DMOD. Until now, was used in different files using different ways, so no consistency between files. 11 years ago
Dick Hollenbeck ad750defb6 LAYER_ID work 12 years ago
Dick Hollenbeck 4578ea8b9e 1) Add 32 Cu Layers. 12 years ago
Maciej Suminski cd8aaee160 Moved most of the board design rules related fields & methods to BOARD_DESIGN_SETTINGS class. 12 years ago
jean-pierre charras 9b99ac2a53 All: add 2 hotkeys to simulate a mouse left click (key return) and left dclick (key end) 12 years ago
Maciej Suminski 60e9546b62 PCB_EDIT_FRAME::SetHighContrastLayer() went public. 12 years ago
Maciej Suminski 3a43f0527f Changed void BASE_SCREEN::GetGrids( GRIDS& aList ) to const GRIDS& BASE_SCREEN::GetGrids(). 12 years ago
Maciej Suminski 87c9423f0f PCB_EDIT_FRAME::SetActiveLayer() & GetActiveLayer() made public. 12 years ago
Wayne Stambaugh 62764cd618 Fix Pcbnew block rotate hot key and minor code cleaning. 12 years ago
Maciej Suminski a991cb4470 Changed the way of refreshing canvases (both standard & GAL). 12 years ago
Maciej Suminski b39d562aea Restored previous function names. 12 years ago
Maciej Suminski d9ff4b851a Currently selected layer is displayed on the top. 12 years ago
Maciej Suminski ab4cb862b0 Solved refreshing issues. 12 years ago
Maciej Suminski f04df9d79c Fixed hotkeys for switching rendering backends. 12 years ago
jean-pierre charras 90b820a52c Pcbnew: enhancements for blind/buried vias palcement, and save blind/buried vias allowed option in .kicad_pcb file 12 years ago
Dick Hollenbeck 7377cb541f formatting and fix selection clarification bug in pcbnew, could not move reference text when hidden under another footprint 12 years ago
jean-pierre charras d68c727b0f Pcbnew: add hotkey Z to reset grid origin. 12 years ago
Dick Hollenbeck efb34166ea *) retain grid origin in the BOARD and save it in legacy and kicad board files. 12 years ago
jean-pierre charras 00ee6c7b3b Pcbnew, dialog SVG export: Fix Pcbnew crash when opening the dialog. 13 years ago
Lorenzo Marcantonio 9fd79dfa91 Implemented the LAYER_NUM typedef (LAYER was already taken as a class name...) to represent a layer number. 13 years ago