437 Commits (6c3b02aabee60ea04276f3404da455c00d081397)

Author SHA1 Message Date
Dominik Wernberger e2aa7be4b3 Added a lot of consts and refactored a few lines 5 years ago
Wayne Stambaugh 509b1b7141 Fix for Coverity issue 157131. 5 years ago
Wayne Stambaugh be8327bd54 GAL memory allocation fixes. 5 years ago
Marek Roszko 907e282347 Silence some msvc warnings 5 years ago
Wayne Stambaugh b959378d58 Attempt to fix Coverity issue 168705. 5 years ago
Wayne Stambaugh e7227a4f21 GAL code cleaning. 5 years ago
Jeff Young 60d4d5b846 Scale down netnames on tracks so overbars fit. 5 years ago
Jeff Young f6aa25df52 Make bitmap text measuring cognizant of overbars. 5 years ago
Seth Hillbrand 945faba586 Wrap CTOR in try/catch for context errors 5 years ago
Seth Hillbrand ffb3748cfc Don't crash when getting multiple wx calls 5 years ago
Jeff Young 5888d376a7 Handle special cases for ending overbar text. 5 years ago
Ian McInerney 11e6cac42b Introduce EGL backend support for the OpenGL canvas 5 years ago
Roberto Fernandez Bautista fe415c4134 Check GLEW functions exist before calling them 5 years ago
Roberto Fernandez Bautista 33385d0bb0 Combine return statements in OPENGL_GAL::CheckFeatures 5 years ago
jean-pierre charras 73c7154891 Fix another Coverity warning. 5 years ago
Jeff Young 66e3e12a9d Allow screen rendering to be maxError out from WYSIWYG. 5 years ago
jean-pierre charras cc81d97f78 Opengl DrawArcSegment(): refinements for a better look of control points. 5 years ago
jean-pierre charras 6d12a0c95b OPENGL_GAL, DrawArcSegment(): do not modify the radius of arc. 5 years ago
Jeff Young 58c006bc45 Register properties for ARC elements so we can get their netclass. 5 years ago
Marek Roszko ae6900e7d7 Suppress the opengl test from generating "ghost frames" on Windows which appear and quickly disappear 5 years ago
jean-pierre charras f6b4b66a86 Avoid include wx/wx.h in many files that do not actually use this include. 5 years ago
Seth Hillbrand 76e44c2f4b pcbnew: Really deal with missing segments this time 5 years ago
Seth Hillbrand c1a97fc0c3 GAL: Revision to 80af7b3158, allow LIB_POLYLINE 5 years ago
Seth Hillbrand 80af7b3158 Fix GAL check to account for shared function 5 years ago
Seth Hillbrand 7fc222db98 GAL: Check that polygons have at least 3 points 5 years ago
Wayne Stambaugh ede39780e2 Remove all debugging output that cannot be disabled. 5 years ago
Seth Hillbrand ab58b67842 Adding triangulation viewing to AC 5 years ago
mntmn bf60482b5c OpenGL GAL: support fallback without overlay buffer 5 years ago
jean-pierre charras 2d9b0b255b Better fix for OPENGL_GAL::DrawSegment() than initial commit 294dab. 5 years ago
Seth Hillbrand 294dabf640 GAL: Fix issue with small tracks being hidden 5 years ago
Urja Rannikko aa7ab46a06 GAL: Round the incoming mode parameter in fragment shader 5 years ago
Urja Rannikko 65ceeebc71 GAL: Remove dead code regarding SHADER_LINE_B in the fragment shader 5 years ago
jean-pierre charras 9f20c61fa7 Remove creation on the fly of a wxPaintEvent instance (fix previous commit). 5 years ago
jean-pierre charras 6366aa3ede Remove creation on the fly of a wxPaintEvent instance (final step). 5 years ago
Jon Evans a94a81b9a8 GAL: Handle text opacity in OpenGL 5 years ago
Qbort f3f17401dc Fix OPENGL_GAL initialization sequence 5 years ago
Seth Hillbrand a210fd570f Set VSYNC to adaptive (if available) 5 years ago
Lukas F. Hartmann f5842156a5 GAL: disable glCopyBuffer for etnaviv vendor 5 years ago
Ian McInerney ab83c86210 Remove the platform-specific GetBackendScalingFactor from HIDPI_GL_CANVAS 6 years ago
Jeff Young 1fb51d29ab Reverse interpretation of triple-tilde. 6 years ago
Simon Richter 5acee1962e Add missing include 6 years ago
jean-pierre charras 3e287160d8 gal/opengl: better message for checkGlError() unknown error sub-type 6 years ago
Marcus Comstedt 349c0e1a14 gal/opengl: Fix shader link state check 6 years ago
jean-pierre charras 79e7a27492 Fix a few Coverity warnings. 6 years ago
jean-pierre charras ad3c4b37ab Fix a few coverity warnings 6 years ago
Ian McInerney 13b6028e1b Refactor all math into a new kimath library 6 years ago
Ian McInerney 6faa2188ed Silence warnings on MacOS about OpenGL deprecation 6 years ago
Seth Hillbrand b5f021ff9f Cleanup: Replace push_back with emplace_back 6 years ago
Seth Hillbrand a2edf9c442 Unified update to C++14 std::make_unique 6 years ago
Jeff Young 89ace3b0d0 Apply the overbar fixes from the stroke font to bitmap text. 6 years ago