<div class="document" id="recent-changes-for-wxpython">
<h1 class="title">Recent Changes for wxPython</h1>
<div class="section">
-<h1><a id="id1" name="id1">2.8.1.0</a></h1>
+<h1><a id="id1" name="id1">2.8.1.1</a></h1>
+<ul class="simple">
+<li>19-Jan-2007</li>
+</ul>
+<p>wxMSW: Fix lack of spin control update event when control lost focus</p>
+<p>Added a typeId property to the PyEventBinder class that holds the
+eventType ID used for that event. So when you need the eventType
+(such as when sending your own instance of standard events) you can
+use, for example, wx.EVT_BUTTON.typeId instead of
+wx.wxEVT_COMMAND_BUTTON_CLICKED. Note that there are a few composite
+events, such as EVT_MOUSE and EVT_SCROLL, that will actually bind
+multiple event types at once, and in these cases the typeId property
+may not give you what you want. You should use te component events in
+these cases.</p>
+<p>PyCrust now has an option for showing/hiding the notebook.</p>
+<p>wxMSW: Corrected drawing of bitmaps for disabled menu items.</p>
+<p>Enhanced the wx.lib.mixins.inspect module. In addition to showing a
+PyCrust window it is now a widget browser, which provides a tree
+loaded up with all the widgets in the app, optionally with the sizers
+too, and also a panel displaying the properties of the selected
+window. Run the demo and type Ctrl-Alt-I keystroke (or Cmd-Alt-I on
+the Mac) to see how it works. You can add this to your own apps with
+just a few lines of code.</p>
+<p>Added wx.SearchCtrl.[Get|Set]DescriptiveText</p>
+<p>wxMac: Added support for the wx.FRAME_FLOAT_ON_PARENT style.</p>
+<p>wxMac: the popups used for call tips and autocomplete lists in
+StyledTextCtrl (such as in PyShell) are now top-level float-on-parent
+windows so they are no longer clipped by the bounds of the stc window.</p>
+</div>
+<div class="section">
+<h1><a id="id2" name="id2">2.8.1.0</a></h1>
<ul class="simple">
<li>8-Jan-2006</li>
</ul>
<p>Added EVT_TASKBAR_CLICK and use it to show taskbar icon menu on right
button release, not press, under MSW (bug 1623761)</p>
-<p>Added wxTreeCtrl::CollapseAll[Children]() and IsEmpty() methods;
-documented wxTreeItemId (patch 1622125)</p>
-<p>Fix wxMDIChidFrame::GetPosition() (patch 1626610)</p>
-<p>Fix attribute memory leak in wxGrid::ShowCellEditControl() (patch
+<p>Added wx.TreeCtrl.CollapseAll[Children]() and IsEmpty() methods</p>
+<p>Fix wx.MDIChidFrame.GetPosition() (patch 1626610)</p>
+<p>Fix attribute memory leak in wx.grid.Grid::ShowCellEditControl() (patch
1629949)</p>
<p>wxGTK: Fix for controls on a toolbar being the full height of the
toolbar instead of their natural height.</p>
wx.aui.AuiNotebook.</p>
</div>
<div class="section">
-<h1><a id="id2" name="id2">2.8.0.1</a></h1>
+<h1><a id="id3" name="id3">2.8.0.1</a></h1>
<ul class="simple">
<li>11-Dec-2006</li>
</ul>
uses the native renderer to draw the button.</p>
</div>
<div class="section">
-<h1><a id="id3" name="id3">2.7.2.0</a></h1>
+<h1><a id="id4" name="id4">2.7.2.0</a></h1>
<ul class="simple">
<li>7-Nov-2006</li>
</ul>
(assuming the quicktime DLLs are available on the system.)</p>
</div>
<div class="section">
-<h1><a id="id4" name="id4">2.7.1.3</a></h1>
+<h1><a id="id5" name="id5">2.7.1.3</a></h1>
<ul class="simple">
<li>26-Oct-2006</li>
</ul>
the new wx.GraphicsContext and wx.GraphicsPath classes.</p>
</div>
<div class="section">
-<h1><a id="id5" name="id5">2.7.1.2</a></h1>
+<h1><a id="id6" name="id6">2.7.1.2</a></h1>
<ul class="simple">
<li>21-Oct-2006</li>
</ul>
<p>Fixed refcount leak in wx.Window.GetChildren.</p>
</div>
<div class="section">
-<h1><a id="id6" name="id6">2.7.1.1</a></h1>
+<h1><a id="id7" name="id7">2.7.1.1</a></h1>
<ul class="simple">
<li>18-Oct-2006</li>
</ul>
wx.Window.IsDoubleBuffered method.</p>
</div>
<div class="section">
-<h1><a id="id7" name="id7">2.6.3.3</a></h1>
+<h1><a id="id8" name="id8">2.6.3.3</a></h1>
<ul class="simple">
<li>15-July-2006</li>
</ul>
have been resolved.</p>
</div>
<div class="section">
-<h1><a id="id8" name="id8">2.6.3.2</a></h1>
+<h1><a id="id9" name="id9">2.6.3.2</a></h1>
<ul class="simple">
<li>3-April-2006</li>
</ul>
is selected only with the keyboard.</p>
</div>
<div class="section">
-<h1><a id="id9" name="id9">2.6.3.0</a></h1>
+<h1><a id="id10" name="id10">2.6.3.0</a></h1>
<ul class="simple">
<li>27-March-2006</li>
</ul>
<p>Added wx.StandardPaths.GetDocumentsDir() (patch 1214360)</p>
</div>
<div class="section">
-<h1><a id="id10" name="id10">2.6.2.1</a></h1>
+<h1><a id="id11" name="id11">2.6.2.1</a></h1>
<ul class="simple">
<li>10-Jan-2006</li>
</ul>
pair: (...x, y, ...) ---> (...(x,y), ...)</blockquote>
</div>
<div class="section">
-<h1><a id="id11" name="id11">2.6.1.0</a></h1>
+<h1><a id="id12" name="id12">2.6.1.0</a></h1>
<ul class="simple">
<li>4-June-2005</li>
</ul>
change will get written at the next flush.</p>
</div>
<div class="section">
-<h1><a id="id12" name="id12">2.6.0.1</a></h1>
+<h1><a id="id13" name="id13">2.6.0.1</a></h1>
<ul class="simple">
<li>30-May-2005</li>
</ul>
of a wx.TextCtrl.)</p>
</div>
<div class="section">
-<h1><a id="id13" name="id13">2.6.0.0</a></h1>
+<h1><a id="id14" name="id14">2.6.0.0</a></h1>
<ul class="simple">
<li>26-Apr-2005</li>
</ul>
</dl>
</div>
<div class="section">
-<h1><a id="id14" name="id14">2.5.5.1</a></h1>
+<h1><a id="id15" name="id15">2.5.5.1</a></h1>
<ul class="simple">
<li>8-Apr-2005</li>
</ul>
<p>Added the ActiveGrid IDE as a sample application.</p>
</div>
<div class="section">
-<h1><a id="id15" name="id15">2.5.4.1</a></h1>
+<h1><a id="id16" name="id16">2.5.4.1</a></h1>
<ul class="simple">
<li>16-Mar-2005</li>
</ul>
</dl>
</div>
<div class="section">
-<h1><a id="id16" name="id16">2.5.3.1</a></h1>
+<h1><a id="id17" name="id17">2.5.3.1</a></h1>
<ul class="simple">
<li>9-Nov-2004</li>
</ul>
version installs, and comes with an uninstaller script.</p>
</div>
<div class="section">
-<h1><a id="id17" name="id17">2.5.2.8</a></h1>
+<h1><a id="id18" name="id18">2.5.2.8</a></h1>
<ul class="simple">
<li>27-Aug-2004</li>
</ul>
</blockquote>
</div>
<div class="section">
-<h1><a id="id18" name="id18">2.5.2.7</a></h1>
+<h1><a id="id19" name="id19">2.5.2.7</a></h1>
<ul class="simple">
<li>14-Aug-2004</li>
</ul>
<p>Floats are allowed again as function parameters where ints are expected.</p>
</div>
<div class="section">
-<h1><a id="id20" name="id20">2.4.2.4</a></h1>
+<h1><a id="id21" name="id21">2.4.2.4</a></h1>
<ul class="simple">
<li>1-Oct-2003</li>
</ul>
<p>Added Chris Barker's FloatCanvas.</p>
</div>
<div class="section">
-<h1><a id="id21" name="id21">2.4.1.2</a></h1>
+<h1><a id="id22" name="id22">2.4.1.2</a></h1>
<ul class="simple">
<li>19-Jun-2003</li>
</ul>
<p>Added wxCursorFromBits.</p>
</div>
<div class="section">
-<h1><a id="id22" name="id22">2.4.0.7</a></h1>
+<h1><a id="id23" name="id23">2.4.0.7</a></h1>
<ul class="simple">
<li>24-Mar-2003</li>
</ul>
<p>Updated to 0.9b of PyCrust.</p>
</div>
<div class="section">
-<h1><a id="id23" name="id23">2.4.0.4</a></h1>
+<h1><a id="id24" name="id24">2.4.0.4</a></h1>
<ul class="simple">
<li>7-Mar-2003</li>
</ul>
<p>Updated to the 0.9a version of PyCrust</p>
</div>
<div class="section">
-<h1><a id="id24" name="id24">2.4.0.2</a></h1>
+<h1><a id="id25" name="id25">2.4.0.2</a></h1>
<ul class="simple">
<li>23-Jan-2003</li>
</ul>
<p>Added wxPyColourChooser by Michael Gilfix.</p>
</div>
<div class="section">
-<h1><a id="id25" name="id25">2.4.0.1</a></h1>
+<h1><a id="id26" name="id26">2.4.0.1</a></h1>
<ul class="simple">
<li>10-Jan-2003</li>
</ul>
wxPython/lib/dialogs.py for more details.</p>
</div>
<div class="section">
-<h1><a id="id26" name="id26">2.3.4.2</a></h1>
+<h1><a id="id27" name="id27">2.3.4.2</a></h1>
<ul class="simple">
<li>21-Dec-2002</li>
</ul>
<p>Various bug fixes.</p>
</div>
<div class="section">
-<h1><a id="id27" name="id27">2.3.4.1</a></h1>
+<h1><a id="id28" name="id28">2.3.4.1</a></h1>
<ul class="simple">
<li>18-Dec-2002</li>
</ul>
and added a script to launch the doc viewer.</p>
</div>
<div class="section">
-<h1><a id="id28" name="id28">2.3.3.1</a></h1>
+<h1><a id="id29" name="id29">2.3.3.1</a></h1>
<ul class="simple">
<li>19-Sep-2002</li>
</ul>
<p>Added wxTimeCtrl from Will Sadkin.</p>
</div>
<div class="section">
-<h1><a id="id29" name="id29">2.3.2.1</a></h1>
+<h1><a id="id30" name="id30">2.3.2.1</a></h1>
<ul class="simple">
<li>20-Dec-2001</li>
</ul>
<p>Added some patches from library contributors.</p>
</div>
<div class="section">
-<h1><a id="id30" name="id30">2.3.2</a></h1>
+<h1><a id="id31" name="id31">2.3.2</a></h1>
<ul class="simple">
<li>11-Dec-2001</li>
</ul>
details.</p>
</div>
<div class="section">
-<h1><a id="id31" name="id31">2.3.1</a></h1>
+<h1><a id="id32" name="id32">2.3.1</a></h1>
<ul class="simple">
<li>10-Jul-2001</li>
</ul>
<p>Added enhanced wxVTKRenderWindow by Prabhu Ramachandran</p>
</div>
<div class="section">
-<h1><a id="id32" name="id32">2.3.0</a></h1>
+<h1><a id="id33" name="id33">2.3.0</a></h1>
<ul class="simple">
<li>22-May-2001</li>
</ul>
wxPython/samples.</p>
</div>
<div class="section">
-<h1><a id="id33" name="id33">2.2.7</a></h1>
+<h1><a id="id34" name="id34">2.2.7</a></h1>
<ul class="simple">
<li>19-Jun-2001</li>
</ul>
changes and fixes in the wxWindows library.</p>
</div>
<div class="section">
-<h1><a id="id34" name="id34">2.2.5</a></h1>
+<h1><a id="id35" name="id35">2.2.5</a></h1>
<ul class="simple">
<li>30-Jan-2001</li>
</ul>