Skip to content
Snippets Groups Projects
  1. Jan 11, 2012
  2. Mar 26, 2011
  3. Jan 11, 2011
  4. 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
  5. Dec 02, 2010
  6. Nov 30, 2010
  7. Nov 28, 2010
  8. Nov 26, 2010
  9. Nov 20, 2010
  10. Nov 16, 2010
  11. Oct 28, 2010
  12. Oct 27, 2010
  13. Oct 22, 2010
  14. Jul 26, 2010
  15. Feb 10, 2010
  16. Nov 09, 2009
  17. 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
  18. 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
  19. Jun 28, 2009
  20. Jun 27, 2009
  21. Jun 01, 2009
  22. Mar 18, 2009
  23. Mar 11, 2009
  24. Mar 09, 2009
  25. Mar 08, 2009
  26. Jan 31, 2009
  27. Jan 30, 2009
  28. 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
  29. 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
  30. Dec 03, 2008
  31. Dec 02, 2008
  32. Dec 01, 2008
  33. Nov 29, 2008
  34. Nov 14, 2008
  35. Nov 03, 2008
Loading