]> git.saurik.com Git - wxWidgets.git/commit
Corrected memory.cpp checkpoint bug; added Tex2RTF
authorJulian Smart <julian@anthemion.co.uk>
Sat, 2 Jan 1999 00:45:39 +0000 (00:45 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Sat, 2 Jan 1999 00:45:39 +0000 (00:45 +0000)
commit9a29912f608e082001ee53b9873323c4bcd71f21
tree86b127f9d563027742522b4906e649cc290ab878
parent07c5641a9353fe18f680ef1a432d53743ad6065d
Corrected memory.cpp checkpoint bug; added Tex2RTF

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1306 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
60 files changed:
distrib/msw/generic.rsp
distrib/msw/zipdist.bat
docs/latex/wx/window.tex
samples/bombs/makefile.unx
src/common/memory.cpp
utils/tex2rtf/docs/back.gif [new file with mode: 0644]
utils/tex2rtf/docs/books.gif [new file with mode: 0644]
utils/tex2rtf/docs/bullet.bmp [new file with mode: 0644]
utils/tex2rtf/docs/contents.gif [new file with mode: 0644]
utils/tex2rtf/docs/fancyhea.sty [new file with mode: 0644]
utils/tex2rtf/docs/forward.gif [new file with mode: 0644]
utils/tex2rtf/docs/install.txt [new file with mode: 0644]
utils/tex2rtf/docs/makeidx.sty [new file with mode: 0644]
utils/tex2rtf/docs/mysober.sty [new file with mode: 0644]
utils/tex2rtf/docs/mytitle.sty [new file with mode: 0644]
utils/tex2rtf/docs/notes.txt [new file with mode: 0644]
utils/tex2rtf/docs/psbox.tex [new file with mode: 0644]
utils/tex2rtf/docs/readme.txt [new file with mode: 0644]
utils/tex2rtf/docs/refs.bib [new file with mode: 0644]
utils/tex2rtf/docs/screen.bmp [new file with mode: 0644]
utils/tex2rtf/docs/screen.gif [new file with mode: 0644]
utils/tex2rtf/docs/screen.shg [new file with mode: 0644]
utils/tex2rtf/docs/tex2rtf.hpj [new file with mode: 0644]
utils/tex2rtf/docs/tex2rtf.ini [new file with mode: 0644]
utils/tex2rtf/docs/tex2rtf.tex [new file with mode: 0644]
utils/tex2rtf/docs/tex2rtf.wmf [new file with mode: 0644]
utils/tex2rtf/docs/texhelp.sty [new file with mode: 0644]
utils/tex2rtf/docs/up.gif [new file with mode: 0644]
utils/tex2rtf/docs/verbatim.sty [new file with mode: 0644]
utils/tex2rtf/src/bmputils.h [new file with mode: 0644]
utils/tex2rtf/src/books.bmp [new file with mode: 0644]
utils/tex2rtf/src/dos.def [new file with mode: 0644]
utils/tex2rtf/src/htmlutil.cpp [new file with mode: 0644]
utils/tex2rtf/src/makefile.b32 [new file with mode: 0644]
utils/tex2rtf/src/makefile.bcc [new file with mode: 0644]
utils/tex2rtf/src/makefile.dos [new file with mode: 0644]
utils/tex2rtf/src/makefile.g95 [new file with mode: 0644]
utils/tex2rtf/src/makefile.nt [new file with mode: 0644]
utils/tex2rtf/src/makefile.unx [new file with mode: 0644]
utils/tex2rtf/src/makefile.wat [new file with mode: 0644]
utils/tex2rtf/src/makengui.nt [new file with mode: 0644]
utils/tex2rtf/src/maths.cpp [new file with mode: 0644]
utils/tex2rtf/src/readshg.cpp [new file with mode: 0644]
utils/tex2rtf/src/readshg.h [new file with mode: 0644]
utils/tex2rtf/src/rtfutils.cpp [new file with mode: 0644]
utils/tex2rtf/src/rtfutils.h [new file with mode: 0644]
utils/tex2rtf/src/table.cpp [new file with mode: 0644]
utils/tex2rtf/src/table.h [new file with mode: 0644]
utils/tex2rtf/src/tex2any.cpp [new file with mode: 0644]
utils/tex2rtf/src/tex2any.h [new file with mode: 0644]
utils/tex2rtf/src/tex2rtf.cpp [new file with mode: 0644]
utils/tex2rtf/src/tex2rtf.def [new file with mode: 0644]
utils/tex2rtf/src/tex2rtf.h [new file with mode: 0644]
utils/tex2rtf/src/tex2rtf.ico [new file with mode: 0644]
utils/tex2rtf/src/tex2rtf.ini [new file with mode: 0644]
utils/tex2rtf/src/tex2rtf.rc [new file with mode: 0644]
utils/tex2rtf/src/tex2rtf.xpm [new file with mode: 0644]
utils/tex2rtf/src/texutils.cpp [new file with mode: 0644]
utils/tex2rtf/src/wxhlpblk.h [new file with mode: 0644]
utils/tex2rtf/src/xlputils.cpp [new file with mode: 0644]