77 Commits (d281d86eeeadef6fc019f26484594869168019d9)

Author SHA1 Message Date
Maciej Suminski d281d86eee Fixed undo/redo display refresh for miras & dimensions (GAL). 11 years ago
Maciej Suminski 589dd442f5 Clippy returns home. 11 years ago
Maciej Suminski 8be73ad05a KiCad assistant. 11 years ago
jean-pierre charras 834b31b491 Plot pdf: fix issue when a 0 sized text is plotted (files are broken): now 0 sized texts are ignored. 11 years ago
Tomasz Włostowski 0879b457ac undo should work on pads too (GAL view) 11 years ago
Maciej Suminski b0f3e79e54 Created a common interface for edit frames. 12 years ago
Maciej Suminski def53707d5 TOOL_MANAGER is no longer static. Reworked autoregistration of TOOL_ACTIONs. 12 years ago
Lorenzo Marcantonio 3f2c0e1a8d TRACK/SEGVIA cleanup 12 years ago
Maciej Suminski ba275918e3 Renamed [class_]drawpanel_gal.[cpp|h] to [class_]draw_panel_gal.[cpp|h] to follow current naming scheme. 12 years ago
Maciej Suminski b6aa832f83 Converted std::bind1st to boost::bind. 12 years ago
Maciej Suminski 0694f2fa1c TOOL_EVENTs autoregister themselves in ACTION_MANAGER. 12 years ago
Maciej Suminski 857956e42e Fixed bug introduced in the last commit. 12 years ago
Maciej Suminski d7517e472b Some items were still marked as selected after undoing an operation. 12 years ago
Maciej Suminski 3e2e11fb42 Undo/redo buffer fixed once again.. 12 years ago
Maciej Suminski 510fee1358 Another way of handling items for the ratsnest (clearer and now finally supports undo/redo of the PNS created tracks). 12 years ago
Maciej Suminski a73e386505 Added a new tool event: TA_UNDO_REDO, sent after undo/redo operation is issued. 12 years ago
Maciej Suminski bec24b6c7f Ratsnest is updated after rotation, flip, undo/redo operations. 12 years ago
Maciej Suminski d613da8b8d Module texts are undo/redoable. 12 years ago
Maciej Suminski 873235304e SELECTION_TOOL uses ITEMS_PICKED_LIST to store selected items. 12 years ago
Maciej Suminski 32065b339a Added const modifiers where applicable (PICKED_ITEMS_LIST). 12 years ago
jean-pierre charras 44bb2e6d4d Pcbnew: Code cleaning and some minor fixes. 12 years ago
Wayne Stambaugh abe9801d3d Pcbnew: fix graphic item undo/redo bug. (--fixes lp:1252264) 12 years ago
jean-pierre charras cf7dbf6f94 Fix some minor issues 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 ab4cb862b0 Solved refreshing issues. 12 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
Wayne Stambaugh 42d7bf6c8e Pcbnew encapsulation and code cleaning. 13 years ago
marco. 34f7cbc6f9 MacOSX: now autoplace is drawn correctly 13 years ago
Heikki Pulkkinen 3e18fa422c protect data in class_track.h, switch to using member accessors 13 years ago
marco. 9ba242bc1f MacOSX: refresh overlay with new-deleted objects 13 years ago
marco. 3e7c4a7624 MacOSX: fixes refresh of lines and outlines when drawing 13 years ago
jean-pierre charras 7f07b48e88 Pcbnew: Update incorrect or incomplete copyrights in many files. 14 years ago
Wayne Stambaugh 058e17edf7 Minor code and Doxygen comment improvements. 14 years ago
jean-pierre charras 08ef741770 Undo redo change and code cleanup. 14 years ago
jean-pierre charras 8e846082bb Pcbnew: Fix incorrect behavior of undo/redo command (this issue happens only when a new track is created, and an old redundant track is deleted) 14 years ago
Dick Hollenbeck b8a0ab4c52 switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 14 years ago
Wayne Stambaugh 5289c22087 Pcbnew object improvements. 14 years ago
Wayne Stambaugh c2e5fcaec8 More encapsulation improvements. 14 years ago
Wayne Stambaugh 6c28cdc62c More encapsulation work and other minor improvements. 14 years ago
Dick Hollenbeck 96bb90dee1 kicad_plugin 14 years ago
jean-pierre charras 5e3ca2e769 Pcbnew: Fix issue in Undo/Redo command: for very large boards ( > 20000 items) this command could take a long time. Now fast. 14 years ago
jean-pierre charras 683921f98d Eeschema: fix crash in intermediate netlist generation when a component has no pins (like logos or images). 14 years ago
Wayne Stambaugh c2f1113e5d Fix Pcbnew KICAD_T enum names for consistency. 14 years ago
Wayne Stambaugh 4b853dedb4 Application name capitalization fixes. 14 years ago
Wayne Stambaugh edd35b4e90 PCB common library header rationalization. 14 years ago
Wayne Stambaugh 0c44335795 Lots and lots of PCBNew code cleaning and fix build bug introduced in r3108. 14 years ago
Wayne Stambaugh ebc7259a91 Rename WinEDA_App class to EDA_APP and remove redundant includes. 14 years ago
Wayne Stambaugh df8f7d1ee0 EESchema remove global variable and fix text object change type undo/redo. 15 years ago
Wayne Stambaugh 1010601a78 PCBNew control update bug fixes, fixes lp:725963. 15 years ago