summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-12-26Updated testsMarius Kintel
2013-12-26Merge branch 'master' of github.com:openscad/openscadMarius Kintel
2013-12-26Updated testsMarius Kintel
2013-12-24Merge pull request #575 from hroncok/patch-3Marius Kintel
`make install` installs manpage and appdata file
2013-12-24Merge pull request #576 from hroncok/patch-4Marius Kintel
AppData: Do not have 2 default screenshots
2013-12-24AppData: Do not have 2 default screenshotsMiro Hrončok
2013-12-24`make install` installs manpage and appdata fileMiro Hrončok
2013-12-17prevent cgal::orientation_2 crash on polygons that fail is_simple_2 testDon Bright
2013-12-16Added mesh testMarius Kintel
2013-12-16Deprecated polygons(triangles=[])Marius Kintel
2013-12-15Merge branch 'master' of github.com:openscad/openscadMarius Kintel
2013-12-15syncMarius Kintel
2013-12-15Added FIXMEMarius Kintel
2013-12-15Merge pull request #574 from openscad/planarMarius Kintel
Planar - see issue #349
2013-12-15Improved non-planar testsMarius Kintel
2013-12-15Silence glib-2.0.priMarius Kintel
2013-12-15merging testsDon Bright
2013-12-15Merge branch 'master' of github.com:openscad/openscad into planarDon Bright
Conflicts: src/CGAL_Nef_polyhedron.cc tests/CMakeLists.txt
2013-12-15Added testcase for concave polygons in polyhedronsMarius Kintel
2013-12-15minor tweak for clarityDon Bright
2013-12-15tab spacesDon Bright
2013-12-15add some error checkingDon Bright
2013-12-15documentation workDon Bright
2013-12-15delete 'new polyset' on failure of creationDon Bright
2013-12-15restore error checking when creating polyhedron from polysetDon Bright
2013-12-15documenation updateDon Bright
2013-12-15improve CGAL nonplanar face error detection. also change dumptests to 'faces'Don Bright
keyword for 'polyhedrnon().
2013-12-15fix bug in polyhedron() primitive keyword 'faces' vs 'triangles'Don Bright
2013-12-15add tests for non-planar bug. add docs to .cc codeDon Bright
2013-12-15in polyhedron() replace "triangles" w "faces", but allow backwards compatabilityDon Bright
by accepting 'triangles' and putting them into 'faces' variable
2013-12-15triangulation of near-planar PolySet facesDon Bright
2013-12-14stub of face tessellation function for polysetDon Bright
2013-12-14FIXME leaking polyset by altering functions signaturesDon Bright
2013-12-14Put back printing path to test reportMarius Kintel
2013-12-14bugfix: #562 didn't take into account that it's allowed with all X ↵Marius Kintel
coordinates being negative
2013-12-14bugfix: glib include fixMarius Kintel
2013-12-13Merge pull request #572 from hroncok/patch-2Marius Kintel
Change invalid Programming category to Development
2013-12-13Change invalid Programming category to DevelopmentMiro Hrončok
Programming is not a valid category of .desktop file, it is not listed in either [Main Categories](http://standards.freedesktop.org/menu-spec/latest/apa.html) or [Additional Categories](http://standards.freedesktop.org/menu-spec/latest/apas02.html). desktop-file-validate returns error: openscad.desktop: error: value "Graphics;3DGraphics;Engineering;Programming;" for key "Categories" in group "Desktop Entry" contains an unregistered value "Programming"; values extending the format should start with "X-" This changes it to Development, witch is a valid category listed in Additional Categories. Now desktop-file-validate only gives us a hint: openscad.desktop: hint: value "Graphics;3DGraphics;Engineering;Development;" for key "Categories" in group "Desktop Entry" contains more than one main category; application might appear more than once in the application menu. That is fine, as we want it both in Graphics and Development. This is a valid response to #533
2013-12-12Merge pull request #570 from brodykenrick/masterMarius Kintel
Fix check_dependencies glib2 for Ubuntu 12.10
2013-12-12Correct coding style for last commit (check_dependencies).Brody Kenrick
2013-12-12Fix check_dependencies for Ubuntu 12.10 and ...Brody Kenrick
... and other platforms that report a different arch triplet than where they store their libraries) check-dependencies.sh doesn't find glib2 on Ubuntu 12.10 since glib is installed in /usr/lib/i386-linux-gnu/glib-2.0/include/glibconfig.h while gcc -dumpmachine reports the arch as i686-linux-gnu
2013-12-12#514 Change gcc 4.8.2 version check error to a warningMarius Kintel
2013-12-11Merge pull request #561 from brodykenrick/masterMarius Kintel
Unicode support for search, length and STRING[] accesses (+ a fix for 3rd Party CGAL lib issue on Ubunti)
2013-12-11minor fix: Only use UPLOADARG if it existsMarius Kintel
2013-12-11Merge branch 'master' of https://github.com/brodykenrick/openscadBrody Kenrick
2013-12-11Add back in GL and GLIB2 links for tests-coreBrody Kenrick
2013-12-11Add gettext lib for linux alsoBrody Kenrick
2013-12-11Ctests build for Glib2 - Add GLIB2_LIBDIR to find_library pathsBrody Kenrick
2013-12-11Merge pull request #1 from openscad/brodykenrick-masterBrody
Brodykenrick master
2013-12-11Updated gmp patch. Fixes #558Marius Kintel
contact: Jan Huwald // Impressum