- Nov 25, 2004
-
-
Christophe Geuzaine authored
This patch fixes an old design flaw in the post-processing module, namely that we used a list of Post_View objects instead of a list of pointers to Post_View objects in CTX.post.list. This had many annoying consequences, in particular the fact that we needed to be extra careful every time the list was reallocated (as pointers to the list elements would become invalid). I tried very hard to change the code everywhere it should be changed, but I might have missed something. Please let me know if you see anything suspicious (like a crash when you duplicate/remove/combine/... post-processing views).
-
- Nov 09, 2004
-
-
Jean-François Remacle authored
-
- Oct 30, 2004
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
New (very simple, but very nice IMHO) callback mechanism in plugins: a plugin can now set the min/max/step in input fields, and draw arbitrary stuff when the values are modified. This makes the plugin interface MUCH nicer: the plane in CutPlane is defined interactively (a la "Clipping planes"), the sphere in CutSphere is visible, the min/max values in CutMap reflect the min/max in the view, etc.
-
- May 16, 2004
-
-
Christophe Geuzaine authored
secured most of the list_pointer accesses
-
- Mar 13, 2004
-
-
Christophe Geuzaine authored
Added automatic documentation generation for plugins
-
- Feb 07, 2004
-
-
Christophe Geuzaine authored
Update copyright notice
-
- Nov 23, 2003
-
-
Christophe Geuzaine authored
Say if the plugin is executed in-place or if it creates new views
-
- Nov 22, 2003
-
-
Christophe Geuzaine authored
The new levelset stuff is too powerful ;-) - don't cut the timestep in the levelset view if the timestep is used to get the field value. I think this makes it less confusing (and matches the behaviour of JF's old 'iField' option). - rename the 'TimeStep' option to 'dTimeStep', also to avoid confusing people about which view the time step refers to.
-
- Nov 21, 2003
-
-
Christophe Geuzaine authored
Big Levelset rewrite (+ cleanup of all other plugins). Not finished yet, but I need to commit this now so that I can use it with the boss tomorrow at work. This version should compile and have all the old features working, plus some extras (levelsets of scalar/vector/tensor 1D, 2D and 3D simplectic views). JF: 'Plugin(XX).Save' is now deprecated. Use 'Save View[XX] "filename"' instead.
-
- Nov 14, 2003
-
-
Christophe Geuzaine authored
Reworked the help strings for all the plugins. Easier to understand, now, Sean? :-)
-
- Mar 21, 2003
-
-
Christophe Geuzaine authored
Fix whitespace in copyright headers
-
- Mar 01, 2003
-
-
Christophe Geuzaine authored
Indented all source files using utils/gmshindent
-
- Jan 23, 2003
-
-
Christophe Geuzaine authored
Updated copyright
-
- Sep 02, 2002
-
-
Christophe Geuzaine authored
-
- May 20, 2002
-
-
Christophe Geuzaine authored
-
- May 18, 2002
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
- Oct 29, 2001
-
-
Christophe Geuzaine authored
-
- Aug 11, 2001
-
-
Christophe Geuzaine authored
-
- Aug 09, 2001
-
-
Christophe Geuzaine authored
-
- Aug 06, 2001
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
- Jul 31, 2001
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
- Jul 30, 2001
-
-
Christophe Geuzaine authored
-
- Jul 26, 2001
-
-
Jean-François Remacle authored
-
- Apr 17, 2001
-
-
Christophe Geuzaine authored
better handling of opened files (msh+pos) min/max computation for msh pos
-
- Mar 19, 2001
-
-
Christophe Geuzaine authored
-
- Mar 13, 2001
-
-
Jean-François Remacle authored
-