1. 04 Jul, 2013 1 commit
  2. 02 Jul, 2013 1 commit
  3. 01 Jul, 2013 1 commit
  4. 27 Jun, 2013 1 commit
  5. 26 Jun, 2013 1 commit
  6. 25 Jun, 2013 1 commit
  7. 24 Jun, 2013 1 commit
  8. 21 Jun, 2013 1 commit
  9. 19 Jun, 2013 1 commit
  10. 18 Jun, 2013 1 commit
  11. 04 Jun, 2013 2 commits
    • Maciej Suminski's avatar
      Switching to OpenGL using shaders backend on the fly (changed keyboard... · 04b4f236
      Maciej Suminski authored
      Switching to OpenGL using shaders backend on the fly (changed keyboard shortcuts: different backends are available using Alt+F9..F12).
      04b4f236
    • Maciej Suminski's avatar
      Introducing shaders. · 28511cf4
      Maciej Suminski authored
      Shader's parameters are stored in VBO_ITEM. Changed VBO_ITEM data structure. Added UseShader() function for selecting shader for a given VBO_ITEM.
      Added one main vertex & fragment shader program to be used for with all kinds of items (type of shader is selected using attributes that are stored in VBO). Currently available shaders are: at-least-1px-width line, filled circle and stroked circle.
      Removed unnecessary param (aDepthOffset) from a few functions (OPENGL_GAL::drawSemiCircle(), OPENGL_GAL::drawLineCap()). Removed function OPENGL_GAL::DrawRoundedSegment(). Changed some asserts to debug info or error log.
      28511cf4
  12. 31 May, 2013 1 commit
  13. 30 May, 2013 2 commits
  14. 29 May, 2013 1 commit
  15. 28 May, 2013 1 commit
    • Wayne Stambaugh's avatar
      More Pcbnew footprint library table work in progress. · 5560cb54
      Wayne Stambaugh authored
      * Add footprint library table loading to footprint editor.
      * Overload FOOTPRINT_INFO::ReadFootprintFiles() to read footprints from the
        footprint library tables.
      * Fix a bug in FP_LIB_TABLE::IsEmpty() when the table has a fallback table.
      * Add code to FOOTPRINT_EDIT_FRAME to use footprint library tables.
      * Add an optional build time version of PCB_EDIT_FRAME::loadFootprints() to
        populate netlist footprints from footprint library table.
      * Remove adding footprints to board whenever GetModuleLibrary() is called and
        move loading locally as required.
      * Add missing source file license comments and coding policy fixes.
      5560cb54
  16. 27 May, 2013 1 commit
  17. 26 May, 2013 1 commit
  18. 25 May, 2013 4 commits
  19. 23 May, 2013 1 commit
  20. 22 May, 2013 1 commit
  21. 20 May, 2013 1 commit
    • Wayne Stambaugh's avatar
      Pcbnew footprint library table work in progress. · c9be8bfd
      Wayne Stambaugh authored
      * Add code for loading, modifying, and saving the global and project
        footprint library tables.
      * Add code to load MODULE objects using the footprint library table to
        the footprint viewer.
      * Add static methods to FP_LIB_TABLE to support loading footprint library
        tables.
      c9be8bfd
  22. 19 May, 2013 1 commit
  23. 16 May, 2013 1 commit
  24. 15 May, 2013 2 commits
  25. 14 May, 2013 1 commit
  26. 10 May, 2013 1 commit
  27. 09 May, 2013 1 commit
  28. 08 May, 2013 2 commits
    • Wayne Stambaugh's avatar
      Footprint library table work, minor fixes, and code cleaning. · cf86e18f
      Wayne Stambaugh authored
      * Fix a bug when full file name and path are passed to FOOTPRINT_INFO::
        ReadFootprintFiles() which I created in bug fix lp:593989.
      * Fix a wxString debug assertion in EDA_APP::InitEDA_Appl() when the KICAD
        environment variable is defined as an empty string.
      * Add error dialog when libraries cannot be found in system search path
        when loading footprint using the select footprint dialog.
      * Add footprint library name column to the EDA_LIST_DIALOG when selecting
        footprints from the list.
      * Allow reading all columns from the selected row in EDA_LIST_DIALOG.
      * Remove redundant sort from EDA_LIST_DIALOG constructor
      * Add library name member variable and accessors to FOOTPRINT_INFO.
      * Make headers translatable for Eeschema select component from list dialog.
      * Add some helper methods to FPID for identifying the FPID type and validity.
      * Remove a bunch of trailing whitespace and add missing license comments.
      cf86e18f
    • jean-pierre charras's avatar
      More work on CPOLYGONS_LIST class. · 2e6969fe
      jean-pierre charras authored
      2e6969fe
  29. 07 May, 2013 2 commits
  30. 05 May, 2013 3 commits