Skip to content
Snippets Groups Projects
  1. Jul 11, 2008
  2. Feb 17, 2008
  3. Sep 15, 2007
  4. Sep 11, 2007
    • Christophe Geuzaine's avatar
      · 3b6b6b53
      Christophe Geuzaine authored
      cleanups
      3b6b6b53
    • Christophe Geuzaine's avatar
      · cb7d85b2
      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.
      cb7d85b2
  5. Nov 27, 2006
  6. Aug 08, 2006
  7. Jan 06, 2006
    • Christophe Geuzaine's avatar
      airport work: · 421196e0
      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
      421196e0
  8. Nov 28, 2005
  9. Apr 19, 2005
  10. Jan 01, 2005
  11. Nov 09, 2004
  12. Sep 19, 2004
    • Christophe Geuzaine's avatar
      · 0fda885c
      Christophe Geuzaine authored
      fix problem with new dynamic menus and plugin dialogs (unfortunately, this
      re-adds the (small) memory leak in the GUI)
      0fda885c
  13. Aug 12, 2004
    • Christophe Geuzaine's avatar
      · 37d97a59
      Christophe Geuzaine authored
      re-add return statements in functions returning non-void. JF: my compiler
      wants this (and he's right)
      37d97a59
  14. Aug 11, 2004
  15. Aug 09, 2004
    • Christophe Geuzaine's avatar
      · e4a4b3e7
      Christophe Geuzaine authored
      - fixed a couple of gcc warnings + added missing o->end() in
        jf's StructuralSolver plugin
      
      - fixed the view option code: FLTK > 1.1.5rc1 breaks our use of
        widget->changed()...
      
      - added background mesh support in the aniso algorithm
      e4a4b3e7
  16. Aug 06, 2004
  17. Aug 03, 2004
  18. May 12, 2004
    • Christophe Geuzaine's avatar
      · 2da9443b
      Christophe Geuzaine authored
      - added hacked version of the GNU matheval library to evaluate parsed
        functions efficiently ("a la getdp", but faster): I added a new
        directory (gmsh/MathEval) with that code, as well as a new configure
        option and a new define (HAVE_MATH_EVAL)
      
      - generalized the plugin option code to accept arbitrary string options
      
      - new plugin Plugin(Evaluate) that can evaluate arbitrary functions on
        scalar views (useful for example to create background meshes)
      
      PS: Everything (octree + function evaluation) is now in place to write
      a general plugin that can make any operation between arbitrary
      views...
      2da9443b
  19. Feb 07, 2004
  20. Nov 27, 2003
  21. Nov 21, 2003
    • Christophe Geuzaine's avatar
      · dbe79270
      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.
      dbe79270
  22. Mar 21, 2003
    • Christophe Geuzaine's avatar
      · fb423350
      Christophe Geuzaine authored
      Fix whitespace in copyright headers
      fb423350
  23. Jan 23, 2003
  24. May 20, 2002
  25. May 18, 2002
  26. Nov 19, 2001
  27. Jul 26, 2001
  28. Mar 19, 2001
  29. Mar 10, 2001
  30. Mar 05, 2001
  31. Mar 04, 2001
Loading