Skip to content
Snippets Groups Projects
  1. Jan 05, 2016
  2. Feb 22, 2015
  3. Feb 07, 2014
  4. Jan 01, 2013
  5. Apr 19, 2012
  6. Jan 21, 2012
  7. Mar 17, 2011
  8. Mar 20, 2010
  9. Feb 10, 2010
  10. Feb 08, 2010
  11. Nov 02, 2009
  12. Oct 01, 2009
    • Christophe Geuzaine's avatar
      · f1c6102a
      Christophe Geuzaine authored
      finished up first pass at remote view management:
      
      * interactive stuff is now almost feature-complete (including
        multi-step, axes and adaptive refinement)
      
      * plugins can now be executed on remote views
      
      * renamed GmshRemote->ConnectionManager & GmshDaemon->GmshRemote
      f1c6102a
  13. Sep 19, 2009
  14. Aug 17, 2009
    • Christophe Geuzaine's avatar
      · aa7961ad
      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
      aa7961ad
  15. Aug 15, 2009
  16. Jul 06, 2009
  17. Jul 05, 2009
  18. Feb 07, 2009
    • Christophe Geuzaine's avatar
      · 172c4f26
      Christophe Geuzaine authored
      Removed GSL dependency. Gmsh now uses blas and lapack for linear algebra
      stuff.
      172c4f26
  19. Jan 31, 2009
  20. Dec 29, 2008
    • Christophe Geuzaine's avatar
      - (c) update · 0b598844
      Christophe Geuzaine authored
      - fix bb computation to avoid model jumping around when adding points in z=0 plane
      - pass interpol matrices as ref
      0b598844
  21. Nov 14, 2008
  22. Jul 11, 2008
  23. Feb 17, 2008
  24. Sep 15, 2007
  25. 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
  26. Nov 27, 2006
  27. Aug 08, 2006
  28. 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
  29. Nov 28, 2005
  30. Apr 19, 2005
  31. Jan 01, 2005
  32. Nov 09, 2004
  33. 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
  34. 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
  35. Aug 11, 2004
  36. 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
  37. Aug 06, 2004
Loading