Imported Upstream version 2.2
authorDimitrios Eftaxiopoulos <eftaxi12@otenet.gr>
Sat, 28 Dec 2013 14:19:13 +0000 (16:19 +0200)
committerDimitrios Eftaxiopoulos <eftaxi12@otenet.gr>
Sat, 28 Dec 2013 14:19:13 +0000 (16:19 +0200)
commit9beecfbfae4fc384f3901a140b6d30d21cb23bd2
tree83c8907d61dc0be810913efb24c43efc8332f886
parente3751f9409a1b9552ddae45c3cee4c57e4f81bab
Imported Upstream version 2.2
159 files changed:
CMakeLists.txt
ChangeLog.txt
brush.ods
examples/full_test.cpp
examples/glut_example.cpp
examples/mpi_test.cpp [new file with mode: 0644]
examples/qt_example.cpp
examples/samples.cpp
examples/wnd_samples.cpp
examples/wx_example.cpp
include/CMakeLists.txt
include/config.h.in
include/mgl2/abstract.h [new file with mode: 0644]
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/datac.h
include/mgl2/datac_cf.h
include/mgl2/define.h
include/mgl2/eval.h
include/mgl2/evalc.h
include/mgl2/fit.h
include/mgl2/fltk.h
include/mgl2/font.h
include/mgl2/glut.h
include/mgl2/mgl.h
include/mgl2/mpi.h
include/mgl2/opengl.h
include/mgl2/other.h
include/mgl2/parser.h
include/mgl2/pde.h [new file with mode: 0644]
include/mgl2/plot.h
include/mgl2/prim.h
include/mgl2/qmathgl.h
include/mgl2/qt.h
include/mgl2/surf.h
include/mgl2/thread.h [new file with mode: 0644]
include/mgl2/type.h
include/mgl2/vect.h
include/mgl2/volume.h
include/mgl2/window.h
include/mgl2/wnd.h
include/mgl2/wx.h
json/main.js
json/mathgl.Graph.js
json/mathgl.WebkitBackend.js
lang/CMakeLists.txt
lang/data.i [new file with mode: 0644]
lang/mathgl.i
lang/mgl.i [new file with mode: 0644]
lang/sed_rules [new file with mode: 0644]
lang/type.i [new file with mode: 0644]
mathgl-2x.cbp
mgllab/editor.cpp
src/CMakeLists.txt
src/addon.cpp
src/axis.cpp
src/base.cpp
src/base_cf.cpp
src/canvas.cpp
src/canvas_cf.cpp
src/complex.cpp
src/complex_io.cpp
src/cont.cpp
src/crust.cpp
src/data.cpp
src/data_ex.cpp [new file with mode: 0644]
src/data_gr.cpp [new file with mode: 0644]
src/data_io.cpp
src/data_new.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/fft.cpp
src/fit.cpp
src/font.cpp
src/interp.hpp [new file with mode: 0644]
src/mpi.cpp
src/obj.cpp
src/opengl.cpp
src/other.cpp
src/parser.cpp
src/pde.cpp
src/pixel.cpp
src/plot.cpp
src/prc/writePRC.h
src/prim.cpp
src/surf.cpp
src/vect.cpp
src/volume.cpp
src/window.cpp
texinfo/CMakeLists.txt
texinfo/appendix_en.texi
texinfo/appendix_ru.texi
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/formats_en.texi
texinfo/formats_ru.texi
texinfo/index.html
texinfo/json.html
texinfo/mathgl.js
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/surf_cont_fog_g.png [deleted file]
texinfo/symbols_en.texi
texinfo/symbols_ru.texi
texinfo/time.texi [new file with mode: 0644]
texinfo/time_big.texi [new file with mode: 0644]
texinfo/title.html [deleted file]
texinfo/toc_en.html [deleted file]
texinfo/toc_fr.html [deleted file]
texinfo/toc_ru.html [deleted file]
texinfo/udav_en.texi
texinfo/udav_ru.texi
texinfo/version.texi [new file with mode: 0644]
texinfo/web_en.texi
texinfo/web_fr.texi
texinfo/web_ru.texi
texinfo/widget_en.texi
texinfo/widget_ru.texi
todo.txt
udav/dat_pnl.cpp
udav/info_dlg.cpp
udav/plot_pnl.cpp
udav/udav_wnd.cpp
widgets/CMakeLists.txt
widgets/fltk.cpp
widgets/glut.cpp
widgets/qt.cpp
widgets/wx.cpp