- Apr 05, 2013
-
-
Christophe Geuzaine authored
-
- Jan 01, 2013
-
-
Christophe Geuzaine authored
-
- Jan 21, 2012
-
-
Christophe Geuzaine authored
-
- May 27, 2011
-
-
Christophe Geuzaine authored
-
- Mar 17, 2011
-
-
Christophe Geuzaine authored
is then available to the plugin) -- for Koen
-
- May 19, 2010
-
-
Christophe Geuzaine authored
- Plugin(Skin) now works on adapted datasets - addData() should now also work for high order datasets [we still need to add a new type+ref to FS in PViewDataGModel]
-
- May 18, 2010
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
- Feb 10, 2010
-
-
Christophe Geuzaine authored
-
- Feb 08, 2010
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
- Aug 15, 2009
-
-
Christophe Geuzaine authored
-
- Jul 16, 2009
-
-
Jean-François Remacle authored
-
- Jul 05, 2009
-
-
Christophe Geuzaine authored
ported Skin plugin to the new API
-
- Jun 28, 2009
-
-
Christophe Geuzaine authored
- replaced old 2nd order views with new adaptive stuff (still missing some function spaces for quads/hexas)
-
- Jan 30, 2009
-
-
Christophe Geuzaine authored
-
- Dec 29, 2008
-
-
Christophe Geuzaine authored
- fix bb computation to avoid model jumping around when adding points in z=0 plane - pass interpol matrices as ref
-
- Aug 21, 2008
-
-
Christophe Geuzaine authored
-
- Jul 11, 2008
-
-
Christophe Geuzaine authored
-
- Jun 07, 2008
-
-
Christophe Geuzaine authored
* removed unused stuff (more to come) * moved remaining into Common
-
- Apr 05, 2008
-
-
Christophe Geuzaine authored
ported Warp, SphericalRaise and Eigenvalues plugins to the new post-pro API
-
- Mar 20, 2008
-
-
Christophe Geuzaine authored
untabify
-
- Feb 17, 2008
-
-
Christophe Geuzaine authored
-
- Sep 11, 2007
-
-
Christophe Geuzaine authored
upgraded all plugins to work with the new post-pro. This is done "cheaply" for now, by only using old-style list-based datasets. Taking advantage of the abstraction (so that we can use the plugins on all datasets) will require more work. The hooks for transparent data translation are in place, but the actual translation has not been implemented yet.
-
- Sep 04, 2007
-
-
Jean-François Remacle authored
-
- May 04, 2007
-
-
Christophe Geuzaine authored
new gui for plugins (much better IMHO!)
-
- Nov 27, 2006
-
-
Christophe Geuzaine authored
-
- 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
-
- 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).
-
- Sep 16, 2004
-
-
Christophe Geuzaine authored
- the main menu is now scrollable when there are more than 25 buttons and it can handle an arbitrary number of buttons (this removes the "100 views max in the GUI" limitation) - the view number is now also displayed in the menu (to make it easier to find the view when one has many many views) - added "Remove empty views" menu item
-
- 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
-
Christophe Geuzaine authored
- better file names for views created by plugins - use the file name as a guess for view_save_{ascii,binary}
-
- Feb 07, 2004
-
-
Christophe Geuzaine authored
Update copyright notice
-
- Feb 05, 2004
-
-
Christophe Geuzaine authored
Fixed (or added a FIXME comment) when a post.list reallocation could lead to problems
-
- Feb 03, 2004
-
-
Christophe Geuzaine authored
small changes to copy the time values (instead of relying on EndView to just add the time step number)
-
- Nov 24, 2003
-
-
Christophe Geuzaine authored
Make Skin a little bit more efficient by allocating/copying the values only if the face is not found in the tree
-
- Nov 23, 2003
-
-
Christophe Geuzaine authored
Generalization to all kinds of elements and field types
-