1. 02 Apr, 2015 1 commit
    • jean-pierre charras's avatar
      Fix a few minor coverity warnings. · bbbb84e6
      jean-pierre charras authored
      Fix minor 3D viewer issues (includling change number of segments and its optimization to draw pad holes.)
      Fix Bug #1439132 (track and via list on toolbar not always refresh after loading a board).
      Remove useless tool in Modedit.
      bbbb84e6
  2. 31 Mar, 2015 1 commit
  3. 29 Mar, 2015 2 commits
  4. 28 Mar, 2015 2 commits
  5. 26 Mar, 2015 1 commit
    • Wayne Stambaugh's avatar
      Minor 3D viewer improvements (fixes lp:1406680). · ec4d74c9
      Wayne Stambaugh authored
      * Make OK button the default action in the 3D viewer option dialog per UI
        policy.
      * Fix standard button sizer padding in 3D viewer options dialog.
      * Let sizers do their job by using default size for 3D viewer options
        dialog.
      * Set 3D viewer hot key to Alt+3 in all parent windows where 3D viewer is
        accessible.
      * Minor code cleaning and coding policy fixes.
      ec4d74c9
  6. 23 Mar, 2015 1 commit
  7. 17 Mar, 2015 1 commit
  8. 16 Mar, 2015 1 commit
  9. 15 Mar, 2015 1 commit
  10. 13 Mar, 2015 1 commit
  11. 11 Mar, 2015 1 commit
  12. 10 Mar, 2015 1 commit
  13. 06 Mar, 2015 1 commit
  14. 05 Mar, 2015 1 commit
  15. 28 Feb, 2015 1 commit
  16. 26 Feb, 2015 1 commit
  17. 21 Feb, 2015 2 commits
  18. 20 Feb, 2015 1 commit
    • Mark Roszko's avatar
      VRML file parser fixes. · 6c7744e2
      Mark Roszko authored
      * Fix coverity scan error for array comparison.
      * Check for buffer length overflow that fixes segfault.
      6c7744e2
  19. 17 Feb, 2015 2 commits
  20. 15 Feb, 2015 1 commit
  21. 23 Jan, 2015 1 commit
  22. 18 Jan, 2015 1 commit
  23. 15 Nov, 2014 1 commit
  24. 19 Oct, 2014 1 commit
  25. 07 Oct, 2014 1 commit
  26. 06 Oct, 2014 1 commit
  27. 25 Aug, 2014 1 commit
    • jean-pierre charras's avatar
      Eeschema: add dialog libedit options and move options relative to libedit from... · ed4fee76
      jean-pierre charras authored
      Eeschema: add dialog libedit options and move options relative to libedit from eeschema options to this dialog.
      Ensure some values initialized by the schematic editor and used by libedit are also initialized in libedit even if  the schematic editor was not started.
      Remove useless commands (save/load project config) in libedit, because now they have no sense.
      ed4fee76
  28. 24 Aug, 2014 2 commits
  29. 22 Aug, 2014 1 commit
  30. 21 Aug, 2014 1 commit
  31. 20 Aug, 2014 2 commits
  32. 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
  33. 16 Aug, 2014 1 commit
  34. 12 Aug, 2014 1 commit