Commit Graph

2730 Commits (c855e4d0436a01792b540c7857e1a1997f4810d7)

Author SHA1 Message Date
Marius Kintel c087605193 Support reading binary STLs which happen to start with the string 'solid'. Fixes #258 2013-01-28 17:58:36 -05:00
Marius Kintel e565414de1 cosmetics 2013-01-28 17:56:41 -05:00
Marius Kintel 0bf593b74a sync 2013-01-28 17:56:12 -05:00
Marius Kintel 256eb2c2f2 Mac OS X build fixes 2013-01-28 14:56:17 -05:00
Marius Kintel ce6813476d Merge pull request #255 from openscad/issue159
Issue159
2013-01-28 09:05:36 -08:00
Marius Kintel 81264c1d26 Merge pull request #256 from openscad/glewfix
fix bugs and rewrite GLEW finding code to be more clear.
2013-01-28 09:02:46 -08:00
Marius Kintel 5cf183a784 Merge pull request #257 from openscad/build_better2
Tests: if we are on linux/BSD and there's no X running, try Xvfb automatically.
2013-01-28 09:02:21 -08:00
don bright d6f2cc1a1e if we are on linux/BSD and there's no X running, try Xvfb automatically.
also workaround some Gallium bugs and Imagemagick bugs
2013-01-28 06:38:50 +01:00
don bright d09e0e7f42 fix pkg-config to actually work 2013-01-28 05:15:38 +01:00
don bright 6f0a0fff9e make it clear to the user that they can't rely on this behavior 2013-01-27 20:57:50 -06:00
don bright 1e64dddf1e Merge branch 'master' of github.com:openscad/openscad into issue159 2013-01-27 20:42:20 -06:00
don bright 9f83c8ffe7 fix bugs and rewrite GLEW finding code to be more clear. 2013-01-27 20:06:08 +01:00
don bright 5eed194f15 fix wrong command in docs 2013-01-26 23:45:19 +01:00
don bright 561a7c7ca5 fixup bug 2013-01-26 23:23:44 +01:00
don bright f17a282220 cleanups. and restore accidentally deleted old system-gl.h 2013-01-26 23:19:14 +01:00
don bright c133ae3b7d cleanup macosx code again 2013-01-26 23:07:51 +01:00
don bright 7d8bc8e2b7 cleanup macosx code 2013-01-26 23:06:47 +01:00
donbright d0856efe6d Merge pull request #251 from openscad/windows_console
Windows console. Marius gave approval for Merge in Issue discussion.
2013-01-26 13:54:50 -08:00
don bright d08ebbc6fc re-add fstream to header (oops). update some documentation. 2013-01-26 22:49:37 +01:00
don bright fc72c86185 windows needs binary-mode set for exporting png 2013-01-26 22:43:06 +01:00
don bright d4c15a8fc4 fixups for mingw32 cross compilation 2013-01-26 21:19:42 +01:00
don bright 743a82148d explain our unusual portability system 2013-01-26 19:55:34 +01:00
don bright f897fad9b8 fixup root modifier bug 2013-01-26 19:40:47 +01:00
don bright 6535b16a31 enable root-modifier (! character) on gui-cmdline output. reduce duplicate code. 2013-01-26 19:31:37 +01:00
don bright 6bac08c33a add gui-cmdlind based output tests (for cgal) 2013-01-26 18:56:33 +01:00
don bright 391c725aeb integrate gui cmdline into test framework 2013-01-26 18:55:47 +01:00
don bright 7d14703254 commit files created during refactor 2013-01-26 07:10:36 +01:00
don bright af4333a669 refactor to reduce duplicate code. enable ostream save from OffscreenView 2013-01-26 07:09:37 +01:00
don bright 544a8e5b79 refactor to reduce duplicate code 2013-01-26 06:52:06 +01:00
don bright 395628cb4e refactor to remove duplicate code 2013-01-26 06:30:02 +01:00
don bright a66ad9c4bc add ostream to Context. improve error checking. fix indents 2013-01-26 06:20:25 +01:00
don bright c116a0849c undo experiment with object orientation 2013-01-26 01:36:55 +01:00
don bright e80d847e3d stubs to enable passing ostream to png-writing functions 2013-01-24 06:05:15 +01:00
don bright d847039c96 fix bounding box function definition errors 2013-01-24 04:57:55 +01:00
don bright a563c84bcf move bounding box helper functions to linalg. put bbox code in export_png 2013-01-24 04:49:16 +01:00
don bright 44af912be8 basic bootup of offscreen opengl context 2013-01-24 04:39:17 +01:00
don bright 2d59f7acf6 move png export to sep file to make compilation time bearable. expand stubs. 2013-01-24 04:35:04 +01:00
don bright cf32594c9e add lodepng.cpp, fix compiler warnings, fix qmake buildfile 2013-01-24 04:13:45 +01:00
don bright ed24425305 add system-gl.cc 2013-01-24 04:11:14 +01:00
don bright 009baca904 move imageutils platform stuff to qmake build file mv system-gl. fix gcc warning 2013-01-24 04:10:24 +01:00
don bright e7ea8e12a9 get rid of compiler error by moving Eigen::Vector3d to end of class def 2013-01-24 04:04:47 +01:00
don bright 1e7636e364 add files removed from test path 2013-01-24 04:02:31 +01:00
don bright 1bec7aad09 modify qmake buildfile, move offscreen rendering to main src directory 2013-01-24 04:01:34 +01:00
don bright e82b056e81 basic parse of .png output filename. basic command line option "--render" 2013-01-24 03:51:15 +01:00
don bright ddebb3991c add another to About dialog 2013-01-22 05:25:42 +01:00
don bright 3eb1394997 documentation fixup 2013-01-22 03:57:27 +01:00
don bright bc395c95f6 rewrite wrapper using popen. add 1 name to abt dialog 2013-01-22 03:43:55 +01:00
Marius Kintel 2e65c6ddc5 Merge pull request #238 from openscad/issue234
Issue234
2013-01-21 16:38:48 -08:00
Marius Kintel 53c4954a71 Merge pull request #241 from openscad/qt5build
Qt5build
2013-01-21 16:38:11 -08:00
Marius Kintel 784b503f0d Merge pull request #240 from openscad/colah_highlighter
Colah highlighter
2013-01-21 16:34:59 -08:00