Skip to content
Snippets Groups Projects
  1. Dec 04, 2003
  2. Dec 03, 2003
    • Christophe Geuzaine's avatar
      · 0bafbfc7
      Christophe Geuzaine authored
      Better web browser command for Unix + generalized call (permit
      multiple '%s').
      0bafbfc7
    • Christophe Geuzaine's avatar
      · 5170fae5
      Christophe Geuzaine authored
      - Split File->Open into File->Open and File->New (i.e., the file
        chooser now only accepts existing files for File->Open)
      
      - Added "Online documentation" help menu
      5170fae5
    • Christophe Geuzaine's avatar
      · 2daf9959
      Christophe Geuzaine authored
      Fine-tune system menu bar
      2daf9959
  3. Dec 02, 2003
  4. Dec 01, 2003
    • Christophe Geuzaine's avatar
      · 47cc32f5
      Christophe Geuzaine authored
      - Slightly reorganized the visibility browser window (the "toggle"
        behaviour in the input field was confusing)
      
      - added Show and Hide commands in the parser to enable scripting of
        the visibility stuff
      
      - Moved Visibility.{cpp,h} into Common/ to avoid dependencies with the
        Graphics library in the parser
      47cc32f5
  5. Nov 29, 2003
    • Christophe Geuzaine's avatar
      · c3399948
      Christophe Geuzaine authored
      - new DecomposeInSimplex plugin
      - new "Combine Views" command in the parser
      - cleaned up View::tranform and View::smooth (+small bug fix for SLs)
      - better check for transparency sorting
      - make depend
      - new View.AlphaChannel option to change the transparency
        globally for a given view (instead of having to change the colormap
        by hand every time)
      
      With all the above, we can now generate very nice (and correct)
      transparent iso-surfaces:
      
      Merge "../tutorial/view3.pos";
      
      minIso = 0;
      maxIso = 2;
      nbIso = 7;
      
      Plugin(CutMap).iView = 0;
      
      For i In {1:nbIso}
        Plugin(CutMap).A = (maxIso-minIso)/nbIso * i;
        Plugin(CutMap).Run;
      EndFor
      
      Delete View[0];
      Combine Views;
      
      For i In {1:nbIso}
        Delete View[0];
      EndFor
      
      Plugin(DecomposeInSimplex).iView = 0;
      Plugin(DecomposeInSimplex).Run;
      
      View[0].AlphaChannel = 0.6;
      c3399948
  6. Nov 28, 2003
    • Christophe Geuzaine's avatar
      · 8aff473c
      Christophe Geuzaine authored
      Set View.ShowTime=2 to show the time value even if the view contains a single
      time step..
      8aff473c
  7. Nov 18, 2003
    • Christophe Geuzaine's avatar
      · aef5f939
      Christophe Geuzaine authored
      make the Apple-style menu bar an option in configure
      aef5f939
  8. 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
  9. Nov 08, 2003
  10. Oct 27, 2003
  11. Oct 25, 2003
    • Christophe Geuzaine's avatar
      · aa697ff4
      Christophe Geuzaine authored
      Add support for compressed PDF output
      aa697ff4
  12. Sep 01, 2003
    • Christophe Geuzaine's avatar
      · b9a55cfc
      Christophe Geuzaine authored
      Fixed a couple more warnings + added AppleMenuBar option
      b9a55cfc
  13. Aug 11, 2003
    • Christophe Geuzaine's avatar
      · 5ce5a354
      Christophe Geuzaine authored
      Save the chosen FLTK theme in the per-session resources
      5ce5a354
  14. Jun 23, 2003
    • Christophe Geuzaine's avatar
      · 30b07a7f
      Christophe Geuzaine authored
      Add DisplacementFactor option + rename ArrowScale->ArrowSize and
      ArrowType->VectorType
      30b07a7f
    • Christophe Geuzaine's avatar
      · 2c521561
      Christophe Geuzaine authored
      Make it possible to change Triangle options
      2c521561
  15. Jun 14, 2003
    • Christophe Geuzaine's avatar
      · b02988d9
      Christophe Geuzaine authored
      Some morer work on second order elements
      b02988d9
  16. Jun 13, 2003
    • Christophe Geuzaine's avatar
      · b912b0d2
      Christophe Geuzaine authored
      Fix a couple of bugs for 2nd order elements. Seems to work OK for 2D
      meshes now. 3D is still kinda flaky, and extrusion is not implemented.
      b912b0d2
  17. May 29, 2003
    • Christophe Geuzaine's avatar
      · 0d1df915
      Christophe Geuzaine authored
      Added warning + option for circle/ellipse arcs >= Pi
      0d1df915
  18. Apr 19, 2003
    • Christophe Geuzaine's avatar
      · 095ac853
      Christophe Geuzaine authored
      Corrections apres relecture / part 1
      095ac853
  19. Apr 16, 2003
    • Christophe Geuzaine's avatar
      · 11758ffb
      Christophe Geuzaine authored
      More work on chapters 1 and 2. Should be mostly OK now.
      11758ffb
    • Christophe Geuzaine's avatar
      · e312a5bf
      Christophe Geuzaine authored
      Major rewrite of the Overview section + web page
      e312a5bf
  20. Apr 14, 2003
    • Christophe Geuzaine's avatar
      · 1a2269ad
      Christophe Geuzaine authored
      Added "gmsh -doc" to automatically generate the texinfo documentaion
      for all the options.
      1a2269ad
  21. Mar 26, 2003
  22. Mar 21, 2003
    • Christophe Geuzaine's avatar
      · fb423350
      Christophe Geuzaine authored
      Fix whitespace in copyright headers
      fb423350
  23. Feb 12, 2003
    • Christophe Geuzaine's avatar
      · 1d0408c9
      Christophe Geuzaine authored
      Clean up VERSION_FLAGS and OS_FLAGS (use HAVE_FLTK instead of _FLTK,
      remove _BLACKBOX, etc.)
      1d0408c9
  24. Jan 25, 2003
    • Christophe Geuzaine's avatar
      · 00adce3a
      Christophe Geuzaine authored
      Fixed a couple of typos + copyright dates
      00adce3a
  25. Jan 24, 2003
  26. Jan 23, 2003
  27. Dec 11, 2002
    • Christophe Geuzaine's avatar
      · 5b40067e
      Christophe Geuzaine authored
      Enable occlusion culling by default
      5b40067e
    • Christophe Geuzaine's avatar
      · a35bf32f
      Christophe Geuzaine authored
      New occlusion culling code contributed by the guys from CERN. Disabled
      by default.
      a35bf32f
  28. Nov 18, 2002
    • Christophe Geuzaine's avatar
      · bda97267
      Christophe Geuzaine authored
      Fix typos + set default jpeg quality to 100
      bda97267
  29. Nov 17, 2002
  30. Nov 16, 2002
    • Christophe Geuzaine's avatar
      · f4a67d1d
      Christophe Geuzaine authored
      Save more window positions + polish previous commit (restore defaults)
      f4a67d1d
Loading