1. 24 Jun, 2013 3 commits
  2. 21 Jun, 2013 2 commits
  3. 20 Jun, 2013 3 commits
  4. 19 Jun, 2013 2 commits
  5. 18 Jun, 2013 4 commits
  6. 06 Jun, 2013 2 commits
  7. 05 Jun, 2013 2 commits
  8. 04 Jun, 2013 4 commits
    • Dick Hollenbeck's avatar
      Fix wierd ConfigBaseWriteDouble's Printf( wxT("%12f"), aValue ); format string · 3bddb98d
      Dick Hollenbeck authored
      which was creating silly strings like 
      
        PcbTextThickness="    0.300000"
      
      in kicad.pro files.
      3bddb98d
    • Dick Hollenbeck's avatar
      comment · 94338e07
      Dick Hollenbeck authored
      94338e07
    • 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
  9. 03 Jun, 2013 2 commits
  10. 01 Jun, 2013 1 commit
  11. 31 May, 2013 8 commits
  12. 30 May, 2013 2 commits
  13. 29 May, 2013 3 commits
  14. 28 May, 2013 2 commits
    • 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
    • jean-pierre charras's avatar
      Dialog page setting: replace wxStaticBoxSizer by wxBoxSizer + static text, · 4e94d8e7
      jean-pierre charras authored
      because under Linux and wxWidgets 2.9, wxStaticBoxSizer are very ugly (text not readable in this dialog)
      (Does not happen with wxWidgets 2.8)
      Eeschema hotkeys: remove duplicate keys in key editor.
      4e94d8e7