- 12 Apr, 2012 1 commit
-
-
Wayne Stambaugh authored
* Move EDA_TEXT object into separate header and source file. * Compile EDA_TEXT class separately for BOARD_ITEM and SCH_ITEM units. * Compile PAGE_INFO class separately for BOARD_ITEM and SCH_ITEM units. * Minor formatting tweaks to Pcbnew s-expression file. * Move internal unit formatting functions into BOARD_ITEM and SCH_ITEM.
-
- 09 Apr, 2012 1 commit
-
-
jean-pierre charras authored
Enhancements in AddMenuItem (that accepts now a menu type) Partial use of the Edwin van den Oetelaar's patch (patch not fully working or correct)
-
- 07 Apr, 2012 1 commit
-
-
jean-pierre charras authored
-
- 01 Apr, 2012 1 commit
-
-
Wayne Stambaugh authored
* Add s-expression Format() function to all objects derived from BOARD_ITEM. * Add s-expression Format() function to base objects as required. * Add functions to convert coordinates from base internal units (nanometers) to millimeter string for writing to s-expression file. * Add temporary dummy conversion functions to prevent link errors until schematic and board object and action code can be separated into DSO/DLL. * Add CMake build option to build Pcbnew with nanometer internal units.
-
- 06 Mar, 2012 1 commit
-
-
jean-pierre charras authored
other minor fixes.
-
- 23 Jan, 2012 1 commit
-
-
Dick Hollenbeck authored
-
- 24 Nov, 2011 1 commit
-
-
Dick Hollenbeck authored
-
- 15 Nov, 2011 1 commit
-
-
Vladimir Ur authored
Some code restyling: VECTOR_PCB is an array. Cleanup uncontrolled definitions of abs, max, etc. max is now overloaded function and MAX is a macro.
-
- 01 Nov, 2011 1 commit
-
-
Dick Hollenbeck authored
-
- 26 Oct, 2011 2 commits
-
-
jean-pierre charras authored
-
jean-pierre charras authored
-
- 25 Oct, 2011 1 commit
-
-
jean-pierre charras authored
BOOST POLYGON is always used in zone filling functions. Kbool is still in use in other calculations.
-
- 09 Sep, 2011 1 commit
-
-
jean-pierre charras authored
Fix minor other issues. Remove unused files.
-
- 06 Sep, 2011 1 commit
-
-
Wayne Stambaugh authored
-
- 16 Aug, 2011 1 commit
-
-
Andrey Fedorushkov authored
-
- 08 Jul, 2011 1 commit
-
-
jean-pierre charras authored
-
- 27 Dec, 2010 2 commits
-
-
Marco Serantoni authored
-
Marco Serantoni authored
-
- 04 Dec, 2010 1 commit
-
-
jean-pierre charras authored
Cosmetic enhancements. Eeschema: in libedit the Value Field is n more editable in the field editor dialog (due to recent changes in library code)
-
- 12 Nov, 2010 1 commit
-
-
Dick Hollenbeck authored
-
- 08 Oct, 2010 1 commit
-
-
Wayne Stambaugh authored
* Break classes_body_item.cpp(.h) into more reasonable size bites. * Rename classes_body_item.cpp(.h) to lib_draw_item.cpp(.h) * Fix some unsatisfied header file dependencies. * Add stubs to component library draw item base classe to handle editing internally. * Lots of code cleaning.
-
- 26 Jul, 2010 1 commit
-
-
jean-pierre charras authored
Added boost::polygon (experimental) Added experimental zone fill calculations with boost::polygon Added patches from Yury Khalyavin
-
- 11 Jul, 2010 1 commit
-
-
jean-pierre charras authored
fixed bug 603481. Better bitmap2component look. fixed some locate problems for footprints using polygons (mainly created by bitmap2component)
-
- 25 Jun, 2010 1 commit
-
-
jean-pierre charras authored
-
- 21 Jun, 2010 1 commit
-
-
jean-pierre charras authored
-
- 20 Jun, 2010 2 commits
-
-
jean-pierre charras authored
-
jean-pierre charras authored
-
- 19 Jun, 2010 1 commit
-
-
jean-pierre charras authored
-
- 15 Jun, 2010 2 commits
-
-
jean-pierre charras authored
-
jean-pierre charras authored
-
- 12 Jun, 2010 2 commits
-
-
jean-pierre charras authored
-
Dick Hollenbeck authored
-
- 10 Jun, 2010 1 commit
-
-
jean-pierre charras authored
Added an experimental tool to create logos from .bmp bitmaps. Added Potrace library to convert bitmaps to polygons
-