Age | Commit message (Collapse) | Author |
|
Issue217
|
|
|
|
some minor cleanups while at it. Test cases missing
|
|
|
|
FileContext class. Not quite there yet, but almost
|
|
confusing 'evaluate' methods to 'instantiate', added FileContext (not yet used)
|
|
|
|
e.g. for loop variables to be dependent on each other
|
|
|
|
|
|
|
|
|
|
|
|
incompatibility. This should fix the build error by selecting 10.6 as a build target. Fixes #335
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
subissue of #116 and #328
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
contexts. This allows for recursive module calls, and cascading children. I believe this fixes issue #116
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Make OpenSCAD look better on retina displays.
|
|
Apps need an NSPrincipalClass entry in Info.plist to look good on retina
displays, see "Framework-Scaled Mode Provides Automatic Scaling" in
http://developer.apple.com/library/mac/#documentation/GraphicsAnimation/Conceptual/HighResolutionOSX/Explained/Explained.html
It's also what we did in Chromium ( https://codereview.chromium.org/10069029 )
and what was suggested in openscad issue #279.
This only makes the window decoration and all text pretty. The 3d view
is still pixel-doubled: OpenGL is a pixel-based API and needs an
explicit opt-in. This can be addressed in a future patch.
While here, also consistently use tabs instead of spaces.
|