1. 28 Mar, 2013 1 commit
    • Maciej Suminski's avatar
      Replacement of classes BOX2 and VECTOR2 with their extended versions · 30e1aaec
      Maciej Suminski authored
      include/vector2d.h: Removed old version
      include/math/math_util.h: rescale() for VECTOR2
      include/math/vector2d.h: New version of VECTOR2
      include/math/box2.h: New version of BOX2
      common/drawframe.cpp: Refactorization of code, so it is compatible with new classes
      include/plot_common.h, pcbnew/basepcbframe.cpp: Changed header inclusion path
      CMakeLists.txt: Added definition to turn on WX_COMPATIBILITY for replacement classes
      30e1aaec
  2. 23 Mar, 2013 2 commits
  3. 20 Mar, 2013 2 commits
    • Wayne Stambaugh's avatar
      Encapsulation, bug, context menu string, and, coding policy fixes. · 25e7abec
      Wayne Stambaugh authored
      * Complete encapsulation of the ZONE_CONTAINER class.
      * Fixed a bug in the EDA_TEXT::Format() default effects behavior due to
        improper conversion to internal units and missing test for default
        thickness.
      * Improved grammar of some Pcbnew context menu strings.
      * Moved some more cleverly hidden BOARD object methods into class_board.cpp.
      * Lots of coding policy and documentation fixes.
      25e7abec
    • Dick Hollenbeck's avatar
      Consistent with my email posting from a day or two ago, remove the translated · 25b65b2e
      Dick Hollenbeck authored
      standard layer name support from BOARD::GetLayerName().  This function evolved
      in a contorted direction over time, and was being asked to return one of 3
      different kinds of layer names, even though it only took a boolean to control
      that choice.  
      
      Users are better served by forcing them to get to know the concise new 
      English Standard layer names.  This is because these concise names show up
      in the "pretty" footprint/module files as the standard representation of
      both feature and copper layers.
      
      Change the name of BOARD::GetDefaultLayerName() to GetStandardLayerName().
      Drop boolean argument to both BOARD::GetStandardLayerName() and 
      BOARD::GetLayerName().
      25b65b2e
  4. 19 Mar, 2013 1 commit
  5. 18 Mar, 2013 2 commits
  6. 17 Mar, 2013 4 commits
  7. 16 Mar, 2013 3 commits
  8. 15 Mar, 2013 6 commits
  9. 14 Mar, 2013 2 commits
  10. 13 Mar, 2013 5 commits
  11. 12 Mar, 2013 3 commits
  12. 11 Mar, 2013 2 commits
  13. 10 Mar, 2013 3 commits
  14. 09 Mar, 2013 1 commit
  15. 08 Mar, 2013 1 commit
  16. 07 Mar, 2013 2 commits