1. 01 Apr, 2011 1 commit
    • Vovanium's avatar
      Libedit polyline bug fixes: · 37d4ed97
      Vovanium authored
      * will not add zero-length segments when creating polylines;
      * polyline vertex to edit is now being chosen correctly.
      37d4ed97
  2. 31 Mar, 2011 1 commit
  3. 30 Mar, 2011 5 commits
  4. 29 Mar, 2011 4 commits
  5. 28 Mar, 2011 3 commits
  6. 27 Mar, 2011 1 commit
  7. 26 Mar, 2011 2 commits
  8. 25 Mar, 2011 4 commits
    • jean-pierre charras's avatar
      Fix bug 741352. Needs more tests · 89ff6c64
      jean-pierre charras authored
      89ff6c64
    • jean-pierre charras's avatar
      Fix bug 741352. · e68662c1
      jean-pierre charras authored
      e68662c1
    • jean-pierre charras's avatar
      Fix bug 741352 · 38269efa
      jean-pierre charras authored
      38269efa
    • Wayne Stambaugh's avatar
      EESchema multiple item hit testing and other minor improvements. · 175fab48
      Wayne Stambaugh authored
      * Add item clarification context menu to EESchema when multiple unresolved
        items are found at the current cross hair position.
      * Add collector class SCH_COLLECTOR for supporting multiple item hit testing.
      * Removed bit wise masked filtering from schematic item hit testing.
      * Removed all old hit testing functions and methods scattered about the
        EESchema source code.
      * Move terminal point test function into SCH_SCREEN object.
      * Fixed bug in terminal point test when terminating a bus to a label.
      * Define the < operator for sorting schematic items.
      * Add area calculation method to EDA_Rect item.
      * Add method for returning an item's bitmap for menu display purposes.
      * Add method for returning an item's menu text for menu display purposes.
      * Changed EDA_ITEMS container from boost::ptr_vector to std::vector.
      * Factor coordinate string conversion code from EDA_DRAW_FRAME to function
        CoordinateToString().
      175fab48
  9. 24 Mar, 2011 2 commits
  10. 23 Mar, 2011 2 commits
  11. 22 Mar, 2011 4 commits
  12. 21 Mar, 2011 2 commits
  13. 20 Mar, 2011 7 commits
  14. 19 Mar, 2011 1 commit
  15. 18 Mar, 2011 1 commit
    • Charles McDowell's avatar
      This patch adds two features to the standard SpiceNetlister: · a8581d19
      Charles McDowell authored
      F1.) Allows you to disable a component from the Netlist.  Useful for connectors etc.
      To exclude a component from the Spice Netlist add [Spice_Netlist_Enabled] user FIELD set to: N
      
      F2.) Allows you to adapt to simulation libraries that require the netlist node 
      sequence to be in a different order. To reorder the component spice node sequence 
      add [Spice_Node_Sequence] user FIELD and define sequence: 2,1,0  I am using 
      LTSpice, but this holds true for any SPICE subcircuit.
      a8581d19