Imported Upstream version 2.2.1
authorDimitrios Eftaxiopoulos <eftaxi12@otenet.gr>
Tue, 28 Jan 2014 18:20:55 +0000 (20:20 +0200)
committerDimitrios Eftaxiopoulos <eftaxi12@otenet.gr>
Tue, 28 Jan 2014 18:20:55 +0000 (20:20 +0200)
commit7c3aa541b1bafc81cbba22e76040cf5c4e8b34c1
treee573af30320216e7e03eaedda371b8791168d28b
parent9beecfbfae4fc384f3901a140b6d30d21cb23bd2
Imported Upstream version 2.2.1
156 files changed:
CMakeLists.txt
ChangeLog.txt
cmake-qt4.txt [new file with mode: 0644]
cmake-qt5.txt [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/samples.cpp
examples/wnd_samples.cpp
examples/wx_example.cpp
include/mgl2/abstract.h
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/gsl.fs [new file with mode: 0644]
include/mgl2/mathgl.fs [new file with mode: 0644]
include/mgl2/mgl.fs [new file with mode: 0644]
include/mgl2/mgl.h
include/mgl2/mgl_cf.h
include/mgl2/mgl_pas.pas [new file with mode: 0644]
include/mgl2/mglplot.fs [new file with mode: 0644]
include/mgl2/mpi.h
include/mgl2/opengl.h
include/mgl2/other.h
include/mgl2/parser.h
include/mgl2/pde.h
include/mgl2/plot.h
include/mgl2/prim.h
include/mgl2/qmathgl.h
include/mgl2/qt.h
include/mgl2/surf.h
include/mgl2/thread.h
include/mgl2/type.h
include/mgl2/vect.h
include/mgl2/vectors.fs [new file with mode: 0644]
include/mgl2/volume.h
include/mgl2/window.h
include/mgl2/wnd.h
include/mgl2/wx.h
json/Backend.cpp
json/Backend.hpp
json/CMakeLists.txt
json/MainWindow.cpp
json/MainWindow.hpp
json/index.html
json/main.js
json/mathgl.Graph.js
json/mathgl.View.js
json/mathgl.WebkitBackend.js
mgllab/animate.cpp
mgllab/data.cpp
mgllab/editor.cpp
mgllab/grid.cpp
mgllab/help.cpp
mgllab/main.cpp
mgllab/mathgl.cpp
mgllab/option.cpp
mgllab/setup.cpp
mgllab/table.cpp
mgllab/udav.h
mgllab/write.cpp
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
src/data_gr.cpp
src/data_io.cpp
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/obj.cpp
src/opengl.cpp
src/other.cpp
src/parser.cpp
src/pde.cpp
src/pixel.cpp
src/plot.cpp
src/prc.cpp
src/prim.cpp
src/surf.cpp
src/tex_table.cpp
src/vect.cpp
src/volume.cpp
src/window.cpp
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/json.html
texinfo/mathgl.js
texinfo/symbols_en.texi
texinfo/symbols_ru.texi
texinfo/version.texi
texinfo/web_en.texi
texinfo/web_ru.texi
todo.txt
udav/CMakeLists.txt
udav/dat_pnl.cpp
udav/mem_pnl.cpp
udav/newcmd_dlg.cpp
udav/open_dlg.cpp
udav/plot_pnl.cpp
udav/plot_pnl.h
udav/qmglsyntax.h
udav/setup_dlg.cpp
udav/style_dlg.cpp
udav/text_pnl.cpp
udav/udav_wnd.cpp
utils/CMakeLists.txt
utils/make_forth.cpp [new file with mode: 0644]
utils/make_pas.cpp [new file with mode: 0644]
utils/mglcgi.cpp
utils/mglconv.cpp
utils/mglview.cpp
widgets/CMakeLists.txt
widgets/fltk.cpp
widgets/glut.cpp
widgets/qt.cpp
widgets/qt4/CMakeLists.txt [new file with mode: 0644]
widgets/qt5/CMakeLists.txt [new file with mode: 0644]
widgets/wx.cpp