Skip to content
Snippets Groups Projects
  1. Sep 28, 2009
  2. Sep 17, 2009
  3. Aug 30, 2009
    • Christophe Geuzaine's avatar
      *** empty log message *** · 110d9e06
      Christophe Geuzaine authored
      110d9e06
    • 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
  4. Aug 21, 2009
    • Christophe Geuzaine's avatar
      · ebefbf67
      Christophe Geuzaine authored
      GModel::readGEO must be a static member function, since the parser can
      now create multiple models!
      ebefbf67
    • Christophe Geuzaine's avatar
      · b4617114
      Christophe Geuzaine authored
      more work on levelsets & co
      b4617114
  5. 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
  6. Jul 01, 2009
  7. Jun 25, 2009
  8. Jun 20, 2009
  9. Jun 15, 2009
  10. Jun 14, 2009
  11. Jun 10, 2009
  12. Apr 30, 2009
    • Jean-François Remacle's avatar
      · 429dd402
      Jean-François Remacle authored
      added createTopology when Merging a MSH File and implemented discreteEdge
      429dd402
  13. Mar 11, 2009
  14. Feb 05, 2009
  15. Feb 03, 2009
  16. Feb 02, 2009
  17. Feb 01, 2009
  18. Jan 31, 2009
  19. Jan 30, 2009
  20. Jan 10, 2009
    • Christophe Geuzaine's avatar
      · 6a057fa6
      Christophe Geuzaine authored
      Added "File->Save Options" to automatically save options for the
      current project (same name + appended ".opt")
      
      OpenProject will detect the ".opt" and will load the options
      automatically if available.
      
      Adapted from an original idea and patch from <jiri.hnidek@tul.cz>.
      
      Thanks Jiri!
      6a057fa6
  21. Jan 08, 2009
    • Christophe Geuzaine's avatar
      ./configure now creates Common/GmshConfig.h, which contains all the · e6055ddb
      Christophe Geuzaine authored
      HAVE_XXX defines.
      
      This fixes three longstanding problems:
      
      - the API was hard to use because some headers had HAVE_XXX ifdefs, so
        that cient codes had to know how the lib was compiled to compile
        themselves
      
      - we had to do make clean after each ./configure, which erased too
        much (e.g. most of contrib)
      
      - make depend could include unwanted stuff since it redefined FLAGS
      e6055ddb
  22. Jan 07, 2009
  23. Jan 04, 2009
  24. 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
  25. 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
  26. Dec 28, 2008
  27. Dec 07, 2008
  28. Dec 02, 2008
  29. Dec 01, 2008
  30. Nov 19, 2008
Loading