X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a8e120ce460ced656e90b2b61b6b3a36c92f077d..db679b8c836e69c111cdc31e62cf92cebe4f938f:/wxPython/docs/CHANGES.html diff --git a/wxPython/docs/CHANGES.html b/wxPython/docs/CHANGES.html index 4261d016c2..043c8eda83 100644 --- a/wxPython/docs/CHANGES.html +++ b/wxPython/docs/CHANGES.html @@ -3,7 +3,7 @@ - + Recent Changes for wxPython @@ -11,7 +11,28 @@

Recent Changes for wxPython

-

2.6.0.0

+

2.6.0.1

+

Added wx.BrushFromBitmap to create a stippled brush in a single step. +Also added missing brysh style flags: wx.STIPPLE_MASK +wx.STIPPLE_MASK_OPAQUE.

+

wxMSW: Fix for controls when the system text fg colour is not black.

+

wxGTK: Patch #1171754, It is now possible to have a menu item that +both has an icon and is a submenu.

+

wxMSW: Patch #1197009, better refreshes when windows are moved and +resized.

+

wxMSW: Patch #1197468. Keeps track of pending size/position changes +in case there is more than one adjustment for a window in a single +DeferWindowPos set, then the pending values can be used for defaults +instead of current values.

+

Fixed the typemap that converts a Python list of strings to a +wxArrayString so it uses the wxPy default encoding.

+

Several docstrings added and updated. Lots more to go.

+
+
+

2.6.0.0

+

wxMSW: Fixed wx.TransientPopupWindow (and therefore wx.TipWindow) to auto-dismiss when the mouse is clicked outside of the popup like it is supposed to.

