kicad/common/gal
Alexander Golubev f2ce42ddb5 fix several -Woverloaded-virtual warnings in common/* dir
- CACHED_CONTAINER::GetVertices: removed useless and unused function
   which does nothing but tainted the API
 - SHAPE_LINE_CHAIN::Collide( const BOX2I& aBox, int aClearance ):
   removed an outdated function with assert(false)
 - SHAPE::BBox(): fix a small typo in the doc string
2015-03-06 15:26:47 +01:00
..
cairo Eeschema code cleanup and coverity fixes. 2015-02-21 09:11:58 +01:00
opengl fix several -Woverloaded-virtual warnings in common/* dir 2015-03-06 15:26:47 +01:00
color4d.cpp Namespace KiGfx->KIGFX. 2013-10-14 16:13:35 +02:00
graphics_abstraction_layer.cpp Fixed grid drawing when the grid origin has negative coordinates. 2014-07-09 15:02:56 +02:00
stroke_font.cpp gal/stroke_font: made text vertical alignment follow the non-GAL renderer. 2014-11-14 19:19:08 +01:00