[Python-announce] wxPython 4.2.0

2022-08-08 Thread Robin Dunn
Announcing wxPython 4.2.0 = PyPI: https://pypi.python.org/pypi/wxPython/4.2.0 Extras: https://extras.wxPython.org/wxPython4/extras/ Pip:``pip install wxPython==4.2.0`` * Yes, it's been a VERY long time since the last release. I'm not dead, just on an extended bre

ANNOUNCE: wxPython 2.5.4.1

2005-03-17 Thread Robin Dunn
askColour methods to wx.Image. Added wx.Rect.IsEmpty wxGTK: - Corrected wx.ListBox selection handling - Corrected default button size handling for different themes - Corrected splitter sash size and look for different themes - Fixed keyboard input for dead-keys -- Robin Dunn Software Craf

ANNOUNCE: wxPython 2.5.5.1

2005-04-11 Thread Robin Dunn
on which returns a copy of the list of top-level windows that currently exist in the application. Updated docview library modules and sample apps from the ActiveGrid folks. Added the ActiveGrid IDE as a sample application. -- Robin Dunn Software Craftsman http://wxPython.org Java give you jitters?

ANN: wxPython 2.6.0.0

2005-04-27 Thread Robin Dunn
text control. wxMac: Corrected refresh bugs in wxGrid. XRCed: Updated to version 0.1.5. * Added wxWizard, wxWizardPageSimple (only from pull-down menu). * Hide command for test window. * Replacing classes works better. * Added Locate tool. -- Robin Dunn Software Craftsman http://wxP

ANN: wxPython 2.6.0.1

2005-05-31 Thread Robin Dunn
lendarCtrl: Patch #1207531, Keeps the CalendarCtrl wide enough even when the weekday names for the locale are shorter than usual. Made GridCellNumberEditor.StartingKey also insert the typed char when there is a range of allowed values (so a wx.SpinCtrl is used instead of a wx.TextCtrl.) -- Robin

ANN: wxPython 2.6.1.0

2005-06-06 Thread Robin Dunn
vice names for Joystick in Linux. wxGTK: Applied patch #1207162 wx.TextCtrl.SetStyle fix for overlapping calls. wx.FileConfig: fixed DeleteEntry to set the dirty flag properly so the change will get written at the next flush. -- Robin Dunn Software Craftsman http://wxPython.org Java give y

ANN: wxPython 2.6.2.1

2006-01-11 Thread Robin Dunn
Announcing -- The 2.6.2.1 release of wxPython is now available for download at http://wxpython.org/download.php. There have been many enhancements and fixes implemented in this version, listed below and at http://wxpython.org/recentchanges.php. What is wxPython? - wxPyt

wxPython in Action

2006-03-24 Thread Robin Dunn
order it at the publisher's website and get a free e-book with the print edition (the e-book is not sold anywhere else). http://www.manning.com/books/rappin -- Robin Dunn Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython! -- http://mail.python.org/mai

ANNOUNCE: wxPython 2.6.3.0

2006-03-29 Thread Robin Dunn
dated to allow wxMenuBar to be created inside a wxFrame. -- Robin Dunn Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython! -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org/psf/donations.html

ANNOUNCE: wxPython 2.6.3.2

2006-04-05 Thread Robin Dunn
already shown. wxMSW: Fixed wx.Choice/wx.ComboBox so they send events when a new item is selected only with the keyboard. -- Robin Dunn Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython! -- http://mail.python.org/mailman/listinfo/python-announce-list

ANN: wxPython 2.6.3.3

2006-07-16 Thread Robin Dunn
for Python 2.5. There may still be some issues related to the new Py_ssize_t type and 64-bit machines, but at least all compile errors and warnings related to it have been resolved. -- Robin Dunn Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython! -- http://

ANN: wxPython 2.7.1.1 released

2006-10-20 Thread Robin Dunn
lso a wx.AutoBufferedPaintDCFactory function that does a little more and actually tests if the window has double-buffering enabled and then decides whether to return a wx.PaintDC or wx.BufferedPaintDC. This uses the new wx.Window.IsDoubleBuffered method. -- Robin Dunn Software Craftsman http://wxPyt

ANN: wxPython 2.7.1.2 release

2006-10-23 Thread Robin Dunn
code in CustomTreeCtrl. Fixed refcount leak in wx.Window.GetChildren. -- Robin Dunn Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython! -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation

ANN: wxPython 2.7.1.3

2006-10-27 Thread Robin Dunn
used for wx.LC_REPORT style list controls if you set the "mac.listctrl.always_use_generic" SystemOption to zero. In a future release this will be the default. Added a sample to the demo that shows some of what can be done with the new wx.GraphicsContext and wx.GraphicsPath classes. --

