1. 09 Mar, 2011 3 commits
  2. 07 Mar, 2011 2 commits
  3. 05 Mar, 2011 2 commits
  4. 04 Mar, 2011 1 commit
  5. 03 Mar, 2011 3 commits
    • Wayne Stambaugh's avatar
      Minor EESchema code improvements. · 9769c9b6
      Wayne Stambaugh authored
      * Factor change schematic component orientation code out of switch statement
        into separate function.
      * Remove redundant command events from schematic editor hot key handler.
      9769c9b6
    • jean-pierre charras's avatar
      fix very minor bugs. · 098a20a0
      jean-pierre charras authored
      098a20a0
    • Wayne Stambaugh's avatar
      EESchema and other minor code improvements. · 9e0e43e4
      Wayne Stambaugh authored
      * Change EDA_ITEM set flag function to set flag bits using logical or
        instead of assignment.
      * Add clear flag function to EDA_ITEM to clear flag bit using inverted
        logical and.
      * Factor change schematic text type code out of switch statement into
        a single function call.
      * Schematic text orientation function renaming improvements.
      * Lots of small coding policy changes to updated files.
      9e0e43e4
  6. 02 Mar, 2011 4 commits
  7. 01 Mar, 2011 5 commits
  8. 28 Feb, 2011 6 commits
  9. 27 Feb, 2011 7 commits
  10. 26 Feb, 2011 1 commit
  11. 25 Feb, 2011 4 commits
  12. 24 Feb, 2011 2 commits
    • Wayne Stambaugh's avatar
      Schematic component library editor delete item improvements. · 4d1cdfd4
      Wayne Stambaugh authored
      * Merge two duplicate case statement and delete pin code paths into a
        single delete function.
      * Make all delete commands use new delete function.
      * Fix a few set tool ID calls to use default cursor instead of arrow
        cursor.
      4d1cdfd4
    • Wayne Stambaugh's avatar
      Improve handling of tool bar command IDs. · cb647737
      Wayne Stambaugh authored
      * Make EDA_DRAW_FRAME current tool ID member variable private.
      * Added global no tool selected ID to replace application specific no
        tool selected IDs.
      * Change SetToolID to prevent setting the tool ID to anything less than
        the new global no tool selected ID and assert on debug builds.
      * Change command and update user interface command event handlers to use
        new global no tool selected ID.
      * Fixed schematic library editor add pin hot key handler.
      cb647737