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