Add donation button
Fix filled outline with S&R
Clean output
Fix drill filename bug
Fix line21, moire and thermal Gerber macros
Use more appropriate bounding boxes
Set explicit width and height in SVG output files
Add --no-export
Add SVG output for drills
Rework outline filling with vectorial core
Add explicit viewBox in SVG output files
Replace boost::lexical_cast<string> with std::t...
Use the bounding box of the mask as bounding bo...
Clean build files
Remove --svg
Add options.svg
Enable drill SVG output when --no-export is ena...
Update version to 1.3.2
Add pcb2gcodeGUI link in README.md
Add the layer name in the output images filename
Add outline-width in vectorial fill_outline
Update version to 1.3.1
Add --nog91-1
Add traced debug image for Surface_vectorial
Minor stability fix
Merge pull request #48 from cho45/g2-grbl
Fix clockwise circular drawings
Remove executable bit from millproject_example
Replace shared_ptr with unique_ptr (when possible)
Merge pull request #47 from cho45/milldrill-dia...
Simplify milldrill syntax
Merge pull request #46 from cho45/fix-large-loop
Minor manual fix
Fix Boost install instructions in README.md
Fix spelling in option description and man page
Add --milldrill-diameter option.
Remove al-2ndprobefeed
Merge pull request #42 from chrysn-pull-request...
Add using std::cerr, std::endl, std::copy and s...
Allow bridges when vectorial mode is activated
Add error for positive --zcut.
Compute workarea with boost::geometry::expand
Fix bridges when multiple cutting steps are per...
Add Boost versions informations
Apply merge_paths to every linestring in the cu...
Add explicit X/Y coordinates during G2 movements
Remove unnecessary steps when offset is null
Add self-intersections check
Merge pull request #41 from chrysn-pull-request...
Fix malformed example gerber
Fix simplify_cutin infinite loop
Fix SVG output in vectorial mode
Fix multi-step cutting
Replace --g64 with --tolerance, add --nog64
Add --voronoi
Remove redundant extra_passes rings
Fix consecutive rings grouping
Identify and process cut-ins
Minor fix
Add contentions warning in vectorial mode
Fix toolpath masking
Added OS X in .travis.yml
Added testing *.png files to .gitignore
Revert "First working draft of internal toolpaths"
Add multiple gcc's versions in Travis
WIP - vectorial core
Update README.md