Skip to content
Snippets Groups Projects
  1. Dec 10, 2004
    • Christophe Geuzaine's avatar
      · eda9d43a
      Christophe Geuzaine authored
      typo
      eda9d43a
    • Christophe Geuzaine's avatar
      · f84e92c1
      Christophe Geuzaine authored
      renamed Plugin(PrincipalStresses) into Plugin(Eigenvectors) + provide the
      option to disable the scaling by the associated eigenvalues
      f84e92c1
  2. Dec 09, 2004
    • Christophe Geuzaine's avatar
      *** empty log message *** · 4daa869a
      Christophe Geuzaine authored
      4daa869a
    • Christophe Geuzaine's avatar
      · 7febc688
      Christophe Geuzaine authored
      Removed obsolete test on m_toggle_butt.size in the view option code (we
      don't need it anymore since we accept an arbitrary number of views
      in the GUI).
      
      I think this fixes a race condition on MacOS which led to the strange bug
      Laurent noticed at one occasion last month(?), when all the input fields
      in the view option panels were left blank.
      7febc688
    • Christophe Geuzaine's avatar
      · 1dd785a3
      Christophe Geuzaine authored
      missing View->Changed=1 when modifying a colormap and one of the view link
      modes is selected
      1dd785a3
    • Christophe Geuzaine's avatar
      · c80c7d6d
      Christophe Geuzaine authored
      include -I../Parser before -I../MathEval to avoid confusing parser.h with
      Parser.h on stupid case-insensitive systems like Win32/Cygwin
      c80c7d6d
  3. Dec 08, 2004
  4. Dec 07, 2004
    • Christophe Geuzaine's avatar
      · cf27b169
      Christophe Geuzaine authored
      - Moved all the Raise[][] stuff out of the drawing routines, and into
        Graphics/Post.cpp
      
      - New 'generalized raise' mode (can use arbitrary expressions, possibly
        with external data sources, to raise/offset views dynamically). Original
        patch by Nicolas Tardieu. Merci Nico!
      cf27b169
  5. Dec 06, 2004
  6. Nov 26, 2004
  7. Nov 25, 2004
    • Christophe Geuzaine's avatar
      · 4b04a183
      Christophe Geuzaine authored
      - Added a bunch of colormaps from:
      
        Color Theory and Modeling for
        Computer Graphics, Visualization,
        and Multimedia Applications
      
        Haim Levkowitz
        University of Massachusetts Lowell
        Lowell, Massachusetts, USA
      
      - Increased max size of colormap to 1024
      
      - Small cleanup in parser+plugin
      4b04a183
    • Jean-François Remacle's avatar
      *** empty log message *** · 5c635fa8
      Jean-François Remacle authored
      5c635fa8
    • 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
  8. Nov 24, 2004
Loading