- Mar 13, 2009
-
-
Christophe Geuzaine authored
-
- Mar 08, 2009
-
-
Christophe Geuzaine authored
- simplified background drawing (+added option to use jpeg/png image) - better default clipping planes
-
- Jan 31, 2009
-
-
Christophe Geuzaine authored
-
- Jan 30, 2009
-
-
Christophe Geuzaine authored
-
- Jan 03, 2009
-
-
Christophe Geuzaine authored
added File->Clear + changed behaviour of File->New (now just adds a new model) allow smaller fonts for palettes (test with "-deltafontsize") use display list for 3d arrows (approx. 2x speedup on my laptop for large vector views) and spheres removed static quadrics (wrong when \exists multiple gl contexts), replaced with correct(?) init in drawContext
-
- 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
-
- Dec 03, 2008
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
- Dec 02, 2008
-
-
Christophe Geuzaine authored
-
- Dec 01, 2008
-
-
Christophe Geuzaine authored
workaround faulty fltk installs (e.g. in current Debian or Ubuntu)
-
Christophe Geuzaine authored
There's no new functionality for now: PLEASE TEST THAT EVERYTHING WORKS AS IT USED TO BEFORE.
-
- Nov 29, 2008
-
-
Christophe Geuzaine authored
multi-window & multi-coordinate system drawing. There's no new functionality for now: PLEASE TEST THAT EVERYTHING WORKS AS IT USED TO BEFORE.
-
- Oct 23, 2008
-
-
Christophe Geuzaine authored
- use std::string in Draw_String & co - add pyramid test
-
- Jul 11, 2008
-
-
Christophe Geuzaine authored
-
- Jul 04, 2008
-
-
Christophe Geuzaine authored
-
- Mar 20, 2008
-
-
Christophe Geuzaine authored
untabify
-
- Mar 10, 2008
-
-
Christophe Geuzaine authored
- notion of partitions and interpolationScheme - move string utils in separate file
-
- Feb 23, 2008
-
-
Christophe Geuzaine authored
-
- Feb 22, 2008
-
-
Christophe Geuzaine authored
-
- Feb 17, 2008
-
-
Christophe Geuzaine authored
-
- Jan 19, 2008
-
-
Christophe Geuzaine authored
start reducing header pollution (removed Gmsh.h + cleaned up GModel & co)
-
- Jul 22, 2007
-
-
Christophe Geuzaine authored
prepare "invert selection"
-
- Jun 22, 2007
-
-
Christophe Geuzaine authored
- added option to print all latex strings as equations - fixed constness of prototype in autocad/message.c (thx to oshima@eng.niigata-u.ac.jp)
-
- Dec 12, 2006
-
-
Christophe Geuzaine authored
prepa invert_selection + remove some debug prints
-
- Nov 27, 2006
-
-
Christophe Geuzaine authored
-
- Nov 25, 2006
-
-
Christophe Geuzaine authored
bidir db: phase 3 -- move all the old geo stuff into Geo/
-
- Nov 01, 2006
-
-
Christophe Geuzaine authored
more work on mesh editing
-
- Oct 31, 2006
-
-
Christophe Geuzaine authored
start work on mesh>edit feature (delete elements, etc.)
-
- Aug 23, 2006
-
-
Christophe Geuzaine authored
simplify TeX printing
-
- Aug 20, 2006
-
-
Christophe Geuzaine authored
reduce dependencies by putting the selection buffer stuff in its own file
-
- Aug 19, 2006
-
-
Christophe Geuzaine authored
- rewrote selection code to use dynamic arrays, so that we should never overflow the selection buffer again (even on huuuuge models) - cleanup some leftovers "useing namespace std"
-
- Aug 18, 2006
-
-
Christophe Geuzaine authored
changed default hover+selection mode as follows: - by default, mouse hover+selection is ON for the geometry, but only mouse selection is ON for the mesh - with Shift+Escape, one can activate "full" selection mode, i.e., also allow mouse hover for the mesh I've disabled the hover over mesh stuff due to slow performance on both of the Windows machines I have access to over here. With these new settings I get interactive performance (about 4 frames per second) when visualization a 6 million tetrahedra mesh, with all the edges inside visible, lights turned on, etc. This takes about 600Mb of RAM.
-
Christophe Geuzaine authored
enable multiple de-selections at once using the lasso
-
- Aug 13, 2006
-
-
Christophe Geuzaine authored
-
- Jul 14, 2006
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
- Jul 12, 2006
-
-
Christophe Geuzaine authored
-
- May 17, 2006
-
-
Christophe Geuzaine authored
merging offscreen rendering from branch
-
- 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
-
- Dec 16, 2005
-
-
Christophe Geuzaine authored
little hack to draw a gradient in the background. Nice for flashy presentations ;-)
-