- Oct 04, 2004
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
better definition for holes (suggested by gkmohan@gmail.com)
-
- Oct 03, 2004
-
-
Christophe Geuzaine authored
Better handling of '-psn_XXX' command line arg. from the Mac Finder
-
- Sep 30, 2004
-
-
Christophe Geuzaine authored
add contributors
-
Christophe Geuzaine authored
slightly better solution for the file picker focus
-
- Sep 29, 2004
-
-
Christophe Geuzaine authored
removed obsolete comment
-
Christophe Geuzaine authored
force the focus on the file chooser when we show it
-
Christophe Geuzaine authored
make mnbrak more robust by declaring the function values as volatile. (modified patch from <p.hornby@arrc.csiro.au>)
-
- Sep 28, 2004
-
-
Christophe Geuzaine authored
fix gcc warning
-
Christophe Geuzaine authored
patch 4
-
Christophe Geuzaine authored
add comment
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
work around the fltk bug so that we don't really require fltk 1.1.5
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
test fltk version inside #if HAVE_FLTK
-
Christophe Geuzaine authored
patch 3
-
Christophe Geuzaine authored
FLTK >= 1.1.5 is now required to compile Gmsh: the FL_Scroll widget in FLTK < 1.1.5rc1 is buggy (clear() destroys the scrollbars) Thanks to Nicolas for the bug report !
-
Christophe Geuzaine authored
trying to fix nicolas' compile problem
-
- Sep 25, 2004
-
-
Christophe Geuzaine authored
only call fc->position() the first time
-
Christophe Geuzaine authored
forgot to add x() and y()
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
subclass the original file chooser and move it into the GUI class, so that we can set its position (the FLTK folks don't want to patch the standard file chooser, so this is the only solution...)
-
- Sep 24, 2004
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
one more
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
add a couple more screenshots
-
- Sep 23, 2004
-
-
Christophe Geuzaine authored
fix typo
-
Christophe Geuzaine authored
add menu divider after help->current options
-
- Sep 19, 2004
-
-
Christophe Geuzaine authored
fix plugin option memory leak
-
Christophe Geuzaine authored
add "credits" button in about window (and remove obsolete gmsh bitmap)
-
Christophe Geuzaine authored
fix problem with new dynamic menus and plugin dialogs (unfortunately, this re-adds the (small) memory leak in the GUI)
-
- Sep 18, 2004
-
-
Christophe Geuzaine authored
- removed the sort view list stuff: it's a bad idea since we re-sort the list in many places when we search/replace through it - add a simple "set visibility->all on/off" switch
-
Christophe Geuzaine authored
added ability to sort the list of views (by name, by visibility)
-
Christophe Geuzaine authored
better names for the combined views
-
Christophe Geuzaine authored
cosmetic
-
Christophe Geuzaine authored
generalized the "spatial" Combine so that we can also combine by view name
-
Christophe Geuzaine authored
cleaned up View->Combine by defining a new option (to determine if we should remove the original views after a "Combine" or not)
-
- Sep 17, 2004
-
-
Christophe Geuzaine authored
In "Combine TimeSteps", if the original views don't have meaningful time data, create a time index
-
Christophe Geuzaine authored
nicer: use kill() instead of a system() call
-