Skip to content
Snippets Groups Projects
  1. Dec 17, 2010
    • Gilles Marckmann's avatar
      Finalizes stereo implementation in FLTK · df184fc3
      Gilles Marckmann authored
      Camera mode is avaiable with camera aperture tuning
      stereo is available on stereo device only, otherwise the program
      makes a segmentation fault with a openGL message :
      
      "Insufficient GL support
       new gl windows for stereovision0x9477658
       Erreur de segmentation"
      
      df184fc3
  2. Dec 02, 2010
  3. Nov 30, 2010
  4. Nov 28, 2010
  5. Nov 26, 2010
  6. Nov 20, 2010
  7. Nov 16, 2010
  8. Oct 28, 2010
  9. Oct 27, 2010
  10. Oct 22, 2010
  11. Jul 26, 2010
  12. Feb 10, 2010
  13. Nov 09, 2009
  14. Aug 30, 2009
    • Christophe Geuzaine's avatar
      · 9d3a0f24
      Christophe Geuzaine authored
      Encapsulate toolkit-dependent global drawing functions in new
      drawContextGlobal class, and add a static drawContextGlobal to
      drawContext, with a default version that does nothing.
      
      This allows to have a completely virtualized drawing system: we can
      now ship a library with a fully working graphic system, indepedent of
      the widget toolkit. A client code just needs to subclass
      drawContextGlobal to get working graphics (see
      e.g. api_demos/mainAntTweakBar.cpp)
      9d3a0f24
  15. Aug 14, 2009
    • Christophe Geuzaine's avatar
      - replaced old Makefiles/configure system with CMake · 4d6f33e4
      Christophe Geuzaine authored
      - moved GUI to FlGui + added experimental QGui to test Qt
      
      - fixed most MSVC and gcc compiler warnings
      
      - converted some remaining tabs to whitespace (that's why the patch is
        so large; please try to remember to indent with 2 spaces and not
        tabs when you commit stuff to CVS)
      
      - merged modified patch from Konstantinos Poulios to allow saving
        physical/partition as element tags in mesh formats that don't
        support them natively
      4d6f33e4
  16. Jun 28, 2009
  17. Jun 27, 2009
  18. Jun 01, 2009
  19. Mar 18, 2009
  20. Mar 11, 2009
  21. Mar 09, 2009
  22. Mar 08, 2009
  23. Jan 31, 2009
  24. Jan 30, 2009
  25. Jan 03, 2009
    • Christophe Geuzaine's avatar
      allow tiling of graphic window (File->Split Window) · 99cff6b1
      Christophe Geuzaine authored
      added File->Clear + changed behaviour of File->New (now just adds a
      new model)
      
      allow smaller fonts for palettes (test with "-deltafontsize")
      
      use display list for 3d arrows (approx. 2x speedup on my laptop for
      large vector views) and spheres
      
      removed static quadrics (wrong when \exists multiple gl contexts),
      replaced with correct(?) init in drawContext
      99cff6b1
  26. Dec 29, 2008
    • Christophe Geuzaine's avatar
      - (c) update · 0b598844
      Christophe Geuzaine authored
      - fix bb computation to avoid model jumping around when adding points in z=0 plane
      - pass interpol matrices as ref
      0b598844
  27. Dec 03, 2008
  28. Dec 02, 2008
  29. Dec 01, 2008
  30. Nov 29, 2008
  31. Nov 14, 2008
  32. Nov 03, 2008
  33. Jul 11, 2008
  34. Jul 10, 2008
  35. May 04, 2008
    • Christophe Geuzaine's avatar
      * replaced old Msg function with message class inspired from what we · 26ff0c6f
      Christophe Geuzaine authored
        did in high
      * added mesh generation error log summary
      * removed Parallel subdir (this is now handled by the message class)
      * removed Box subdir and consolidated batch processing in a single
        routine
      * made List_T into a class
      * reduced dependencies in Pview*.h so we can eventually add the post-pro
        interface to the public API
      26ff0c6f
Loading