- Jul 11, 2008
-
-
Christophe Geuzaine authored
-
- Feb 17, 2008
-
-
Christophe Geuzaine authored
-
- Jan 19, 2008
-
-
Christophe Geuzaine authored
simplify Visual C++ stuff: removed hacks from configure and created template "variables" file (so that building with msvc only requires gnu make)
-
- Jan 18, 2008
-
-
Christophe Geuzaine authored
more Visual C++ work
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
more work for Visual C++
-
Christophe Geuzaine authored
-
- Nov 28, 2007
-
-
Christophe Geuzaine authored
workaround hostname bug on cygwin when called from cron
-
- Nov 26, 2007
-
-
Christophe Geuzaine authored
--enable-universal
-
- Sep 05, 2007
-
-
Christophe Geuzaine authored
-
- Sep 04, 2007
-
-
Jean-François Remacle authored
-
- Feb 01, 2007
-
-
Christophe Geuzaine authored
-
- Nov 27, 2006
-
-
Christophe Geuzaine authored
-
- Feb 24, 2006
-
-
Christophe Geuzaine authored
"pure windows" version (without cygwin) is almost there: the solver interface now works quite nicely using native Windodiows sockets and the timers work too. There are still some bugs with binary files and user-created functions in the parser.
-
- 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
-
- Nov 20, 2003
-
-
Christophe Geuzaine authored
Add help for LINKER variable
-
- Mar 21, 2003
-
-
Christophe Geuzaine authored
Fix whitespace in copyright headers
-
- Mar 19, 2003
-
-
Christophe Geuzaine authored
Add missing copyright headers
-
- Feb 18, 2003
-
-
Christophe Geuzaine authored
Print more informative messages for Triangle, GSL, etc.
-
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...
-
- Feb 12, 2003
-
-
Christophe Geuzaine authored
Clean up VERSION_FLAGS and OS_FLAGS (use HAVE_FLTK instead of _FLTK, remove _BLACKBOX, etc.)
-
- Feb 11, 2003
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
New makefile system based on autoconf. Only tested on Linux right now.
-
Christophe Geuzaine authored
Add first draft of new configure script
-