Skip to content
Snippets Groups Projects
  1. Oct 17, 2004
    • Christophe Geuzaine's avatar
      · 1b00135d
      Christophe Geuzaine authored
      Trying to fix Patrick's problems when launching getdp on Windows...
      
      When gmsh is started from the command line on Windows, cygwin does
      not (for some obscure reason) prepend '/cygdrive/x/' to the path. Since
      we check for '/cygdrive/' in SystemCall() in order to sanitize the
      path before passing it to CreateProcess(), the system call fails.
      
      I think the right way to deal with this is to actually remove the
      path change in SystemCall() (since we only change the leading part),
      and use the official cygwin API to change the path of every piece
      that will eventually end up in the argument of CreateProcess().
      And that's what "FixWindowsPath()" now does...
      1b00135d
  2. Oct 16, 2004
    • Christophe Geuzaine's avatar
      · 1e6f7688
      Christophe Geuzaine authored
      added an option to specify the maximum delay Gmsh will wait for a
      solver to respond
      1e6f7688
    • Christophe Geuzaine's avatar
      · 40857a96
      Christophe Geuzaine authored
      forgot to commit this
      40857a96
    • Christophe Geuzaine's avatar
      · 408069a9
      Christophe Geuzaine authored
      1.56
      408069a9
    • Christophe Geuzaine's avatar
      · 396fdd02
      Christophe Geuzaine authored
      work around the "window in window in window" MacOS X FLTK bug (ColorBar_Window
      not showing completely) by replacing the option sub-windows with groups.
      396fdd02
    • Christophe Geuzaine's avatar
      · be5b5cc7
      Christophe Geuzaine authored
      complete WriteView in parsed format (print strings)
      be5b5cc7
  3. Oct 15, 2004
  4. Oct 14, 2004
  5. Oct 13, 2004
    • Christophe Geuzaine's avatar
      · f126d4aa
      Christophe Geuzaine authored
      slightly reworked interactive/non-interactove section
      f126d4aa
  6. Oct 12, 2004
  7. Oct 11, 2004
    • Christophe Geuzaine's avatar
      · 159e3c42
      Christophe Geuzaine authored
      one last touch :-)
      159e3c42
    • Christophe Geuzaine's avatar
      · 681f4ebb
      Christophe Geuzaine authored
      more fine-tuning
      681f4ebb
    • Christophe Geuzaine's avatar
      · 6be017db
      Christophe Geuzaine authored
      fine-tune size
      6be017db
    • Christophe Geuzaine's avatar
      · 7a767e72
      Christophe Geuzaine authored
      fixed alignment problem when views have different View.Formats
      7a767e72
    • Christophe Geuzaine's avatar
      · 286c9f7f
      Christophe Geuzaine authored
      better label
      286c9f7f
    • Christophe Geuzaine's avatar
      · 320fb6cc
      Christophe Geuzaine authored
      fix potential crash with TimeStepMin/TimeStepMax and empty views
      320fb6cc
    • Christophe Geuzaine's avatar
      · 228d1bf1
      Christophe Geuzaine authored
      when there is not enough space to diplay all the values, but there is
      enough space to draw a middle value, do it
      228d1bf1
    • Christophe Geuzaine's avatar
      *** empty log message *** · c5d57f30
      Christophe Geuzaine authored
      c5d57f30
    • Christophe Geuzaine's avatar
      · 7ce33363
      Christophe Geuzaine authored
      add an option to draw the post-processing scales horizontally + remove
      Post_View.TransparentScales (never really worked well anyway)
      7ce33363
    • Christophe Geuzaine's avatar
      · ffedc87d
      Christophe Geuzaine authored
      compute Euler angles from rotation matrix
      ffedc87d
  8. Oct 08, 2004
  9. Oct 06, 2004
    • Christophe Geuzaine's avatar
      · 09524d22
      Christophe Geuzaine authored
      Correction of bug in List_LQuery (bad size of remaining list to be inspected)
      
      (Mirroring bug fix from Patrick in GetDP)
      09524d22
  10. Oct 04, 2004
  11. Oct 03, 2004
    • Christophe Geuzaine's avatar
      · 25681f01
      Christophe Geuzaine authored
      Better handling of '-psn_XXX' command line arg. from the Mac Finder
      25681f01
Loading