Skip to content
Snippets Groups Projects
  1. 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
  2. Nov 09, 2004
  3. Oct 30, 2004
    • Christophe Geuzaine's avatar
      force color · 97ac80ae
      Christophe Geuzaine authored
      97ac80ae
    • Christophe Geuzaine's avatar
      · f617dc73
      Christophe Geuzaine authored
      New (very simple, but very nice IMHO) callback mechanism in plugins: a
      plugin can now set the min/max/step in input fields, and draw
      arbitrary stuff when the values are modified.
      
      This makes the plugin interface MUCH nicer: the plane in CutPlane is
      defined interactively (a la "Clipping planes"), the sphere in
      CutSphere is visible, the min/max values in CutMap reflect the min/max
      in the view, etc.
      f617dc73
  4. May 16, 2004
    • Christophe Geuzaine's avatar
      · eea4af4c
      Christophe Geuzaine authored
      secured most of the list_pointer accesses
      eea4af4c
  5. Mar 13, 2004
    • Christophe Geuzaine's avatar
      · 929fb2e7
      Christophe Geuzaine authored
      Added automatic documentation generation for plugins
      929fb2e7
  6. Feb 07, 2004
  7. Nov 23, 2003
    • Christophe Geuzaine's avatar
      · b2375136
      Christophe Geuzaine authored
      Say if the plugin is executed in-place or if it creates new views
      b2375136
  8. Nov 22, 2003
    • Christophe Geuzaine's avatar
      · a5fd349a
      Christophe Geuzaine authored
      The new levelset stuff is too powerful ;-)
      
      - don't cut the timestep in the levelset view if the timestep is
        used to get the field value. I think this makes it less confusing
        (and matches the behaviour of JF's old 'iField' option).
      
      - rename the 'TimeStep' option to 'dTimeStep', also to avoid
        confusing people about which view the time step refers to.
      a5fd349a
  9. 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
  10. Nov 14, 2003
    • Christophe Geuzaine's avatar
      · 9e2d5798
      Christophe Geuzaine authored
      Reworked the help strings for all the plugins. Easier to understand,
      now, Sean? :-)
      9e2d5798
  11. Mar 21, 2003
    • Christophe Geuzaine's avatar
      · fb423350
      Christophe Geuzaine authored
      Fix whitespace in copyright headers
      fb423350
  12. Mar 01, 2003
    • Christophe Geuzaine's avatar
      · 486e791b
      Christophe Geuzaine authored
      Indented all source files using utils/gmshindent
      486e791b
  13. Jan 23, 2003
  14. Sep 02, 2002
  15. May 20, 2002
  16. May 18, 2002
  17. Oct 29, 2001
  18. Aug 11, 2001
  19. Aug 09, 2001
  20. Aug 06, 2001
  21. Jul 31, 2001
  22. Jul 30, 2001
  23. Jul 26, 2001
  24. Apr 17, 2001
  25. Mar 19, 2001
  26. Mar 13, 2001
Loading