- Aug 31, 2009
-
-
Christophe Geuzaine authored
stuff, like plugin drawing
-
- Aug 30, 2009
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
Encapsulate toolkit-dependent global drawing functions in new drawContextGlobal class, and add a static drawContextGlobal to drawContext, with a default version that does nothing. This allows to have a completely virtualized drawing system: we can now ship a library with a fully working graphic system, indepedent of the widget toolkit. A client code just needs to subclass drawContextGlobal to get working graphics (see e.g. api_demos/mainAntTweakBar.cpp)
-
- Aug 25, 2009
-
-
Christophe Geuzaine authored
refactor occMeshConstraints + add missing writeOCC functions
-
Jean-François Remacle authored
-
- Aug 17, 2009
-
-
Christophe Geuzaine authored
re-committing work from last two days after server crash: - refactored old Geo code (new/delete) - moved DrawPlugin to Plugin - move from matheval to mathex - move from Flu_Tree_Browser to Fl_Tree - fixed crash in Triangulate plugin
-
- Aug 14, 2009
-
-
Christophe Geuzaine authored
- moved GUI to FlGui + added experimental QGui to test Qt - fixed most MSVC and gcc compiler warnings - converted some remaining tabs to whitespace (that's why the patch is so large; please try to remember to indent with 2 spaces and not tabs when you commit stuff to CVS) - merged modified patch from Konstantinos Poulios to allow saving physical/partition as element tags in mesh formats that don't support them natively
-
- Jun 26, 2009
-
-
Christophe Geuzaine authored
-
- Apr 06, 2009
-
-
Christophe Geuzaine authored
-
- Mar 11, 2009
-
-
Christophe Geuzaine authored
-
- Mar 08, 2009
-
-
Christophe Geuzaine authored
- simplified background drawing (+added option to use jpeg/png image) - better default clipping planes
-
- Feb 24, 2009
-
-
Christophe Geuzaine authored
-
- Feb 01, 2009
-
-
Christophe Geuzaine authored
-
- Jan 31, 2009
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
what was causingthe uncomprehensible LNK1179 error ("duplicate COMDAT") with MSVC. No idea why.
-
- Jan 30, 2009
-
-
Christophe Geuzaine authored
-
- Jan 08, 2009
-
-
Christophe Geuzaine authored
HAVE_XXX defines. This fixes three longstanding problems: - the API was hard to use because some headers had HAVE_XXX ifdefs, so that cient codes had to know how the lib was compiled to compile themselves - we had to do make clean after each ./configure, which erased too much (e.g. most of contrib) - make depend could include unwanted stuff since it redefined FLAGS
-
- Jan 04, 2009
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
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 01, 2008
-
-
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.
-
- Nov 17, 2008
-
-
Jean-François Remacle authored
-
- Nov 14, 2008
-
-
Christophe Geuzaine authored
-
- Oct 13, 2008
-
-
Christophe Geuzaine authored
-
- Oct 08, 2008
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
- Aug 11, 2008
-
-
Jean-François Remacle authored
-
- Aug 06, 2008
-
-
Christophe Geuzaine authored
-
- Jul 23, 2008
-
-
Stefen Guzik authored
CGNS I/O rewrite - alpha version
-
- Jul 11, 2008
-
-
Christophe Geuzaine authored
-
- Jul 04, 2008
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-