Skip to content

Commit

Permalink
fexed wx to work on windows and linux
Browse files Browse the repository at this point in the history
svn path=/trunk/matplotlib/; revision=148
  • Loading branch information
jdh2358 committed Feb 16, 2004
1 parent 973651b commit 125a5ff
Show file tree
Hide file tree
Showing 13 changed files with 386 additions and 41 deletions.
10 changes: 10 additions & 0 deletions API_CHANGES
Expand Up @@ -65,6 +65,16 @@ Migrating code:
FigureCanvas, not a Figure. The examples embedding_in_gtk.py,
embedding_in_gtk2.py, and mpl_with_glade.py all reflect the new
API so use these as a guide.

All prior calls to

figure.draw() and
figure.print_figure(args)

should now be

canvas.draw() and
canvas.print_figure(args)

Apologies for the inconvenience. This refactorization brings
significant more freedom in developing matplotlib and should bring
Expand Down
6 changes: 4 additions & 2 deletions DEVNOTES
Expand Up @@ -24,8 +24,10 @@ http://matplotlib.sourceforge.net
sf> tar xvfz site.tar.gz


### Doing a release
0) Run examples/batch_figs.py w/o errors
### Doing a release

0) Run examples/batch_figs.py w/o errors; run the backend specific
demos (object_picker, anim , embedding*)

0) Remove MANIFEST so it will be rebuilt by MANIFEST.in

Expand Down
20 changes: 10 additions & 10 deletions LICENSE
@@ -1,4 +1,4 @@
LICENSE AGREEMENT FOR MATPLOTLIB 0.50e
LICENSE AGREEMENT FOR MATPLOTLIB 0.50
--------------------------------------

1. This LICENSE AGREEMENT is between the John D. Hunter ("JDH"), and
Expand All @@ -9,30 +9,30 @@ documentation.
2. Subject to the terms and conditions of this License Agreement, JDH
hereby grants Licensee a nonexclusive, royalty-free, world-wide
license to reproduce, analyze, test, perform and/or display publicly,
prepare derivative works, distribute, and otherwise use matplotlib 0.50e
prepare derivative works, distribute, and otherwise use matplotlib 0.50
alone or in any derivative version, provided, however, that JDH's
License Agreement and JDH's notice of copyright, i.e., "Copyright (c)
2002, 2003 John D. Hunter; All Rights Reserved" are retained in
matplotlib 0.50e alone or in any derivative version prepared by
matplotlib 0.50 alone or in any derivative version prepared by
Licensee.

3. In the event Licensee prepares a derivative work that is based on
or incorporates matplotlib 0.50e or any part thereof, and wants to make
or incorporates matplotlib 0.50 or any part thereof, and wants to make
the derivative work available to others as provided herein, then
Licensee hereby agrees to include in any such work a brief summary of
the changes made to matplotlib 0.50e.
the changes made to matplotlib 0.50.

4. JDH is making matplotlib 0.50e available to Licensee on an "AS IS"
4. JDH is making matplotlib 0.50 available to Licensee on an "AS IS"
basis. JDH MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, JDH MAKES NO AND
DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF MATPLOTLIB 0.50e WILL NOT
FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF MATPLOTLIB 0.50 WILL NOT
INFRINGE ANY THIRD PARTY RIGHTS.

5. JDH SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF
MATPLOTLIB 0.50e FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES
MATPLOTLIB 0.50 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES
OR LOSS AS A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING
MATPLOTLIB 0.50e, OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE
MATPLOTLIB 0.50, OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE
POSSIBILITY THEREOF.

6. This License Agreement will automatically terminate upon a material
Expand All @@ -44,6 +44,6 @@ Licensee. This License Agreement does not grant permission to use JDH
trademarks or trade name in a trademark sense to endorse or promote
products or services of Licensee, or any third party.