@@ -32,7 +53,7 @@ able to do in a unicode build, and in an ansi build it will depend on the content of the utf-8 used being compatible with the current encoding, (you'll get an exception otherwise.)

- +
@@ -74,7 +95,7 @@ a particular style.

wxMac: Fixed wx.ComboBox to forward the EVT_CHAR, EVT_KEY_DOWN, EVT_KEY_UP and EVT_TEXT events from its embedded text control.

wxMac: Corrected refresh bugs in wxGrid.

-
+
XRCed: Updated to version 0.1.5.
  • Added wxWizard, wxWizardPageSimple (only from pull-down menu).
  • @@ -85,8 +106,11 @@ EVT_KEY_UP and EVT_TEXT events from its embedded text control.

-
-

2.5.5.1

+
+

2.5.5.1

+
    +
  • 8-Apr-2005
  • +

wxMSW: Fixed bug #1022383, 'several ComboBoxes appear selected'

wx.grid.Grid: Fixed bug #1163384. Moved the code that handles activating the cell editors to a EVT_CHAR event handler. This is done @@ -109,7 +133,7 @@ end of dragging and not after each CHANGING event (modified patch #1076226)

wx.glcanvas.GLCanvas: applied patch fixing problems with X server crash when using nVidia cards (patch 1155132)

-
+
wx.lib.mixins.listctrl: Patches from Toni Brkic:
  • Bugfix for TextEditMixin when the view can't be scrolled
  • @@ -151,8 +175,11 @@ list of top-level windows that currently exist in the application.

    folks.

    Added the ActiveGrid IDE as a sample application.

-
-

2.5.4.1

+
+

2.5.4.1

+
    +
  • 16-Mar-2005
  • +

wx.Sizer Add, Insert, and Prepend functions now return a reference to the wx.SizerItem that was added to the sizer, and the wx.SizerItem has a GetRect accessor to give the position of the item on the parent window.

@@ -162,7 +189,7 @@ wx.Window, wx.Sizer or position index.

consecutive (there may be intervening controls). Without this fix, an out-of-sync assert is generated when clicking on a radio button and then calling GetValue().

-
+
Some XRC changes:
  • Added 'icon' property to wxFrame and wxDialog
  • @@ -303,7 +330,7 @@ and max ends of the slider.

    Several patches applied, such as #1111174, #1110252 and others, that make the generic wx.TreeCtrl (used on wxGTK and wxMac) be more conistent with the wxMSW native wx.TreeCtrl.

    -
    +
    XRCed:
    • Edit->Locate command (Ctrl-L) for quick selection of items. @@ -371,7 +398,7 @@ event.

      Added Resize, SetRGBRect, Size, and GetOrFindMaskColour methods to wx.Image.

      Added wx.Rect.IsEmpty

      -
      +
      wxGTK:
      • Corrected wx.ListBox selection handling
      • @@ -382,8 +409,11 @@ wx.Image.

-
-

2.5.3.1

+
+

2.5.3.1

+
    +
  • 9-Nov-2004
  • +

wxMac focus and border refreshes corrected.

Updated internal PNG library.

wxMac fix for metal appearance on wx.ToolBar.

@@ -485,7 +515,7 @@ holding down the mouse button.

wxGTK: Enable key based navigation through notebook tabs as in the native control with Left and right keys. Support for vetoing.

FloatCanvas updates from Chris Barker

-
+
PyPlot updates from Gordon Williams:
  • Added bar graph demo
  • @@ -519,7 +549,7 @@ reflect package's public contents.

    Restructured the installer packages slightly to help facilitate having multiple versions of wxPython installed at the same time. See the Migrarion Guide for more information.

    -
    +
    Applied patch from Pim Van Heuven that modifies 4 files:
    • wxPython/demo/ListCtrl_edit.py (new demo)
    • @@ -536,8 +566,11 @@ it.

      wxPython on OSX can now be built in Unicode mode, can support multiple version installs, and comes with an uninstaller script.

-
-

2.5.2.8

+
+

2.5.2.8

+
    +
  • 27-Aug-2004
  • +

Predominantly a bug-fix release.

    @@ -565,8 +598,11 @@ wxCheckListBox.
-
-

2.5.2.7

+
+

2.5.2.7

+
    +
  • 14-Aug-2004
  • +

wx.ADJUST_MINSIZE is now the default behaviour for window items in sizers. This means that the item's GetMinSize and/or GetBestSize will be called when calculating layout and the return value from that will @@ -661,8 +697,11 @@ in the PyShell:

wxGTK: Applied wxNO_BORDER patch (#1098374) for text control and combo box.

-
-

2.5.1.5

+
+

2.5.1.5 (the 'this is not a joke' release)

+
    +
  • 2-Apr-2004
  • +

(See also the MigrationGuide file for details about some of the big changes that have happened in this release and how you should adapt your code.)

@@ -688,7 +727,7 @@ Python Global Interpreter Lock to try and prevent deadlocks that can happen when there are nested attempts to aquire the GIL.

The RPMs will now install menu items on Mandrake Linux in Applications/Development/Tools for PyCrust, XRCed, etc. The RPMs are -also installing icons and *.desktop items in the generic KDE and +also installing icons and *.desktop items in the generic KDE and GNOME locations, but I don't know yet if they are resulting in menu items on non-Mandrake systems. (It didn't automatically do it on my RH-9 build box but I didn't chase it very far...) If you have ideas @@ -745,6 +784,9 @@ MigrationGuide for more details on using the new module.

2.4.2.4

+
    +
  • 1-Oct-2003
  • +

Use wxSTC in the demo for displaying the soucre code of the samples.

Lots of bug fixes and such from the wxWindows folks.

Added wxPython.lib.newevent from Miki Tebeka. Its usage is @@ -755,10 +797,13 @@ demonstrated in the Threads sample in the demo.

2.4.1.2

+
    +
  • 19-Jun-2003
  • +

Added wxScrolledPanel from Will Sadkin

Added SetShape method to top level windows (e.g. wxFrame.)

Changed wxSWIG to not generate Python code using apply, (since it will -be deprecated in the future) wxSWIG will use spam(*args, **kw) syntax +be deprecated in the future) wxSWIG will use spam(*args, **kw) syntax instead. Also changed the generated __repr__ methods to be a bit more informative.

Made the version number information more robust and uh, informative. @@ -766,7 +811,7 @@ Also added asserts to check that the major.minor versions of wxPython and wxWindows match.

Added the new wx "renamer" package that will dynamically import from the wxPython package and rename wxFooBar --> FooBar. That means that -people can do imports without "import *" and can use names like +people can do imports without "import *" and can use names like wx.Frame instead of wx.wxFrame. This is phase 1 of a full transition to the new namespace.

Updated Scintilla to 1.52. I also changed it to use wxListCtrl @@ -807,6 +852,9 @@ and Spacers can be specified with a wxSize (or 2-tuple) parameter

2.4.0.7

+
    +
  • 24-Mar-2003
  • +

Gave up on generating a warning upon the use of the old true/false or TRUE/FALSE values.

Fixed wxGenericTreeCtrl (used on wxGTK and wxMac for wxTreeCtrl) so @@ -826,18 +874,27 @@ details.

2.4.0.6 (a.k.a. the I'm so stupid release)

+
    +
  • 11-Mar-2003
  • +

The new deprecation class for the old true/false symbols can now be returned from OnInit. And I promise to be sure I am testing what I think I am testing in the future...

2.4.0.5 (a.k.a. the blame it on Kevin release)

+
    +
  • 7-Mar-2003
  • +

A few little but annoying bug fixes.

Updated pycolourchooser.

Updated to 0.9b of PyCrust.

2.4.0.4

+
    +
  • 7-Mar-2003
  • +

Added missing wxRect methods

Add OOR support for wxApp objects too.

Added wxCursorFromImage, which works on wxMSW and wxGTK so far.

@@ -871,7 +928,7 @@ present.

Added some static wxApp functions that help with integration with the Mac UI. They are no-ops on other platforms so it doesn't hurt to always call them. The functions are:

-
+
 wxApp_GetMacDefaultEncodingIsPC
 wxApp_GetMacSupportPCMenuShortcuts
 wxApp_GetMacAboutMenuItemId
@@ -883,7 +940,8 @@ wxApp_SetMacSupportPCMenuShortcuts
 wxApp_SetMacAboutMenuItemId
 wxApp_SetMacPreferencesMenuItemId
 wxApp_SetMacExitMenuItemId
-wxApp_SetMacHelpMenuTitleName
+wxApp_SetMacHelpMenuTitleName +

Refactored, enhanced and added capabilities for the DrawXXXList functions, inspired by code from Chris Barker.

The wxWindows .mo language catalog files are now installed in a @@ -895,12 +953,18 @@ doesn't have a standard place for them.

2.4.0.2

+
    +
  • 23-Jan-2003
  • +

Several bug fixes.

Added wxIntCtrl from Will Sadkin.

Added wxPyColourChooser by Michael Gilfix.

2.4.0.1

+
    +
  • 10-Jan-2003
  • +

No major new features since 2.3.4.2, mostly bug fixes and minor enhancements.

Added function wrappers for the common dialogs from Kevin Altis. See @@ -908,10 +972,16 @@ wxPython/lib/dialogs.py for more details.

2.3.4.2

+
    +
  • 21-Dec-2002
  • +

Various bug fixes.

2.3.4.1

+
    +
  • 18-Dec-2002
  • +

Updated XRCed and wxTimeCtrl contribs.

Show a couple new wxGrid features in the demo.

Several bug fixes in wxWindows.

@@ -967,6 +1037,9 @@ and added a script to launch the doc viewer.

2.3.3.1

+
    +
  • 19-Sep-2002
  • +

Added wxSplashScreen.

Added wxGenericDirCtrl.

Added wxMultiChoiceDialog.

@@ -989,7 +1062,7 @@ wxFlexGridSizer.

Added wxBufferedDC.

Upgraded wxSTC from Scintilla 1.40 to Scintilla 1.45, and then again to version 1.47, and one more time to 1.48! <wink>

-
+
UNICODE!

wxWindows/wxPython can be compiled with unicode support enabled or disabled. Previous to wxPython 2.3.3 non-unicode mode was always @@ -1110,6 +1183,9 @@ example.

2.3.2.1

+
    +
  • 20-Dec-2001
  • +

Changed (again) how the Python global interpreter lock is handled as well as the Python thread state. This time it works on SMP machines without barfing and is also still compatible with Python debuggers.

@@ -1117,6 +1193,9 @@ without barfing and is also still compatible with Python debuggers.

2.3.2

+
    +
  • 11-Dec-2001
  • +

Added EVT_HELP, EVT_HELP_RANGE, EVT_DETAILED_HELP, EVT_DETAILED_HELP_RANGE, EVT_CONTEXT_MENU, wxHelpEvent, wxContextMenuEvent, wxContextHelp, wxContextHelpButton, wxTipWindow, @@ -1200,6 +1279,9 @@ details.

2.3.1

+
    +
  • 10-Jul-2001
  • +

Added EVT_GRID_EDITOR_CREATED and wxGridEditorCreatedEvent so the user code can get access to the edit control when it is created, (to push on a custom event handler for example.)

@@ -1214,6 +1296,9 @@ subclass wxXmlResourceHandler, etc...

2.3.0

+
    +
  • 22-May-2001
  • +

Removed initial startup dependency on the OpenGL DLLs so only the glcanvasc.pyd depends on them, (on wxMSW.)

Changed wxFont, wxPen, wxBrush to not implicitly use the @@ -1254,7 +1339,7 @@ the distutils that comes with Python 2.1.

Switched to InnoSetup for MSW distributions.

Added wxToggleButton.

Fixed bug that prevented wxTreeCtrl.OnCompareItems from being called.

-
+
Added some methods to wxGrid:
GetCellHighlightPenWidth GetCellHighlightROPenWidth @@ -1268,7 +1353,7 @@ GetGridCornerLabelWindow

Added wxGetClientDisplayRect which on wxMSW returns a wxRect representing the area on screen not occupied by the taskbar and such. On other platforms it is equivallent to wxGetDisplaySize.

-
+
OOR:

Implemented the first phase of OOR (Original Object Return). See the text in the demo for more details of what this means, but in a @@ -1310,12 +1395,18 @@ by having smaller functional apps to play with. They can be found in wxPython/samples.

-

2.2.6

+

2.2.7

+
    +
  • 19-Jun-2001
  • +

No changes happened in the Python wrappers for this release, only changes and fixes in the wxWindows library.

2.2.5

+
    +
  • 30-Jan-2001
  • +

New typemaps for wxString when compiling for Python 2.0 and beyond that allow Unicode objects to be passed as well as String objects. If a Unicode object is passed PyString_AsStringAndSize is used to convert @@ -1357,6 +1448,9 @@ XML-RPC server.

New in 2.2.2

+
    +
  • 26-Oct-2000
  • +

Significantly changed how the wxStyledtextCtrl code that wraps Scintilla is implemented. Most of it is now automatically generated from an interface definition file provided by Scintilla. This means @@ -1394,17 +1488,26 @@ wxMSW, but at least it's a bit more usable now.

New in 2.2.1

+
    +
  • 22-Aug-2000
  • +

Various tweaks, fixes, missing methods, etc.

Added example use of wxTaskBarIcon to the demo.

New in 2.2.0

+
    +
  • 17-Jul-2000
  • +

Added wxLog and friends.

Added wxFrame.ShowFullScreen for MSW.

Added PyShellWindow to the wxPython.lib package.

New in 2.1.16

+
    +
  • 12-Jun-2000
  • +

Added an attribute named labelDelta to the generic buttons that specifies how far to offset the label when the button is in the depressed state.

@@ -1438,6 +1541,9 @@ OnScroll

New in 2.1.15

+
    +
  • 25-Apr-2000
  • +

Fixed wxTreeCtrl.HitTest to return both the tree item as well as the flags that clairify where the click was in relation to the item.

Fixed thread state problem in wxTreeCtrl.GetBoundingBox and @@ -1479,6 +1585,9 @@ provider smiles convincingly and removes his flame-proof suit.)

What's new in 2.1.13

+
    +
  • 3-Feb-2000
  • +

Skipped a version number to match what has been released for wxGTK.

Updated wxMVCTree and added a demo for it, also fixed layout on GTK and some flicker problems.

@@ -1510,7 +1619,7 @@ but shouldn't impact anybody too much. I took the opportunity to add support for setting user data on each toolbar tool. The new AddTool methods look like this:

-
+
def AddTool(ID,
bitmap, pushedBitmap = wxNullBitmap, @@ -1542,6 +1651,9 @@ style flag instead of trying to float it ourselves.)

What's new in 2.1.11

+
    +
  • 13-Nov-1999
  • +

Skipped a few version numbers so wxMSW, wxGTK and wxPython are all syncronized.

wxImage.SetData now makes a copy of the image data before giving it to @@ -1577,12 +1689,18 @@ wxGTK...

What's new in 2.1.5

+
    +
  • 12-Oct-1999
  • +

This is a quick bug-fix release to take care of a few nasties that crept in at the last minute before 2.1.4 was called done. No new major features.

What's new in 2.1.4

+
    +
  • 7-Oct-1999
  • +

This release is NOT syncronized with a snapshot release of wxGTK or wxMSW. For MSW this isn't much of a problem since you can get the binaries from the web site. For other platforms you'll have to build @@ -1604,9 +1722,10 @@ default sort order.

Added typemaps for wxSize, wxPoint, wxRealPoint, and wxRect that allow either the actual objects or Python sequence values to be used. For example, the following are equivallent:

-
+
 win = wxWindow(parent, size = wxSize(100, 100))
-win = wxWindow(parent, size = (100, 100))
+win = wxWindow(parent, size = (100, 100)) +

Super-charged the wxHtml module. You can now create your own tag handlers and also have access to the parser and cell classes. There is a tag handler in the library at wxPython.lib.wxpTag that @@ -1668,19 +1787,15 @@ object's constructor that is a filename. If you want to use your own class instead of wxPyOnDemandOutputWindow you can either implement RedirectStdio() in you app class or change the value of wxApp.outputWindowClass like this:

-
-
-
class MyApp(wxApp):
-

outputWindowClass = MyClass

-
-
def OnInit(self):
-
frame = MyFrame() -self.SetTopWindow(frame) -return true
-
-
-
-
+
+class MyApp(wxApp):
+    outputWindowClass = MyClass
+
+    def OnInit(self):
+        frame = MyFrame()
+        self.SetTopWindow(frame)
+        return true
+

Please see the implementation of wxPyOnDemandOutputWindow and wxApp in wx.py for more details. A few words of caution: if you are running your app in a debugger, changing sys.stdout and sys.stderr is likely @@ -1698,6 +1813,9 @@ problems...)

