- 05 Jul, 2011 1 commit
-
-
jean-pierre charras authored
All: use double instead of int to store zoom values.
-
- 31 May, 2011 1 commit
-
-
jean-pierre charras authored
-
- 30 May, 2011 1 commit
-
-
jean-pierre charras authored
-
- 21 May, 2011 1 commit
-
-
Marco Serantoni authored
-
- 13 May, 2011 1 commit
-
-
Wayne Stambaugh authored
* Remove most (not all) variables that were initialized but never used that cause GCC 4.6 to generate a warning. * Fix bug in schematic library editor best zoom calculation.
-
- 12 May, 2011 1 commit
-
-
Jerry Jacobs authored
-
- 26 Apr, 2011 2 commits
-
-
jean-pierre charras authored
-
jean-pierre charras authored
-
- 24 Apr, 2011 1 commit
-
-
jean-pierre charras authored
-
- 23 Apr, 2011 3 commits
-
-
jean-pierre charras authored
-
jean-pierre charras authored
-
jean-pierre charras authored
-
- 19 Apr, 2011 2 commits
-
-
Wayne Stambaugh authored
-
Wayne Stambaugh authored
-
- 17 Apr, 2011 1 commit
-
-
jean-pierre charras authored
-
- 13 Apr, 2011 1 commit
-
-
Wayne Stambaugh authored
-
- 07 Apr, 2011 1 commit
-
-
jean-pierre charras authored
In Render, colors shown were the default colors, not the selected colors, when starting Pcbnew or Gerbview, because colors were not updated after reading the config.
-
- 06 Apr, 2011 1 commit
-
-
Jerry Jacobs authored
-
- 05 Apr, 2011 2 commits
-
-
jean-pierre charras authored
fix an issue created by commit 2954. Gerbview: display now an indicator of layers in use. minor code cleanup.
-
Wayne Stambaugh authored
* Move undo item copy global variable into schematic editor frame object member variable. * Add helper methods for accessing the undo item copy member variable. * Fix undetected bug when changing a text type. * Added an exchange command to the undo/redo base class for handling undoing a changed item type which cannot be undone by swapping out the variables. * Revert change to common/hotkeys_basic.cpp that broke hot key behavior. * Lots of coding policy changes while making the changes above.
-
- 02 Apr, 2011 1 commit
-
-
jean-pierre charras authored
* Gerbview, Pcbnew: add SetLocaleTo_Default() after reading double in config to fix issues with decimal separator (when the separator is not a point). (WxWidgets 2.9.1 seems call setlocale( LC_NUMERIC, "" ) when wxConfig read doubles stored in config, but forget to back to current locale.) Note: perhaps there are some dialogs that need this call to SetLocaleTo_Default() ). * Minor code cleanup in pcbnew/netlist.cpp
-
- 29 Mar, 2011 1 commit
-
-
Wayne Stambaugh authored
* Rename EDA_Rect class to EDA_RECT. * Rename EDA_TextStruct class to EDA_TEXT. * Remove duplicate Doxygen comments from sch_sheet_path.cpp.
-
- 28 Mar, 2011 1 commit
-
-
jean-pierre charras authored
fix 2 minor bugs: GERBVIEW: Button "Erase all layers" not working, EESCHEMA: Plot to Clipboard: EDA_DRAW_FRAME::PrintPage() error
-
- 26 Mar, 2011 1 commit
-
-
jean-pierre charras authored
-
- 23 Mar, 2011 1 commit
-
-
jean-pierre charras authored
-
- 20 Mar, 2011 2 commits
-
-
jean-pierre charras authored
-
jean-pierre charras authored
-
- 19 Mar, 2011 1 commit
-
-
jean-pierre charras authored
-
- 18 Mar, 2011 1 commit
-
-
jean-pierre charras authored
-
- 17 Mar, 2011 2 commits
-
-
jean-pierre charras authored
-
Wayne Stambaugh authored
-
- 16 Mar, 2011 2 commits
-
-
jean-pierre charras authored
Gerbview: Added: read Excellon files created by Pcbnew. The full Excellon command set is not supported, but drill files created by Pcbnew are supported.
-
jean-pierre charras authored
-
- 14 Mar, 2011 2 commits
-
-
jean-pierre charras authored
-
Wayne Stambaugh authored
* Set default button on all dialogs that do not already have a defined default button. The only exception is the EESchema net list dialog which needs converted over to wxFormBuilder and due to it's design makes setting the default button in any tab other than the default tab problematic. * Fix escape key dialog handling bug in EESchema print post script dialog.
-
- 12 Mar, 2011 3 commits
-
-
jean-pierre charras authored
-
jean-pierre charras authored
Gerbview: tweaking code: Now the active layer is drawn on top of other layers. This is an enhancement in stacked draw modes.
-
jean-pierre charras authored
others: fix minor issues.
-
- 10 Mar, 2011 1 commit
-
-
jean-pierre charras authored
-
- 09 Mar, 2011 1 commit
-
-
jean-pierre charras authored
All: fix a minor bur annoying issue: incorrect cursor shape after a block command (mainly when a tool is selected)
-