]> git.saurik.com Git - wxWidgets.git/blame - wxPython/CHANGES.txt
removed corrected detection of wchar_t under Mac OS X (added in revision 1.355)
[wxWidgets.git] / wxPython / CHANGES.txt
CommitLineData
6d75ea8f
RD
1CHANGES.txt for wxPython
2
3----------------------------------------------------------------------
4
0122b7e3 52.3.2 (pre)
4f3449b4
RD
6-----
7Added EVT_HELP, EVT_HELP_RANGE, EVT_DETAILED_HELP,
8EVT_DETAILED_HELP_RANGE, EVT_CONTEXT_MENU, wxHelpEvent,
9wxContextMenuEvent, wxContextHelp, wxContextHelpButton, wxTipWindow,
10and a demo to show them in action.
11
fea018f8
RD
12Deprecated PyShell and PyShellWindow, added a snapshot of PyCrust (see
13http://sourceforge.net/projects/pycrust/. )
4f3449b4 14
c7e7022c 15Added the new virtual list capabilities to wxListCtrl.
4f3449b4 16
00b6c4e3 17Added a wxSTC style editor from Riaan Booysen to the sample apps.
4f3449b4 18
09f3d4e6
RD
19Added XRCed to the wxPython Tools directory, contributed by Roman
20Rolinsky.
21
22Added a new "constructor" to most of the window classes that calls the
6d19860f 23default C++ contructor, (the one with no parameters) and also added the
09f3d4e6
RD
24coresponding Create(...) method. This allows you to do a 2-step
25creation of windows which is sometimes required for doing things such
26as setting extended style flags before the window is created, or for
27passing the object to the XRC resource system to be created from the
28resource. The name of the new "constructor" is the original name of
29the class with a "Pre" in it. For example, wxPreWindow, wxPreFrame,
30etc.
31
fe0aca37 32Updated to version 1.40 of Scintilla and updated wxStyledTextCtrl
a6978454
RD
33accordingly. While doing this update I dropped the wxLB_SORT style
34from the wxListBox created for the AutoComplete functionality. This
35means that you will have to sort the keyword lists yourself, but you
36are free to do case sensitive or case insensitive sorts and set the
37wxSTC flag accordingly.
4f3449b4 38
6d19860f
RD
39Updated wxColumnSorterMixin to also be able to place sort icons on the
40column headers, and updated the wxListCtrl demo to show it off by
41using wxColumnSorterMixin.
42
53fe40ba 43Added wxGenBitmapTextButton, TablePrint, etc. contribs from Lorne White.
ddcb3d83 44
6d8b4f8d 45Added wxNativeFontInfo and wxFontMapper.
4f3449b4 46
431f4c16 47Added pySketch to the samples.
4f3449b4 48
19a97bd6
RD
49Significantly changed how the Python interpreter lock and thread state
50are managed, which should fix the problem of running on a
51multi-processor machine.
52
76bfdc78
RD
53Added wxPyLog so log targets can be created in Python to handle log
54messages however is wished. See demo/Main.py for an example.
55
0122b7e3
RD
56Added wxFindReplaceDialog.
57
58The second phase of OOR is implemented (for wxEvtHandler and derived
a6978454
RD
59classes at least.) This means that finctions and methods that return
60an object derived from wxEvtHandler that was originally created in
61Python, will return the original python object (if it still exists)
62instead of letting SWIG wrap a new shadow object around the original
63C++ pointer.
76bfdc78 64
9d37f964
RD
65Added some optimization methods to wxDC: GetBoundingBox, DrawLineList,
66DrawPointList.
67
79f1bf32
RD
68Added a set of sophisticated Error Dialogs from Chris Fama.
69
76bfdc78 70
fea018f8
RD
71
72
286e2db6 732.3.1
bf7945ce
RD
74-----
75Added EVT_GRID_EDITOR_CREATED and wxGridEditorCreatedEvent so the user
76code can get access to the edit control when it is created, (to push
77on a custom event handler for example.)
78
d56cebe7
RD
79Added wxTextAttr class and SetStyle, SetDefaultStyle and
80GetDefaultStyle methods to wxTextCtrl.
81
82Added ability to use xml resource files. Still need to add ability to
83subclass wxXmlResourceHandler, etc...
84
85Added wxGridAutoEditMixin to the mixins library package.
86
87Made ColourSelect be derived from wxButton.
88
286e2db6
RD
89Fixed img2py to work correctly with Python 2.1.
90
91Added enhanced wxVTKRenderWindow by Prabhu Ramachandran
92
bf7945ce 93
9416aa89
RD
94
952.3.0
19cf4f80
RD
96-----
97Removed initial startup dependency on the OpenGL DLLs so only the
9416aa89 98glcanvasc.pyd depends on them, (on wxMSW.)
19cf4f80
RD
99
100Changed wxFont, wxPen, wxBrush to not implicitly use the
9416aa89
RD
101wxThe[Font|Pen|Brush]List objects behind the scenes, but to use normal
102ctor and dtors.
19cf4f80
RD
103
104Exposed the wxThe[Font|Pen|Brush]List to wxPython.
105
1af9e5c5 106Also added wxTheColourDatabase and added a library module (in the
19cf4f80
RD
107wxPython.lib.colourdb module) to load LOTS more colour names into the
108colour database.
109
6e18ca6c
RD
110Added wxWakeUpMainThread, wxMutexGuiEnter, wxMutexGuiLeave,
111wxMutexGuiLocker and wxThread_IsMain to assist with dealing with GUI
112access from non-GUI threads.
113
1af9e5c5
RD
114wxPyOnDemandOutputWindow is now (more) thread safe if non-GUI threads
115use print, sys.stdout.write, etc.
6e18ca6c 116
6bb38ab6
RD
117Added CreateTextSizer and CreateButtonSizer to wxDialog
118
6bb38ab6
RD
119Added wxPython/lib/infoframe.py from Chris Fama. It contains a class
120that can be used in place of wxPyOnDemandOutputWindow.
121
49875c53
RD
122Added colourselect.py, imagebrowser.py and an updated calendar.py to
123wxPython/lib from Lorne White.
124
e0672e2f
RD
125Added patch to wxPoint_LIST_helper from Tim Hochberg that should make
126it gobs faster in certain situations.
6bb38ab6 127
1af9e5c5
RD
128Added tools that will take an image file in a wx supported format and
129convert it to data embedded in a Python source file. The image is
9416aa89
RD
130converted to XPM format which is essentially a list of strings
131containing info about each pixel. The image's transparency mask is
132included, if there is one, or a mask can be added if a mask colour is
133specified on the command line. It is then pickled and optionally
134compressed and written to a Python source file along with functions to
135convert it to either a wxBitmap or a wxImage. See
136wxPython/demo/images.py for examples, and wxPython/Tools/img2py.py for
137the implementation.
1af9e5c5
RD
138
139Fixed wxStyledTextCtrl to be much faster on wxGTK. There was some
140experimental code that got left in place that ended up causing way too
141many refreshes.
142
d1679124
RD
143A couple more hacks in my_distutils.py so wxPython can be built with
144the distutils that comes with Python 2.1.
1af9e5c5 145
d7ec6564 146Added a ton of missing methods for wxPrintData.
1af9e5c5 147
d7ec6564 148Switched to InnoSetup for MSW distributions.
19cf4f80 149
3b36695d
RD
150Added wxToggleButton.
151
152Fixed bug that prevented wxTreeCtrl.OnCompareItems from being called.
d1679124 153
9416aa89
RD
154Added some methods to wxGrid:
155 GetCellHighlightPenWidth
156 GetCellHighlightROPenWidth
157 SetCellHighlightPenWidth
158 SetCellHighlightROPenWidth
159 GetGridWindow
160 GetGridRowLabelWindow
161 GetGridColLabelWindow
162 GetGridCornerLabelWindow
163
164Added wxGetClientDisplayRect which on wxMSW returns a wxRect
165representing the area on screen not occupied by the taskbar and such.
166On other platforms it is equivallent to wxGetDisplaySize.
167
168
169***---***---***---***---***---***---***---***---***---***---***---
170 Implemented the first phase of OOR (Original Object Return). See
171 the text in the demo for more details of what this means, but in a
172 nutshell methods such as wxWindow.GetParent or FindWindowById will
173 now return a shadow object of the proper type if it can. By
174 "proper type" I mean that if the wxWindow pointer returned from
175 FindWindowById really points to a wxButton then the Python object
176 constructed will be of a wxButtonPtr class instead of wxWindowPtr
177 as before. This should reduce or eliminiate the need for
178 wxPyTypeCast. (Woo Hoo!) The objects returned are still not the
179 original Python object, but that is the next step. (Although it
180 will probably only work on Python 2.1 and beyond because it will
181 use weak references.)
182
183 This first phase of the OOR plan is fairly significant and has
184 required a lot of changes all over wxPython, most of which should
185 be transparent to you, however I'm not 100% sure that it didn't
186 introduce any new bugs that are hiding somewhere and didn't get
187 stomped on during my testing. So please be sure to test everything
188 thoroughly when you install this version and be sure to report any
189 object-type related oddities to me.
190***---***---***---***---***---***---***---***---***---***---***---
191
192There is now a wxObject class that most other classes derive from like
193in C++, but the methods provided don't really match but are wxPython
bf7945ce
RD
194specific. It could have been added long ago but OOR required it so it
195finally got done.
9416aa89
RD
196
197Finally added wxPyLineShape.GetLineControlPoints, which has been on my
198list for a while. The above OOR modification made this easier.
d1679124 199
10e07c70 200Fixed the __cmp__ methods for wxPoint and others.
419c299a 201
493f1553
RD
202Added wxWave.
203
30aaddfe
RD
204Added the wxPython.lib.mixins package to the library, it is where
205useful mix-in classes can be placed. Currently there is one to help
bf7945ce
RD
206make the columns in a wxListCtrl sortable, and the MagicIMageList from
207Mike Fletcher. If you have any custom code that can be factored out
208of existing classes into a mix-in that would be useful to others
30aaddfe
RD
209please send it to me for inclusion in this package.
210
25832b3f
RD
211Added a few little sample applications to help newbies to get started
212by having smaller functional apps to play with. They can be found in
213wxPython/samples.
214
493f1553 215
19cf4f80
RD
216
217
b075a3bb
RD
2182.2.6
219-----
220
221No changes happened in the Python wrappers for this release, only
222changes and fixes in the wxWindows library.
223
1b62f00d 224
19cf4f80 225
1b62f00d 2262.2.5
185d7c3e
RD
227-----
228
229New typemaps for wxString when compiling for Python 2.0 and beyond
230that allow Unicode objects to be passed as well as String objects. If
231a Unicode object is passed PyString_AsStringAndSize is used to convert
232it to a wxString using the default encoding.
233
234Fixed the generic buttons so tool tips work for them.
235
236Fixed a bug in the demo's tree control.
237
238Added a listbox to the listbox demo that shows how to find items with
1e7ecb7b 239a matching prefix as keys are typed.
185d7c3e
RD
240
241Added code to the wxListCtrl demo to show how to get text from a
242column in report mode.
243
244Added code to the toolbar demo to clear the long help from the status
245bar after 2 seconds.
246
247Added wxJoystick.
248
249Fixed wxTimer so it can be used as described in the docs, either with
250a Notify method in a subclass, or sending an event to a wxEvtHandler
251object, (usually a window.)
252
253Added wxNotifyEvent.Allow()
254
de20db99
RD
255Fixed GOBS of reference leaks.
256
1e7ecb7b
RD
257Massive code changes and cleanup to allow wxPython to be split into
258multiple extension modules again. A Python CObject is used to allow
1b62f00d
RD
259the "export" of SWIG functions and other common helper functions from
260the wxc module to other modules, even if they are in separate shared
1e7ecb7b
RD
261libraries. Should also be usable from 3rd party code, just include
262wxPython/src/export.h
263
264Changed the default setup so the following are built as separate
265extension modules: calendar, glcanvas, grid, html, ogl, stc, and
266utils. Will probably add more later.
267
1b62f00d
RD
268Changed the wxPrinterDC to use the new constructor taking a
269wxPrintData object. The old ctor is still there using the
270wxPrinterDC2 name.
271
272Added wxPython.lib.anchors.py from Riaan Booysen. It contains a class
273that implements Delphi's Anchors with wxLayoutConstraints.
274
275Added wxPython.lib.fancytext from Timothy Hochberg.
276
277Changed the GenericButtons to send their event in idle time, so the
278mouse won't be captured when the event handler is called.
279
280Added wxPython.lib.rpcMixin from Greg Landrum, although it's not
281integrated with the demo yet. It allows a wxPython GUI to be an
282XML-RPC server.
283
185d7c3e
RD
284
285
c368d904
RD
286New in 2.2.2
287------------
288
289Significantly changed how the wxStyledtextCtrl code that wraps
290Scintilla is implemented. Most of it is now automatically generated
291from an interface definition file provided by Scintilla. This means
292that it will be much easier to stay in sync with new Scintilla
293releases, but also means that some of the method and identifier names
294have changed. See wxPython/demo/data/stc.h for a copy of the C++
295interface from which the Python interface is generated. There is now
296some inline documentation in that file that should really help explain
297how things work.
298
299I am now using the Python Distutils to build wxPython and to make some
300of the distribution files. (See http://www.python.org/sigs/distutils-sig/)
301This means no more messing with my kludgy build.py/Makefile hack,
302builds will be more consistent with other Python extensions that also
303use Distutils, and will hopefully make wxPython easier to build for
304platforms where there have been troubles before. If you are building
305wxPython for Python 1.5.2 or for 1.6, then you will need to get and
306install version 1.0 of Distutils from the website above. If you are
307using Python 2.0 then you already have it.
308
309Added wxInputStream and the wxFileSystem family of classes,
310contributed by Joerg Baumann.
311
312Added wxProcess and support for it to wxExecute. wxProcess lets you
313get notified when an asyncronous child process terminates, and also to
314get input/output streams for the child process's stdout, stderr and
315stdin.
316
317Removed the old python sizers.
318
319Added __add__, __sub__ and __cmp__ (equality check only) for wxPoint
320and wxRealPoint.
321
322Changed the build to make one big extension module instead of one for
323the core and each contrib. This allowed me to do away with the
324libwxPyHelpers.so on unix systems.
325
326Lots of little fixes here and there.
327
328Some hacks on wxGTK to try and make the AutoComplete listbox in the
329wxStyledTextCtrl to behave better. It's still not as nice as on
330wxMSW, but at least it's a bit more usable now.
331
332
333
334
3ca6a5f0
BP
335New in 2.2.1
336------------
337
338Various tweaks, fixes, missing methods, etc.
339
c368d904
RD
340Added example use of wxTaskBarIcon to the demo.
341
3ca6a5f0
BP
342
343
f6bcfd97
BP
344New in 2.2.0
345------------
346
347Added wxLog and friends.
348
349Added wxFrame.ShowFullScreen for MSW.
350
351Added PyShellWindow to the wxPython.lib package.
352
353
354
355New in 2.1.16
356-------------
357
358Added an attribute named labelDelta to the generic buttons that
359specifies how far to offset the label when the button is in the
360depressed state.
361
362Added wxTipProvider and friends. See the demo for an example.
363
364wxGrid can now change the cell highlight colour.
365
366Added wxDragImage.
367
368Fixed printing on wxGTK.
369
370Added wxDateTime, wxTimeSpan, and wxDateSpan to wxPython.utils.
371
372Added wxCalendarCtrl.
373
374WARNING: A while back I asked what should be done about the Magic
375Method Names. (Methods that are automatically turned into event
376handlers by virtue of their name.) The consensus was that it is more
377confusing to have them than to try and expand them to have greater
378coverage. I am finally getting around to removing the code that
379generates the event binding. This means that if you are using any of
380the following method names without a EVT_* call that you need to
381modify your code to add the EVT_* to hook the event to the method.
382
383 OnChar
384 OnSize
385 OnEraseBackground
386 OnSysColourChanged
387 OnInitDialog
388 OnPaint
389 OnIdle
390 OnActivate
391 OnMenuHighlight
392 OnCloseWindow
393 OnScroll
394
395Added wxSpinCtrl.
396
397
398
399
400New in 2.1.15
164b735b
RD
401-------------
402
403Fixed wxTreeCtrl.HitTest to return both the tree item as well as the
404flags that clairify where the click was in relation to the item.
405
854862f5
RD
406Fixed thread state problem in wxTreeCtrl.GetBoundingBox and
407GetSelections.
164b735b 408
99ab9f3b
RD
409Fixed some problems in OGL. Also wxShape.SetClientData and
410.GetClientData can now deal with Python objects.
714d23b4 411
dcd38683 412Added wxListCtrl.SortItems and changed the demo to show how to use it.
714d23b4 413
f6bcfd97
BP
414Plugged a memory leak.
415
416Wrapped the new wxGrid and friends. The old wxGrid class is no longer
417available. There are some incompatibilities, and unfortunately the
418new classes are not documented yet, (however the methods are more
419consistent with each other now so you may be able to guess pretty
420good...)
421
422Updated filebrowsebutton.py and calendar.py with changes from their
423authors. There is now a FileBrowseButtonWithHistory class (what a
424mouthful!) and wxCalendar has printing support.
425
426Added ActiveXWrapper to the library, and some good demos of it too.
427It works great for embedding a COM (a.k.a OCX, a.k.a ActiveX) control
428in a window and calling its methods. It actually creates a new class
429on the fly that derives from wxWindow, the COM CoClass and others
430needed to make it all work. The resulting class can be instantiated
431just like wxWindow, used in sizers, etc. It also responds to all COM
432method calls, properties, etc., and if the class or a mix-in has
433matching method names, then the COM events will be propogated back to
434them.
435
436Created a typemap that allows a string to be used for parameters
437expecting a wxColour type. The string is either a colour name as
438defined in the wxColourDatabase, or a colour spec of the form
439"#RRGGBB". See the wxStyledTextCtrl demo for an example.
440
441I almost forgot to mention the wxStyledTextCtrl! Yes, the
442wxStyledTextCtrl is finally in wxPython!! (And the crowd goes
443wild...) There's no documentaTion yet (the crowd boos and hisses...)
444but I've included a very readable source file in the
445wxPython/demo/data directory, a couple fairly good examples, and you
446can also refer to the Scintilla documentaion at
447http://www.scintilla.org/ScintillaDoc.html to help fill in the gaps
448until the docs are done. (The croud murmers contentedly as the tool
449provider smiles convincingly and removes his flame-proof suit.)
450
164b735b
RD
451
452
453
9e57c2a0 454What's new in 2.1.13
6d75ea8f 455--------------------
9e57c2a0
RD
456Skipped a version number to match what has been released for wxGTK.
457
6d75ea8f
RD
458Updated wxMVCTree and added a demo for it, also fixed layout on GTK
459and some flicker problems.
460
461Added a wrapper class for the Visualization ToolKit (or VTK) in the
462wxPython.lib.vtk module. (http://www.kitware.com/)
463
464Fixed wxTreeCtrl.SetItemImage and GetItemImage to recognise the new
465"which" parameter.
466
467Added wxPython.lib.spashscreen from Mike Fletcher.
468
469Added wxPython.lib.filebrowsebutton also from Mike Fletcher.
470
471Renamed wxTreeCtrl.GetParent to GetItemParent to avoid a name clash
472with wxWindow.GetParent.
473
474Added wxIntersectRect to compute the intersection of two wxRect's.
475It is used like this:
476
477 intersect = wxIntersectRect(rect1, rect2)
478
479If r1 and r2 don't intersect then None is returned, otherwise the
480rectangle representing the intersection is returned.
481
482Some bug fixes for Clipboard and Drag-n-Drop.
483
9b3d3bc4 484Rotated text!!! WooHoo! (See wxDC.DrawRotatedText())
6999b0d8
RD
485
486Added a set of Generic Buttons to the library. These are simple
487window classes that look and act like native buttons, but you can have
488a bit more control over them. The bezel width can be set in addition
489to colours, fonts, etc. There is a ToggleButton as well as Bitmap
9e57c2a0
RD
490versions too. They should also serve as a good example of how to
491create your own classes derived from wxControl.
6d75ea8f 492
9b3d3bc4
RD
493The C++ wxToolBar classes have been redone, and so have the wxPython
494wrappers. There have been slight modifications to some of the methods
495but shouldn't impact anybody too much. I took the opportunity to add
496support for setting user data on each toolbar tool. The new AddTool
497methods look like this:
498
499 def AddTool(ID,
500 bitmap,
501 pushedBitmap = wxNullBitmap,
502 toggle = FALSE,
503 clientData = NULL,
504 shortHelpString = "",
505 longHelpString = "")
506
507 def AddSimpleTool(ID,
508 bitmap,
509 shortHelpString = "",
510 longHelpString = "",
511 toggle=FALSE)
512
513
514There are also coresponding InsertTool and InsertSimpleTool methods
515that additionally take an integer position as the first parameter.
516
9e57c2a0 517Added a wrapper for the new PCX and TIFF ImageHandlers.
9b3d3bc4
RD
518
519wxRect now simulates attributes named left, right, top and bottom.
520
d2103cf2
RD
521Removed all non wx stuff from the glcanvas module since DA's PyOpenGL
522is better and compatible with the wxGLCanvas. You can get it at
523http://starship.python.net:9673/crew/da/Code/PyOpenGL.
9b3d3bc4 524
3af4e610 525Added some missing EVT_ functions.
9b3d3bc4 526
1b55cabf
RD
527Added Dirk Holtwic's editor classes to the wxPython.lib.editor
528package.
529
eec92d76
RD
530Changed all the "LIST" parameter names to "choices" to match the docs.
531
fe366bc9
RD
532More fixes for the wxFloatBar, and it now works on wxGTK even better
533than wxMSW! (The feat is accomplished by using the wxTB_DOCKABLE
534style flag instead of trying to float it ourselves.)
535
9b3d3bc4 536
6d75ea8f
RD
537
538
539What's new in 2.1.11
540--------------------
541Skipped a few version numbers so wxMSW, wxGTK and wxPython are all
542syncronized.
543
544wxImage.SetData now makes a copy of the image data before giving it to
545wxImage. I mistakenly thought that wxImage would copy the data
546itself.
547
548Fixed wxMSW's notebook so the pages get their size set as they are
549being added. This should remove the need for our
550wxNotebook.ResizeChildren hack.
551
552wxPanels now support AutoLayout, and wxNotebooks and wxSplitterWindows
553no longer tell their children to Layout() themselves. This will
554probably only effect you if you have a wxWindow with AutoLayout inside
555a notebook or splitter. If so, either change it to a wxPanel or add
556an EVT_SIZE handler that calls Layout().
557
558Fixed deadlock problem that happened when using threads.
559
560Added new HTML printing classes.
561
562Added wxWindow.GetHandle
563
564Apparently wxMouseEvent.Position has been depreciated in wxWindows as
565it is no longer available by default. You can use GetPositionTuple
566(returning a tuple with x,y) instead, or GetPosition (returning a
567wxPoint.)
568
569Added wxPostEvent function that allows events to be posted and then
570processed later. This is a thread-safe way to interact with the GUI
571thread from other threads.
572
573Added Clipboard and Drag-and-Drop classes.
574
575Added wxFontEnumerator.
576
577Many updates to wxMenu, wxMenuBar.
578
579wxPyEvent and wxPyCommandEvent derived classes now give you the actual
580Python object in the event handler instead of a new shadow.
581
582Added a Calendar widget from Lorne White to the library.
583
584Made some fixes to the wxFloatbar. It still has some troubles on
585wxGTK...
586
587Added an MVC tree control from Bryn Keller to the library.
588
589
590
591
592What's new in 2.1.5
593-------------------
594This is a quick bug-fix release to take care of a few nasties that
595crept in at the last minute before 2.1.4 was called done. No new
596major features.
597
598
599
600What's new in 2.1.4
601--------------------
602
603This release is NOT syncronized with a snapshot release of wxGTK or
604wxMSW. For MSW this isn't much of a problem since you can get the
605binaries from the web site. For other platforms you'll have to build
606wxGTK from CVS. (See http://web.ukonline.co.uk/julian.smart/wxwin/cvs.htm)
607To get the same set of sources from CVS that I used, checkout using
608the wxPy-2-1-4 tag.
609
610Now back to what's new...
611
612Much more support for event-less callbacks and add-on modules.
613
614Created add-on module with wxOGL classes.
615
616Added wxWindow.GetChildren(). Be careful of this. It returns a *copy*
617of the list of the window's children. While you are using the list if
618anything changes in the real list (a child is deleted, etc.) then the
619list you are holding will suddenly have window references to garbage
620memory and your app will likely crash. But if you are careful it works
621great!
622
623Added a bunch of new and missing methods to wxTreeCrtl. The
624SortChildren method is now supported, but currently only for the
625default sort order.
626
627Added typemaps for wxSize, wxPoint, wxRealPoint, and wxRect that allow
628either the actual objects or Python sequence values to be used. For
629example, the following are equivallent:
630
631 win = wxWindow(parent, size = wxSize(100, 100))
632 win = wxWindow(parent, size = (100, 100))
633
634Super-charged the wxHtml module. You can now create your own tag
635handlers and also have access to the parser and cell classes. There
636is a tag handler in the library at wxPython.lib.wxpTag that
637understands the WXP tag and is able to place wxPython windows on HTML
638pages. See the demo for an example.
639
640A bunch of the methods of wxMenuBar were previously ifdef'd out for
641wxGTK. Added them back in since the methods exist now.
642
643Wrapped the wxHtmlHelpController and related classes.
644
645Wrapped the C++ versions of wxSizer and friends. The Python-only
646versions are still in the library, but depreciated. (You will get a
647warning message if you try to use them, but the warning can be
648disabled.) The usage of the C++ versions is slightly different, and
649the functionality of wxBorderSizer is now part of wxBoxSizer. I have
650added a few methods to wxSizer to try and make the transition as
651smooth as possible, I combined all Add methods into a single method
652that handles all cases, added an AddMany method, etc. One step I did
653not take was to make the default value of flag in the Add method be
654wxGROW. This would have made it more backward compatible, but less
655portable to and from wxWin C++ code. Please see the docs and demo for
656further details.
657
658Added wxPyEvent and wxPyCommandEvent classes, derived from wxEvent and
659wxCommandEvent. Each of them has SetPyData and GetPyData methods that
660accept or return a single Python object. You can use these classes
661directly or derive from them to create your own types of event objects
662that can pass through the wxWindows event system without loosing their
663Python parts (as long as they are stored with SetPyData.) Stay tuned
664for more info and examples in future releases.
665
666Added wxPython.lib.grids as an example of how to derive a new sizer
667from the C++ sizers. In this module you will find wxGridSizer and
668wxFlexGridSizer. wxGridSizer arrainges its items in a grid in which
669all the widths and heights are the same. wxFlexgridSizer allows
670different widths and heights, and you can also specify rows and/or
671columns that are growable. See the demo for a couple examples for how
672to use them.
673
674Added the wxValidator class, and created a class named wxPyValidator
675that should be used for the base class of any Python validators. See
676the demo for an example. Please note that you MUST implement a Clone
677method in your validator classes because of the way some things work
678in the underlying C++ library. I did not add wxTextValidator because
679of some issues of how it transfers data to and from a wxString, which
680in wxPython is automatically translated to and from Python strings, so
681there would never be a concrete wxString that would hang around long
682enough for the validator to do its job. On the other hand, it should
683be real easy to duplicate the functionality of wxTextValidator in a
684pure Python class derived from wxPyValidator.
685
686I've finally added a feature that has been on my list for close to two
687years! Ever wondered what that zero is for when you create your app
688object? Well now you can leave it out or explicitly set it to a true
689value. This value now controls what is to be done with sys.stdout and
690sys.stderr. A false value leaves them alone, and a true value sets
691them to an instance of wxPyOnDemandOutputWindow. (On windows the
692default is true, on unix platforms the default is false.) This class
693creates a frame containing a wxTextCtrl as soon as anything is written
694to sys.stdout or sys.stderr. If you close the window it will come
695back again the next time something is written. (You can call
696app.RestoreStdio to turn this off.) If you would rather that the stdio be
697redirected to a file, you can provide a second parameter to your app
698object's constructor that is a filename. If you want to use your own
699class instead of wxPyOnDemandOutputWindow you can either implement
700RedirectStdio() in you app class or change the value of
701wxApp.outputWindowClass like this:
702
703 class MyApp(wxApp):
704 outputWindowClass = MyClass
705
706 def OnInit(self):
707 frame = MyFrame()
708 self.SetTopWindow(frame)
709 return true
710
711Please see the implementation of wxPyOnDemandOutputWindow and wxApp in
712wx.py for more details. A few words of caution: if you are running
713your app in a debugger, changing sys.stdout and sys.stderr is likely
714to really screw things up.
715
716Added wxCaret. Unfortunately it's author has still not documented it
717in the wxWindows docs...
718
719Some new 3rd party contributions in wxPython.lib. PyShell, in
720shell.py is an interesting implementaion of an interactive Python
721shell in wxWindows. floatbar.py has a class derived from wxToolBar
722that can sense mouse drags and then reparent itself into another
723frame. Moving the new frame close to where it came from puts the tool
724bar back into the original parent. (Unfortunately there is currently
725a bug in wxGTK's wxFrame.SetToolBar so the FloatBar has some
726problems...)
727
728
729
730
731What's new in 2.1b3
732--------------------
733
734This release is syncronized with release 2.1 snapshot 9 of wxWindows.
735
736Switched to using SWIG from CVS (see http://swig.cs.uchicago.edu/cvs.html)
737for some of the new features and such. Also they have encorporated my
738patches so there is really no reason to stick with the current (very
739old) release... This version of SWIG gives the following new
740features:
741
742 1. Keyword arguments. You no longer have to specify all the
743 parameters with defaults to a method just to specify a
744 non-default value on the end. You can now do this instead:
745
746 win = wxWindow(parent, -1, style = mystyle)
747
748 2. There is now an an equivalence between Python's None and C++'s
749 NULL. This means that any methods that might return NULL will
750 now return None and you can use none where wxWindows might be
751 expecting NULL. This makes things much more snake-ish.
752
753
754There is a new build system based on a new Python program instead of
755raw makefiles. Now wxPython builds are virtually the same on MSW or
756Unix systems. See the end of this file for new build instructions and
757see distrib/build.py for more details.
758
759wxDC.Bilt now includes the useMask parameter, and has been split into
760two different versions. wxDC.BlitXY is like what was there before and
761takes raw coordinants and sizes, and the new wxDC.Blit is for the new
762interface using wxPoints and a wxSize.
763
764
765
766
767
768What's new in 2.1b2
769--------------------
770
771Added the missing wxWindow.GetUpdateRegion() method.
772
773Made a new change in SWIG (update your patches everybody) that
774provides a fix for global shadow objects that get an exception in
775their __del__ when their extension module has already been deleted.
776It was only a 1 line change in .../SWIG/Modules/pycpp.cxx at about
777line 496 if you want to do it by hand.
778
779It is now possible to run through MainLoop more than once in any one
780process. The cleanup that used to happen as MainLoop completed (and
781prevented it from running again) has been delayed until the wxc module
782is being unloaded by Python.
783
784I fixed a bunch of stuff in the C++ version of wxGrid so it wouldn't
785make wxPython look bad.
786
787wxWindow.PopupMenu() now takes a wxPoint instead of x,y. Added
788wxWindow.PopupMenuXY to be consistent with some other methods.
789
790Added wxGrid.SetEditInPlace and wxGrid.GetEditInPlace.
791
792You can now provide your own app.MainLoop method. See
793wxPython/demo/demoMainLoop.py for an example and some explaination.
794
795Got the in-place-edit for the wxTreeCtrl fixed and added some demo
796code to show how to use it.
797
798Put the wxIcon constructor back in for GTK as it now has one that
799matches MSW's.
800
801Added wxGrid.GetCells
802
803Added wxSystemSettings static methods as functions with names like
804wxSystemSettings_GetSystemColour.
805
806Removed wxPyMenu since using menu callbacks have been depreciated in
807wxWindows. Use wxMenu and events instead.
808
809Added alternate wxBitmap constructor (for MSW only) as
810 wxBitmapFromData(data, type, width, height, depth = 1)
811
812Added a helper function named wxPyTypeCast that can convert shadow
813objects of one type into shadow objects of another type. (Like doing
814a down-cast.) See the implementation in wx.py for some docs.
815
816Fixed wxImage GetData and SetData to properly use String objects for
817data transfer.
818
819Added access methods to wxGridEvent.
820
821New Makefile/Setup files supporting multiple dynamic extension modules
822for unix systems.
823
824Fixes for the wxGLCanvas demo to work around a strange bug in gtk.
825
826SWIG support routines now compiled separately instead of being bundled
827in wx.cpp.
828
829
830
831
832
833What's new in 2.1b1
834--------------------
835Fixed wxComboBox.SetSelection so that it actually sets the selected
836item. (Actually just removed it from wxPython and let it default to
837wxChoice.SetSelection which was already doing the right thing.)
838
839Added the Printing Framework.
840
841Switched back to using the wxWindows DLL for the pre-built Win32
842version. The problem was needing to reinitialize static class info
843data after loading each extension module.
844
845Lots of little tweaks and additions to reflect changes to various
846wxWindows classes.
847
848Fixed a bug with attaching objects to tree items. Actually was a
849symptom of a larger problem with not obtaining the interpreter lock
850when doing any Py_DECREFs.
851
852wxSizer and friends. Sizers are layout tools that manage a colection
853of windows and sizers. Different types of sizers apply different
854types of layout algorithms. You saw it here first! These classes are
855not even in the wxWindows C++ library yet!
856
857
858
859What's new in 2.0b9
860-------------------
861Bug fix for ListCtrl in test4.py (Was a missing file... DSM!)
862
863Bug fix for occassional GPF on Win32 systems upon termination of a
864wxPython application.
865
866Added wxListBox.GetSelections returning selections as a Tuple.
867
868Added a wxTreeItemData that is able to hold any Python object and be
869associated with items in a wxTreeCtrl. Added test pytree.py to show
870this feature off.
871
872Added wxSafeYield function.
873
874OpenGL Canvas can be optionally compiled in to wxPython.
875
876Awesome new Demo Framework for showing off wxPython and for learning
877how it all works.
878
879The pre-built Win32 version is no longer distributing the wxWindows
880DLL. It is statically linked with the wxWindows library instead.
881
882Added a couple missing items from the docs.
883
884Added wxImage, wxImageHandler, wxPNGHandler, wxJPEGHandler,
885wxGIFHandler and wxBMPHandler.
886
887Added new methods to wxTextCtrl.
888
889Fixed some problems with how SWIG was wrapping some wxTreeCtrl
890methods.
891
892
893
894What's new in 2.0b8
895-------------------
896Support for using Python threads in wxPython apps.
897
898Several missing methods from various classes.
899
900Various bug fixes.
901
902
903
904What's new in 2.0b7
905-------------------
906Added DLG_PNT and DLG_SZE convienience methods to wxWindow class.
907
908Added missing constructor and other methods for wxMenuItem.
909
910
911
912What's new in 2.0b6
913-------------------
914Just a quickie update to fix the self-installer to be compatible with
915Python 1.5.2b2's Registry settings.
916
917
918What's new in 2.0b5
919-------------------
920Well obviously the numbering scheme has changed. I did this to
921reflect the fact that this truly is the second major revision of
922wxPython, (well the third actually if you count the one I did for
923wxWindows 1.68 and then threw away...) and also that it is associated
924with the 2.0 version of wxWindows.
925
926I have finally started documenting wxPython. There are several pages
927in the wxWindows documentation tree specifically about wxPython, and I
928have added notes within the class references about where and how wxPython
929diverges from wxWindows.
930
931Added wxWindow_FromHWND(hWnd) for wxMSW to construct a wxWindow from a
932window handle. If you can get the window handle into the python code,
933it should just work... More news on this later.
934
935Added wxImageList, wxToolTip.
936
937Re-enabled wxConfig.DeleteAll() since it is reportedly fixed for the
938wxRegConfig class.
939
940As usual, some bug fixes, tweaks, etc.
941
942
943
944What's new in 0.5.3
945-------------------
946Added wxSashWindow, wxSashEvent, wxLayoutAlgorithm, etc.
947
948Various cleanup, tweaks, minor additions, etc. to maintain
949compatibility with the current wxWindows.
950
951
952
953What's new in 0.5.0
954-------------------
955Changed the import semantics from "from wxPython import *" to "from
956wxPython.wx import *" This is for people who are worried about
957namespace pollution, they can use "from wxPython import wx" and then
958prefix all the wxPython identifiers with "wx."
959
960Added wxTaskbarIcon for wxMSW.
961
962Made the events work for wxGrid.
963
964Added wxConfig.
965
966Added wxMiniFrame for wxGTK.
967
968Changed many of the args and return values that were pointers to gdi
969objects to references to reflect changes in the wxWindows API.
970
971Other assorted fixes and additions.
972
973
974
975
976What's new in 0.4.2
977-------------------
978
979wxPython on wxGTK works!!! Both dynamic and static on Linux and
980static on Solaris have been tested. Many thanks go to Harm
981<H.v.d.Heijden@phys.tue.nl> for his astute detective work on tracking
982down a nasty DECREF bug. Okay so I have to confess that it was just a
983DSM (Dumb Stupid Mistake) on my part but it was nasty none the less
984because the behavior was so different on different platforms.
985
986The dynamicly loaded module on Solaris is still segfaulting, so it
987must have been a different issue all along...
988
989
990
991What's New in 0.4
992-----------------
993
9941. Worked on wxGTK compatibility. It is partially working. On a
995Solaris/Sparc box wxPython is working but only when it is statically
996linked with the Python interpreter. When built as a dyamically loaded
997extension module, things start acting weirdly and it soon seg-faults.
998And on Linux both the statically linked and the dynamically linked
999version segfault shortly after starting up.
1000
10012. Added Toolbar, StatusBar and SplitterWindow classes.
1002
10033. Varioius bug fixes, enhancements, etc.
1004
1005----------------------------------------------------------------------