385 Commits (ea62b145ff2f03fb0a34bf528c2480ef902571df)

Author SHA1 Message Date
Wayne Stambaugh b05de51a8d Fix a few Coverity issues. 3 years ago
Ian McInerney 33da9b2327 Reintroduce constexpr to COLOR4D 3 years ago
Wayne Stambaugh c3e6825d62 Add hashing to and unit tests for some low level objects. 3 years ago
Wayne Stambaugh 28776f5745 Text attributes object improvements. 3 years ago
Jon Evans 43d3a18b86 Improve HiDPI handling of appearance/layer controls 3 years ago
Ian McInerney be19e967dc Remove WX_COMPATIBILITY flag 3 years ago
Ian McInerney 0ba116a3ee Remove unused functions from COLOR4D 3 years ago
Seth Hillbrand a206f6717d Desaturate the symbols in DNP for print/plot 3 years ago
Seth Hillbrand 1cc9792cdb Fix snapping dist when disabling grid 3 years ago
Alex dcb131c20d Improve canvas responsiveness by better swap interval management. 3 years ago
Alex 399aa7e418 Implement SetSwapInterval on Windows. 3 years ago
Jeff Young c0a666507c Work around more instances of the wxWidgets color string locale bug. 3 years ago
Alex 39089ad805 Allow GAL_DRAWING_CONTEXT dtor to throw exceptions. 3 years ago
Jeff Young be5fb2c7b8 Provide a default (non-optimized) version of DrawGlyphs. 3 years ago
dsa-t bd8b737c44 GAL: Do better job at reserving vertices. 3 years ago
Jeff Young 9188838e50 RIP EDA_RECT. 3 years ago
Mike Williams 3669cb4673 PCB Editor: Add User Background Images 4 years ago
Fabien Corona 976670e987 Move 3D controls to a new class 3 years ago
jean-pierre charras bf4b3a1ff8 Fix a compil warning (due to a bug in code after last change) 3 years ago
Marek Roszko 8288f24264 Move all the shaders to glsl files (and fix the processor more) 3 years ago
Marek Roszko 1f8d101b1d Fix color4d distance return type 4 years ago
Jeff Young e84c574830 Some more EDA_ANGLE cleanup. 4 years ago
Jeff Young 93229c37bb Fix compile issue on Mac. 4 years ago
Mark Roszko 3aff953c9c Quietly put the missing [] in the shared_ptr 4 years ago
Marek Roszko 15dc1b3a38 Remove no longer used boost header 4 years ago
Marek Roszko 9965748795 Use std::shared_ptr in place of boost::shared_array 4 years ago
Jeff Young 8f7d2dd06a More VECTOR2D -> VECTOR2I and wxPoint cleanup. 4 years ago
Jeff Young 04c76f10e9 Performance enhancements for fonts. 4 years ago
Ola Rinta-Koski 9b406c1da4 Outline font support. 4 years ago
Jeff Young 8e4a4306c7 Go back to using inter-character spacing from the stroke font. 4 years ago
Mike Williams 404659d275 Gerbview: Fix diff mode issues with OpenGL transparency 4 years ago
Jeff Young 89c0f8e297 Move to new font engine. 4 years ago
Jeff Young dd6cd7d184 Pull some more improvements in from rockola/kicad-strokefont. 4 years ago
Jeff Young 86cb57f4a7 Cherry-pick TEXT_ATTRIBUTES and EDA_ANGLE from rockola/kicad-strokefont 4 years ago
Seth Hillbrand 78ff9a857a Jerry-rig HTML-format alpha parsing 4 years ago
Tomasz Wlostowski 2c6e9778a1 GAL: OpenGL draw calls pooling/splitting 4 years ago
Tomasz Wlostowski 569c39ac37 GAL: runtime profiling for CACHED_CONTAINER 4 years ago
Tomasz Wlostowski b59ee13fcc GAL: made Begin/EndDrawing calls public to have more control over timing of rendering context creation/destruction 4 years ago
Ian McInerney 961c127ebe Convert mouse coordinates to native pixesl in the 3D viewer 4 years ago
Seth Hillbrand 9a8d1246cc We don't keep a CHANGELOG.TXT 4 years ago
Jeff Young 0dce303c49 Prefer wxASSERT to assert. 4 years ago
Jeff Young 6197717251 Avoid poor choices for point colors. 4 years ago
jean-pierre charras 56374ffa26 Try to fix a compil issue that does not happen on my computers. 4 years ago
jean-pierre charras 36048fa436 OPENGL_GAL::DrawArcSegment(): use a better number of segm to approximate the arc. 4 years ago
Jeff Young e58671e2da Move color picker from CSS to HTML format for colors. 4 years ago
Mike Williams 30987cebfe Gerbview: fix cairo negative items and implement real differential mode 4 years ago
Jeff Young e62969d007 Move zone fracture display mode to AdvancedCfg, and add triangulation. 4 years ago
Wayne Stambaugh 89b1fdabe9 Pass COLOR4D object by reference instead of on the stack. 4 years ago
Wayne Stambaugh bcd6bddfd4 Start expunging NULL. 4 years ago
Marek Roszko eff75b630f Get rid of anonymous struct typedefs 4 years ago