Skip to content
Snippets Groups Projects
  1. Dec 13, 2013
  2. Mar 07, 2013
  3. Mar 02, 2013
  4. Feb 04, 2013
  5. Jan 17, 2013
  6. Jan 01, 2013
  7. Jul 17, 2012
  8. Apr 19, 2012
  9. Mar 02, 2012
  10. Jan 21, 2012
  11. Oct 28, 2011
  12. Oct 25, 2011
  13. Oct 24, 2011
  14. Oct 19, 2011
  15. Jun 27, 2011
  16. Jun 15, 2011
  17. Mar 17, 2011
  18. Nov 19, 2010
  19. Nov 02, 2010
  20. Jul 26, 2010
  21. Jul 05, 2010
  22. Jun 21, 2010
  23. May 04, 2010
  24. Mar 26, 2010
  25. Mar 24, 2010
  26. Mar 20, 2010
  27. Feb 10, 2010
  28. Feb 08, 2010
  29. Feb 02, 2010
  30. Sep 20, 2009
  31. Sep 11, 2009
  32. Sep 02, 2009
  33. 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
  34. Aug 17, 2009
    • Christophe Geuzaine's avatar
      · aa7961ad
      Christophe Geuzaine authored
      re-committing work from last two days after server crash:
      
      - refactored old Geo code (new/delete)
      - moved DrawPlugin to Plugin
      - move from matheval to mathex
      - move from Flu_Tree_Browser to Fl_Tree
      - fixed crash in Triangulate plugin
      aa7961ad
  35. Aug 15, 2009
  36. Jun 28, 2009
  37. Jun 03, 2009
    • Matti Pellika's avatar
      · 22efe568
      Matti Pellika authored
      Added "#if defined(HAVE_KBIPACK)" preprocessor directives to only enable
      homology plugin & compile the code when kbipack & gmp library is avaible.
      22efe568
Loading