ANN: wxPython 2.7.2.0

2006-11-08 Thread Robin Dunn
idget. The QuickTime backend for wx.media.MediaCtrl on MS Windows works again. Just pass szBackend=wx.media.MEDIABACKEND_QUICKTIME to the constructor to use it instead of the default ActiveMovie backend, (assuming the quicktime DLLs are available on the system.) -- Robin Dunn Software Craftsman h

ANN: wxPython 2.8.0.1

2006-12-13 Thread Robin Dunn
wx.lib.buttons from David Hughes that uses the native renderer to draw the button. -- Robin Dunn Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython! -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation

[ANN] wxPython 2.8.1.1

2007-01-21 Thread Robin Dunn
memory leaks in GetPartialTextExtents. More fixes for the native wx.ListCtrl on Mac. Added wx.aui.AuiNotebook.GetAuiManager(). Added wx.aui.AuiMDIParentFrame and wx.aui.AuiMDIChildFrame, which essentially implement the MDI interface using a normal wx.Frame and a wx.aui.AuiNotebook. -- Robin

ANN: wxPython 2.8.3.0

2007-03-24 Thread Robin Dunn
, using MiniFrame for properties panel, the panel is restored together with the main window. -- Robin Dunn Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython! -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org/psf/donations.html

ANN: wxPython 2.8.4.0

2007-05-16 Thread Robin Dunn
base control, added in wxPython 2.7.1.1. Update to latest FloatCanvas from Chris Barker. The pywxrc tool now properly supports generating classes for menus and menubars, and also creating attributes for menus, menubars and menu items. -- Robin Dunn Software Craftsman http://wxPython.org Java give

ANNOUNCE: wxPython 2.8.6.0

2007-09-28 Thread Robin Dunn
styles, this style replaces wx.BORDER_DOUBLE. -- Robin Dunn Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython! -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org/psf

ANNOUNCE: wxPython 2.8.6.1

2007-10-28 Thread Robin Dunn
the frozen one in Z-order to paint through, and also mouse events clicking through to the lower window. -- Robin Dunn Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython! -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Pytho

ANN: wxPython 2.8.7.1