8. By copying, installing or otherwise using matplotlib 0.50e, Licensee
8. By copying, installing or otherwise using matplotlib 0.50, Licensee
agrees to be bound by the terms and conditions of this License
Agreement.
313 changes: 313 additions & 0 deletions MANIFEST
Expand Up @@ -403,3 +403,316 @@ ttfquery/license.txt
ttfquery/metadata_query.py
ttfquery/ttffiles.py
ttfquery/ttffiles.pyc
win32src/freetype1/freetype/.cvsignore
win32src/freetype1/freetype/freetype.h
win32src/freetype1/freetype/ft_conf.h
win32src/freetype1/freetype/fterrid.h
win32src/freetype1/freetype/ftnameid.h
win32src/freetype1/freetype/header.h
win32src/freetype1/freetype/ttapi.c
win32src/freetype1/freetype/ttcache.c
win32src/freetype1/freetype/ttcache.h
win32src/freetype1/freetype/ttcalc.c
win32src/freetype1/freetype/ttcalc.h
win32src/freetype1/freetype/ttcmap.c
win32src/freetype1/freetype/ttcmap.h
win32src/freetype1/freetype/ttconfig.h
win32src/freetype1/freetype/ttdebug.c
win32src/freetype1/freetype/ttdebug.h
win32src/freetype1/freetype/ttengine.h
win32src/freetype1/freetype/ttextend.c
win32src/freetype1/freetype/ttextend.h
win32src/freetype1/freetype/ttf.def
win32src/freetype1/freetype/ttfile.c
win32src/freetype1/freetype/ttfile.h
win32src/freetype1/freetype/ttgload.c
win32src/freetype1/freetype/ttgload.h
win32src/freetype1/freetype/ttinterp.c
win32src/freetype1/freetype/ttinterp.h
win32src/freetype1/freetype/ttload.c
win32src/freetype1/freetype/ttload.h
win32src/freetype1/freetype/ttmemory.c
win32src/freetype1/freetype/ttmemory.h
win32src/freetype1/freetype/ttmutex.c
win32src/freetype1/freetype/ttmutex.h
win32src/freetype1/freetype/ttobjs.c
win32src/freetype1/freetype/ttobjs.h
win32src/freetype1/freetype/ttraster.c
win32src/freetype1/freetype/ttraster.h
win32src/freetype1/freetype/tttables.h
win32src/freetype1/freetype/tttags.h
win32src/freetype1/freetype/tttypes.h
win32src/freetype1/freetype/arch/amigaos/Makefile.gcc
win32src/freetype1/freetype/arch/amigaos/freetype.c
win32src/freetype1/freetype/arch/amigaos/ft_conf.h
win32src/freetype1/freetype/arch/ansi/freetype.c
win32src/freetype1/freetype/arch/ansi/ft_conf.h
win32src/freetype1/freetype/arch/beos/Makefile
win32src/freetype1/freetype/arch/beos/freetype.c
win32src/freetype1/freetype/arch/beos/ft_conf.h
win32src/freetype1/freetype/arch/beos/ttmutex.c
win32src/freetype1/freetype/arch/debugger/Makefile
win32src/freetype1/freetype/arch/debugger/freetype.c
win32src/freetype1/freetype/arch/debugger/ft_conf.h
win32src/freetype1/freetype/arch/mac/README
win32src/freetype1/freetype/arch/mac/freetype.c
win32src/freetype1/freetype/arch/mac/ft_conf.h
win32src/freetype1/freetype/arch/mac/ttmmap.c
win32src/freetype1/freetype/arch/msdos/Makefile.BC
win32src/freetype1/freetype/arch/msdos/Makefile.MS
win32src/freetype1/freetype/arch/msdos/Makefile.TC
win32src/freetype1/freetype/arch/msdos/Makefile.VC
win32src/freetype1/freetype/arch/msdos/Makefile.dm
win32src/freetype1/freetype/arch/msdos/Makefile.gcc
win32src/freetype1/freetype/arch/msdos/Makefile.wat
win32src/freetype1/freetype/arch/msdos/depend.dos
win32src/freetype1/freetype/arch/msdos/freetype.c
win32src/freetype1/freetype/arch/msdos/ft_conf.h
win32src/freetype1/freetype/arch/msdos/hugefile.c
win32src/freetype1/freetype/arch/msdos/hugemem.c
win32src/freetype1/freetype/arch/msdos/makedep
win32src/freetype1/freetype/arch/os2/Makefile.dm
win32src/freetype1/freetype/arch/os2/Makefile.emx
win32src/freetype1/freetype/arch/os2/Makefile.icc
win32src/freetype1/freetype/arch/os2/Makefile.wat
win32src/freetype1/freetype/arch/os2/freetype.c
win32src/freetype1/freetype/arch/os2/ft_conf.h
win32src/freetype1/freetype/arch/os2/os2file.c
win32src/freetype1/freetype/arch/unix/.cvsignore
win32src/freetype1/freetype/arch/unix/Makefile.in
win32src/freetype1/freetype/arch/unix/freetype.c
win32src/freetype1/freetype/arch/unix/ttmmap.c
win32src/freetype1/freetype/arch/vms/README
win32src/freetype1/freetype/arch/vms/descrip.mms
win32src/freetype1/freetype/arch/vms/ft_conf.h
win32src/freetype1/freetype/arch/win16/Makefile.BC
win32src/freetype1/freetype/arch/win16/Makefile.MS
win32src/freetype1/freetype/arch/win16/Makefile.VC
win32src/freetype1/freetype/arch/win16/depend.win
win32src/freetype1/freetype/arch/win16/freetype.c
win32src/freetype1/freetype/arch/win16/ft_conf.h
win32src/freetype1/freetype/arch/win16/hugefile.c
win32src/freetype1/freetype/arch/win16/hugemem.c
win32src/freetype1/freetype/arch/win16/makedef
win32src/freetype1/freetype/arch/win16/makedep
win32src/freetype1/freetype/arch/win16/ttf.def
win32src/freetype1/freetype/arch/win32/Makefile.BC
win32src/freetype1/freetype/arch/win32/Makefile.CL
win32src/freetype1/freetype/arch/win32/Makefile.Min
win32src/freetype1/freetype/arch/win32/Makefile.VC
win32src/freetype1/freetype/arch/win32/Makefile.gcc
win32src/freetype1/freetype/arch/win32/depend.win
win32src/freetype1/freetype/arch/win32/freetype.c
win32src/freetype1/freetype/arch/win32/freetype.dsp
win32src/freetype1/freetype/arch/win32/freetype.dsw
win32src/freetype1/freetype/arch/win32/freetype.ide
win32src/freetype1/freetype/arch/win32/freetype.mak
win32src/freetype1/freetype/arch/win32/freetype.mdp
win32src/freetype1/freetype/arch/win32/ft_conf.h
win32src/freetype1/freetype/arch/win32/makedef
win32src/freetype1/freetype/arch/win32/makedep
win32src/freetype1/freetype/arch/win32/ttf.def
win32src/freetype1/freetype/extend/ftxcmap.c
win32src/freetype1/freetype/extend/ftxcmap.h
win32src/freetype1/freetype/extend/ftxerr18.c
win32src/freetype1/freetype/extend/ftxerr18.h
win32src/freetype1/freetype/extend/ftxgasp.c
win32src/freetype1/freetype/extend/ftxgasp.h
win32src/freetype1/freetype/extend/ftxgdef.c
win32src/freetype1/freetype/extend/ftxgdef.h
win32src/freetype1/freetype/extend/ftxgpos.c
win32src/freetype1/freetype/extend/ftxgpos.h
win32src/freetype1/freetype/extend/ftxgsub.c
win32src/freetype1/freetype/extend/ftxgsub.h
win32src/freetype1/freetype/extend/ftxkern.c
win32src/freetype1/freetype/extend/ftxkern.h
win32src/freetype1/freetype/extend/ftxopen.c
win32src/freetype1/freetype/extend/ftxopen.h
win32src/freetype1/freetype/extend/ftxopenf.h
win32src/freetype1/freetype/extend/ftxpost.c
win32src/freetype1/freetype/extend/ftxpost.h
win32src/freetype1/freetype/extend/ftxsbit.c
win32src/freetype1/freetype/extend/ftxsbit.h
win32src/freetype1/freetype/extend/ftxwidth.c
win32src/freetype1/freetype/extend/ftxwidth.h
win32src/freetype1/freetype/extend/readme.1st
win32src/libpng/LICENSE
win32src/libpng/libpng.rc
win32src/libpng/libpng12.rc
win32src/libpng/libpngpf.3
win32src/libpng/png.c
win32src/libpng/png.h
win32src/libpng/pngasmrd.h
win32src/libpng/pngconf.h
win32src/libpng/pngerror.c
win32src/libpng/pnggccrd.c
win32src/libpng/pngget.c
win32src/libpng/pngmem.c
win32src/libpng/pngpread.c
win32src/libpng/pngread.c
win32src/libpng/pngrio.c
win32src/libpng/pngrtran.c
win32src/libpng/pngrutil.c
win32src/libpng/pngset.c
win32src/libpng/pngtrans.c
win32src/libpng/pngvcrd.c
win32src/libpng/pngwio.c
win32src/libpng/pngwrite.c
win32src/libpng/pngwtran.c
win32src/libpng/pngwutil.c
win32src/zlib/README
win32src/zlib/adler32.c
win32src/zlib/compress.c
win32src/zlib/crc32.c
win32src/zlib/crc32.h
win32src/zlib/deflate.c
win32src/zlib/deflate.h
win32src/zlib/gzio.c
win32src/zlib/infback.c
win32src/zlib/inffast.c
win32src/zlib/inffast.h
win32src/zlib/inffixed.h
win32src/zlib/inflate.c
win32src/zlib/inflate.h
win32src/zlib/inftrees.c
win32src/zlib/inftrees.h
win32src/zlib/trees.c
win32src/zlib/trees.h
win32src/zlib/uncompr.c
win32src/zlib/zconf.h
win32src/zlib/zconf.in.h
win32src/zlib/zlib.h
win32src/zlib/zlib1.def
win32src/zlib/zlib1.rc
win32src/zlib/zutil.c
win32src/zlib/zutil.h
win32src/zlib/amiga/Makefile.pup
win32src/zlib/amiga/Makefile.sas
win32src/zlib/as400/bndsrc
win32src/zlib/as400/compile.clp
win32src/zlib/as400/readme.txt
win32src/zlib/as400/zlib.inc
win32src/zlib/contrib/README.contrib
win32src/zlib/contrib/visual-basic.txt
win32src/zlib/contrib/ada/mtest.adb
win32src/zlib/contrib/ada/read.adb
win32src/zlib/contrib/ada/readme.txt
win32src/zlib/contrib/ada/test.adb
win32src/zlib/contrib/ada/zlib-streams.adb
win32src/zlib/contrib/ada/zlib-streams.ads
win32src/zlib/contrib/ada/zlib-thin.adb
win32src/zlib/contrib/ada/zlib-thin.ads
win32src/zlib/contrib/ada/zlib.adb
win32src/zlib/contrib/ada/zlib.ads
win32src/zlib/contrib/ada/zlib.gpr
win32src/zlib/contrib/asm586/README.586
win32src/zlib/contrib/asm586/match.S
win32src/zlib/contrib/asm686/README.686
win32src/zlib/contrib/asm686/match.S
win32src/zlib/contrib/blast/Kopie van Makefile
win32src/zlib/contrib/blast/Makefile
win32src/zlib/contrib/blast/README
win32src/zlib/contrib/blast/blast.c
win32src/zlib/contrib/blast/blast.h
win32src/zlib/contrib/blast/test.pk
win32src/zlib/contrib/blast/test.txt
win32src/zlib/contrib/delphi/ZLib.pas
win32src/zlib/contrib/delphi/ZLibConst.pas
win32src/zlib/contrib/delphi/readme.txt
win32src/zlib/contrib/delphi/zlibd32.mak
win32src/zlib/contrib/gzappend/gzappend.c
win32src/zlib/contrib/infback9/README
win32src/zlib/contrib/infback9/infback9.c
win32src/zlib/contrib/infback9/infback9.h
win32src/zlib/contrib/infback9/inffix9.h
win32src/zlib/contrib/infback9/inflate9.h
win32src/zlib/contrib/infback9/inftree9.c
win32src/zlib/contrib/infback9/inftree9.h
win32src/zlib/contrib/inflate86/inffas86.c
win32src/zlib/contrib/inflate86/inffast.S
win32src/zlib/contrib/iostream/test.cpp
win32src/zlib/contrib/iostream/zfstream.cpp
win32src/zlib/contrib/iostream/zfstream.h
win32src/zlib/contrib/iostream2/zstream.h
win32src/zlib/contrib/iostream2/zstream_test.cpp
win32src/zlib/contrib/iostream3/README
win32src/zlib/contrib/iostream3/TODO
win32src/zlib/contrib/iostream3/test.cc
win32src/zlib/contrib/iostream3/zfstream.cc
win32src/zlib/contrib/iostream3/zfstream.h
win32src/zlib/contrib/masm686/match.asm
win32src/zlib/contrib/masmx86/gvmat32.asm
win32src/zlib/contrib/masmx86/gvmat32c.c
win32src/zlib/contrib/masmx86/inffas32.asm
win32src/zlib/contrib/masmx86/mkasm.bat
win32src/zlib/contrib/masmx86/readme.txt
win32src/zlib/contrib/minizip/ChangeLogUnzip
win32src/zlib/contrib/minizip/Makefile
win32src/zlib/contrib/minizip/Makefile.orig
win32src/zlib/contrib/minizip/Makefile.rej
win32src/zlib/contrib/minizip/crypt.h
win32src/zlib/contrib/minizip/ioapi.c
win32src/zlib/contrib/minizip/ioapi.h
win32src/zlib/contrib/minizip/iowin32.c
win32src/zlib/contrib/minizip/iowin32.h
win32src/zlib/contrib/minizip/miniunz.c
win32src/zlib/contrib/minizip/miniunz.c.orig
win32src/zlib/contrib/minizip/miniunz.c.rej
win32src/zlib/contrib/minizip/minizip.c
win32src/zlib/contrib/minizip/minizip.c.orig
win32src/zlib/contrib/minizip/readme.old
win32src/zlib/contrib/minizip/readme.txt
win32src/zlib/contrib/minizip/test.zip
win32src/zlib/contrib/minizip/unzip.c
win32src/zlib/contrib/minizip/unzip.h
win32src/zlib/contrib/minizip/zip.c
win32src/zlib/contrib/minizip/zip.c.orig
win32src/zlib/contrib/minizip/zip.h
win32src/zlib/contrib/pascal/example.pas
win32src/zlib/contrib/pascal/readme.txt
win32src/zlib/contrib/pascal/zlibd32.mak
win32src/zlib/contrib/pascal/zlibpas.pas
win32src/zlib/contrib/puff/Makefile
win32src/zlib/contrib/puff/README
win32src/zlib/contrib/puff/puff.c
win32src/zlib/contrib/puff/puff.h
win32src/zlib/contrib/puff/zeros.raw
win32src/zlib/contrib/testzlib/testzlib.c
win32src/zlib/contrib/testzlib/testzlib.sln
win32src/zlib/contrib/testzlib/testzlib.vcproj
win32src/zlib/contrib/untgz/Makefile
win32src/zlib/contrib/untgz/Makefile.msc
win32src/zlib/contrib/untgz/Makefile.orig
win32src/zlib/contrib/untgz/Makefile.rej
win32src/zlib/contrib/untgz/untgz.c
win32src/zlib/contrib/untgz/untgz.c.orig
win32src/zlib/contrib/vstudio/readme.txt
win32src/zlib/contrib/vstudio/vc7/gvmat32.obj
win32src/zlib/contrib/vstudio/vc7/inffas32.obj
win32src/zlib/contrib/vstudio/vc7/miniunz.vcproj
win32src/zlib/contrib/vstudio/vc7/minizip.vcproj
win32src/zlib/contrib/vstudio/vc7/zlib.rc
win32src/zlib/contrib/vstudio/vc7/zlibstat.vcproj
win32src/zlib/contrib/vstudio/vc7/zlibvc.def
win32src/zlib/contrib/vstudio/vc7/zlibvc.sln
win32src/zlib/contrib/vstudio/vc7/zlibvc.vcproj
win32src/zlib/msdos/Makefile.bor
win32src/zlib/msdos/Makefile.dj2
win32src/zlib/msdos/Makefile.emx
win32src/zlib/msdos/Makefile.msc
win32src/zlib/msdos/Makefile.tc
win32src/zlib/old/Make_vms.com
win32src/zlib/old/Makefile.riscos
win32src/zlib/old/README
win32src/zlib/old/descrip.mms
win32src/zlib/old/zlib.html
win32src/zlib/old/os2/Makefile.os2
win32src/zlib/old/os2/zlib.def
win32src/zlib/qnx/package.qpg
win32src/zlib/win32/DLL_FAQ.txt
win32src/zlib/win32/Makefile.bor
win32src/zlib/win32/Makefile.emx
win32src/zlib/win32/Makefile.gcc
win32src/zlib/win32/Makefile.msc
win32src/zlib/win32/zlib.def
win32src/zlib/win32/zlib1.rc

0 comments on commit 125a5ff

Please sign in to comment.