Imported Upstream version 2.0.3
authorDimitrios Eftaxiopoulos <eftaxi12@otenet.gr>
Tue, 11 Sep 2012 16:57:59 +0000 (19:57 +0300)
committerDimitrios Eftaxiopoulos <eftaxi12@otenet.gr>
Tue, 11 Sep 2012 16:57:59 +0000 (19:57 +0300)
commit95944fcfeee35b1c23d8ba474890c04fa6585c22
treeb77231d36a53559e534a66fa5eb4c66e8551cf42
parentb1bbcbc14fe6debc03625f698e8a904ca33d880b
Imported Upstream version 2.0.3
150 files changed:
.kdev4/mathgl-2x.kdev4 [deleted file]
CMakeLists.txt
COPYING_LGPL [new file with mode: 0644]
ChangeLog.txt
emblem.mgl [new file with mode: 0644]
examples/CMakeLists.txt
examples/fltk_example.cpp
examples/full_test.cpp
examples/glut_example.cpp
examples/qt_example.cpp
examples/wnd_samples.cpp
examples/wx_example.cpp
include/config.h.in
include/mgl2/addon.h
include/mgl2/base.h
include/mgl2/base_cf.h
include/mgl2/canvas.h
include/mgl2/canvas_cf.h
include/mgl2/canvas_wnd.h
include/mgl2/cont.h
include/mgl2/data.h
include/mgl2/data_cf.h
include/mgl2/define.h
include/mgl2/eval.h
include/mgl2/fit.h
include/mgl2/fltk.h
include/mgl2/font.h
include/mgl2/glut.h
include/mgl2/mgl.h
include/mgl2/mgl_cf.h
include/mgl2/opengl.h
include/mgl2/other.h
include/mgl2/parser.h
include/mgl2/plot.h
include/mgl2/prim.h
include/mgl2/qt.h
include/mgl2/type.h
include/mgl2/vect.h
include/mgl2/volume.h
include/mgl2/window.h
lang/CMakeLists.txt
lang/install.m [new file with mode: 0644]
lang/mgl.i.in
mgllab/CMakeLists.txt
mgllab/animate.cpp
mgllab/data.cpp
mgllab/editor.cpp
mgllab/grid.cpp
mgllab/help.cpp
mgllab/main.cpp
mgllab/mathgl.cpp
mgllab/setup.cpp
mgllab/udav.h
src/CMakeLists.txt
src/addon.cpp
src/axis.cpp
src/base.cpp
src/base_cf.cpp
src/canvas.cpp
src/canvas_cf.cpp
src/cont.cpp
src/crust.cpp
src/data.cpp
src/data_io.cpp
src/data_new.cpp
src/data_op.cpp [deleted file]
src/data_png.cpp
src/eval.cpp
src/evalc.cpp
src/evalp.cpp
src/exec.cpp
src/export.cpp
src/export_2d.cpp
src/export_3d.cpp
src/fit.cpp
src/font.cpp
src/opengl.cpp
src/other.cpp
src/parser.cpp
src/pde.cpp
src/pixel.cpp
src/plot.cpp
src/prc.cpp
src/prc/oPRCFile.cc
src/prc/oPRCFile.h
src/prc/writePRC.h
src/prim.cpp
src/s_hull/COPYING.txt
src/s_hull/s_hull.C [deleted file]
src/s_hull/s_hull.h [deleted file]
src/s_hull/s_hull_pro.cpp [new file with mode: 0644]
src/s_hull/s_hull_pro.h [new file with mode: 0644]
src/surf.cpp
src/vect.cpp
src/volume.cpp
texinfo/CMakeLists.txt
texinfo/concept_en.texi
texinfo/concept_ru.texi
texinfo/core_en.texi
texinfo/core_ru.texi
texinfo/data_en.texi
texinfo/data_ru.texi
texinfo/doc_en.texi
texinfo/doc_ru.texi
texinfo/ex_mgl_en.texi
texinfo/ex_mgl_ru.texi
texinfo/example_en.texi
texinfo/example_ru.texi
texinfo/index.html
texinfo/mathgl_en.texi
texinfo/mathgl_ru.texi
texinfo/mgl_en.texi
texinfo/mgl_ru.texi
texinfo/other_en.texi
texinfo/other_ru.texi
texinfo/overview_en.texi
texinfo/overview_ru.texi
texinfo/parse_en.texi
texinfo/parse_ru.texi
texinfo/png/Makefile.am [deleted file]
texinfo/png/hotdogs.pts [deleted file]
texinfo/title.html
texinfo/toc_en.html
texinfo/toc_fr.html
texinfo/toc_ru.html
texinfo/web_en.texi
texinfo/web_fr.texi
texinfo/web_ru.texi
texinfo/widget_en.texi
texinfo/widget_ru.texi
todo.txt [new file with mode: 0644]
udav/CMakeLists.txt
udav/UDAV.desktop [new file with mode: 0755]
udav/anim_dlg.cpp
udav/dat_pnl.cpp
udav/help_pnl.cpp
udav/hint_dlg.cpp
udav/mem_pnl.cpp
udav/mem_pnl.h
udav/plot_pnl.cpp
udav/plot_pnl.h
udav/text_pnl.cpp
udav/textedit.cpp
udav/udav_wnd.cpp
utils/mglconv.cpp
utils/mglview.cpp
widgets/fltk.cpp
widgets/glut.cpp
widgets/qt.cpp
widgets/window.cpp