1. 06 Feb, 2015 2 commits
  2. 03 Feb, 2015 1 commit
  3. 02 Feb, 2015 1 commit
  4. 27 Jan, 2015 1 commit
    • Wayne Stambaugh's avatar
      Minor fixes and code cleaning. · 93b0a083
      Wayne Stambaugh authored
      * Check to see if image handler is already initialized to prevent warning
        on debug builds.
      * Change LIB_PART destructor message output to use wxLogDebug for debugging
        on windows builds.
      * Minor code cleaning and coding policy fixes.
      93b0a083
  5. 25 Jan, 2015 1 commit
  6. 23 Jan, 2015 1 commit
  7. 22 Jan, 2015 1 commit
  8. 20 Jan, 2015 1 commit
  9. 19 Jan, 2015 1 commit
  10. 18 Jan, 2015 1 commit
  11. 17 Jan, 2015 1 commit
  12. 16 Jan, 2015 1 commit
  13. 15 Jan, 2015 1 commit
  14. 11 Jan, 2015 1 commit
  15. 10 Jan, 2015 1 commit
    • jean-pierre charras's avatar
      Add hight contrast option in Modedit. In hight contrast mode, solder masks and... · 9cfb97d8
      jean-pierre charras authored
      Add hight contrast option in Modedit. In hight contrast mode, solder masks and solder paste are shown.
      this option was possible only by modifying the way display options are managed.
      before these changes, display options were a global DISPLAY_OPTIONS class instance.
      Now each EDA_DRAW_FRAME(and derivated classes)  includes its own DISPLAY_OPTIONS class instance.
      As a consequence, some duplicate display option variables in these classes have been removed, because there were just duplicate variables of the  DISPLAY_OPTIONS class instance.
      9cfb97d8
  16. 07 Jan, 2015 1 commit
  17. 05 Jan, 2015 1 commit
  18. 04 Jan, 2015 1 commit
  19. 02 Jan, 2015 1 commit
  20. 01 Jan, 2015 1 commit
  21. 31 Dec, 2014 1 commit
  22. 23 Dec, 2014 1 commit
    • jean-pierre charras's avatar
      Code cleaning: move class PAGE_INFO from common.h to class_page_info.h; · bc230f76
      jean-pierre charras authored
      Fix issue when using a page layout file in project folder: eeschema and Pcbnew did not use it, unless using an absolute path.
      Now, if the file path is nor absolute, it is seen as relative to the project (which is the expected behavior)
      fp lib wizard: when pcbnew id compiled with USE_GITHUB_PLUGIN=OFF, the github plugin option is no more accessible (and the web viewer no more used).
      bc230f76
  23. 18 Dec, 2014 1 commit
  24. 11 Dec, 2014 1 commit
  25. 09 Dec, 2014 1 commit
  26. 07 Dec, 2014 1 commit
  27. 04 Dec, 2014 1 commit
    • jean-pierre charras's avatar
      Pcbnew: fix Bug #1395594 (pcbplotparams parser sensitive to formatting) · 0e996cac
      jean-pierre charras authored
      Looked like a minor issue, but was due to a more serious bug, when using 2 different DSN_LEXERS which were not synchronized.
      The fix is not perfect, but unfortunately, the parser used to read the PCB_PLOT_PARAMS in .kicad_pcb files is also used in legacy board file reader.
      Therefore it is better than write 2 parser functions, one for legacy files, the other for the .kicad_pcb files, which make the same thing.
      0e996cac
  28. 23 Nov, 2014 1 commit
  29. 21 Nov, 2014 1 commit
  30. 19 Nov, 2014 2 commits
  31. 14 Nov, 2014 5 commits
  32. 13 Nov, 2014 3 commits