Skip to content
Snippets Groups Projects
  1. Apr 05, 2017
  2. Jan 03, 2017
  3. Oct 11, 2016
  4. Jan 06, 2016
  5. Jan 05, 2016
  6. Feb 22, 2015
  7. Feb 07, 2014
  8. Jan 01, 2013
  9. Apr 19, 2012
  10. Jan 21, 2012
  11. Mar 17, 2011
  12. Mar 20, 2010
  13. Feb 10, 2010
  14. Feb 08, 2010
  15. Nov 02, 2009
  16. 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
  17. Sep 19, 2009
  18. 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
  19. Aug 15, 2009
  20. Jul 06, 2009
  21. Jul 05, 2009
  22. 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
  23. Jan 31, 2009
  24. 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
  25. Nov 14, 2008
  26. Jul 11, 2008
  27. Feb 17, 2008
  28. Sep 15, 2007
  29. 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
  30. Nov 27, 2006
  31. Aug 08, 2006
  32. 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
  33. Nov 28, 2005
  34. Apr 19, 2005
  35. Jan 01, 2005
  36. Nov 09, 2004
  37. 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
Loading