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