- Jan 31, 2009
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
- Jan 30, 2009
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
moved all string options to std::string ***************************************************************** WARNING: this has the potential to break things in subtle ways... PLEASE TEST AND REPORT ANY WEIRDNESSES *****************************************************************
-
- Jan 23, 2009
-
-
Christophe Geuzaine authored
-
- Jan 19, 2009
-
-
Jean-François Remacle authored
-
- Jan 15, 2009
-
-
Jean-François Remacle authored
-
Christophe Geuzaine authored
-
- Jan 13, 2009
-
-
Jean-François Remacle authored
-
- Jan 12, 2009
-
-
Jean-François Remacle authored
-
Jean-François Remacle authored
-complete the doc of the GSHHS Plugin -compile GSHHS plugin even if matheval is not present
-
- Jan 09, 2009
-
-
Christophe Geuzaine authored
-
- Jan 08, 2009
-
-
Christophe Geuzaine authored
HAVE_XXX defines. This fixes three longstanding problems: - the API was hard to use because some headers had HAVE_XXX ifdefs, so that cient codes had to know how the lib was compiled to compile themselves - we had to do make clean after each ./configure, which erased too much (e.g. most of contrib) - make depend could include unwanted stuff since it redefined FLAGS
-
Christophe Geuzaine authored
-
- Jan 06, 2009
-
-
Christophe Geuzaine authored
-
- Jan 03, 2009
-
-
Christophe Geuzaine authored
added File->Clear + changed behaviour of File->New (now just adds a new model) allow smaller fonts for palettes (test with "-deltafontsize") use display list for 3d arrows (approx. 2x speedup on my laptop for large vector views) and spheres removed static quadrics (wrong when \exists multiple gl contexts), replaced with correct(?) init in drawContext
-
- Dec 29, 2008
-
-
Christophe Geuzaine authored
- fix bb computation to avoid model jumping around when adding points in z=0 plane - pass interpol matrices as ref
-
- Dec 28, 2008
-
-
Christophe Geuzaine authored
window with experimental tree browser
-
- Dec 22, 2008
-
-
Christophe Geuzaine authored
-
- Dec 17, 2008
-
-
Christophe Geuzaine authored
changed -part command line handling
-
- Dec 16, 2008
-
-
Christophe Geuzaine authored
-
- Dec 14, 2008
-
-
Christophe Geuzaine authored
-
- Dec 13, 2008
-
-
Christophe Geuzaine authored
-
- Dec 07, 2008
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
- Dec 03, 2008
-
-
Christophe Geuzaine authored
-
- Dec 01, 2008
-
-
Christophe Geuzaine authored
workaround faulty fltk installs (e.g. in current Debian or Ubuntu)
-
Christophe Geuzaine authored
There's no new functionality for now: PLEASE TEST THAT EVERYTHING WORKS AS IT USED TO BEFORE.
-
- Nov 29, 2008
-
-
Christophe Geuzaine authored
multi-window & multi-coordinate system drawing. There's no new functionality for now: PLEASE TEST THAT EVERYTHING WORKS AS IT USED TO BEFORE.
-
- Nov 26, 2008
-
-
Christophe Geuzaine authored
-
- Nov 23, 2008
-
-
Christophe Geuzaine authored
-
- Nov 19, 2008
-
-
Christophe Geuzaine authored
cleanup high order
-
Christophe Geuzaine authored
- don't die silently when a read function fails - fixed while bunch of compiler warnings
-
- Nov 14, 2008
-
-
Christophe Geuzaine authored
-
- Nov 08, 2008
-
-
Christophe Geuzaine authored
-
Jean-François Remacle authored
-
- Nov 06, 2008
-
-
Jean-François Remacle authored
-
- Oct 14, 2008
-
-
Jean-François Remacle authored
-
- Oct 12, 2008
-
-
Stefen Guzik authored
-
Christophe Geuzaine authored
- fixed missing getShapeFunction/getGradShapeFunction + return all sf at once so we can implement MElement in term of these consistently (w or w/o FunctionSpace) - can now merge multiple meshes and remove duplicate mesh vertices (useful e.g. when merging several STLs) - added easy interface to create model-based postpro datasets on the fly + use this for mesh quality stats
-