- Apr 13, 2004
-
-
Christophe Geuzaine authored
wording
-
Christophe Geuzaine authored
acos->myacos
-
Christophe Geuzaine authored
Abort parser after 20 lines with errors (instead of trying to parse everything, even huge binary files :-)
-
Christophe Geuzaine authored
removed unused vars
-
Christophe Geuzaine authored
Use sensible defaults for all *_choice widgets
-
- Apr 09, 2004
-
-
Christophe Geuzaine authored
-
- Apr 08, 2004
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
- start file choosers in home directory if $PWD is not defined - try to get $HOME on Windows too (not sure why I #ifdef'ed this)
-
Christophe Geuzaine authored
Use bigger subdivision threshold for fake ps smooth shading
-
Christophe Geuzaine authored
...and use vector ps/eps/pdf by default
-
Christophe Geuzaine authored
disabled PostScript Level 3 shading operator by default (and added a new option to change it: Print.EpsPS3Shading)
-
- Apr 06, 2004
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
- Apr 01, 2004
-
-
Christophe Geuzaine authored
fixed typo
-
Christophe Geuzaine authored
removed obsolete (and wrong) description of the physical entity numbering requirements.
-
Christophe Geuzaine authored
Fixed extrusion+rotation of points when axis direction is not normalized
-
- Mar 30, 2004
-
-
Christophe Geuzaine authored
- Simplified the bounding box computation. It is now computed as follows (after each include/merge/open): 1. If there is a geometry (i.e., at least one geometrical point), the bounding box is taken as the box enclosing all the geometrical points; 2. If there is no geometry but there is a mesh (i.e., at least one mesh vertex), the bounding box is taken as the box enclosing all the mesh vertices; 3. If there is no geometry and no mesh, but there are some post-processing views, the bounding box is taken as the box enclosing all the primitives of the last post-processing view. This should fix the weird things that sometimes happen when we animate scenes that do not contain any geometrical entities. - Deprecated MergeWithBoundingBox() - Removed Replot() - Removed the "Last_NumberOfPoints" hack in the parser - Removed CTX.expose
-
- Mar 28, 2004
-
-
Christophe Geuzaine authored
fix gcc warning
-
- Mar 27, 2004
-
-
Christophe Geuzaine authored
use full url in "back" links
-
- Mar 25, 2004
-
-
Christophe Geuzaine authored
adding the low memory animation example in the demos
-
Christophe Geuzaine authored
merged small patch from prudhomm@mit.edu
-
- Mar 23, 2004
-
-
Christophe Geuzaine authored
pretty print
-
- Mar 21, 2004
-
-
Christophe Geuzaine authored
-
- Mar 18, 2004
-
-
Christophe Geuzaine authored
typos
-
- Mar 17, 2004
-
-
Christophe Geuzaine authored
-
- Mar 15, 2004
-
-
Christophe Geuzaine authored
missing return in case of error
-
- Mar 13, 2004
-
-
Christophe Geuzaine authored
pretty print
-
Christophe Geuzaine authored
Added automatic documentation generation for plugins
-
Christophe Geuzaine authored
- better file names for views created by plugins - use the file name as a guess for view_save_{ascii,binary}
-
- Mar 11, 2004
-
-
Christophe Geuzaine authored
tiny change to really really really avoid mouse click events to be passed to the invisble menubar on Mac OS X (when HAVE_FL_SYS_MENUBAR is defined)
-
- Mar 10, 2004
-
-
Christophe Geuzaine authored
newpt[] -> tmp[] to avoid confusion
-
Christophe Geuzaine authored
-
- Mar 09, 2004
-
-
Christophe Geuzaine authored
-
- Mar 08, 2004
-
-
Christophe Geuzaine authored
forgot to remove debug printf
-
Christophe Geuzaine authored
make depend
-
- Mar 07, 2004
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
typo
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
New plugin "Plugin(Extract)" to extract the i-th component of a field
-