- Jan 28, 2006
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
- better fallback when outside the octree - disable bgm when optimizing in netgen
-
Christophe Geuzaine authored
Rewrote the background mesh code to use the new post-pro octree instead of the old brick stuff. It's 100x faster ;-)
-
Christophe Geuzaine authored
make the bgmesh work with quads
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
shorter view title
-
Christophe Geuzaine authored
set bg gradient by default
-
Christophe Geuzaine authored
- complete file type list - call Fl_File_Icon::load_system_icons() in the GUI ctor so we have all the nice icons and the image preview in the file browser
-
Christophe Geuzaine authored
show stat pane that is appropriate for the current context (instead of always the mesh stat)
-
Christophe Geuzaine authored
more secure usage of expr
-
Christophe Geuzaine authored
- if FLTK provides the image libraries, use them (and don't test by ourselves) - added new (fltk-based) image reader routines for JPEG, PNG and BMP
-
Christophe Geuzaine authored
y off by one
-
Christophe Geuzaine authored
better averaging
-
Christophe Geuzaine authored
typo
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
make depend
-
Christophe Geuzaine authored
new plugin ExtractElements to extract elements whose values are comprised in some interval
-
Christophe Geuzaine authored
many fixes in ReadImg (non-square images now work; no default resize; no default scale change, etc.)
-
- Jan 27, 2006
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
- added little routine to save a post-pro view as a mesh file - moved all post-pro I/O routines in a separate file
-
- Jan 26, 2006
-
-
Christophe Geuzaine authored
reorder 2D algo menu to match #define numbers (dave)
-
- Jan 23, 2006
-
-
Christophe Geuzaine authored
don't draw mesh nodes by default
-
Christophe Geuzaine authored
make sure entities appear only ONCE in the selection list. (In order to do this without borking "undo", we have to use linear searches. So this is slow but it seems to be acceptable with 5000 entities. If it's really too slow, I will change it to elimitate duplicates at the end of the selection process.)
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
- Jan 22, 2006
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
- Jan 20, 2006
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
opt to shade plane in bbox
-
- Jan 19, 2006
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
fix Progression to actually do what we claim in the doc (missing -1 in the formula: confusion between num_points and num_intervals)
-
- Jan 18, 2006
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
disable lasso selection when in "Mouse selection OFF" mode. This makes more sense.
-
Christophe Geuzaine authored
add (undocumented) shortcut to disable nouse hovering (speeds up drawing while still allowing to select by clicking)
-
- Jan 17, 2006
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
fix bunch of gcc4 warnings
-
- Jan 16, 2006
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-