2007-12-01 Thread Robin Dunn
ed GetDirItemData to wx.GenericDirCtrl, which returns a reference to the data object associated with an item in the control. (Patch #1836326) -- Robin Dunn Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython! -- http://mail.python.org/mailman/listinfo/

ANN: wxPython 2.8.8.0

2008-06-25 Thread Robin Dunn
el that provides a resize handle for the widget. When the user drags the resize handle the widget is resized accordingly, and an event is sent to notify parents that they should recalculate their layout. -- Robin Dunn Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPytho

ANNOUNCE: wxPython 2.8.8.1

2008-07-21 Thread Robin Dunn
caused unneccessary or incorrect scrolling. Fixed a bug in wx.GridBagSizer where hidden items were not ignored in part of the layout algorithm. Several other bugs also fixed. Added builds for Ubuntu Hardy (8.04) -- Robin Dunn Software Craftsman http://wxPython.org Java give you jitters? Relax with

ANN: wxPython 2.8.9.0

2008-09-28 Thread Robin Dunn
g the same underlying code as CopyFromBuffer. Add wx.lib.mixins.listctrl.ListRowHighlighter for automatic highlighting of rows in a wx.ListCtrl. -- Robin Dunn Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython! -- http://mail.python.org/mailman/listinfo/python-ann

ANN: wxPython 2.8.9.1

2008-09-29 Thread Robin Dunn
the application. -- Robin Dunn Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython! -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org/psf/donations.html

wxPython binaries for Python 2.6

2008-10-08 Thread Robin Dunn
application. -- Robin Dunn Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython! -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org/psf/donations.html

ANN: wxPython 2.8.9.2 release

2009-02-21 Thread Robin Dunn
dget Inspection Tool that allows you to watch the events passing through a widget. It can also be used independently, see wx.lib.eventwatcher. -- Robin Dunn Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython! -- http://mail.python.org/mailman/listinfo/pytho

ANN: wxPython 2.8.10.1

2009-05-17 Thread Robin Dunn
. The new wx.lib.wxcairo is known to now work with PyCairo 1.6.4 and 1.8.4, and new binaries for Windows are available online at http://wxpython.org/cairo/ -- Robin Dunn Software Craftsman http://wxPython.org -- http://mail.python.org/mailman/listinfo/python-announce-list Support the P

wxPython 2.8.11.0 release

2010-05-25 Thread Robin Dunn
b site for more details. The wx.Effects class is deprecated. Added Python 2.7 builds for Windows and Mac. Added Debian package builds for Ubuntu 9.10 and 10.4. Many fixes and enhancements for the wx.lib.agw pacakge, including the addition of pybusyinfo, ribbon, ultimatelistctrl and zoombar.

ANN: wxPython 2.9.1.1

2010-10-22 Thread Robin Dunn
widgets are used on each platform to provide a 100% native look and feel for the application. -- Robin Dunn Software Craftsman http://wxPython.org -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org/psf

ANNOUNCE: wxPython 2.8.12.0

2011-04-20 Thread Robin Dunn
each platform to provide a 100% native look and feel for the application. -- Robin Dunn Software Craftsman http://wxPython.org -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org/psf/donations/

[ANN] wxPython 2.8.12.1 and wxPython 2.9.2.1

2011-07-25 Thread Robin Dunn
+. In most cases the native widgets are used on each platform to provide a 100% native look and feel for the application. -- Robin Dunn Software Craftsman http://wxPython.org -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http

ANNOUNCE: wxPython 2.9.2.2

2011-09-07 Thread Robin Dunn
icons, and customized button labels, (although they will still use the stock IDs). There is also a MultiMessageBox Function that is like the wx.MessageBox function. -- Robin Dunn Software Craftsman http://wxPython.org -- http://mail.python.org/mailman/listinfo/python-announce-list Suppor

ANNOUNCE: wxPython 2.9.3.0 (classic)

2011-12-29 Thread Robin Dunn
s a wx.webview module for wxPython. The wx.lib.pubsub package has been updated to the latest verison and several examples have been added to the samples folder. -- Robin Dunn Software Craftsman http://wxPython.org -- http://mail.python.org/mailman/listinfo/python-announce-list Support the P

ANNOUNCE: wxPython (classic) 2.9.3.1

2012-01-01 Thread Robin Dunn
wx.GenericDatePickerCtrl class. Applied some patches from Werner Bruhin for the sized controls classes and demo, and which also adds the SizedScrolledPanel class. Fixed several other minor bugs discovered in the last release. -- Robin Dunn Software Craftsman http://wxPython.org -- http://mail.python.org

ANN: wxPython 2.9.4.0 (classic)

2012-07-24 Thread Robin Dunn
ata dir to the installers. Add wx.EnhMetaFile and wx.EnhMetaFileDC for MSW. This DC type is what is used by the print framework in the print preview window, so it needed to be wrapped so self.GetDC() would work properly. -- Robin Dunn Software Craftsman http://wxPython.org -- http://mail.py

ANN: wxPython 2.9.4.1 patch

2012-07-26 Thread Robin Dunn
available. It adds the installation of the missing header file, removes the use of another missing header which is no longer required, and updates the version number. http://sourceforge.net/projects/wxpython/files/wxPython/2.9.4.0/wxPython-src-2.9.4.1.patch/download -- Robin Dunn Software

ANN: wxPython 2.9.5.0

2013-09-03 Thread Robin Dunn
indicating how far in to the string that the parser parsed, or -1 on error. Updated wx.lib.pdfviewer with patches from David Hughes. -- Robin Dunn Software Craftsman http://wxPython.org -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation

ANNOUNCE: wxPython 3.0.0.0

2014-01-03 Thread Robin Dunn
provide a 100% native look and feel for the application. -- Robin Dunn Software Craftsman http://wxPython.org -- https://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org/psf/donations/

ANN: wxPython 3.0.1.0 release

2014-09-06 Thread Robin Dunn
OS X 10.4+. In most cases the native widgets are used on each platform to provide a 100% native look and feel for the application. -- Robin Dunn Software Craftsman http://wxPython.org -- https://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation

ANN: wxPython 3.0.1.1

2014-09-10 Thread Robin Dunn
platform to provide a 100% native look and feel for the application. -- Robin Dunn Software Craftsman http://wxPython.org -- https://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org/psf/donations/

ANNOUNCE: wxPython 3.0.2.0

2014-11-28 Thread Robin Dunn
Mac OS X 10.6+. In most cases the native widgets are used on each platform to provide a 100% native look and feel for the application, with some generic widgets filling the gaps where needed. -- Robin Dunn Software Craftsman http://wxPython.org -- https://mail.python.org/mailman/listinfo/python

wxPython 4.0.0a1

2017-04-18 Thread Robin Dunn
nt available at: https://wxpython.org/Phoenix/docs/html/MigrationGuide.html The new wxPython API reference documentation, including all Python-specific additions and customizations, and docs for the wx.lib package, is located at: https://wxpython.org/Phoenix/docs/html/main.html -- Robin Dunn Software Cr

wxPython 4.0.0a2

2017-05-09 Thread Robin Dunn
additions and customizations, and docs for the wx.lib package, is located at: https://wxpython.org/Phoenix/docs/html/main.html -- Robin Dunn Software Craftsman http://wxPython.org -- https://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation:

wxPython 4.0.0a3

2017-06-05 Thread Robin Dunn
tion there is a Migration Guide document available at: https://docs.wxpython.org/MigrationGuide.html The new wxPython API reference documentation, including all Python-specific additions and customizations, and docs for the wx.lib package, is located at: https://docs.wxpython.org/ -- Robin Dun

wxPython 4.0.0b1

2017-07-26 Thread Robin Dunn
e document available at: https://docs.wxpython.org/MigrationGuide.html The new wxPython API reference documentation, including all Python-specific additions and customizations, and docs for the wx.lib package, is located at: https://docs.wxpython.org/ Happy Hacking! -- Robin Dunn Software Craf

wxPython 4.0.0b2 release

2017-09-20 Thread Robin Dunn
ument available at: https://docs.wxpython.org/MigrationGuide.html The new wxPython API reference documentation, including all Python-specific additions and customizations, and docs for the wx.lib package, is located at: https://docs.wxpython.org/ -- Robin Dunn Software Craftsman http

wxPython 4.0.0 final

2018-01-31 Thread Robin Dunn
ormation there is a Migration Guide document available at: https://docs.wxpython.org/MigrationGuide.html The new wxPython API reference documentation, including all Python-specific additions and customizations, and docs for the wx.lib package, is located at: https://docs.wxpython.org/ -- Robin Dunn Software C

wxPython 4.0.1

2018-02-02 Thread Robin Dunn
, and docs for the wx.lib package, is located at: https://docs.wxpython.org/ -- Robin Dunn Software Craftsman http://wxPython.org -- https://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org/psf/donations/

wxPython 4.0.2

2018-06-18 Thread Robin Dunn
izations, and docs for the wx.lib package, is located at: https://docs.wxpython.org/ -- Robin Dunn Software Craftsman http://wxPython.org -- https://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org/psf/donations/

wxPython 4.0.3

2018-06-27 Thread Robin Dunn
at: https://docs.wxpython.org/ -- Robin Dunn Software Craftsman http://wxPython.org -- https://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org/psf/donations/

wxPython 4.0.4

2019-01-07 Thread Robin Dunn
c additions and customizations, and docs for the wx.lib package, is located at: https://docs.wxpython.org/ -- Robin Dunn Software Craftsman http://wxPython.org -- https://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org/psf/donations/

ANNOUNCE: wxPython 4.0.5

2019-05-24 Thread Robin Dunn
access in the wx.py and wx.tools.pywxrc packages to be Python 2 and 3 compatible. (#1193, #1156) * Fixes for building with Python 3.8 on Linux. (#1227) Have fun! -- Robin Dunn Software Craftsman http://wxPython.org -- https://mail.python.org/mailman/listinfo/python-announce-list Support

ANNOUNCE wxPython 4.0.6

2019-05-24 Thread Robin Dunn
python.org/ -- Robin Dunn Software Craftsman http://wxPython.org -- https://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org/psf/donations/

wxPython 4.0.7 released

2019-10-25 Thread Robin Dunn
Announcing wxPython 4.0.7 = PyPI: https://pypi.org/project/wxPython/4.0.7 Extras: https://extras.wxPython.org/wxPython4/extras/ Pip:``pip install wxPython==4.0.7`` This release is comprised mostly of fixes and minor features which have been back-ported from the mast

ANNOUNCE: wxPython 4.1.0

2020-04-24 Thread Robin Dunn
Announcing wxPython 4.1.0 = PyPI: https://pypi.org/project/wxPython/4.1.0 Extras: https://extras.wxPython.org/wxPython4/extras/ Pip:``pip install wxPython==4.1.0`` Starting with this release wxPython has switched to tracking the wxWidgets master branch (version 3.1.

ANN: wxPython 4.1.1

2020-11-25 Thread Robin Dunn
Announcing wxPython 4.1.1 = PyPI: https://pypi.org/project/wxPython/4.1.1 Extras: https://extras.wxPython.org/wxPython4/extras/ Pip:``pip install wxPython==4.1.1`` New and improved in this release: * This should have been mentioned in the notes for the last release