Skip to content

Tags: ryannining/solvespace

Tags

nightly.2016-05-11

Toggle nightly.2016-05-11's commit message
Offer to save file when closing if it is unsaved.

nightly.2016-05-07

Toggle nightly.2016-05-07's commit message
Don't hold all existing system fonts open.

On Windows, this exhausts file descriptors and everything (e.g.
opening and saving files) breaks.

nightly.2016-05-04

Toggle nightly.2016-05-04's commit message
Only generate split triangles when exporting if needed.

Before this commit, when exporting a vector file without the shaded
model shown, or similarly when using formats that we do not export
the mesh to, we still generate (and then discard) the mesh in paint
order. This is a waste of time.

nightly.2016-04-23

Toggle nightly.2016-04-23's commit message
CMake: properly invoke buildsystems of vendored libraries.

Before this commit, running "make" would build e.g. zlib's tests
and fail because they are not designed to work when zlib is included
as a subproject.

After this commit, EXCLUDE_FROM_ALL, which I did not know about,
prevents any actions from being done by default in these subprojects.

nightly.2016-04-17

Toggle nightly.2016-04-17's commit message
Don't crash after right-clicking on derived entities.

nightly.2016-04-16

Toggle nightly.2016-04-16's commit message
Reverse arrows on an angle constraint when the label is outside.

nightly.2016-04-08

Toggle nightly.2016-04-08's commit message
PDF, EPS: export stippled lines.

nightly.2016-03-18

Toggle nightly.2016-03-18's commit message
Update README: update prerequisites for OS X.

nightly.2016-02-19

Toggle nightly.2016-02-19's commit message
DXF: export entities, dimensions and comments on separate layers.

nightly.2016-02-14

Toggle nightly.2016-02-14's commit message
Only consider selected entities, when any, when doing Zoom to Fit.

Scoped "Zoom to Fit" is convenient for working on large models.
I (whitequark) have considered a separate shortcut, but its
usefulness is unclear and in any case it can be easily added
if desired.