Commit Graph

10 Commits (master)

Author SHA1 Message Date
Marius Kintel acab1dda1c Mac fix: Only use NSLog when GUI launched 2014-05-17 14:28:22 -04:00
Marius Kintel d4bc01d46c New feature: Drag and drop stl, off or dxf files will create an import statement 2013-05-08 00:00:09 +02:00
Nico Weber 894c9fe561 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.
2013-03-23 12:41:44 -07:00
Marius Kintel b87e574e09 Added document icon for Mac 2013-02-11 21:50:53 -05:00
Marius Kintel f3731d8ce1 Added support for signing binaries 2013-02-11 21:44:48 -05:00
Marius Kintel 648b9a28bf Added CFBundleShortVersionString and CFBundleName, both needed for Sparkle to work correctly 2013-02-07 12:29:07 -05:00
Marius Kintel 1a60a607b1 Added CFShortVersionString 2013-02-05 01:18:43 -05:00
kintel 72886170aa Experimental Apple Event hack; you can now do 'tell application "OpenSCAD" to reload'
git-svn-id: http://svn.clifford.at/openscad/trunk@408 b57f626f-c46c-0410-a088-ec61d464b74c
2010-02-02 01:01:38 +00:00
kintel 084c60bbd1 It's called an OpenSCAD _design_, not a model
git-svn-id: http://svn.clifford.at/openscad/trunk@174 b57f626f-c46c-0410-a088-ec61d464b74c
2009-12-14 04:23:21 +00:00
kintel 6e32acbe65 Implemented support for opening files from the Mac OS X Finder, e.g. double-click, file type association
git-svn-id: http://svn.clifford.at/openscad/trunk@164 b57f626f-c46c-0410-a088-ec61d464b74c
2009-12-12 21:27:54 +00:00