1. 27 Jun, 2013 2 commits
  2. 26 Jun, 2013 2 commits
  3. 25 Jun, 2013 3 commits
  4. 24 Jun, 2013 7 commits
  5. 21 Jun, 2013 2 commits
  6. 20 Jun, 2013 3 commits
  7. 19 Jun, 2013 2 commits
  8. 18 Jun, 2013 4 commits
  9. 06 Jun, 2013 2 commits
  10. 05 Jun, 2013 2 commits
  11. 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
  12. 03 Jun, 2013 2 commits
  13. 01 Jun, 2013 1 commit
  14. 31 May, 2013 4 commits