1. 30 Apr, 2015 1 commit
  2. 17 Apr, 2015 1 commit
  3. 30 Mar, 2015 3 commits
  4. 10 Mar, 2015 1 commit
  5. 18 Feb, 2015 1 commit
  6. 17 Feb, 2015 1 commit
  7. 15 Feb, 2015 1 commit
  8. 25 Jan, 2015 1 commit
  9. 02 Nov, 2014 1 commit
  10. 30 Oct, 2014 1 commit
    • Garth Corral's avatar
      Added support for wxWidgets magnify events from the Magic Trackpad on OS X · 6c137ac7
      Garth Corral authored
        Committing this separately from the rest to ease making a patch for just this
        functionality in case that it might make it into the trunk.
        
        This can function standalone, though it is less useful without the rest.
        It requires that wxwidgets-3.0.0_macosx_magnify_event.patch be applied to wxWidgets
        It is completely optional; everything is guarded by the USE_OSX_MAGNIFY_EVENT macro.
        
        - Added OnMagnify event handler to EDA_DRAW_PANEL, EDA_3D_CANVAS and the helper for
          EDA_DRAW_PANEL_GAL, WX_VIEW_CONTROLS. This should cover canvases all current tools.
        - Guarded all with USE_OSX_MAGNIFY EVENT feature macro and added support in CMakeLists.txt
      6c137ac7
  11. 14 Jul, 2014 1 commit
  12. 09 Jul, 2014 1 commit
  13. 24 Jun, 2014 1 commit
    • Dick Hollenbeck's avatar
      1) Add 32 Cu Layers. · 4578ea8b
      Dick Hollenbeck authored
      2) Change from legacy Cu stack to counting down from top=(F_Cu or 0).
         The old Cu stack required knowing the count of Cu layers to make
         sense of the layer number when converting to many exported file types.
         The new Cu stack is more commonly used, although ours still gives
         B_Cu a fixed number.
      3) Introduce class LSET and enum LAYER_ID.
      4) Change *.kicad_pcb file format version to 4 from 3.
      5) Change fixed names Inner1_Cu-Inner14_Cu to In1_Cu-In30_Cu and their
         meanings are typically flipped.
      6) Moved the #define LAYER_N_* stuff into legacy_plugin.cpp where they
         can die a quiet death, and switch to enum LAYER_ID symbols throughout.
      7) Removed the LEGACY_PLUGIN::Save() and FootprintSave() functions.
         You will need to convert to the format immediately, *.kicad_pcb and
         *.kicad_mod (=pretty) since legacy format was never going to know
         about 32 Cu layers and additional technical layers and the reversed Cu
         stack.
      4578ea8b
  14. 06 Jun, 2014 1 commit
  15. 14 May, 2014 1 commit
  16. 25 Apr, 2014 1 commit
    • Lorenzo Marcantonio's avatar
      TRACK/SEGVIA cleanup · 3f2c0e1a
      Lorenzo Marcantonio authored
      - SEGVIA becomes VIA
      - Drill size moved from TRACK to VIA
      - Removed shape from TRACK, becomes ViaType in VIA
      - GetTrace becomes GetTrack, for uniformity
      - Some minor constification and typo fixes
      3f2c0e1a
  17. 07 Apr, 2014 1 commit
  18. 20 Mar, 2014 1 commit
  19. 12 Mar, 2014 1 commit
  20. 27 Feb, 2014 1 commit
    • Maciej Suminski's avatar
      Added VIEW::ToWorld( double ). · e6598e9d
      Maciej Suminski authored
      TOOL_EVENT message is supposed to contain string as parameter.
      Added missing header for class_drawsegment.h (KiROUND).
      Renamed SELECTION_TOOL::containsSelected() to SELECTION_TOOL::selectionContains().
      e6598e9d
  21. 21 Feb, 2014 1 commit
    • Maciej Suminski's avatar
      Revisiting GAL: · 5ac69977
      Maciej Suminski authored
      - VIEW_ITEM::ViewUpdate() does not update items immediately. Now it marks them to be updated and the real update occurs on the next rendering frame.
      - VIEW::InvalidateItem() made private.
      - VIEW_LAYER::enabled -> visible
      - Some functions moved to header files.
      5ac69977
  22. 13 Feb, 2014 1 commit
  23. 06 Feb, 2014 1 commit
  24. 04 Feb, 2014 1 commit
  25. 20 Dec, 2013 1 commit
  26. 02 Dec, 2013 1 commit
  27. 13 Nov, 2013 1 commit
  28. 02 Nov, 2013 1 commit
    • Dick Hollenbeck's avatar
      *) Start removing some of the problematic "<%s>.." format strings, which won't · 42ef7f62
      Dick Hollenbeck authored
         pass into an HTML rendering panel and otherwise look goofey.
      *) Implement BOARD::Move() can call it from EAGLE_PLUGIN::Load().
      *) When USE_FP_LIB_TABLE, tolerate blank nicknames in FPIDs coming from eeschema.
         See the switch for this in pcbnew/netlist.cpp as ALLOW_PARTIAL_FPID.
      *) Add an assert and a try catch block to figure out that View does not
         like some eagle pcb board.  bitset::set() is getting a -1 value and firing
         an exception.
      42ef7f62
  29. 14 Oct, 2013 3 commits
  30. 02 Oct, 2013 2 commits
  31. 01 Oct, 2013 1 commit
  32. 27 Sep, 2013 1 commit
  33. 24 Sep, 2013 2 commits
  34. 20 Sep, 2013 1 commit