1. 24 Mar, 2011 1 commit
  2. 23 Mar, 2011 1 commit
  3. 20 Mar, 2011 2 commits
  4. 19 Mar, 2011 1 commit
  5. 18 Mar, 2011 1 commit
  6. 17 Mar, 2011 1 commit
  7. 05 Feb, 2011 1 commit
  8. 16 Jan, 2011 2 commits
  9. 09 Jan, 2011 1 commit
  10. 01 Jan, 2011 1 commit
    • jean-pierre charras's avatar
      Fix some Doxygen warnings. · e7d5770f
      jean-pierre charras authored
      Eeschema: cleaning code. Start work to enhance annotation algorithm.
      Already added an option to annotate using sheet number (sheet 1 uses numbers 100 to 199, sheet 2 uses 200 to 299..).
      Works fine if deleting existing annotation, but needs work to be used when the existing annotation is kept .
      e7d5770f
  11. 15 Dec, 2010 1 commit
    • jean-pierre charras's avatar
      Gerbview: · 8faf1e72
      jean-pierre charras authored
          Added: in file dialog, multiple file selection.
          Added: Draw mode selector (in left toolbar):
              Raw mode:
                  a Gerber image is drawn on screen without buffering.
                  Artifacts happen if there are negative items drawn, if more than one  Gerber file is shown.
              Stacked mode:
                  each Geber image is drawn in a buffer and after drawn on screen
                  No artifact with negative items.
                  Each Gerber image covers previous images.
              OR mode (transparency mode):
                  each Geber image is drawn in a buffer and after drawn on screen
                  No artifact with negative items.
                  Each Gerber image is "ORed" with previous images, like in Pcbnew.
          Try to optimize Draw function in buffered modes.
              (Useful for PC that have problems with "blit" graphic function)
          Fix minor issues.
      8faf1e72
  12. 03 Dec, 2010 1 commit
  13. 02 Dec, 2010 1 commit
  14. 04 Oct, 2010 1 commit
  15. 29 Sep, 2010 1 commit
  16. 24 Sep, 2010 1 commit
    • Vovanium's avatar
      Added two pin shapes: · cd778c12
      Vovanium authored
      * reverted clock ( --<| ) as it is commonly used for inverted clock in x-USSR
      * nonlogic       ( ---X ) for non-logic pins of logic ICs (commonly used for power and timing RC pins).
      cd778c12
  17. 10 Aug, 2010 1 commit
  18. 13 Jul, 2010 1 commit
  19. 20 Apr, 2010 2 commits
  20. 07 Mar, 2010 2 commits
  21. 04 Mar, 2010 1 commit
  22. 28 Feb, 2010 2 commits
  23. 07 Feb, 2010 1 commit
  24. 24 Jan, 2010 1 commit
    • charras's avatar
      ++ Pcbnew: · 96a9769f
      charras authored
          * in variable names, change non existent word Hight to High
          * Remove redundant tool in left toolbar (option toolbar)
            (this option is now in layers manager)
          * Show layers in horizontal combo box in same order as in layer manager.
      ++all:
          minor code cleaning.
      96a9769f
  25. 21 Jan, 2010 1 commit
  26. 20 Jan, 2010 1 commit
  27. 18 Jan, 2010 2 commits
  28. 13 Nov, 2009 1 commit
  29. 01 Oct, 2009 1 commit
  30. 29 Sep, 2009 1 commit
  31. 17 Sep, 2009 1 commit
  32. 26 Jun, 2009 1 commit
    • stambaughw's avatar
      Build fixes for VC8, compiler warnings fixed, and some minor wxDC zoom changes. · 17bf2435
      stambaughw authored
      * Added modified version of FindwxWidgets.cmake to prevent manifest build and link errors
        with VC8.
      * Fixed ambiguous math function ( sqrt, atan, cos, etc. ) call errors when building
        with MSVC.
      * Moved bitmap copy bitmap source file destination to the build path to prevent source
        tree pollution and library rebuilds when building on different platforms.
      17bf2435
  33. 19 Jun, 2009 1 commit
  34. 21 May, 2009 1 commit
    • stambaughw's avatar
      Build improvements, compiler warning fixes and build fixes, and lots of clean up. · 8bf79111
      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.
      8bf79111