-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathold_versions.html
97 lines (96 loc) · 5.31 KB
/
old_versions.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head>
<title>PyGUI - Old Versions</title><meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"></head>
<body>
<blockquote> </blockquote>
<h1>Old Versions</h1>
<a href="PyGUI-2.4.tar.gz">PyGUI-2.4.tar.gz</a> (514,472 bytes, 19 Mar 2011)<br><a href="PyGUI-2.3.3.tar.gz">PyGUI-2.3.3.tar.gz</a> (511319 bytes, 19 Dec 2010)<br><a href="PyGUI-2.3.2.tar.gz">PyGUI-2.3.2.tar.gz</a> (511250 bytes, 16 Dec 2010)<br><a href="PyGUI-2.3.1.tar.gz">PyGUI-2.3.1.tar.gz</a> (511034 bytes, 19 Nov 10)<br><a href="PyGUI-2.3.tar.gz">PyGUI-2.3.tar.gz</a> (510782 bytes, 17 Oct 2010)<br><a href="PyGUI-2.2.tar.gz">PyGUI-2.2.tar.gz</a> (509639 bytes, 6 February 2010)<br><a href="PyGUI-2.1.1.tar.gz">PyGUI-2.1.1.tar.gz</a> (430370 bytes, 19 November 2009)<br><a href="PyGUI-2.1.tar.gz">PyGUI-2.1.tar.gz</a><span style="font-style: italic;"> </span>(437056 bytes, 13 November 2009)<br><a href="http://www.cosc.canterbury.ac.nz/greg.ewing/python_gui/PyGUI-1.7.2-1.tar.gz">PyGUI-1.7.2-1.tar.gz</a> (427047 bytes, 11 June 2006)<br>
<h2>1.3</h2>
<blockquote><a href="file:///home/cosc/staff/research/greg/src/pygui/greg/PyGUI-1.3.tar.gz">PyGUI-1.3.tar.gz</a>
(191102 bytes, last updated 14 June 2004)<br>
</blockquote>
<blockquote>This version includes two implementations, one for <b>MacOS
X</b> built on Carbon, and one for <b>X11</b> built on Gtk. Python 2.3
or later is required. The MacOS X version should work on a standard
installation of MacPython. The X11 version requires <a href="http://www.pygtk.org/">PyGtk-2.2.0 or later</a>, plus the Gtk
library itself (<a href="http://www.gtk.org/">Gtk+-2.2 or later</a>).
If you're using Linux, you may already have these. The Gtk version
should also be usable on <b>Windows</b> using a <a href="http://mmmaybe.gimp.org/%7Etml/gimp/win32/">Windows version of
Gtk</a>.<br>
</blockquote>
<h2>1.2</h2>
<blockquote> This version is a complete re-write based on a
SWIG-generated wrapper for parts of Xlib. As such, it comes closer to
the goal of being implemented as directly as possible on top of the
platform GUI facilities. This version is not yet complete (a handful
of classes from 1.1 remain to be converted) and there may be some
differences from the API described in the 1.1 documentation. There is
no documentation for this version yet.
<p>X Windows implementation: </p>
<blockquote> <tt><a href="file:///Macintosh%20HD/Local/Projects/C/PyGUI/pygui_greg.1.2a2.tar.gz">
pygui_greg.1.2a2.tar.gz</a></tt><a href="file:///Macintosh%20HD/Local/Projects/C/PyGUI/pygui_greg.1.2a2.tar.gz"> </a></blockquote>
</blockquote>
<h2>1.1</h2>
<blockquote> This version is implemented on top of the Python
X-extension interface to the Motif library.
<p>Documentation: </p>
</blockquote>
<blockquote>
<blockquote> <tt><a href="file:///Macintosh%20HD/Local/Projects/C/PyGUI/pygui_greg_doc.1.1.tar.gz">
pygui_greg_doc.1.1.tar.gz</a> </tt> <br>
</blockquote>
X Windows implementation:
<blockquote> <tt><a href="file:///Macintosh%20HD/Local/Projects/C/PyGUI/pygui_greg.1.1.tar.gz">pygui_greg.1.1.tar.gz<br>
</a></tt></blockquote>
</blockquote>
<h2>Old FAQs (for versions up to 1.2)</h2>
<blockquote> Q1: <i>Where is the </i><tt>rect</tt><i> module used by </i><tt>blobedit.py</tt><i>
?</i>
<p>A1: In the tarfile, if you have a recent enough version (1.2a2 or
later).</p>
<p>(It used to be a part of stdwin, which is obsolete now and no
longer distributed with Python.)</p>
</blockquote>
<h2>Old News</h2>
<blockquote>25 June 2001
<blockquote>Interim release of Version 1.2 (Xlib-based). Incomplete.</blockquote>
11 Aug 1998
<blockquote> <i><font size="+1">Version 1.1</font></i> </blockquote>
<blockquote> <font size="+1">Documentation Updated</font>
<p>Rewritten the class references to match the current X
implementation and added a <a href="file:///Macintosh%20HD/Local/Projects/C/PyGUI/Doc/Tutorial.html">tutorial.</a>
Made some slight changes to the implementation.</p>
</blockquote>
29 Jul 1998
<blockquote> <i><font size="+1">Version 1.0</font></i> </blockquote>
<blockquote> <font size="+1">X Implementation Available</font>
<p>This is a preliminary implementation for X Windows, based on the
X-extension. It is very rough around the edges and will be replaced
with a better one at some point, probably based directly on Xlib. </p>
<p>For examples of use, see the <tt>test</tt> directory,
particularly <tt>blobedit.py</tt>.</p>
</blockquote>
15 Dec 1997
<blockquote> Link to download this whole proposal: <tt><a href="file:///Macintosh%20HD/Local/Projects/C/PyGUI/gui_proposal.tar.gz">
gui_proposal.tar.gz</a> </tt> </blockquote>
11 Dec 1997
<blockquote> Added an <a href="file:///Macintosh%20HD/Local/Projects/C/PyGUI/Doc/ownership.html">
Overview </a> section containing some introductory material. </blockquote>
<blockquote>
<p>Added some <a href="file:///Macintosh%20HD/Local/Projects/C/PyGUI/Doc/blobedit.py">
example code</a> illustrating the use of the Application, Document,
Window and View classes.<br>
</p>
</blockquote>
<p>2 Dec 2002<br>
</p>
<blockquote> Added rect.py to the tarfile.<br>
</blockquote>
</blockquote>
---<br>
<blockquote><tt> </tt>
<blockquote>
<blockquote> </blockquote>
</blockquote>
</blockquote>
</body></html>