- 20 Feb, 2010 3 commits
- 19 Feb, 2010 2 commits
- 17 Feb, 2010 1 commit
-
-
charras authored
-
- 14 Feb, 2010 1 commit
-
-
jerryjacobs authored
-
- 11 Feb, 2010 1 commit
-
-
stambaughw authored
* Changed line clipping function in gr_basic.cpp when USE_WX_ZOOM is enabled. * Set wxDC clipping region to client size when drawing outside of paint event handler. * Updated kicad and eeschema CMake files as the common library now requires linking to the polygon library.
-
- 08 Feb, 2010 1 commit
-
-
stambaughw authored
* Implement code to allow wxDC to handle coordinate conversions between device and drawing units. * Add build settings to enable wxGCDC for wxGraphicsContext testing. * Remove wxAUI conditional build cruft as it is now required to build Kicad. * Fix scroll increment size regression to prevent jumping around the zoom center position. * Add find GDI+ cmake module for building on WXMSW when wxGraphicsContext is enabled.
-
- 18 Jan, 2010 1 commit
-
-
jerryjacobs authored
-
- 16 Jan, 2010 2 commits
-
-
jerryjacobs authored
-
charras authored
Added patch for macOSX turn on fast algo for draw grid (should work now)
-
- 13 Jan, 2010 1 commit
-
-
stambaughw authored
* Fix debug asserts when passing NULL pointers to wxAuiPaneInfo. * Fix Kicad main window sash sizer bug when using wxAui. * Remove specctra_test from Visual Studio builds to prevent build errors. * Add WIN32 to layer widget test so it will build properly on Visual Studio. * Fixed compiler conversion warnings in PCBNew. * Fixed worksheet print scaling in PCBNew. * Minor code renaming.
-
- 05 Jan, 2010 1 commit
-
-
charras authored
-
- 30 Dec, 2009 1 commit
-
-
charras authored
-
- 18 Nov, 2009 2 commits
- 12 Nov, 2009 1 commit
-
-
stambaughw authored
* Completed translation of all kicad source. * Translated source files A through C in pcbnew.
-
- 05 Nov, 2009 2 commits
-
-
charras authored
Pcbnew: control of masks clearance: Pad Editor Dialog rewritten to handle local mask clearances and a local Net clearance
-
dickelbeck authored
-
- 04 Nov, 2009 1 commit
-
-
charras authored
-
- 02 Nov, 2009 1 commit
-
-
dickelbeck authored
-
- 26 Oct, 2009 2 commits
-
-
dickelbeck authored
New format top level schematic files were not detected if they had a significant number of libraries. The "Sheet 1" string can now be further down in the file than the original 20 line search could detect.
-
dickelbeck authored
quiet the newer g++ compilers, which complain about certain stdio function's return values not being used
-
- 13 Oct, 2009 1 commit
-
-
charras authored
-
- 05 Oct, 2009 1 commit
-
-
dickelbeck authored
-
- 22 Sep, 2009 1 commit
-
-
stambaughw authored
* Split out application specific command IDs to prevent unnecessary rebuilding. * Eliminate duplicate menu and tool bar command IDs. * Split component library editor and viewer definitions to separate header files. * More component library and document file merge code. * A bunch of minor string readability and consistency fixes.
-
- 29 Aug, 2009 1 commit
-
-
charras authored
-
- 07 Aug, 2009 1 commit
-
-
dickelbeck authored
-
- 03 Jul, 2009 1 commit
-
-
charras authored
-
- 19 Jun, 2009 1 commit
-
-
jerryjacobs authored
-
- 21 May, 2009 1 commit
-
-
stambaughw authored
* Created separate SVN version header. * Add true config.h for platform dependency checks. * Add dependency check cmake module. * Remove some leftover hand crafted make files. * Remove non-cmake build instructions from COMPILING.txt. * Fix split _() strings causing Visual C++ compiler error. * Fix lots of compiler warnings. * Change project file parameter container from wxArray to boost::vector_ptr. * Removed lots of redundant header definitions. * Fixed green_xpm redefinition in ercgreen.xpm. * Remove some dead code and unnecessary class methods.
-
- 16 May, 2009 1 commit
-
-
charras authored
-
- 12 May, 2009 1 commit
-
-
charras authored
-
- 07 May, 2009 1 commit
-
-
charras authored
-
- 29 Apr, 2009 1 commit
-
-
charras authored
-
- 26 Apr, 2009 1 commit
-
-
charras authored
-
- 25 Apr, 2009 1 commit
-
-
charras authored
-
- 23 Apr, 2009 1 commit
-
-
stambaughw authored
* Add methods to read and write project file parameters using dynamically defined list. * Remove all global variables defined in CVPcb code. * Dynamically define project file settings so class member variables can be used. * Separate reading and writing application settings from project file settings. * Make application UI objects and dialogs respect system UI font. * Remove non-standard widget colors from CVPcb dialogs. * Changed CVPcb object link list implementation to use wxList. * Changed project library and path dialog to make OK button save project file instead of confusing "Save Cfg" button. * Eliminate some duplicate file wildcard and extension definitions. * The usual code reformatting, commenting, and spelling fixes.
-
- 17 Apr, 2009 1 commit
-
-
charras authored
Code clarification about 3 confusing functions to display info: DisplayInfo (displaying a message info) and class members DisplayInfo and Display_Infos doing the same thing (see changelog)
-