]> git.saurik.com Git - wxWidgets.git/commit - utils/ogl/src/lines.cpp
Added revamped Object Graphics Library (for node/arc diagrams).
authorJulian Smart <julian@anthemion.co.uk>
Sat, 18 Jul 1998 21:57:52 +0000 (21:57 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Sat, 18 Jul 1998 21:57:52 +0000 (21:57 +0000)
commit0fc1a7137cccc829a34b3527c768db7d7ac83437
tree8db850d0e9e45e61606e3db6d5faf9958b6a7550
parent0f7549d5949981a8b36f03d59bb18efb2fc4ce2f
Added revamped Object Graphics Library (for node/arc diagrams).

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@305 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
53 files changed:
utils/ogl/distrib/ogl.rsp [new file with mode: 0644]
utils/ogl/distrib/tarogl.bat [new file with mode: 0755]
utils/ogl/distrib/zipogl.bat [new file with mode: 0755]
utils/ogl/docs/back.gif [new file with mode: 0644]
utils/ogl/docs/books.bmp [new file with mode: 0644]
utils/ogl/docs/bugs.tex [new file with mode: 0644]
utils/ogl/docs/bullet.bmp [new file with mode: 0644]
utils/ogl/docs/changes.tex [new file with mode: 0644]
utils/ogl/docs/classes.tex [new file with mode: 0644]
utils/ogl/docs/contents.gif [new file with mode: 0644]
utils/ogl/docs/forward.gif [new file with mode: 0644]
utils/ogl/docs/intro.tex [new file with mode: 0644]
utils/ogl/docs/ogl.hpj [new file with mode: 0644]
utils/ogl/docs/ogl.tex [new file with mode: 0644]
utils/ogl/docs/ogledit.bmp [new file with mode: 0644]
utils/ogl/docs/ogledit.gif [new file with mode: 0644]
utils/ogl/docs/sample.tex [new file with mode: 0644]
utils/ogl/docs/tex2rtf.ini [new file with mode: 0644]
utils/ogl/docs/topics.tex [new file with mode: 0644]
utils/ogl/docs/up.gif [new file with mode: 0644]
utils/ogl/src/basic.cpp [new file with mode: 0644]
utils/ogl/src/basic.h [new file with mode: 0644]
utils/ogl/src/basic2.cpp [new file with mode: 0644]
utils/ogl/src/basicp.h [new file with mode: 0644]
utils/ogl/src/bitmap.cpp [new file with mode: 0644]
utils/ogl/src/bitmap.h [new file with mode: 0644]
utils/ogl/src/canvas.cpp [new file with mode: 0644]
utils/ogl/src/canvas.h [new file with mode: 0644]
utils/ogl/src/composit.cpp [new file with mode: 0644]
utils/ogl/src/composit.h [new file with mode: 0644]
utils/ogl/src/constrnt.cpp [new file with mode: 0644]
utils/ogl/src/constrnt.h [new file with mode: 0644]
utils/ogl/src/divided.cpp [new file with mode: 0644]
utils/ogl/src/divided.h [new file with mode: 0644]
utils/ogl/src/drawn.cpp [new file with mode: 0644]
utils/ogl/src/drawn.h [new file with mode: 0644]
utils/ogl/src/drawnp.h [new file with mode: 0644]
utils/ogl/src/lines.cpp [new file with mode: 0644]
utils/ogl/src/lines.h [new file with mode: 0644]
utils/ogl/src/linesp.h [new file with mode: 0644]
utils/ogl/src/makefile.b32 [new file with mode: 0644]
utils/ogl/src/makefile.bcc [new file with mode: 0644]
utils/ogl/src/makefile.dos [new file with mode: 0644]
utils/ogl/src/makefile.nt [new file with mode: 0644]
utils/ogl/src/makefile.unx [new file with mode: 0644]
utils/ogl/src/makefile.wat [new file with mode: 0644]
utils/ogl/src/mfutils.cpp [new file with mode: 0644]
utils/ogl/src/mfutils.h [new file with mode: 0644]
utils/ogl/src/misc.cpp [new file with mode: 0644]
utils/ogl/src/misc.h [new file with mode: 0644]
utils/ogl/src/ogl.h [new file with mode: 0644]
utils/ogl/src/ogldiag.cpp [new file with mode: 0644]
utils/ogl/src/ogldiag.h [new file with mode: 0644]