1. 06 Oct, 2014 1 commit
  2. 21 Aug, 2014 1 commit
  3. 20 Aug, 2014 1 commit
  4. 19 Aug, 2014 1 commit
    • jean-pierre charras's avatar
      Add patch from Mario Luzeiro to 3D viewer. Fix a serious issue due to... · fafd19c6
      jean-pierre charras authored
      Add patch from Mario Luzeiro to 3D viewer. Fix a serious issue due to duplicate ID used in menus and toolbars between sub-applications, related to wxUpdateUIEvent events loop.
      wxUpdateUIEvent events can be sent to parent frames, when opening a menu in a child frame, if parent and child frame share same ID fro menuitems (or tools)
      The wrong menuitem can be used in some cases ( because there are more than one menuitem with the same identifier), by a wxUpdateUIEvent event function run in a parent frame.
      fafd19c6
  5. 12 Aug, 2014 1 commit
  6. 04 Aug, 2014 1 commit
  7. 02 Aug, 2014 1 commit
  8. 30 Jul, 2014 2 commits
  9. 08 Mar, 2014 1 commit
  10. 27 Nov, 2013 1 commit
  11. 18 Oct, 2013 1 commit
  12. 14 Oct, 2013 1 commit
    • jean-pierre charras's avatar
      Pcbnew: Fix issue when displaying net names and/or pad numbers including the... · 082b8326
      jean-pierre charras authored
      Pcbnew: Fix issue when displaying net names and/or pad numbers including the "<" char in drc dialog, because drc dialog uses an wxHtmlWindow to display drc messages, and the "<" char has a special meaning and is not allowed in texts (now replaced by the" &lt;" sequence in messages displayed in html)
      Eeschema: replace "<" and ">" by "(" and ")" in autogenerated net names, to avoid other issues in html messages.
      Very minor other fixes.
      082b8326
  13. 13 Oct, 2013 1 commit
    • jean-pierre charras's avatar
      specctra_export.cpp: fix a bug in my export function to 3D viewer which... · 7f648995
      jean-pierre charras authored
      specctra_export.cpp: fix a bug in my export function to 3D viewer which generates bad shapes for holes generated by outlines
      inside the main board outlines.
      specctra_export.cpp: always approximate arcs in outlines by 36 segm for 360 degrees,
      even for arc angle which differs from 90 degrees.
      90 degrees is the default when creating an arc, but the arc value can be edited and have any value between 0 and 360 degrees.
      Previously, 9 segments were used regardless the arc angle.
      7f648995
  14. 15 Dec, 2012 1 commit
  15. 29 Aug, 2012 1 commit
  16. 28 Aug, 2012 1 commit
  17. 11 Aug, 2012 1 commit
  18. 25 Feb, 2012 1 commit
  19. 23 Jan, 2012 1 commit
  20. 01 Nov, 2011 1 commit
  21. 17 Sep, 2011 1 commit
  22. 28 Aug, 2011 1 commit
  23. 03 Aug, 2011 1 commit
    • Wayne Stambaugh's avatar
      Change PCBNew and CVPCB 3D viewer focus behavior. (fixes lp:818890) · 04bf11c2
      Wayne Stambaugh authored
      * Raise 3D frame in PCB editor and module editor instead of displaying a message
        dialog indicating that the 3D viewer is already open.
      * Raise 3D viewer and module viewer in CVPCB to mimic the behavior changed in
        PCBNew.
      * Set focus to OpenGL canvas when creating 3D viewer so mouse wheel events
        are handled on Windows without having to click on the canvas.
      * Rename 3D viewer frame class from WinEDA3D_DrawFrame to EDA_3D_FRAME.
      * The usual smattering of coding policy fixes.
      04bf11c2
  24. 22 May, 2011 1 commit
  25. 13 May, 2011 1 commit
  26. 03 Mar, 2011 1 commit
  27. 29 Jan, 2011 1 commit
  28. 20 Jan, 2011 1 commit
    • Wayne Stambaugh's avatar
      Schematic object encapsulation and other minor improvements. · e560573c
      Wayne Stambaugh authored
      * Encapsulate file name member of base screen object.
      * Encapsulate associated screen member of schematic sheet object.
      * Create add screen method to schematic sheet object to simplify setting
        the associated screen.
      * Move the change file name code in the schematic sheet object to the edit
        sheet method in the schematic editor frame object to eliminate message
        dialogs.
      * Improve reference counting in schematic screen object.
      * Add helper type definitions for changing schematic object storage to C++
        containers.
      e560573c
  29. 03 Dec, 2010 1 commit
  30. 29 Oct, 2010 1 commit
  31. 04 Oct, 2010 2 commits
  32. 20 Jul, 2010 1 commit
    • jean-pierre charras's avatar
      Fixed very minor issues. · 5605ce89
      jean-pierre charras authored
      Fixed compil warning under wxWidgets 2.9.1.
      File beautification
      Statring using wxTextEntryDialog instead of Get_Message (because Get_Message does not handle properly cancel option)
      5605ce89
  33. 25 Jan, 2010 1 commit
  34. 24 Jan, 2010 1 commit
    • charras's avatar
      OSX fixes. · 0f366f84
      charras authored
      Better code in fast draw grid algo (drawpanel.cpp):must be faster, and minor refresh problems removed under wxGTK
      0f366f84
  35. 19 Jan, 2010 1 commit
  36. 11 Jan, 2010 1 commit
  37. 04 Nov, 2009 1 commit
    • stambaughw's avatar
      Comment translations and other minor updates. · b2f9d5bd
      stambaughw authored
      * Complete comment translation for all EESchema source files.
      * Complete comment translation for all 3D viewer source files.
      * Rename class class_hierarchical_PIN_sheet to SCH_SHEET_PIN.
      * Rename class DrawSheetStruct to SCH_SHEET.
      * Tool tip capitalization fixes.
      * Uncrustify and spell check comments and strings in all modified source
        files.
      b2f9d5bd
  38. 22 Sep, 2009 1 commit
    • stambaughw's avatar
      Command ID refactoring and other minor improvements. · 43d6c685
      stambaughw authored
      * Split out application specific command IDs to prevent unnecessary rebuilding.
      * Eliminate duplicate menu and tool bar command IDs.
      * Split component library editor and viewer definitions to separate header files.
      * More component library and document file merge code.
      * A bunch of minor string readability and consistency fixes.
      43d6c685