Skip to content
Snippets Groups Projects
  1. Nov 09, 2004
    • Christophe Geuzaine's avatar
      · 277aedb9
      Christophe Geuzaine authored
      - avoid querying menu/browser->value() when it doesn't make sense
      - fixed out-of-sync option panel when removing views
      277aedb9
  2. Nov 08, 2004
    • Christophe Geuzaine's avatar
      · c78f8dc7
      Christophe Geuzaine authored
      better error messages+choice selection for "external view" stuff
      c78f8dc7
    • Christophe Geuzaine's avatar
      · e23b3762
      Christophe Geuzaine authored
      fix broken english
      e23b3762
    • Christophe Geuzaine's avatar
      · 90db5331
      Christophe Geuzaine authored
      since Tools->Options->Save behaves like a good citizen now (saving only
      stuff that has been modified), we can reduce the number of things that
      are saved in .gmshrc
      90db5331
    • Christophe Geuzaine's avatar
      · b2c0b7b5
      Christophe Geuzaine authored
      allow a 3rd arg to specify an output filename
      b2c0b7b5
  3. Nov 03, 2004
    • Christophe Geuzaine's avatar
      · 05f655f0
      Christophe Geuzaine authored
      Trying to fix (for the 100th time) a home directory issue under some
      version of Windows. Thanks to <nicolas.haefele@supelec.fr>.
      05f655f0
  4. Nov 02, 2004
  5. Nov 01, 2004
  6. Oct 31, 2004
  7. Oct 30, 2004
    • Christophe Geuzaine's avatar
      · 84499ae9
      Christophe Geuzaine authored
      HarmonicToTime
      84499ae9
    • Christophe Geuzaine's avatar
      · 50747f63
      Christophe Geuzaine authored
      New Plugin(HarmonicToTime)
      50747f63
    • Christophe Geuzaine's avatar
      · 781660da
      Christophe Geuzaine authored
      better detection of the view number
      781660da
    • Christophe Geuzaine's avatar
      *** empty log message *** · f5753b91
      Christophe Geuzaine authored
      f5753b91
    • Christophe Geuzaine's avatar
      force color · 97ac80ae
      Christophe Geuzaine authored
      97ac80ae
    • Christophe Geuzaine's avatar
      · 97c57b5f
      Christophe Geuzaine authored
      missing #ifdef HAVE_FLTK
      97c57b5f
    • 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
  8. Oct 29, 2004
  9. Oct 28, 2004
    • Christophe Geuzaine's avatar
      · 7bfd9a6f
      Christophe Geuzaine authored
      Fixed bug in second order mesh of closed curves
      7bfd9a6f
    • Christophe Geuzaine's avatar
      *** empty log message *** · fb2f19d7
      Christophe Geuzaine authored
      fb2f19d7
    • Christophe Geuzaine's avatar
      · 9950dcb2
      Christophe Geuzaine authored
      New options to enable/desable all default post-processing/solver plugins
      9950dcb2
    • Christophe Geuzaine's avatar
      · 28103b3a
      Christophe Geuzaine authored
      add error check in Oriente()
      28103b3a
    • Christophe Geuzaine's avatar
      · a4449418
      Christophe Geuzaine authored
      add point with 'e', too
      a4449418
    • Christophe Geuzaine's avatar
      · 6f149945
      Christophe Geuzaine authored
      proof of concept for unproject (e.g. to add points with the mouse)
      6f149945
    • Christophe Geuzaine's avatar
      · d1e9dc0b
      Christophe Geuzaine authored
      fix gcc warning + add "cancel" button to make the dialog look like
      the other ones
      d1e9dc0b
    • Christophe Geuzaine's avatar
      · 59a84726
      Christophe Geuzaine authored
      - make the rotation matrix a matrix of doubles (instead of floats)
      
      - store the modelview and the projection matrices in CTX
      
      - new unproject() routine to transform window coordinates to model
        coordinates
      
      - cleaned up all the static variables in the Opengl_Window class
      
      - small fix to reduce normal clamping when zooming
      59a84726
    • Christophe Geuzaine's avatar
      · 0366f76d
      Christophe Geuzaine authored
      Say we didn't find any solver plugins if GMSHPLUGINSHOME is not defined.
      
      This is not perfect, but it allows us to *not* display the annoying
      popups for "regular" users, while still registering JF's solver plugin...
      0366f76d
  10. Oct 27, 2004
    • Christophe Geuzaine's avatar
      · 969f17fa
      Christophe Geuzaine authored
      'External data source' -> 'Data source'
      969f17fa
    • Christophe Geuzaine's avatar
      · bc987486
      Christophe Geuzaine authored
      if we have no geometry and no mesh, use the max of all view bounding boxes
      (instead of the bounding box of the last view only)
      bc987486
    • Christophe Geuzaine's avatar
      · 29021c58
      Christophe Geuzaine authored
      typo
      29021c58
    • Christophe Geuzaine's avatar
      · badfa700
      Christophe Geuzaine authored
      small cleanup + better error detection
      badfa700
    • Christophe Geuzaine's avatar
      · f898b27d
      Christophe Geuzaine authored
      allow x,y,z in expressions
      f898b27d
  11. Oct 26, 2004
    • Christophe Geuzaine's avatar
      *** empty log message *** · 471b0331
      Christophe Geuzaine authored
      471b0331
    • Christophe Geuzaine's avatar
      Displacement · 8c8c1b9b
      Christophe Geuzaine authored
      8c8c1b9b
    • Christophe Geuzaine's avatar
      · 26928152
      Christophe Geuzaine authored
      init mesh fails for very thin regions
      26928152
    • Christophe Geuzaine's avatar
      · 479951a0
      Christophe Geuzaine authored
      forgot to update help strings
      479951a0
    • Christophe Geuzaine's avatar
      · 59f25c1a
      Christophe Geuzaine authored
      The new "External data source" option makes the "Vector type->Raised
      view" unnecessary. Just select "Vector type->Displacement" and choose
      the data source from any other view in the list--including "Self"!
      59f25c1a
    • Christophe Geuzaine's avatar
      · d9d25071
      Christophe Geuzaine authored
      added small option to color the arrows representing a vector field
      according to the data from another view
      d9d25071
  12. Oct 25, 2004
Loading