What's new in 2.1b3

+
    +
  • 1-Sep-1999
  • +

This release is syncronized with release 2.1 snapshot 9 of wxWindows.

Switched to using SWIG from CVS (see http://swig.cs.uchicago.edu/cvs.html) for some of the new features and such. Also they have encorporated my @@ -1731,6 +1849,9 @@ interface using wxPoints and a wxSize.

What's new in 2.1b2

+
    +
  • 6-Aug-1999
  • +

Added the missing wxWindow.GetUpdateRegion() method.

Made a new change in SWIG (update your patches everybody) that provides a fix for global shadow objects that get an exception in @@ -1757,7 +1878,7 @@ matches MSW's.

wxSystemSettings_GetSystemColour.

Removed wxPyMenu since using menu callbacks have been deprecated in wxWindows. Use wxMenu and events instead.

-
+
Added alternate wxBitmap constructor (for MSW only) as
wxBitmapFromData(data, type, width, height, depth = 1)
@@ -1775,6 +1896,9 @@ in wx.cpp.

What's new in 2.1b1

+
    +
  • 28-Jun-1999
  • +

Fixed wxComboBox.SetSelection so that it actually sets the selected item. (Actually just removed it from wxPython and let it default to wxChoice.SetSelection which was already doing the right thing.)

@@ -1794,6 +1918,9 @@ not even in the wxWindows C++ library yet!

What's new in 2.0b9

+
    +
  • 1-May-1999
  • +

Bug fix for ListCtrl in test4.py (Was a missing file... DSM!)

Bug fix for occassional GPF on Win32 systems upon termination of a wxPython application.

@@ -1816,22 +1943,34 @@ methods.

What's new in 2.0b8

+
    +
  • 28-Mar-1999
  • +

Support for using Python threads in wxPython apps.

Several missing methods from various classes.

Various bug fixes.

What's new in 2.0b7

+
    +
  • 15-Mar-1999
  • +

Added DLG_PNT and DLG_SZE convienience methods to wxWindow class.

Added missing constructor and other methods for wxMenuItem.

What's new in 2.0b6

+
    +
  • 4-Mar-1999
  • +

Just a quickie update to fix the self-installer to be compatible with Python 1.5.2b2's Registry settings.

What's new in 2.0b5

+
    +
  • 25-Feb-1999
  • +

Well obviously the numbering scheme has changed. I did this to reflect the fact that this truly is the second major revision of wxPython, (well the third actually if you count the one I did for @@ -1851,14 +1990,17 @@ wxRegConfig class.

What's new in 0.5.3

+
    +
  • 30-Jan-1999
  • +

Added wxSashWindow, wxSashEvent, wxLayoutAlgorithm, etc.

Various cleanup, tweaks, minor additions, etc. to maintain compatibility with the current wxWindows.

What's new in 0.5.0

-

Changed the import semantics from "from wxPython import *" to -"from wxPython.wx import *" This is for people who are worried about +

Changed the import semantics from "from wxPython import *" to +"from wxPython.wx import *" This is for people who are worried about namespace pollution, they can use "from wxPython import wx" and then prefix all the wxPython identifiers with "wx."

Added wxTaskbarIcon for wxMSW.

@@ -1871,17 +2013,23 @@ objects to references to reflect changes in the wxWindows API.

What's new in 0.4.2

+
    +
  • 21-Oct-1998
  • +

wxPython on wxGTK works!!! Both dynamic and static on Linux and -static on Solaris have been tested. Many thanks go to Harm -<H.v.d.Heijden@phys.tue.nl> for his astute detective work on tracking -down a nasty DECREF bug. Okay so I have to confess that it was just a -DSM (Dumb Stupid Mistake) on my part but it was nasty none the less -because the behavior was so different on different platforms.

+static on Solaris have been tested. Many thanks go to Harm van der +Heijden for his astute detective work on tracking down a nasty DECREF +bug. Okay so I have to confess that it was just a DSM (Dumb Stupid +Mistake) on my part but it was nasty none the less because the +behavior was so different on different platforms.

The dynamicly loaded module on Solaris is still segfaulting, so it must have been a different issue all along...

What's New in 0.4

+
    +
  • 2-Oct-1998
  • +

1. Worked on wxGTK compatibility. It is partially working. On a Solaris/Sparc box wxPython is working but only when it is statically linked with the Python interpreter. When built as a dyamically loaded @@ -1893,6 +2041,14 @@ version segfault shortly after starting up.

  • Varioius bug fixes, enhancements, etc.
  • +
    +

    wxPython 0.3

    +
      +
    • 9-Aug-1998
    • +
    +

    The first "modern" version of wxPython. See +http://wiki.wxpython.org/index.cgi/WxPythonHistory

    +