Skip to content
Snippets Groups Projects
  1. Oct 15, 2005
  2. Oct 14, 2005
    • Christophe Geuzaine's avatar
      *** empty log message *** · e9c39f4f
      Christophe Geuzaine authored
      e9c39f4f
    • Christophe Geuzaine's avatar
      · 6adb2d7d
      Christophe Geuzaine authored
      Don't set CustomMin and CustomMax to the Min/Max values of the view: it
      can be confusing when saving options. Instead, provide buttons in the GUI
      to set the custom values to Min/Max if so desired.
      6adb2d7d
  3. Oct 10, 2005
    • Christophe Geuzaine's avatar
      · 066faa62
      Christophe Geuzaine authored
      always save the surface elements in unv format (not just when the surface is
      not part of the boundary of a volume)
      066faa62
    • Christophe Geuzaine's avatar
      typos · b4a96d70
      Christophe Geuzaine authored
      b4a96d70
  4. Oct 09, 2005
    • Christophe Geuzaine's avatar
      · e9de4ea9
      Christophe Geuzaine authored
      small cleanup + don't enter post stuff in select mode at the moment (we
      might want to change this if we want to select post-pro views in the future)
      e9de4ea9
    • Christophe Geuzaine's avatar
      · 5441001d
      Christophe Geuzaine authored
      instead of drawing in immediate mode (in-between Draw() calls) in HighlightEntity,
      just redraw the whole scene. It's slower, but on modern machines it should be OK.
      This way we can deal with vertex arrays and mesh highlights easily. I will revert
      this change if too many people complain...
      5441001d
    • Christophe Geuzaine's avatar
      · 7cd6772b
      Christophe Geuzaine authored
      - made meshed curves/surfaces selectable with the mouse
      - better selection algorithm (use depth info to find the "closest" match)
      7cd6772b
  5. Sep 26, 2005
    • Christophe Geuzaine's avatar
      · 54580886
      Christophe Geuzaine authored
      re-add the WIN32 test (the add_fd code is not ready)
      54580886
    • Christophe Geuzaine's avatar
      · 770efe07
      Christophe Geuzaine authored
      fix problem with redefinition of log2 on cygwin (Laurent told me that he had
      a warning on Mac 10.3 also)
      770efe07
  6. Sep 25, 2005
  7. Sep 23, 2005
    • Christophe Geuzaine's avatar
      · c2458c58
      Christophe Geuzaine authored
      "./configure --disable-contrib" to compile a vanilla version of Gmsh
      without any external code
      c2458c58
  8. Sep 22, 2005
  9. Sep 21, 2005
  10. Sep 20, 2005
  11. Sep 15, 2005
    • Christophe Geuzaine's avatar
      · 426f799c
      Christophe Geuzaine authored
      mention the variables file at the end of the configuration process
      426f799c
  12. Sep 11, 2005
  13. Sep 07, 2005
  14. Sep 02, 2005
    • Christophe Geuzaine's avatar
      typo · 87c57b27
      Christophe Geuzaine authored
      87c57b27
    • Christophe Geuzaine's avatar
      · 3dca46b4
      Christophe Geuzaine authored
      mention bug on Windows without Cygwin when reading binary post-pro files
      3dca46b4
    • Christophe Geuzaine's avatar
      · 67d4eda1
      Christophe Geuzaine authored
      explain #list[]
      67d4eda1
    • Christophe Geuzaine's avatar
      · 4973085a
      Christophe Geuzaine authored
      Fixed horrible performance of vertex array creation on Windows for
      very large post-pro views (> 1 millon triangles). The bottleneck is
      the memory reallocation, which is 100 (?) times slower than on
      Linux/Mac. Introduced some simple heuristics to estimate how many
      primitives will be displayed. A prepro pass (like for smooth normals)
      would be a more elegant solution.
      4973085a
  15. Aug 31, 2005
Loading