- Jan 06, 2006
-
-
Christophe Geuzaine authored
- new button under the graphic window to temporarily disable mouse selection (speeds-up redrawing of very large models + permits to rotate/zoom-in a model in selection mode even when the whole screen is full of selectable entities--e.g. a surface mesh) - new "lasso" selection mode (to select entities using the same kind of lasso as the lasso zoom: just Ctrl+click, then drag the mouse in selection mode; the shortcuts are the same as for the lasso zoom) - it is now possible to unselect entities using the middle mouse button (only for the creation of physicals at the moment; not sure if it's useful in the other cases) - new button in visibility browser to invert the current selection (very useful e.g. when multiple physical entities are associated with a given elementary entity, in order to "peel" away the model when adding new physicals; cf. philou) - changed meaning of Escape shortcut (cancel lasso or toggle mouse selection) + restore standard fltk Escape handling for all dialog windows - updated copyright string - new mesh label mode (coordinates); all label types are now also available for mesh vertices - added option in 'Print Option' dialog to disable printing of help strings - added a comment string with the date when creating a new file - new snapping grid for adding points in the GUI
-
- Jan 01, 2005
-
-
Christophe Geuzaine authored
copyright update
-
- Feb 07, 2004
-
-
Christophe Geuzaine authored
Update copyright notice
-
- Sep 01, 2003
-
-
Christophe Geuzaine authored
fix cpp warning
-
- Mar 21, 2003
-
-
Christophe Geuzaine authored
Fix whitespace in copyright headers
-
- Mar 18, 2003
-
-
Christophe Geuzaine authored
Add Contributor(s) where due.
-
- Mar 01, 2003
-
-
Christophe Geuzaine authored
Indented all source files using utils/gmshindent
-
- Feb 25, 2003
-
-
Christophe Geuzaine authored
Fix all "uninitialized var" gcc warnings, even if they are bogus.
-
- Feb 20, 2003
-
-
Christophe Geuzaine authored
rename some variables to avoid confusion
-
Christophe Geuzaine authored
fix MAX_NEWTON_DIM
-
Christophe Geuzaine authored
add comment (1->N instead of 0->N-1)
-
Jean-François Remacle authored
:q :q :wq
-
- Feb 18, 2003
-
-
Christophe Geuzaine authored
Fix typo in Nicolas' name
-
Christophe Geuzaine authored
This is a pretty big commit. - The Numerical Recipes routines have been moved to their own subdirectory: NR/ - These routines are now completely optional. Configure will determine if they have to be compiled in (if it's a non-free version of Gmsh) or if we should use the GSL routines instead. - The GSL routines are there. Well, sort of. The SVD stuff works great, but the minimization routines still need more work. The whole infrastructure is there, though: we can already compile a fully GPL compliant version of Gmsh by removing the NR subdirectory (or by specifying --enable-gsl to configure). - I also simplified the options passed to the compiler (OPTIM and FLAGS). That's all for today folks...
-