284 Commits (568c8c336baed537dc09a687a65b97075d757088)

Author SHA1 Message Date
Maciej Suminski 8a68a21570 Enable OpenGL debug output in debug builds 8 years ago
Tomasz Włostowski 271363f822 router: support for board outline 8 years ago
Tomasz Włostowski 2faf1a1ed3 Initial support for keepout zones in the P&S router. 8 years ago
jean-pierre charras 2fd00b1d23 Revert "Ensure DrawRectangle() stroke outline will always be visible" 8 years ago
Jon Evans 74d47d8173 Ensure DrawRectangle() stroke outline will always be visible 8 years ago
Camille 9ff66a5274 Fix unnecessary value parameter detected by clang-tidy. - Replace value parameter by const reference parameter or move-assignement in some cases 8 years ago
Maciej Suminski 4ec24badb9 Enlarge OpenGL glyphs to match Cairo and legacy text size 8 years ago
Kristoffer Ödmark e7ddcca569 Fix some netname rendering issues 8 years ago
Jon Evans 9689200984 OpenGL: Fix background color being drawn twice in no-AA mode 8 years ago
Mark Roszko b98cc0b937 Some coverity fixes 8 years ago
Maciej Suminski 2fc07561f1 Fix crash when drawing a polygon with empty outline 8 years ago
Maciej Suminski 7741b90c78 gal: Draw grid from edge to edge 8 years ago
Bernhard Stegmaier 19d7112fa2 Merge HIDPI_GL_CANVAS wrapper with OPENGL_GAL implementation. 8 years ago
Tomasz Włostowski eed924fe45 Fixed zone filling crash & thermal stubs inconsistency 8 years ago
Andreas Buhr 6205363b50 bugfix: OPENGL_GAL::DrawPolygon did not close closed polygons 8 years ago
Andreas Buhr 5572183c22 bugfix: OPENGL_GAL::drawPolygon did not respect fill settings 8 years ago
Maciej Suminski ef8f5db024 Handle space character in OPENGL_GAL::BitmapText() 8 years ago
Maciej Suminski 602ecf7502 Fix overbar display in OpenGL canvas 8 years ago
Tomasz Włostowski 8df299a6bc pcbnew: Optimized zone filling algorithm: code cleanup 8 years ago
Tomasz Włostowski 316ddadec1 pcbnew: Optimized zone filling algorithm. 8 years ago
Maciej Suminski 5eb56dd8b0 Coverity fixes 8 years ago
jean-pierre charras 3407c6cf27 Gerbview: add icons in a context menu. 8 years ago
jean-pierre charras 7418deb454 Pcbnew: fix issues with 360 deg angle arcs. 8 years ago
jean-pierre charras d8ade988ce workaround for a minor and strange issue: size of chars '-' and '_' are incorrect in msdf_atlasgen fonte. the size of 'x' char is used instead. 8 years ago
Jon Evans 93de82f0b2 Fix scrollbars in macOS GAL canvases 8 years ago
Maciej Suminski 262fcc91af Fixes for video cards unable to use gl{Un,}MapBuffer correctly 8 years ago
Maciej Suminski 46b5575c51 OpenGL driver debug routines 8 years ago
Tomasz Włostowski 32185ddcd3 Multiple improvements concerning colors, configuration handling and legacy features in pcbnew: 8 years ago
Maciej Suminski 7399759b3b Fixed polygon DRAWSEGMENT rendering in OpenGL GAL 8 years ago
jean-pierre charras d3b382c281 GAL mode: the grid don't fill the full screen when moving the grid origin to negative values. 8 years ago
jean-pierre charras a92ea8c75b Fixes: lp:1687014 Footpring editor disappearing axes crosshair 9 years ago
John Beard 0799d9e45c OPENGL_GAL: Init currentTarget 9 years ago
John Beard b8edecc10f Move cursor shape flag into GAL settings 9 years ago
John Beard 01c733bdb5 Dim GAL cursor when forced but no interactive tool 9 years ago
jean-pierre charras c20cf4a3e0 Fix incorrect calculations in GAL DrawGrid() methods, that create very long calculation time when the grid origin is not 0 9 years ago
Maciej Suminski 11f8e53e27 Smoother arc rendering in OpenGL GAL 9 years ago
Jon Evans 3208d24ad4 Add DrawArcSegment() GAL method, to support drawing outlined arcs 9 years ago
Maciej Suminski 62235348d1 Use GAL axes instead of a ORIGIN_VIEWITEM in module editor 9 years ago
Jon Evans 2513f0b002 Add setting to have GAL draw axes on the grid 9 years ago
John Beard c86773462f GAL: Respect SHAPE_LINE_CHAIN closed setting 9 years ago
Maciej Suminski e6cfb6af52 Revert "Fix setting the background color in OPENGL_GAL" 9 years ago
Maciej Suminski ca985791bc Fix setting the background color in OPENGL_GAL 9 years ago
jean-pierre charras 1cffcafe2d GAL mode: Add small cross option to grid style (now: options are Dots, Grid, Small cross) 9 years ago
John Beard 0bf3a19967 Add user control for grid minimum spacing in GAL 9 years ago
John Beard 970e4f8eb4 Add grid line thickness control to Display Options Dialog 9 years ago
John Beard ff3bfaf82b Make KIGFX::GRID_STYLE an enum class 9 years ago
John Beard ddded86a06 Give all GAL canvases access to a GAL_DISPLAY_OPTIONS structure instance 9 years ago
Maciej Suminski 80956ef1e6 Added GAL::DrawPolygon(SHAPE_POLY_SET) & GAL::DrawPolyLine(SHAPE_LINE_CHAIN) 9 years ago
Maciej Suminski 196c5aca83 Fixed 'unreferenced local variable' warning in OPENGL_GAL. 9 years ago
Maciej Suminski 7eacd1b15d Restored cursor in OpenGL canvas (still an issue with subpixel AA) 9 years ago