Skip to content
Snippets Groups Projects
  1. Apr 05, 2013
  2. Jan 01, 2013
  3. Jan 21, 2012
  4. May 27, 2011
  5. Mar 17, 2011
  6. May 19, 2010
  7. May 18, 2010
  8. Feb 10, 2010
  9. Feb 08, 2010
  10. Aug 15, 2009
  11. Jul 16, 2009
  12. Jul 05, 2009
  13. Jun 28, 2009
  14. Jan 30, 2009
  15. 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
  16. Aug 21, 2008
  17. Jul 11, 2008
  18. Jun 07, 2008
  19. Apr 05, 2008
    • Christophe Geuzaine's avatar
      · d3dbbcfa
      Christophe Geuzaine authored
      ported Warp, SphericalRaise and Eigenvalues plugins to the new post-pro API
      d3dbbcfa
  20. Mar 20, 2008
  21. Feb 17, 2008
  22. Sep 11, 2007
    • 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
  23. Sep 04, 2007
  24. May 04, 2007
    • Christophe Geuzaine's avatar
      · e77731f7
      Christophe Geuzaine authored
      new gui for plugins (much better IMHO!)
      e77731f7
  25. Nov 27, 2006
  26. 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
  27. Jan 01, 2005
  28. Nov 25, 2004
    • Christophe Geuzaine's avatar
      · 09149e34
      Christophe Geuzaine authored
      This patch fixes an old design flaw in the post-processing module,
      namely that we used a list of Post_View objects instead of a list of
      pointers to Post_View objects in CTX.post.list.
      
      This had many annoying consequences, in particular the fact that we
      needed to be extra careful every time the list was reallocated (as
      pointers to the list elements would become invalid).
      
      I tried very hard to change the code everywhere it should be changed,
      but I might have missed something. Please let me know if you see
      anything suspicious (like a crash when you duplicate/remove/combine/...
      post-processing views).
      09149e34
  29. Sep 16, 2004
    • Christophe Geuzaine's avatar
      · 34a7daef
      Christophe Geuzaine authored
      - the main menu is now scrollable when there are more than 25
      buttons and it can handle an arbitrary number of buttons (this removes
      the "100 views max in the GUI" limitation)
      
      - the view number is now also displayed in the menu (to make it easier
      to find the view when one has many many views)
      
      - added "Remove empty views" menu item
      34a7daef
  30. May 16, 2004
    • Christophe Geuzaine's avatar
      · eea4af4c
      Christophe Geuzaine authored
      secured most of the list_pointer accesses
      eea4af4c
  31. Mar 13, 2004
    • Christophe Geuzaine's avatar
      · 929fb2e7
      Christophe Geuzaine authored
      Added automatic documentation generation for plugins
      929fb2e7
    • Christophe Geuzaine's avatar
      · de2d629f
      Christophe Geuzaine authored
      - better file names for views created by plugins
      - use the file name as a guess for view_save_{ascii,binary}
      de2d629f
  32. Feb 07, 2004
  33. Feb 05, 2004
    • Christophe Geuzaine's avatar
      · 014dd509
      Christophe Geuzaine authored
      Fixed (or added a FIXME comment) when a post.list reallocation
      could lead to problems
      014dd509
  34. Feb 03, 2004
    • Christophe Geuzaine's avatar
      · 25d2b6b9
      Christophe Geuzaine authored
      small changes to copy the time values (instead of relying on EndView
      to just add the time step number)
      25d2b6b9
  35. Nov 24, 2003
    • Christophe Geuzaine's avatar
      · 4264f673
      Christophe Geuzaine authored
      Make Skin a little bit more efficient by allocating/copying the values
      only if the face is not found in the tree
      4264f673
  36. Nov 23, 2003
    • Christophe Geuzaine's avatar
      · 8473756a
      Christophe Geuzaine authored
      Generalization to all kinds of elements and field types
      8473756a
Loading