10312 Commits (e98ae3e463dc13073a9111088c1534887ce64b53)
 

Author SHA1 Message Date
John Beard 796f3219d0 Draw zone hatching in GAL 9 years ago
jean-pierre charras 64d6c3f91c eeschema segfault when a library "T" command is missing Halign Valign values 9 years ago
jean-pierre charras f35cb6cd6a Fix: if a part description has a problem in a library, Eeschema crashes due to a double deletion. 9 years ago
Maciej Suminski 799c8b6922 Fixed a shadowed variable warning in clipper 9 years ago
Maciej Suminski 9ead2b068b Fixed crash when placing a component in standalone eeschema 9 years ago
Oliver d6097cf1aa Better footprint association and filtering: 9 years ago
jean-pierre charras 6b431b4791 Fix transaltion issue. 9 years ago
jean-pierre charras 1001442a48 Pcbnew: Fix an assert in debug mode, and fix a minor issue in menubar 9 years ago
jean-pierre charras 94bef6abd2 Pcbnew: files written when layers have numeric name (like +24)cannot be read 9 years ago
Chris Pavlina e6de99cc86 No more wxSearchCtrl in DIALOG_CHOOSE_COMPONENT 9 years ago
jean-pierre charras 6bd2110449 Remove a printf clearly for debug, certainly a very old bug 9 years ago
jean-pierre charras 6ae7c15d89 Rework on pcbnew menubar: make code more easy to read and modify. 9 years ago
Chris Pavlina 23d4da9e49 Optimize TWO_COLUMN_TREE_LIST column sizing 9 years ago
Chris Pavlina 9effcb80e7 Optimize SCH_PLUGIN enumeration for populating the component chooser 9 years ago
Maciej Suminski adba96fd2b Changed optional::value_or() to optional::get_value_or() 9 years ago
Maciej Suminski e34b73e187 Do not freeze cursor when a tool was cancelled using the context menu 9 years ago
Maciej Suminski b25ded4d90 Store VIEW_CONTROLS settings when tools are switched 9 years ago
Maciej Suminski 57050cdeb3 Introduced VIEW_CONTROLS::SETTINGS to keep settings 9 years ago
Maciej Suminski d3edc4f843 Disable router menu when the tool is stopped 9 years ago
Maciej Suminski 72cae92320 Disable context menu trigger if the assigned menu is set to null 9 years ago
John Beard c001c6114f Add cancel interactive tool action to GAL 9 years ago
Chris Pavlina d3cb23b7d7 Remove unneeded state member in DIALOG_CHOOSE_COMPONENT 9 years ago
Chris Pavlina 2683af26c0 Fix DIALOG_CHOOSE_COMPONENT enter and double-click events 9 years ago
Simon Richter 986c92f880 Remove unnecessary double define 9 years ago
Simon Richter 70b3edd06f Drop unnecessary and possibly harmful optimization setting 9 years ago
jean-pierre charras 04d1b2fca7 fix incorrect COLOR4D::COLOR4D( EDA_COLOR_T aColor ) ctor for UNDEFINED_COLOR 9 years ago
jean-pierre charras 039910cb21 Fix incorrect initialization of a color parameter, which make the drawings in black in libedit 9 years ago
jean-pierre charras 2f24b31b28 simplify color calculation. 9 years ago
Simon Richter 3bf0b9534c Fix incorrect parameter if the compiler doesn't support -Wshadow option 9 years ago
John Beard 88fb7483eb Register COMMON_TOOLS in modedit 9 years ago
jean-pierre charras 1f345052cd Fix erroneous conversion between wxColor and COLOR4D 9 years ago
jean-pierre charras cf70aa925c Fix shadowed warnings with overzealous compilers 9 years ago
jean-pierre charras 11dcb76fc9 Add -Wshadow compil option, if exists to warn about shadowed variables. 9 years ago
jean-pierre charras a9d6af8001 Fix a comment 9 years ago
Marco Sterbik d284fb87e8 Change reporter message of footprint missmatch to warning on netlist-import 9 years ago
Maciej Suminski 887f2b2a70 Adjusted "Select" context menu conditions 9 years ago
John Beard c6046d6da2 Add selection filter dialog to GAL 9 years ago
John Beard 6ba9a512b6 Factor DIALOG_BLOCK_OPTIONS into separate compilation unit 9 years ago
Maciej Suminski 1077b679c5 Minor updates to the Tool Framework documentation 9 years ago
John Beard 6b39e9ea81 Update GAL tool documentation 9 years ago
jean-pierre charras 10396ff435 Tool manager: renames Yield() to KiYield(), due to a collision name between the Yield macro in wxWidgets and Tool manager Yield. 9 years ago
Chris Pavlina d1a2ed63c0 Add gal as dependency of common 9 years ago
Jon Evans f9bc5914b3 Wrong type of arguments in wxPen constructor 9 years ago
Joseph Y. Chen ed16beb5cd Rearranged Part Editor Icon Positions 9 years ago
Maciej Suminski d7bf44eee0 Removed a few more headers from base_struct.h 9 years ago
Maciej Suminski 0dc88bb4cf Changed COLOR4D defines to static consts 9 years ago
Jon Evans 3ec8941ffc Revert from wxColourPickerCtrl to wxBitmapButton 9 years ago
Jon Evans a52250a91e Change from EDA_COLOR_T to COLOR4D globally; arbitrary color support 9 years ago
Jon Evans 4c83b0a94d Move TOOL_ACTIONs to their corresponding tools; create COMMON_TOOLS 9 years ago
Jon Evans 167f45ca2b Refactor COMMON_ACTIONS into a base and derived class 9 years ago