]> git.saurik.com Git - wxWidgets.git/blob - docs/changes.txt
Added GetIcon, GetBitmap to wxImageList
[wxWidgets.git] / docs / changes.txt
1 -------------------------------------------------------------------
2 wxWidgets 2.5 Change Log - For more verbose changes, see the manual
3 -------------------------------------------------------------------
4
5 2.5.5
6 -----
7
8 All:
9
10 - Added GetIcon, GetBitmap to wxImageList. wxGenericImageList's original
11 GetBitmap is renamed GetBitmapPtr.
12
13 wxPalmOS:
14
15 - native wxRadioBox implementation
16
17
18 2.5.4
19 -----
20
21 All:
22
23 - wxEvent and derived classes don't have public members any more, you must
24 use accessors methods now (Mart Raudsepp)
25 - new classes for reading and writing ZIP files (M.J.Wetherell)
26 - large files support for wxFFile (M.J.Wetherell)
27 - classes in the manual are now cross-referenced (Zbigniew Zagórski)
28 - Norwegian (Bokmål) translation added (Hans F. Nordhaug)
29 - wxDynamicLibrary::HasSymbol() added
30 - added wxEXEC_NODISABLE flag to be used with wxExecute(wxEXEC_SYNC)
31 - added wxTextInputStream::operator>>(wchar_t) for compilers which support this
32 - added wxURI, a class for dealing with Uniform Resource Identifiers
33 - changed wxURL to inherit from wxURI and provide assignment and comparison
34 - implemented wxConvUTF7 (modified patch from Fredrik Roubert)
35 - added versions of MB2WC and WC2MB for wxMBConv that for embedded null chars
36 - Unicode support in wxODBC is now fully implemented
37 - A new data type specific to wxWidgets called SQL_C_WXCHAR has been introduced.
38 SQL_C_WXCHAR should be used rather than SQL_C_CHAR to ensure transparent
39 behavior between Unicode and non-unicode builds
40 - BLOB example added to samples/db (thanks to Casey ODonnell)
41 - use wxStream::GetLength() instead of deprecated GetSize()
42 - wxGetOsDescription() is now more precise (Olly Betts)
43 - XRC supports system fonts and colours (Ray Gilbert)
44 - Added flags argument to wxKill/wxProcess::Kill to kill child processes.
45 - Added wxPrintFactory classes so that it is possible to add a new
46 print system backend at run-time. This was required by the new GNOME
47 printing stuff in the GTK port.
48 - Deprecated print setup dialog.
49 - Added support to the wxODBC classes for Firebird 1.5 database
50 - The samples\db sample program now includes an optional example of using a BLOB
51 datatype (if BLOB support is enabled and supported by the database)
52 - added wxDynamicLibrary::ListLoaded()
53 - wxGetPowerType() and wxGetBatteryState() addition
54 - wxSystemSettings::GetSystem*() members deprecated and replaced with
55 wxSystemSettings::Get*()
56 - wxWindowBase::DoGetBestSize now includes the difference (if any) between
57 the client size and total size of the window. Code that sets the
58 client size using the best size, or that added extra space to sizers
59 to compensate for this bug may need to be changed.
60 - Changed calculation of scrolling area to not clip away some bits
61 due to a rounding error.
62 - Changed GetVirtualSize() to return client size by default until
63 SetVirtualSize() gets called. From then on it will only return that.
64 - Various changes to how wxListCtrl and wxTreeCtrl react to right
65 mouse clicks and left mouse click for starting a drag operation.
66 - "Alt" key (VK_MENU) now results in WXK_ALT keyboard event, not WXK_MENU
67 - wxFFile::ReadAll() now takes an optional wxMBConv parameter
68 - wxCommandProcessor::MarkAsSaved() and IsDirty() added (Angela Wrobel)
69 - added wxStackWalker and related classes (Win32 and some Unix versions only)
70
71
72 All (GUI):
73
74 - added wxMediaCtrl
75 - added wxDatePickerCtrl
76 - wxHtmlWindow now supports background images given in <body> tag
77 - wxSplitterWindow now supports gravity parameter (Zbigniew Zagórski)
78 - recursive wxSizer::GetItem returns item of given window, sizer or nth index
79 - wxLayoutConstraints now use best size, not current size, for AsIs() condition
80 - wxSizer::Add/Insert etc. now returns pointer to wxSizerItem just added and this
81 item remembers its wxRect area (Brian A. Vanderburg II)
82 - wxBookCtrl renamed to wxBookCtrlBase, wxBookCtrl is reserved for most native
83 book control (for now wxChoicebook for MSSmartphone, wxNotebook for others).
84 Necessary event macros, types and styles mapped accordingly.
85 - new wxBrush::IsHatch() checking for brush type replaces IS_HATCH macro
86 - wxProgressDialog accepts smooth gauge again (wxPD_SMOOTH style)
87 - wxProgressDialog new style: wxPD_CAN_SKIP which provides skipping some parts
88 of the progress (with new "Skip" button in dialog)
89 - wxGenericListCtrl::SetItemState(-1) now changes the state of all items as
90 in wxMSW version (Gunnar Roth)
91 - added wxImage::InitAlpha()
92
93 Unix:
94
95 - wxPuts() now correctly outputs trailing new line in Unicode build
96
97 wxGTK:
98
99 - Added printing support by way of using libgnomeprint. The library
100 now checks at runtime, if the library is installed and will use it
101 if it is. Otherwise, it will fall back to the old PostScript printing
102 code, from which the Pango drawing code was removed.
103 - Implemented/improved wxDC::DrawRotatedText()
104 - fixed wxFileDialog::SetWildcard()
105 - native file dialog is now used if available (Zbigniew Zagorski)
106 - implemented wxTextCtrl::Freeze() and Thaw(). The GtkTextBuffer
107 is not a valid one during frozen state. Get a pointer to it right
108 after wxTextCtrl creation if you really need to. (Mart Raudsepp)
109 - Changed calls to GTK+ 2.4.x functions so that the code checks at
110 runtime, which library version is installed so that these functions
111 are only called with GTK+ 2.4.x installed and should yield linker
112 errors otherwise.
113 - wxTextCtrl text insertion efficiency fixed. (Mart Raudsepp)
114 - Added wxRawBitmap support
115 - Corrected Input method handler code (for Chinese etc.) and its
116 interaction with wxWidgets' events.
117 - wxTE_AUTO_URL implemention for wxGTK2 multiline wxTextCtrls (Mart Raudsepp)
118
119 wxMac:
120
121 - Vertical sliders oriented consistent with MSW/GTK (0 at top) (Kevin Hock)
122 - wxDynamicLibrary::GetDllExt() now returns ".bundle", not ".dylib"
123 - wxDynamicLibrary::GetSymbol() now prepends underscore to the symbol name
124 - wxJoystick now works on OSX
125
126 wxMSW:
127
128 - fixed enhanced metafiles loading from files (Andreas Goebel)
129 - wxRadioButtons no longer have to be consecutive in a group
130 - fixed spurious selection of combobox text during resize
131 - pass correct tool id (and not always -1) to EVT_TOOL_RCLICKED() handler
132 - added wxRegKey::Export(file)
133
134 wxWinCE:
135 - Added support for MS Handheld PC 2000. This was done before 2.5.4,
136 but not mentioned anywhere.
137 - Added (preliminary) support for sockets
138
139 wxUniv:
140
141 - wxBU_... button align flags support
142 - vertical notebook orientation support
143 - 3rd state support for checkboxes
144 - wxLB_SORT and wxCB_SORT now cause case-insensitive sorting
145
146 wxPalmOS:
147
148 - William Osborne has won and new port was born
149 (see: "wxPalmOS porting challenge")
150 - polishing of the port (unnecessary 2.4 API compatibility, removed
151 all wxMSW specific code which was base for the new port)
152 - enumeration of available volumes
153 - native wxPrefConfig around Preferences database
154 - native wxProgressDialog implementation
155 - native wxColourDialog implementation
156 - native wxSystemSettings colours
157 - native wxButton implementation
158 - native wxCheckBox implementation
159 - native wxSlider implementation
160 - native wxToggleButton implementation
161 - native wxRadioButton implementation
162 - native wxStaticText implementation
163 - native wxDatePickerCtrl implementation
164
165
166 2.5.3
167 -----
168
169 All:
170
171 - support for large (>2 Gb) files in wxFile (Tim Kosse)
172 - number of fixes to wxPluginManager (Rick Brice, Hans Van Leemputten)
173 - fixed memory leak in wxURL when using a proxy (Steven Van Ingelgem)
174 - fixed bug in wxDateTime::Set(jdn) when DST was in effect
175 - fixed fatal bug in wxString when wxUSE_STL==1 (Kurt Granroth)
176 - support msgids in charsets other than C and languages other than English
177 (based on patch by Stefan Kowski)
178 - added wxMicroSleep() and wxMilliSleep() replacing deprecated wxUsleep()
179 - basic UDP sockets support (Lenny Maiorani)
180 - fixed wxDateTime::GetWeekDayName() for some dates (Daniel Kaps)
181 - deprecated wxDateTime::SetToTheWeek() in favour of SetToWeekOfYear()
182 - active mode support in wxFTP (Randall Fox)
183 - sped up wxHTTP and wxFTP
184 - added wxStringInput/OutputStreams
185 - added wxFileConfig::Save(wxOutputStream)
186 - fixed wxString's behavior with inserted null characters
187
188 All (GUI):
189
190 - added wxWindow::MoveBefore/AfterInTabOrder() to change tab navigation order
191 - added wxTaskBarIcon::CreatePopupMenu which is now the recommended way
192 of showing a popup menu; calling wxTaskBarIcon::PopupMenu directly
193 is discouraged
194 - added ..._CMD_...(id) variants for wxGrid event table entry macros
195 - added wxWindow::Navigate for programmatic navigation to the next control
196 - wxTextCtrl::OnChar now inserts a tab character if wxTE_PROCESS_TAB is set
197 - added wxKeyEvent::GetUnicodeKey()
198 - added wxKeyEvent::CmdDown() and wxMouseEvent::CmdDown()
199 - implemented wxListCtrl::FindItem() for non-MSW (Robin Stoll)
200 - added status bar fields styles support (Tim Kosse)
201 - added convenience functions wxSizer::AddSpacer() and
202 wxSizer::AddStretchSpacer() (as well as Prepend and Insert variants)
203 - added samples/splash
204 - added support for stock buttons
205 - added wxTopLevelWindow::RequestUserAttention()
206 - support for comma in contrib gizmo wxLEDNumberCtrl (Grant Likely)
207 - recursive wxSizer::Show for subsizer and return value if element was found
208 - added wxChoicebook control
209 - smoother time estimation updates in wxProgressDialog (Christian Sturmlechner)
210 - the XRC contrib library was moved to the core
211 - wx(Choice/List/Note)book controls send CHANG(ED/ING) events in SetSelection
212 - it is now possible to create a wxFont with given size in pixels (d2walter)
213 - added wxTopLevelWindow::IsActive()
214 - wxSystemSettings::GetMetric now returns -1 for metrics that are not
215 supported, instead of zero.
216 - IMPLEMENT_DYNAMIC_CLASS2 macro compilation fixed (Serge Bakkal)
217
218 Unix:
219
220 - wxTaskBarIcon now supports freedesktop.org System Tray protocol
221 - security fixes to wxSingleInstanceChecker
222 - wx-config script was modified to allow choosing from multiple installed
223 builds of wxWidgets and to return flags/libs for selected libraries only
224 - wx-config has new --version-full option
225
226 wxCocoa:
227
228 - added Unicode compatibility layer for OSX 10.2
229 - fixed so that wxCocoa runs in OSX 10.2
230 - Tooltips now supported
231 - wxSound now supported
232 - wxDisplay now supported
233 - Some stock cursors now supported
234
235 wxMac:
236
237 - fixed MLTE text control GetLineText and GetLineLength on OSX
238 - added OSX wxTaskBarIcon implementation for the OSX Dock
239 - added Unicode compatibility layer for OSX 10.2
240 - wxGetKeyState now works with nearly all wx key codes
241
242 wxGTK:
243
244 - wxGTK uses GTK+ 2.x by default now, you have to pass --disable-gtk2 to
245 configure if you want to use GTK+ 1.2
246 - fixed many rendering artifacts and wrong colours with lots of GTK+ themes
247 - implemented wxColourDialog as native dialog
248 - implemented wxTextCtrl::HitTest() (GTK+ >= 2)
249 - implemented wxTextCtrl::ScrollLines() and ScrollPages for GTK+ 2.x
250 - wxTreeCtrl::GetCount() counts root as well now (compatible with MSW)
251 - added support for wxCHK_3STATE style (GTK2 only)
252 - implemented text underlining under GTK2
253 - implemented wxFRAME_NO_TASKBAR style (GTK >= 2.2)
254 - implemented support for wxSYS_DCLICK_?, wxSYS_DRAG_? and wxSYS_CURSOR_?
255 in wxSystemSettings::GetMetric (Mart Raudsepp)
256 - implemented wxTopLevel::IsMaximized() for GTK+2 and WMs that implement
257 freedesktop.org's wm-spec (Mart Raudsepp)
258 - wxEVT_CONTEXT_MENU is now generated for right mouse press, not release
259 - implemented alpha channel support in wxBitmap
260 - added native GTK+2 wxArtProvider implementation with ability to load
261 icons from icon theme in addition to recognized stock art
262 - fixed crash on 64 bit platforms (Paul Cornett)
263
264 wxMotif:
265
266 - added support for wxCHK_3STATE style (3 state checkbox)
267
268 wxMSW:
269
270 - fixed UNC paths handling in wxFileSystem (Daniel Nash)
271 - set wxKeyEvent::m_uniChar in Unicode build
272 - support for alpha channel in toolbar bitmaps (Jurgen Doornik)
273 - wxFileDialog can now be moved and centered (Randall Fox)
274 - restored (and improved) possibility to use wx with MFC broken in 2.5.2
275 - fixed wxTextCtrl::SetMaxLength for rich edit controls
276 - fixed flat style for toolbars under XP, Windows Classic style
277 - fixed truncation of transferred data in wxConnection under unicode build
278 - wxChoice and wxComboBox dropdown background can be set now too (Adrian Lupei)
279 - fixed wxMaximizeEvent generation in wxFrame
280 - don't send duplicate EVT_COMBOBOX events whenever selection changes any more
281 - implemented support for selecting printer bin (Steven Van Ingelgem)
282 - fixed wxListCtrl::SetSingleStyle() which was broken since a few releases
283 - fixed print setup problem (always uses default printer) in Unicode build
284
285 wxUniv/X11:
286
287 - fixed fatal crash when opening a menu
288
289 wxWinCE:
290
291 - added native WinCE driven smartphone wxTextCtrl implementation using spinners
292 - added native WinCE driven smartphone wxChoice implementation using spinners
293 - added automated but customizable handling of native WinCE driven smartphone menus
294 - fixed wxRadioBox and wxStaticBox
295
296 wxHTML:
297
298 - added support for nested index entries and index entries pointing to more
299 than one page to wxHtmlHelpController
300
301
302 2.5.2
303 -----
304
305 All:
306
307 - Hindi translation added (Dhananjaya Sharma)
308 - Brazilian Portuguese translation added (E. A. Tacao)
309 - wxDynamicCast() now uses static_cast<wxObject *> internally and so using it
310 with anything not deriving from wxObject will fail at compile time (instead
311 of run-time) now
312 - when wxUSE_STL == 1 and STL provides quasi-standard hash_map/hash_set,
313 wxHashMap/wxHashSet are just typedefs for them. This makes impossible
314 to forward declare these classes.
315
316 All (GUI):
317
318 - wxHtmlWindow now delays image scaling until rendering,
319 resulting in much better display of scaled images
320 - Added UpdateSize to wxSplitterWindow to allow layout while hidden
321 - implemented Freeze/Thaw() for wxGenericTreeCtrl (Kevin Hock)
322 - support for KOI8-U encoding added (Yuriy Tkachenko)
323 - The old wxADJUST_MINSIZE behaviour is now the default behaviour for
324 sizer items that are windows. This means that GetAdjustedBestSize
325 will now be called by default to determine the minimum size that a
326 window in a sizer should have. If you want to still use the initial
327 size (and not the BestSize) then use the wxFIXED_MINSIZE flag. When
328 windows are added to a sizer their initial size is made the window's
329 min size using SetSizeHints, and calls to wxSizer::SetItemMinSize
330 are also forwarded to SetSizeHints for window items.
331 - added wxRegEx::GetMatchCount()
332 - it is now possible to display images in wxHtmlListBox
333
334 wxMSW:
335
336 - wxWindow::Freeze()/Thaw() can now be nested
337 - Added wxSP_NO_XP_THEME style to wxSplitterWindow to switch off
338 XP theming (some applications look bad without 3D borders)
339 - wxMenuBar::GetLabelTop() doesn't include '&'s in the label any more
340 - wxRegConf couldn't read global settings without admin privileges and didn't
341 even try to do it by default -- now it does
342 - wxTaskBarIcon must be explicitly destroyed now, otherwise the application
343 won't exit even though there are no top level windows
344 - wxFileName::GetModificationTime() works with opened files too now
345 - wxDC::GetClippingBox() now works even for clipping regions created by Windows
346 - fixed wxFileDataObject in Unicode build (Alex D)
347 - subindented paragraphs support (Tim Kosse)
348
349 wxGTK:
350
351 - added support for wxTE_RIGHT and wxTE_CENTRE styles under GTK2 (Mart Raudsepp)
352
353 wxMotif:
354
355 - removed wxMenuItem::DeleteSubMenu()
356 - wxButtons use Motif default size, which is smaller than it used to be
357 and closer to wxMSW/wxGTK look. This can be disabled by setting
358 motif.largebuttons system option to 1 (see wxSystemOptions).
359
360 wxUniv/X11:
361
362 - implemented DrawRoundedRectangle() (clawghoul)
363
364 wxHTML:
365
366 - improved tables and lists layout algorithms (Tim Kosse)
367 - <div> handling fix (Xavier Nodet)
368
369 Unix:
370
371 - fixed priorities of mailcap entries (David Hart)
372 - added "wx-config --libs=std,<extra>" syntax (i.e. support for "std")
373
374 wxODBC:
375
376 - Full Unicode support is now available
377 - BLOB support is working
378
379
380 2.5.1
381 -----
382
383 All:
384
385 - event table macros now do some minimal type safety checks (Michael Sögtrop)
386 - added wxGzipInput/OutputStream, bug fixes in wxZlibStreams (M.J.Wetherell)
387 - wxDateTime::ParseDateTime() implemented (Linus McCabe)
388 - wxHTTP::GetResponse() added (David Nock)
389 - added conversions to/from UTF 16/32 LE/BE (Andreas Pflug)
390 - added wxTextInputStream::ReadChar() (M.J.Wetherell)
391 - added translation to Afrikaans (Petri Jooste)
392 - Spanish translations updated (Javier San Jose)
393 - added gettext plural forms support to wxLocale (Michael N. Filippov)
394 - wxFileName::Normalize(wxPATH_NORM_ALL) doesn't lower filename case any more
395 - wxFileName::Normalize(wxPATH_NORM_ENV_VARS) now works
396 - check if file exists in wxFileConfig::DeleteFile() (Christian Sturmlechner)
397 - when wxUSE_STL == 1 wxHashTable will not be implemented using wxHashMap
398 (as in 2.5.0).
399 - added some extra convenience functions to wxRect such as
400 GetBottomRight (Hajo Kirchhoff)
401 - changed built-in regex library to a Unicode-compatible version based
402 on TCL sources (Ryan Norton, M. J. Wetherell)
403 - added extra convenience functions to wxPoint for adding a
404 wxSize (Wlodzimierz Skiba)
405 - intermediate wxIPaddress class added to prepare for
406 wxIPV6address (Ray Gilbert)
407 - added overloaded constructors and Create() methods taking wxArrayString
408 for wxChoice, wxComboBox, wxListBox, wxRadioBox, wxCheckListBox,
409 wxSingleChoiceDialog, wxMultipleChoiceDialog
410 - renamed wxWave class to wxSound
411
412 All (GUI):
413
414 - added 3-state checkboxes for MSW/Mac (Dimitri Schoolwerth)
415 - added some support for C++ exceptions in the library (do read the manual!)
416 - added wxListCtrl::GetViewRect()
417 - added wxTextCtrl::MarkDirty()
418 - wxToolBar::ToggleTool() now works for radio buttons (Dag Ågren)
419 - wxListCtrl now sends an END_LABEL event if editing was cancelled, too
420 - bug in wxRect ctor from two [out of order] wxPoints fixed (Steve Cornett)
421 - status text is now restored after wxMenu help is shown in it
422 - bug in wxWindow::RemoveEventHandler() fixed (Yingjun Zhang)
423 - make it possible to use wxRTTI macros with namespaces (Benjamin I. Williams)
424 - wxColourDatabase API now uses objects instead of pointers
425 - added resolution option to JPEG image handler (Jeff Burton)
426 - added wxCalendarEvent::SetDate, wxCalendarEvent::SetWeekDay
427 - wxGenericDirCtrl now accepts multiple wildcards
428 - added focus event forwarding to wxGrid (Peter Laufenberg)
429 - fixed scrollbar problem in wxGrid (not showing scrollbars
430 when sizing smaller) (Shane Harper)
431 - dbbrowse demo fixed for Unicode (Wlodzimierz Skiba)
432 - added wxStatusBar support to XRC (Brian Ravnsgaard Riis)
433 - wxMenu::Append and etc. return a pointer to the wxMenuItem that was
434 added or inserted, or NULL on failure.
435 - using a -1 (wxID_ANY) for menu or toolbar item IDs will now generate new id
436 - added option to generate C++ headers to wxrc utility (Eduardo Marques)
437 - added wxDC::DrawPolyPolygon() for MSW/PS (Carl-Friedrich Braun)
438 - wxBufferedDC now allows to preserve the background and is documented
439 - added wxDC::GetPartialTextExtents
440
441 wxMSW:
442
443 - wxWidgets now builds under Win64
444 - fixed DDE memory leaks
445 - fixed wxTE_*WRAP styles handling
446 - wxTextCtrl::GetValue() works with text in non default encoding
447 - changed wxCrashReport to generate minidumps instead of text files
448 - wxRadioButtons are now checked when they get focus (standard behaviour)
449 - several fixes to owner drawn menu items (Christian Sturmlechner)
450 - wxGauge now supports full 32 bit range (Miroslav Rajcic)
451 - make it possible to give focus to the notebook tabs (Hajo Kirchhoff)
452 - MDI child frames are not always resizeable any more (Andrei Fortuna)
453 - fixed enumerating of entries/groups under '/' in wxRegConfig
454 - added wxSYS_ICONTITLE_FONT (Andreas Pflug)
455 - added wxPATH_NORM_SHORTCUT to wxFileName
456 - wxComboBox::GetValue within a wxEVT_COMMAND_TEXT_UPDATED event
457 should now pass the correct value even if the handler for
458 wxEVT_COMMAND_COMBOBOX_SELECTED changed the selection
459 - wxFileDialog now returns correct filter index for multiple-file dialogs
460 - added wxTextCtrl::HitTest()
461 - experimental wxURL implementation using WinInet functions (Hajo Kirchhoff)
462 - fixed several bugs in wxNotebook with wxNB_MULTILINE style
463 - accelerators are now initially hidden if appropriate (Peter Nielsen)
464 - background colour of a wxComboBox may now be set
465 - fixed wxListCtrl::GetItemText/BackgroundColour()
466 - Esc can now be used to close menus in the dialogs (Hartmut Honisch)
467 - Added msw.remap system option so colourful toolbar buttons
468 aren't mangled if you set it to 0. The default is 1
469 - Toolbar buttons are now centred if the bitmap size is smaller
470 than the specified default size
471 - Fixed a bug in wxSpinCtrl::DoGetBestSize that would make wxSpinCtrl too tall
472
473 wxGTK:
474
475 - fixes to wxTextCtrl scrolling under GTK2 (Nerijus Baliunas)
476 - fix for crash when using user-dashed lines (Chris Borgolte)
477 - fixed wxChoice::Delete() in presence of client data
478 - allow calling wxWindow::SetFont if window not yet created
479 - use same average character width as other ports when calculating dialog units
480 - fixed mouse wheel handling under GTK2 (Hugh Fisher)
481 - wxNotebook::HitTest() implemented (Daniel Lundqvist)
482 - memory leaks fixes in wxFileDialog (John Labenski)
483 - don't drop click events from triple clicks (Frode Solheim)
484
485 wxMac:
486
487 - use same average character width as other ports when calculating dialog units
488 - implemented handling of mouse wheel
489 - fix for long file names (longer than 32 characters) in file dialogs
490 - use Unix sockets for Mach-o builds
491
492 wxMotif:
493
494 - look for Motif 2.1 headers before Motif 1.2 ones in configure
495
496 wxHTML:
497
498 - wxHtmlHelpController now supports compressed MS HTML Help files (*.chm)
499 on Unix (Markus Sinner)
500
501 Unix:
502
503 - added XFree86 resolution changing using xf86vidmode extensions (Ryan Norton)
504 - implemented asynchronous playback in wxSound and added SDL backend in
505 addition to existing OSS one
506 - it is now possible to send PostScript to any output stream (Zoltan Kovacs)
507
508
509 2.5.0
510 -----
511
512 All:
513
514 - It is now possible to build several smaller libraries instead of single
515 huge wxWidgets library; wxBase is now dependency of GUI ports rather then
516 separately compiled library
517 - added wxDateSpan::operator==() and !=() (Lukasz Michalski)
518 - added wxFileName::GetForbiddenChars() (Dimitri Schoolwerth)
519 - use true/false throughout the library instead of TRUE/FALSE
520 - wxStopWatch::Start() resumes the stop watch if paused, as per the docs
521 - added wxDirTraverser::OnOpenError() to customize the error handling
522 - added wxArray::SetCount()
523 - wxFile, wxFFile, wxTextFile and wxTempFile now all use UTF-8 encoding
524 by default in Unicode mode
525 - bug in wxDateTime with timezones on systems with tm_gmtoff in struct tm fixed
526 - added wx/math.h (John Labenski)
527 - added Catalan translations (Pau Bosch i Crespo)
528 - added Ukrainian translations (Eugene Manko)
529 - fixed bug with deleting entries at root level in wxFileConfig
530 - chkconf.h now includes platform-specific versions (for MSW
531 and Mac) which contain some tests that were in setup.h
532 - added event sink argument to wxEvtHandler::Connect()
533 - added support for POST method and alt ports to wxHTTP (Roger Chickering)
534 - added wxSocket::IPAddress() (Chris Mellon)
535 - wxDataStreams can read/write many elements at once (Mickael Gilabert)
536 - added wxRecursionGuard class
537 - added wxThreadHelper class (Daniel Howard)
538 - Added STL support (--enable-stl for configure, wxUSE_STL in setup.h).
539 When enabled, wxString will derive from std::string, wxArray from,
540 std::vector, wxList from std::list. In addition wxHashTable will be
541 implemented in terms of wxHashMap.
542 - Added wxList::compatibility_iterator. Can be used like wxNode* (except
543 it can't be delete()d). It permits writing code which will work
544 both with wxUSE_STL==1 and wxUSE_STL==0.
545
546 wxBase:
547
548 - added Watcom makefiles
549 - fixed bug with searching in sorted arrays (Jürgen Palm)
550
551 All GUI ports:
552
553 - added wxVScrolledWindow, wxVListBox and wxHtmlLbox classes
554 - added wxListbook control
555 - added alpha channel support to wxImage
556 - added wxRenderer class allowing to customize the drawing of generic controls
557 - added wxCLOSE_BOX style for dialogs and frames
558 - added wxSplitterWindow and wxWizard handlers to XRC
559 - wxWizard is now sizer-friendly and may be made resizeable (Robert Vazan)
560 - added proportion to wxFlexGridSizer::AddGrowableRow/Col (Maxim Babitski)
561 - added wxFlexGridSizer::SetFlexibleDirection() (Szczepan Holyszewski)
562 - implemented GetEditControl for wxGenericTreeCtrl (Peter Stieber)
563 - improved contrib/utils/convertrc parsing (David J. Cooke)
564 - fixed handling of URLs and filenames in wxFileSystem
565 - implemented alignment for wxGrid bool editor and renderer
566 - support wxListCtrl columns alignment for all platforms and not just MSW
567 - added wxToolBar Add/InsertTool(tool) (Janusz Piwowarski)
568 - added wxTB_HORZ_TEXT style for MSW and GTK (Axel Schlueter)
569 - fixed user dash handling for MSW and GTK (Ken Edwards)
570 - WXR resources can now be used in Unicode builds
571 - it is now possible to use several wxFileHistory objects in the same menu
572 by giving them different base IDs (Dimitri Schoolwerth)
573 - Added wxTLW::SetShape with implementations for wxMSW and wxGTK (so far)
574 - FL: removed const from EnableTool parameters
575 - FL: signal child window when toolbar is closed
576 - In various places, changed tests for pathsep on last char of string to call
577 wxEndsWithPathSeparator(s)
578 - Added to defs.h a couple of macros (wxPtrToULong & wxULongToPtr)
579 - Minor improvements to document/view framework, including
580 delayed deletion of a document (until after the user has chosen
581 a new document), and more intelligent addition of filenames to
582 the file history, including not adding filenames if not using the
583 default extension for the template
584 - sped up wxImage::Scale using fixed point arithmetic (Wade Brainerd)
585 - Added BLOB support to wxDB (John Skiff)
586 - wxWizard now validates when pressing Back or Next
587 - Implemented wxNotebook::DoGetBestSize so Fit now works
588 - Added FindItemByPosition to wxMenu
589 - wxTimer now derives from wxEvtHandler and is its own owner object by default
590 - Extended wxTextAttr and added wxTextCtrl::GetStyle stub
591 to allow better rich text support.
592 - implemented wxFlexGridSizer::Show() (Wade Brainerd)
593 - Added m_ prefix to wxColourData and wxFontData members
594 - Added wxHtmlPrintout::AddFilter so HTML printing can be subject to
595 custom filters as well as HTML viewing.
596 - Moved wxApp::SendIdleEvents and wxApp::ProcessIdle into common code.
597 - wxWindow::OnInternalIdle is now used in all ports, and ensures that
598 user OnIdle events do not interfere with crucial internal processing.
599 - wxWindow::UpdateWindowUI is now a documented function that
600 sends wxUpdateUIEvents, and can be overridden. It has a helper function
601 DoUpdateWindowUI for taking appropriate wxUpdateUIEvent action.
602 - Added functions to wxUpdateUIEvent: Set/GetMode, Set/GetUpdateInterval,
603 CanUpdate, to assist with optimising update event frequency.
604 - Added functions to wxIdleEvent: Set/GetMode, CanSend, to
605 determine whether a window should receive idle events.
606 - Added wxWS_EX_PROCESS_IDLE, wxWS_EX_PROCESS_UI_UPDATES window
607 styles for use with conservative idle and update event modes.
608 - send menu update events only when a menu is about to be used (MSW/GTK)
609 - improved event processing performance (Hans Van Leemputten)
610 - added wxMirrorDC class
611 - printing improvements: GetPageInfo() gets called after the DC has
612 been set and after OnPreparePrinting() has been called so it can
613 report the number of pages accurately; doesn't try to set
614 number of pages in print dialog, in common with other Windows apps;
615 wxHTML easy printing's preview shows number of pages
616 correctly; preview scrollbars are set correctly; keyboard navigation
617 improved
618
619 Unix:
620
621 - fixed compilation on systems with zlib installed but < 1.1.3 version
622 - fixed compilation on Solaris 7 with large files support enabled
623 - added wxTaskBarIcon implementation for X11
624 - added support for GNU/Hurd in configure
625 - wxLocale::Init now tries to set .utf8 locale in Unicode mode (Andreas Pflug)
626
627 Generic controls:
628
629 - implemented wxListCtrl::Refresh() (Norbert Berzen)
630 - support adding/removing columns dynamically (Donald C. Taylor)
631 - wxToolBarSimple, property list classes, wxTreeLayout moved
632 to contrib/src/deprecated
633
634 wxGTK:
635
636 - added support for label mnemonics to GTK+2 build (Michael Moss)
637 - added native wxMessageDialog implementation for GTK+2 build
638 - fixed wxMenu::Remove (John Skiff and Benjamin Williams)
639 - made wxTextCtrl::EmulateKeyPress() work for Delete and Backspace
640 - fixed wxTopLevelWindow::ShowFullScreen to work with kwin, IceWM and
641 window managers that support _NET_WM_STATE_FULLSCREEN
642 - added wxEVT_MENU_OPEN event generation
643 - fixed bug in generic file selector causing incomplete file extensions to
644 be appended to filenames with no extension
645 - added wxTextCtrl::SetSelection implementation for GTK+ 2
646 - fixed wxTextCtrl::IsEditable() for GTK+ 2
647 - fixed wxStaticText alignment for GTK+ 2 (Kevin Hock)
648 - don't consume 100% CPU when showing a popup menu
649
650 wxMac:
651
652 - generate wxEVT_SCROLL_THUMBRELEASE and wxEVT_SCROLLWIN_THUMBRELEASE events
653 - generate wxEVT_MENU_OPEN and wxEVT_MENU_CLOSE events
654
655 wxMSW:
656
657 - possibility to use DIBs for wxBitmap implementation (Derry Bryson)
658 - added wxCrashReport
659 - wxStaticBitmap doesn't stretch its bitmap any longer (like other ports)
660 - support for accelerator keys in the owner drawn menus (Derry Bryson)
661 - wxCaret::SetSize() doesn't hide the caret any longer as it used to
662 - wxCheckListBox::Check() doesn't send CHECKLISTBOX_TOGGLE event any more
663 - fixed bugs in wxThread::Wait() and IsAlive()
664 - fixed bug with wxTR_EDIT_LABELS not working with wxTR_MULTIPLE
665 - fixes for compilation with OpenWatcom and DigitalMars compilers
666 - fixed wxStaticText best size calculation (was wrong by '&' width)
667 - fixed calling wxFrame::Maximize(FALSE) before the window is shown
668 - added wxNotebook::HitTest() (Otto Wyss)
669 - libraries built with makefile.g95 have a _min or _cyg suffix (MinGW/Cygwin)
670 - when using DLL, wxLocalFSHandler was not being exported
671 - fixed problem with wxEvtHandler object not removed from wxPendingEvents
672 - Windows XP manifest is now included in wx.rc; it is no longer necessary
673 to ship .exe.manifest file with applications to support XP themes
674 - wxLocale::Init no longer reports error if trying to set Unicode-only locale
675 or if user's default locale is Unicode-only
676 - improved border handling under Windows XP
677 - partial fix for wxNotebook pages looking bad under XP: wxUSE_UXTHEME
678 enables XP theme engine code, and wxUSE_UXTHEME_AUTO tells
679 wxWidgets to use the theme tab colour for control backgrounds.
680 - disable wxNB_RIGHT, wxNB_LEFT, wxNB_BOTTOM notebook styles under Windows XP
681 - fixed release mode build with VC 7.x (Martin Ecker)
682 - added support for wxALWAYS_SHOW_SB style
683 - you don't need to add opengl32.lib when using VC++ now (David Falkinder)
684
685 wxMotif:
686
687 - made wxFileDialog behaviour with complex wildcards more sensible (it still
688 does not support all the features other ports do); refer to wxFileDialog
689 documentation for a detailed explanation
690 - implemented wxWakeUpIdle
691 - for Motif 2.0, used the native combobox widget instead of the GPL'd
692 xmcombo; xmcombo is still used for Motif 1.x and Lesstif when compiled
693 with Motif 1.x compatibility
694 - implemented wxToggleButton
695 - wxRadioBox and wxStaticBox now use the default shadow (border) style
696 instead of a sunken border
697 - implemented wxBitmapDataObject
698 - finished wxClipboard implementation
699
700 wxUniv:
701
702 - controls in toolbars now supported
703
704 wxHTML:
705
706 - added text selection to wxHtmlWindow
707 - added SetFonts to HTML printing classes (Adrian Philip Look)
708 - it is now possible to force page break when printing by inserting
709 <div style="page-break-before:always"> into the markup (Greg Chicares)
710 - wxHtmlWindow now uses double buffering to prevent flicker
711
712
713 OLD CHANGES
714 ===========
715
716 INCOMPATIBLE CHANGES SINCE 2.2.x
717 ================================
718
719 Please take a few minutes to read the following list, especially
720 paying attention to the most important changes which are marked
721 with '!' in the first column.
722
723 Also please note that you should ensure that WXWIN_COMPATIBILITY_2_2
724 is defined to 1 if you wish to retain maximal compatibility with 2.2
725 series -- however you are also strongly encouraged to try to compile
726 your code without this define as it won't be default any longer in
727 2.6 release.
728
729 NB: if you want to build your program with different major versions
730 of wxWidgets you will probably find the wxCHECK_VERSION() macro
731 (see the documentation) useful.
732
733
734 wxBase:
735
736 ! wxArray<T>::Remove(size_t) has been removed to fix compilation problems
737 under 64 bit architectures, please replace it with RemoveAt() in your
738 code.
739
740 ! wxArray<T> macros have been changed to fix runtime problems under 64 bit
741 architectures and as a side effect of this WX_DEFINE_ARRAY() can only be
742 used now for the pointer types, WX_DEFINE_ARRAY_INT should be used for the
743 arrays containing non-pointers.
744
745 - wxObject::CopyObject() and Clone() methods were removed because they
746 simply don't make sense for all objects
747
748 - wxEvent now has a pure virtual Clone() method which must be implemented
749 by all derived classes, if you have user-defined event classes please
750 add "wxEvent *Clone() const { return new MyEvent(*this); }" line to them
751
752 - small change to wxStopWatch::Pause() semantics, please see the documentation
753
754 - unlikely but possible incompatibility: the definition of TRUE has changed
755 from "1" to "(bool)1" (and the same thing for FALSE), so the code which
756 could be erroneously compiled previously such as doing "return FALSE" from
757 a function returning a pointer would stop compiling now (but this change
758 is not supposed to have any effects on valid code)
759
760 - another minor change: wxApp::OnAssert() has a new "cond" argument, you
761 must modify YourApp::OnAssert() signature if you were using it to override
762 the default assert handling.
763
764 All (GUI):
765
766 ! the event type constants are not constants any more but are dynamically
767 allocated during run-time which means that they can't be used as case labels
768 in the switch()es, you must rewrite them to use if()s instead
769
770 You may also define WXWIN_COMPATIBILITY_EVENT_TYPES to get the old behaviour
771 but this is strongly discouraged, please consider changing your code
772 instead!
773
774 ! wxDialog does not derive from wxPanel any longer - if you were using it in
775 your code, please update it. The quick fix for the most cases is to replace
776 the occurrences of wxPanel with wxWindow.
777
778 ! if you handle (and don't skip) EVT_KEY_DOWN, the EVT_CHAR event is not
779 generated at all, so you must call event.Skip() in your OnKeyDown() if
780 you want to get OnChar() as well
781
782 - in general, the key events sent for the various non ASCII key combinations
783 have been changed to make them consistent over all supported platforms,
784 please see the wxKeyEvent documentation for details
785
786 - wxYES_NO is now wxYES | wxNO and the manifest values of both wxYES and wxNO
787 have changed (to fix some unfortunate clashes), please check your code to
788 ensure that no tests for wxYES or wxNO are broken: for example, the following
789 will *NOT* work any longer:
790
791 if ( flags & wxYES_NO )
792 ... do something ...
793 if ( flags & wxYES )
794 ... do something else ...
795
796 - static wxWizard::Create() doesn't exist any more, the wizards are created
797 in the same way as all the other wxWindow objects, i.e. by directly using
798 the ctor
799
800 - wxGLCanvas now derives directly from wxWindow, not wxScrolledWindow
801
802 - wxGridCellAttrProvider class API changed, you will need to update your code
803 if you derived any classes from it
804
805 - wxImage::ComputeHistogram()'s signature changed to
806 unsigned long ComputeHistogram(wxImageHistogram&) const
807
808 - wxEvtHandler cannot be copied/assigned any longer - this never worked but
809 now it results in compile-time error instead of run-time crashes
810
811 - WXK_NUMLOCK and WXK_SCROLL keys no longer result in EVT_CHAR() events,
812 they only generate EVT_KEY_DOWN/UP() ones
813
814 - the dialogs use wxApp::GetTopWindow() as the parent implicitly if the
815 parent specified is NULL, use wxDIALOG_NO_PARENT style to prevent this
816 from happening
817
818 - several obsolete synonyms are only retained in WXWIN_COMPATIBILITY_2_2 mode:
819 for example, use wxScrolledWindow::GetViewStart() now instead of ViewStart()
820 and GetCount() instead of Number() in many classes
821
822 - wxCmdLineParser does not use wxLog to output messages anymore.
823 to obtain the previous behaviour, add
824 wxMessageOutput::Set(new wxMessageOutputLog); to your program
825 (you will need to #include <wx/msgout.h>)
826
827 wxMSW:
828
829 ! build system changed: setup.h is not a static file in include/wx any more
830 but is created as part of the build process under lib/<toolkit>/wx
831 where <toolkit> is of the form (msw|univ)[dll][u][d]. You'll need to update
832 the include path in your make/project files appropriately. Furthermore,
833 xpm.lib is no longer used by wxMSW, it was superseded by the wxXPMDecoder
834 class. You'll need to remove all references to xpm.lib from your
835 make/project files. Finally, the library names have changed as well and now
836 use the following consistent naming convention: wxmsw[ver][u][d].(lib|dll)
837 where 'u' appears for Unicode version, 'd' -- for the debug one and version
838 is only present for the DLLs builds.
839
840 - child frames appear in the taskbar by default now, use wxFRAME_NO_TASKBAR
841 style to avoid it
842
843 - all overloads of wxDC::SetClippingRegion() combine the given region with the
844 previously selected one instead of replacing it
845
846 - wxGetHomeDir() uses HOME environment variable and if it is set will not
847 return the programs directory any longer but its value (this function has
848 never been meant to return the programs directory anyhow)
849
850 - wxHTML apps don't need to include wx/html/msw/wxhtml.rc in resources file
851 anymore. The file was removed from wxMSW
852
853
854 Unix ports:
855
856 ! You should use `wx-config --cxxflags` in your makefiles instead of
857 `wx-config --cflags` for compiling C++ files. CXXFLAGS contains CFLAGS
858 and the compiler flags for C++ files only, CFLAGS should still be used
859 to compile pure C files.
860
861
862 wxThread and related classes:
863
864 - The thread-related classes have been heavily changed since 2.2.x versions
865 as the old code had many serious problems. This could have resulted in
866 semantical changes other than those mentioned here, please review use of
867 wxThread, wxMutex and wxCondition classes in your code.
868
869 ! wxCondition now *must* be used with a mutex, please read the (updated) class
870 documentation for details and revise your code accordingly: this change was
871 unfortunately needed as it was impossible to ensure the correct behaviour
872 (i.e. absence of race conditions) using the old API.
873
874 - wxMutex is not recursive any more in POSIX implementation (it hasn't been
875 recursive in 2.2.x but was in 2.3.1 and 2.3.2), please refer to the class
876 documentation for the discussion of the recursive mutexes.
877
878 - wxMutex::IsLocked() doesn't exist any more and should have never existed:
879 this is was unique example of a thread-unsafe-by-design method.
880
881
882 OTHER CHANGES
883 =============
884
885 2.4.0
886 -----
887
888 wxMSW:
889
890 - fixed loss of client data in wxChoice::SetString()
891
892 2.3.4
893 -----
894
895 All:
896
897 - added (partial) Indonesian translations (Bambang Purnomosidi D. P.)
898 - added wxSizer::Show()/Hide() (Carl Godkin)
899 - fixed bugs in wxDateTime::SetToWeekDay()/GetWeek()
900
901 Unix (Base/GUI):
902
903 - minor OpenBSD compilation/linking fixes, now builds OOB under OpenBSD 3.1
904 - don't include -I/usr/include nor -I/usr/local/include in wx-config output
905 - shared library symbols are now versioned on platforms that support it (Linux)
906
907 wxGTK:
908 - Further work for GTK 2.0 and Unicode support.
909 - Addition of native frame site grip.
910
911 wxX11:
912 - Unicode support through Pango library.
913
914 wxMSW:
915
916 - fixed crashes in wxListCtrl under XP
917 - added context menu for rich edit wxTextCtrl
918
919 wxHTML:
920
921 - fixed wxHTML to work in Unicode build
922
923 2.3.3
924 -----
925
926 wxBase:
927
928 - building wxBase with Borland C++ is now supported (Michael Fieldings)
929 - wxSemaphore class added, many fixed to wxCondition and wxThread (K.S. Sreeram)
930 - fixes to the command line parsing error and usage messages
931 - modified wxFileName::CreateTempFileName() to open the file atomically
932 (if possible) and, especially, not to leak the file descriptors under Unix
933 - memory leak in wxHTTP fixed (Dimitri Schoolwerth)
934 - fixes to AM_PATH_WXCONFIG autoconf macro
935 - added wxHashMap class that replaces type-unsafe wxHashTable and is modelled
936 after (non standard) STL hash_map
937 - wxLocale now works in Unicode mode
938 - wxLocale can now load message catalogs in arbitrary encoding
939 - added wxShutdown() function (Marco Cavallini)
940 - added wxEXPLICIT macro
941 - IPC classes improved and memory leaks fixed (Michael Fielding).
942 Global buffer removed, duplication in docs removed
943 - debug new/free implementations made thread-safe
944
945 Unix (Base/GUI):
946
947 - wxWidgets may be built using BSD and Solaris (and possibly other) make
948 programs and not only GNU make
949 - wxTCP-based IPC classes now support communicating over Unix domain sockets
950 - wxWidgets may be built as a dynamic shared library under Darwin / Mac OS X
951 lazy linking issues have been solved by linking a single module (.o) into
952 the shared library (two step link using distrib/mac/shared-ld-sh)
953 - fixed thread priority setting under Linux
954
955 All (GUI):
956
957 - it is now possible to set the icons of different sizes for frames (e.g. a
958 small and big ones) using the new wxIconBundle class
959 - implemented radio menu items and radio toolbar buttons
960 - added possibility to show text in the toolbar buttons
961 - added wxArtProvider class that can be used to customize the look of standard
962 wxWidgets dialogs
963 - significantly improved native font support
964 - wxImage::ComputeHistogram() now uses wxImageHistogram instead of type-unsafe
965 wxHashTable
966 - added IFF image handler
967 - fixed using custom renderers in wxGrid which was broken in 2.3.2
968 - support for multiple images in one file added to wxImage
969 (TIFF, GIF and ICO formats)
970 - support for CUR and ANI files in wxImage added (Chris Elliott)
971 - wxTextCtrl::GetRange() added
972 - added wxGetFontFromUser() convenience function
973 - added EVT_MENU_OPEN and EVT_MENU_CLOSE events
974 - added Hungarian translations (Janos Vegh)
975 - added wxImage::SaveFile(filename) method (Chris Elliott)
976 - added wxImage::FloodFill and implemented wxWindowDC::DoFloodFill method
977 for GTK+, Mac, MGL, X11, Motif ports (Chris Elliott)
978 - added (platform-dependent) scan code to wxKeyEvent (Bryce Denney)
979 - added wxTextCtrl::EmulateKeyPress()
980 - Added wxMouseCaptureChangedEvent
981 - Added custom character filtering to wxTextValidator
982 - wxTreeCtrl now supports incremental keyboard search
983 - wxMessageOutput class added
984 - wxHelpProvider::RemoveHelp added and called from ~wxWindowBase
985 so that erroneous help strings are no longer found as the hash
986 table fills up
987 - updated libpng from 1.0.3 to 1.2.4
988 - Added wxView::OnClosingDocument so the application can do cleanup.
989 - generic wxListCtrl renamed to wxGenericListCtrl, wxImageList
990 renamed to wxGenericImageList, so they can be used on wxMSW
991 (Rene Rivera).
992 - Added wxTreeEvent::IsEditCancelled so the application can tell
993 whether a label edit was cancelled.
994 - added static wxFontMapper::Get() accessor
995
996 wxMSW:
997
998 - small appearance fixes for native look under Windows XP
999 - fixed the bug related to the redrawing on resize introduced in 2.3.2
1000 - fixed multiple bugs in wxExecute() with IO redirection
1001 - refresh the buttons properly when the window is resized (Hans Van Leemputten)
1002 - huge (40*) speed up in wxMask::Create()
1003 - changing wxWidgets styles also changes the underlying Windows window style
1004 - wxTreeCtrl supports wxTR_HIDE_ROOT style (George Policello)
1005 - fixed flicker in wxTreeCtrl::SetItemXXX()
1006 - fixed redraw problems in dynamically resized wxStaticText
1007 - improvements to wxWidgets applications behaviour when the system colours
1008 are changed
1009 - choose implicit parent for the dialog boxes better
1010 - fixed wxProgressDialog for ranges > 65535
1011 - wxSpinButton and wxSpinCtrl now support full 32 bit range (if the version
1012 of comctl32.dll installed on the system supports it)
1013 - wxFontEnumerator now returns all fonts, not only TrueType ones
1014 - bugs in handling wxFrame styles (border/caption related) fixed
1015 - showing a dialog from EVT_RADIOBUTTON handler doesn't lead to an infinite
1016 recursion any more
1017 - wxTextCtrl with wxTE_RICH flag scrolls to the end when text is appended to it
1018 - the separators are not seen behind the controls added to the toolbar any more
1019 - wxLB_SORT style can be used with wxCheckListBox
1020 - wxWindowDC and wxClientDC::GetSize() works correctly now
1021 - Added wxTB_NODIVIDER and wxTB_NOALIGN so native toolbar can be used in FL
1022 - Multiline labels in buttons are now supported (simply use "\n" in the label)
1023 - Implemented wxMouseCaptureChangedEvent and made wxGenericDragImage check it
1024 has the capture before release it.
1025 - fixed bugs in multiple selection wxCheckListBox
1026 - default button handling is now closer to expected
1027 - setting tooltips for wxSlider now works
1028 - disabling a parent window also disables all of its children (as in wxGTK)
1029 - multiple events avoided in wxComboBox
1030 - tooltip asserts avoided for read-only wxComboBox
1031 - fixed a race condition during a thread exit and a join
1032 - fixed a condition where a thread can hang during message/event processing
1033 - increased space between wxRadioBox label and first radio button
1034 - don't fail to register remaining window classes if one fails to register
1035 - wxFontDialog effects only turned on if a valid colour was
1036 provided in wxFontData
1037 - Added wxTE_LEFT, wxTE_CENTRE and wxTE_RIGHT flags for text control alignment.
1038 - Bitmap printing uses 24 bits now, not 8.
1039
1040 wxGTK:
1041
1042 - wxDirDialog now presents the file system in standard Unix way
1043 - wxButton now honours wxBU_EXACTFIT
1044 - wxStaticBox now honours wxALIGN_XXX styles
1045 - added support for non alphanumeric simple character accelerators ('-', '=')
1046 - new behaviour for wxWindow::Refresh() as it now produces a delayed refresh.
1047 Call the new wxWindow::Update() to force an immediate update
1048 - support for more SGI hardware (12-bit mode among others)
1049 - fixed wxDC::Blit() to honour source DC's logical coordinates
1050 - implemented wxIdleEvent::RequestMore() for simple background tasks
1051 - implemented wxChoice::Delete()
1052 - fixed bad memory leak in wxFileDialog (Chris Elliott)
1053 - made internal GC pool dynamically growable
1054 - added GTK+ 2 and Unicode support
1055
1056 wxMotif:
1057
1058 - improved colour settings return values (Ian Brown)
1059 - improved border style handling for wxStaticText (Ian Brown)
1060 - improved toolbar control alignment
1061 - implemented wxSpinButton
1062 - implemented wxCheckListBox
1063 - fixed wxSpinCtrl and wxStaticLine when used with sizers
1064 - wxStaticBitmap now shows transparent icons correctly
1065
1066 wxX11:
1067
1068 - added generic MDI implementation (Hans Van Leemputten)
1069 - first cut at wxSocket support (not yet working)
1070
1071 wxMac:
1072
1073 - Many improvements
1074
1075 wxOS2:
1076
1077 - First alpha-quality release
1078
1079 wxHTML:
1080
1081 - fixed wxHtmlHelpController's cache files handling on big endian machines
1082 - added blocking and redirecting capabilities to wxHtmlWindow via
1083 wxHtmlWindow::OnOpeningURL()
1084 - fixed alignment handling in tables
1085 - fixed <font face="..."> handling to be case insensitive
1086
1087 2.3.2
1088 -----
1089
1090 New port: wxUniv for Win32/GTK+ is now included in the distribution.
1091
1092 wxBase:
1093
1094 - wxRegEx class added
1095 - wxGetDiskSpace() function added (Jonothan Farr, Markus Fieber)
1096 - wxTextBuffer and wxTextFile(wxStream) added (Morten Hanssen)
1097 - more fixes to wxMBConv classes. Conversion to and from wchar_t now works with
1098 glibc 2.2 as well as with glibc 2.1. Unix version now checks for iconv()'s
1099 capabilities at runtime instead of in the configure script.
1100
1101 All (GUI):
1102
1103 - support for virtual list control added
1104 - column images in report mode of the list control
1105 - wxFindReplaceDialog added (based on work of Markus Greither)
1106 - wxTextCtrl::SetMaxLength() added (wxMSW/wxGTK)
1107 - polygon support in wxRegion (Klaas Holwerda)
1108 - wxStreamToTextRedirector to allow easily redirect cout to wxTextCtrl added
1109 - fixed bug with using wxExecute() to capture huge amounts of output
1110 - new wxCalendarCtrl styles added (Søren Erland Vestø)
1111 - wxWizard changes: loading from WXR support, help button (Robert Cavanaugh)
1112 - wxDirSelector() added (Paul A. Thiessen)
1113 - wxGrid cell editing veto support (Roger Gammans)
1114 - wxListCtrl ITEM_FOCUSED event added
1115 - support for ICO files in wxImage added (Chris Elliott)
1116 - improvements to wxDragImage (Chuck Messenger)
1117
1118 wxMSW:
1119
1120 - support for the DBCS fonts (CP 932, 936, 949, 950) (Nathan Cook)
1121 - new library naming convention under VC++ -- please change your application
1122 project files
1123
1124 wxGTK:
1125
1126 - fixed popup menu positioning bug
1127 - fixed the edit function for wxListCtrl (Chuck Messenger)
1128 - fixed the key-hitting events for wxListCtrl and wxTreeCtrl, so they
1129 correctly return the key which was pressed (Chuck Messenger)
1130
1131 wxMac:
1132
1133 - support for configuration and build under Mac OS X using the Apple Developer
1134 Tools
1135
1136 wxHTML:
1137
1138 - new HTML parser with correct parsing of character entities and fixes
1139 to tags parsing
1140 - added support for animated GIFs
1141
1142 2.3.1
1143 -----
1144
1145 wxBase:
1146
1147 - Fixes for gcc 3.0
1148 - Fixed new charset detection code
1149 - ODBC Informix fixes (submitted by Roger Gammans)
1150 - Added ODBC date support to wxVariant
1151 - Added wxDir::Traverse
1152 - Added wxSingleInstanceChecker class
1153 - Removed redundant wxDebugContext functions using C++ streams,
1154 so now standard stream usage should be unnecessary
1155
1156 All (GUI):
1157
1158 - Added wxDbGrid class for displaying ODBC tables
1159 - Added EVT_GRID_EDITOR_CREATED and wxGridEditorCreatedEvent so the
1160 user code can get access to the edit control when it is created, (to
1161 push on a custom event handler for example)
1162 - Added wxTextAttr class and SetStyle, SetDefaultStyle and
1163 GetDefaultStyle methods to wxTextCtrl
1164 - Added wxSingleInstanceChecker
1165 - Improvements to Tex2RTF
1166 - Added Paul and Roger Gammans' grid controls
1167 - Bug in wxDocument::Save logic corrected, whereby Save didn't save when not
1168 first-time saved
1169 - Fixed memory leak in textcmn.cpp
1170 - Various wxXML enhancements
1171 - Removed wxCLIP_CHILDREN style from wxSplitterWindow
1172 - Fixed memory leak in DoPrint, htmprint.cpp
1173 - Fixed calendar sample bug with using wxCommandEvent::GetInt()
1174 instead of GetId()
1175 - Added wxDbGrid combining wxODBC classes with wxGrid
1176 - Added more makefiles and project files for contrib hierarchy
1177
1178 wxMSW:
1179
1180 - Fixed wxApp::ProcessMessage so controls don't lose their
1181 accelerators when the accelerators are redefined elsewhere
1182 - Accelerators consisting of simple keystrokes (without control,
1183 alt or shift) now work
1184 - Compile fixes for Watcom C++ added
1185 - Compile fixes for Cygwin 1.0 added
1186 - Use SetForegroundWindow() in wxWindow::Raise() instead of BringWindowToTop()
1187 - Replaced wxYield() call in PopupMenu() by a much safer
1188 wxYieldForCommandsOnly() - fixes tree ctrl popup menu bug and other ones
1189 - Enter processing in wxSpinCtrl fixed
1190 - Fixed bug in determining the best listbox size
1191 - Fix for wxFrame's last focus bug
1192 - We now send iconize events
1193 - Fixed wxFrame::SetClientSize() with toolbar bug
1194 - Added mousewheel processing
1195 - Added wxSystemSettings::Get/SetOption so we can configure
1196 wxWidgets at run time; used this to implement no-maskblt option
1197 in wxDC
1198 - Fixed bug when using MDIS_ALLCHILDSTYLES style: so now MDI
1199 child frame styles are honoured
1200
1201 wxGTK:
1202
1203 - Fixed slider rounding bug
1204 - Added code to set wxFont's default encoding to wxLocale::GetSystemEncoding()
1205 - We now send iconize events
1206 - Fix for discrepancies between wxNotebookEvent and wxNotebook
1207 GetSelection() results
1208
1209 2.3.0
1210 -----
1211
1212 wxBase:
1213
1214 - fixed problem with wxURL when using static version of the library
1215 - wxZipFSHandler::FindFirst() and FindNext() now correctly list directories
1216 - wxMimeTypesManager now can create file associations too (Chris Elliott)
1217 - wxCopyFile() respects the file permissions (Roland Scholz)
1218 - wxFTP::GetFileSize() added (Søren Erland Vestø)
1219 - wxDateTime::IsSameDate() bug fixed
1220 - wxTimeSpan::Format() now behaves more as expected, see docs
1221 - wxLocale now provides much more convenient API for setting language and
1222 detecting current system language. New API is more abstracted and truly
1223 cross-platform, independent of underlying C runtime library.
1224
1225 All (GUI):
1226
1227 - new wxToggleButton class (John Norris, Axel Schlueter)
1228 - wxCalendarCtrl not highlighting the date with time part bug fixed
1229 - wxADJUST_MINSIZE sizer flag added
1230 - FindOrCreateBrush/Pen() bug fix for invalid colour values
1231 - new wxXPMHandler for reading and writing XPM images
1232 - added new (now recommended) API for conversion between wxImage and wxBitmap
1233 (wxBitmap::ConvertToImage() and wxBitmap::wxBitmap(wxImage&) instead of
1234 wxImage methods and ctor)
1235 - ODBC classes now support DB2, Interbase, and Pervasive SQL
1236 - ODBC documentation complete!!
1237 - ODBC classes have much Unicode support added, but not complete
1238 - ODBC experimental BLOB support added, but not completely tested
1239 - ODBC NULL column support completed (Roger/Paul Gammans)
1240 - ODBC All "char *" and char arrays removed and replaced with wxString use
1241
1242 wxMSW:
1243
1244 - threads: bug in wxCondition::Broadcast fixed (Pieter van der Meulen)
1245 - fixed bug in MDI children flags (mis)handling
1246 - it is possible to compile wxCHMHelpController with compilers
1247 other than Visual C++ now and hhctrl.ocx is loaded at runtime
1248
1249 wxGTK:
1250
1251 - added support for wchar_t (wxUSE_WCHAR_T) under Unix
1252
1253 wxHTML:
1254
1255 - mew feature, wxHtmlProcessor for on-the-fly modification of HTML markup
1256 - visual enhancements to contents panel of wxHtmlHelpController
1257
1258 2.2.0
1259 -----
1260
1261 wxBase:
1262
1263 - Fixed bug with directories with trailing (back)slashes in wxPathExists
1264 - wxString: added wxArrayString::operator==() and !=()
1265 - Fixes for wxCmdLineParser
1266 - Added wxGetLocalTimeMillis
1267 - Completed Czech translations
1268 - Some stream corrections
1269 - added missing consts to wxPoint operators
1270 - wxDateTime ParseFormat fixes
1271 - wxFile::Open(write_append) will create file if it doesn't exist
1272 - small fixes to MIME mailcap test command handling, more MIME tests in the sample
1273
1274 All (GUI):
1275
1276 - wxGenericDragImage now allows virtual image drawing, and
1277 flicker-free dragging is now possible
1278 - Added wxPrinter::GetLastError
1279 - Fixed wxLogGui reentrancy problem
1280 - Paper names now translated
1281 - wxGrid fixes
1282 - Generic validator now caters for more cases (integers in
1283 wxTextCtrl, strings in wxChoice, wxComboBox)
1284 - Fixed crash when docview On... functions return FALSE. Show
1285 error message when an non-existent filename is typed into the Open
1286 File dialog.
1287 - Corrected Baltic font encoding handling
1288 - wxImage: enhanced TIFF code, added new platform-independent BMP
1289 writing code
1290 - wxKeyEvent::GetKeyCode() and HasModifiers() added and documented
1291 - Fixed wxPropertyForm crashes in sample
1292 - wxWizard now calls TransferDataFromWindow() before calling
1293 wxWizardPage::GetNext() fixing an obvious bug
1294
1295 wxMSW:
1296
1297 - wxWindow::GetCharWidth/Height now calculated accurately.
1298 This will affect all .wxr dialog resources, so for
1299 backward compatibility, please set
1300 wxDIALOG_UNIT_COMPATIBILITY to 1 in setup.h
1301 - wxListCtrl: set item text in LIST_ITEM_ACTIVATED events
1302 - wxTextCtrl: implemented setting colours for rich edit controls
1303 - wxColour now accepts both grey and gray
1304 - BC++ DLL compilation fixed
1305 - Watcom C++ makefiles improved for JPEG and TIFF compilation
1306 - Fixed submenu accelerator bug
1307 - Fixed dialog focus bug (crash if the previous window to have
1308 the focus was destroyed before the dialog closed)
1309 - Too-small default wxTextCtrl height fixed
1310 - fixed "missing" initial resize of wxMDIChildFrame
1311 - wxFrame restores focus better
1312 - Now ignore wxTHICK_FRAME in wxWindow constructor: only relevant to
1313 frames and dialogs, interferes with other window styles otherwise
1314 (sometimes you'd get a thick frame in a subwindow)
1315 - wxTextCtrl insertion point set to the beginning of the control by SetValue
1316 - Fix so wxMDIParentFrame is actually shown when Show(TRUE) is called.
1317 - wxFileDialog: adjusts struct size if there's an error (struct
1318 sizes can be different on different versions of Windows)
1319 - wxImageList::GetSize() documented and added to wxMSW
1320 - fixed default dialog style to make them non resizeable again
1321 - fixed wxFrame::IsShown() which always returned TRUE before
1322
1323 wxGTK:
1324
1325 - Please see docs/gtk/changes.txt.
1326
1327 wxMotif:
1328
1329 - Small compilation fixes
1330
1331 Documentation:
1332
1333 - wxCaret documented
1334
1335 2.1.16
1336 ------
1337
1338 wxBase:
1339
1340 All (GUI):
1341
1342 wxMSW:
1343
1344 - Various bug fixes
1345 - Added wxCHMHelpController, for invoking MS HTML Help
1346 files. This works under VC++ only
1347 - Modal dialog handling improved
1348 - Printer dialog now modal
1349
1350 wxGTK:
1351
1352 - Various bug fixes
1353
1354 wxMotif:
1355
1356 - Various bug fixes
1357
1358 2.1.15
1359 ------
1360
1361 Documentation:
1362
1363 - Added docs/tech for technical notes
1364
1365 File hierarchy:
1366
1367 - Started new contrib hierarchy that mirrors
1368 the main lib structure; moved OGL and MMedia into it
1369
1370 wxBase:
1371
1372 - wxSocket support
1373 - wxDateTime replaces and extends old wxDate and wxTime classes (still
1374 available but strongly deprecated) with many new features
1375 - wxLongLong class provides support for (signed) 64 bit integers
1376 - wxCmdLineParser class for parsing the command line (supporting short and
1377 long options, switches and parameters of different types)
1378 - it is now possible to build wxBase under Win32 (using VC++ only so far)
1379 and BeOS (without thread support yet)
1380 - wxThread class modified to support both detached and joinable threads, also
1381 added new GetCPUCount() and SetConcurrency() functions (useful under Solaris
1382 only so far)
1383 - wxDir class for enumerating files in a directory
1384 - wxLog functions are now (more) MT-safe
1385 - wxStopWatch class, timer functions have more chances to return correct
1386 results for your platform (use ANSI functions where available)
1387 - wxString::ToLong, ToULong, ToDouble methods and Format() static one added
1388 - buffer overflows in wxString and wxLog classes fixed (if snprintf() function
1389 is available)
1390 - wxArray::RemoveAt() replaces deprecated wxArray::Remove(index)
1391
1392 all (GUI):
1393
1394 - Added wxImage::Rotate.
1395 - new wxCalendarCtrl class for picking a date interactively
1396 - wxMenu(Bar)::Insert() and Remove() functions for dynamic menu management
1397 - wxToolBar supports arbitrary controls (not only buttons) and can be
1398 dynamically changed (Delete/Insert functions)
1399 - vertical toolbars supported by MSW and GTK native wxToolBar classes
1400 - wxTreeCtrl and wxListCtrl allow setting colour/fonts for individual items
1401 - "file open" dialog allows selecting multiple files at once (contributed by
1402 John Norris)
1403 - wxMimeTypesManager uses GNOME/KDE MIME database to get the icons for the
1404 MIME types if available (Unix only)
1405 - wxDC::DrawRotatedText() (based on contribution by Hans-Joachim Baader)
1406 - TIFF support added (libtiff required and included in the distribution)
1407 - PCX files can now be written (256 and 24 bits)
1408 - validators may work recursively if wxWS_EX_VALIDATE_RECURSIVELY is set
1409 - wxScrolledWindow now has keyboard interface
1410 - wxTextEntryDialog may be used for entering passwords (supports wxTE_PASSWORD)
1411 - added wxEncodingConverter and improved wxFontMapper
1412 for dealing with conversions between different encodings,
1413 charsets support in wxLocale and wxHTML
1414 - wxDragImage class added
1415 - samples/help improved to show standard and advanced HTML help
1416 controllers, as well as native help
1417 - moved wxTreeLayout class to main lib
1418
1419 wxMSW:
1420
1421 - wxFrame::MakeFullScreen added.
1422 - support for enhanced metafiles added, support for copying/pasting metafiles
1423 (WMF and enhanced ones) fixed/added.
1424 - implemented setting colours for push buttons
1425 - wxStatusBar95 may be now used in dialogs, panels (not only frames) and can be
1426 positioned along the top of the screen and not only at the bottom
1427 - wxTreeCtrl::IsVisible() bug fixed (thanks to Gary Chessun)
1428 - loading/saving big (> 32K) files in wxTextCtrl works
1429 - tooltips work with wxRadioBox
1430 - wxBitmap/wxIcon may be constructed from XPM included into a program, as in
1431 Unix ports
1432 - returning FALSE from OnPrintPage() aborts printing
1433 - VC++ makefiles and project files made (mostly) consistent
1434 - wxSetCursorEvent added
1435
1436 wxGTK:
1437
1438 - wxFontMapper endless recursion bug (on some systems) fixed
1439 - wxGTK synthesizes wxActivateEvents
1440 - UpdateUI handlers may be used with wxTextCtrl
1441
1442 wxMotif:
1443
1444 - wxMenu::Enable works
1445 - wxToolBar bugs fixed
1446 - OGL samples made to work again
1447
1448 wxHTML:
1449
1450 - almost complete rewrite of wxHtmlHelpController,
1451 including faster search, bookmarks, printing, setup dialog
1452 and cross-platform binary compatible .cached files for faster
1453 loading of large helpbooks, case insensitive search
1454 split into 3 parts: wxHtmlHelpData, Frame and Controller
1455 - added support for charsets and <meta> tag
1456 - added support for font faces and justified paragraphs,
1457 taken some steps to prepare wxHTML for frames
1458 - added dynamic pushing/popping of wxHtmlParser tag handlers
1459 - improved HTML printing
1460 - added extensive table of HTML characters substitutions (&nbsp; etc.)
1461 - fixed wxHtmlWindow flickering, several minor bugfixes
1462 - added some tags: <address>, <code>, <kbd>, <samp>, <small>, <big>,
1463 fixed handling of relative and absolute font sizes in <font size>
1464
1465
1466 NOTE: for changes after wxWidgets 2.1.0 b4, please see the CVS
1467 change log.
1468
1469 2.1.0, b4, May 9th 1999
1470 -----------------------
1471
1472 wxGTK:
1473
1474 - JPEG support added.
1475 - Many fixes and changes not thought worth mentioning in this file :-)
1476
1477 wxMSW:
1478
1479 - wxNotebook changes: can add image only; wxNB_FIXEDWIDTH added;
1480 SetTabSize added.
1481 - JPEG support added.
1482 - Fixes for Cygwin compilation.
1483 - Added wxGA_SMOOTH and wxFRAME_FLOAT_ON_PARENT styles.
1484 - Many fixes people didn't tell this file about.
1485
1486 wxMotif:
1487
1488
1489 General:
1490
1491 - Some changes for Unicode support, including wxchar.h/cpp.
1492
1493
1494 2.0.1 (release), March 1st 1999
1495 -------------------------------
1496
1497 wxGTK:
1498
1499 - wxGLCanvas fixes.
1500 - Slider/spinbutton fixes.
1501
1502 wxMSW:
1503
1504 - Fixed problems with <return> in dialogs/panels.
1505 - Fixed window cursor setting.
1506 - Fixed toolbar sizing and edge-clipping problems.
1507 - Some makefile fixes.
1508
1509 wxMotif:
1510
1511 - None.
1512
1513 General:
1514
1515 - Added wxUSE_SOCKETS.
1516 - More topic overviews.
1517 - Put wxPrintPaperType, wxPrintPaperDatabase into
1518 prntbase.h/cpp for use in non-PostScript situations
1519 (e.g. Win16 wxPageSetupDialog).
1520
1521
1522 Beta 5, February 18th 1999
1523 --------------------------
1524
1525 wxGTK:
1526
1527 - wxExecute improved.
1528
1529 wxMSW:
1530
1531 - Fixed wxWindow::IsShown (::IsWindowVisible doesn't behave as
1532 expected).
1533 - Changed VC++ makefiles (.vc) so that it's possible to have
1534 debug/release/DLL versions of the library available simultaneously,
1535 with names wx.lib, wx_d.lib, wx200.lib(dll), wx200_d.lib(dll).
1536 - Added BC++ 5 IDE files and instructions.
1537 - Fixed wxChoice, wxComboBox constructor bugs (m_noStrings initialisation).
1538 - Fixed focus-related crash.
1539
1540 wxMotif:
1541
1542 - Cured asynchronous wxExecute crash.
1543 - Added repaint event handlers to wxFrame, wxMDIChildFrame.
1544
1545 General:
1546
1547 - wxLocale documented.
1548 - Added include filenames to class reference.
1549 - wxHelpController API changed: SetBrowser becomes SetViewer,
1550 DisplaySection works for WinHelp, help sample compiles under Windows
1551 (though doesn't display help yet).
1552
1553 Beta 4, February 12th 1999
1554 --------------------------
1555
1556 wxGTK:
1557
1558 - Miscellaneous fixes.
1559
1560 wxMSW:
1561
1562 - Makefiles for more compilers and samples; Cygwin makefiles
1563 rationalised.
1564 - Added VC++ project file for compiling wxWidgets as DLL.
1565
1566 wxMotif:
1567
1568 - Added OnEraseBackground invocation.
1569 - Added wxRETAINED implementation for wxScrolledWindow.
1570 - Cured scrolling display problem by adding XmUpdateDisplay.
1571 - Tried to make lex-ing in the makefile more generic (command line
1572 syntax should apply to both lex and flex).
1573 - Changed file selector colours for consistency (except for buttons:
1574 crashes for some reason).
1575 - Fixed wxMotif version of wxImage::ConvertToBitmap (used new instead
1576 of malloc, which causes memory problems).
1577
1578 General:
1579
1580 - Further doc improvements.
1581 - wxGenericValidator added.
1582 - Added wxImageModule to image.cpp, so adds/cleans up standard handlers
1583 automatically.
1584
1585 Beta 3, January 31st 1999
1586 -------------------------
1587
1588 wxGTK:
1589
1590 - wxClipboard/DnD API changes (still in progress).
1591 - wxToolTip class added.
1592 - Miscellaneous fixes.
1593
1594 wxMSW:
1595
1596 - wxRegConfig DeleteAll bug fixed.
1597 - Makefiles for more compilers.
1598 - TWIN32 support added.
1599 - Renamed VC++ makefiles from .nt to .vc, and
1600 factored out program/library settings.
1601 - Fixed wxIniConfig bug.
1602
1603 wxMotif:
1604
1605 - A few more colour fixes.
1606 - wxGLCanvas and OpenGL samples working.
1607 - Some compiler warnings fixed.
1608 - wxChoice crash fix.
1609 - Dialog Editor starting to work on Motif.
1610
1611 General:
1612
1613 - wxBusyCursor class added.
1614 - Added samples/dde.
1615 - More doc improvements, incl. expanding docs/html/index.htm.
1616
1617 Beta 2, January 1999
1618 --------------------
1619
1620 wxGTK:
1621
1622 wxMSW:
1623
1624 - 16-bit BC++ compilation/linking works albeit without the resource system.
1625
1626 wxMotif:
1627
1628 - Cured wxScreenDC origin problem so e.g. sash window sash is drawn at
1629 the right place.
1630 - Cured some widget table clashes.
1631 - Added thread support (Robert).
1632 - wxPoem sample now works.
1633
1634 General:
1635
1636 - Rearranged documentation a bit.
1637 - Sash window uses area of first frame/dialog to paint over when drawing
1638 the dragged sash, not just the sash window itself (it clipped to the right
1639 or below).
1640 - Made resource sample use the correct Cancel button id.
1641 - Moved wxProp to main library (generic directory), created proplist
1642 sample.
1643 - Added bombs and fractal samples.
1644
1645 Beta 1, December 24th 1998
1646 --------------------------
1647
1648 wxGTK:
1649
1650 - Various
1651
1652 wxMSW, wxMotif: not in sync with this release.
1653
1654
1655 Alpha 18, December 29th 1998
1656 ----------------------------
1657
1658 wxMSW:
1659
1660 - Win16 support working again (VC++ 1.5)
1661 - Win16 now uses generic wxNotebook, wxListCtrl,
1662 wxTreeCtrl -- more or less working now, although
1663 a little work on wxNotebook is still needed.
1664 Under 16-bit Windows, get assertion when you click
1665 on a tab.
1666 - Wrote 16-bit BC++ makefiles: samples don't yet link.
1667 - Added CodeWarrior support to distribution courtesy
1668 of Stefan Csomor.
1669
1670 wxMotif:
1671
1672 - Cured scrolling problem: scrollbars now show/hide themselves
1673 without (permanently) resizing the window.
1674 - Removed some commented-out lines in wxScrolledWindow::AdjustScrollbars
1675 that disabled scrollbar paging.
1676 - Set background colour of drawing area in wxWindow, so e.g. wxListCtrl
1677 colours correctly.
1678 - Removed major bug whereby dialogs were unmanaged automatically
1679 when any button was pressed.
1680 - Fixed colours of wxWindow scrollbars, made list and text controls
1681 have a white background.
1682 - Fixed dialog colour setting.
1683 - Added settable fonts and colours for wxMenu/wxMenuBar. Now
1684 they have sensible colours by default.
1685 - Fixed a bug in wxStaticBox.
1686 - Cured wxTreeCtrl bug: now works pretty well!
1687 - Debugged DrawEllipticArc (a ! in the wrong place).
1688 - Added SetClippingRegion( const wxRegion& region ).
1689 - Added wxPoint, wxSize, wxRect versions of SetSize etc.
1690
1691 Alpha 17, November 22nd 1998
1692 ----------------------------
1693
1694 wxMSW:
1695
1696 - More documentation updates, especially for
1697 wxLayoutWindow classes and debugging facilities.
1698 - Changed wxDebugContext to use wxDebugLog instead
1699 of wxTrace.
1700 - Now supports VC++ 6.0, and hopefully BC++ 5.0.
1701 However, DLL support may be broken for BC++ since
1702 VC++ 6 required changing of WXDLLEXPORT keyword
1703 position.
1704 - Numerous miscellaneous changes.
1705
1706 wxMotif:
1707
1708 - Reimplemented MDI using wxNotebook instead of the MDI widgets, which
1709 were too buggy (probably not design for dynamic addition/removal of
1710 child frames).
1711 - Some improvements to the wxNotebook implementation.
1712 - wxToolBar now uses a bulletin board instead of a form, in an attempt
1713 to make it possible to add ordinary wxControls to a toolbar.
1714 - Cured problem with not being able to use global memory operators,
1715 by defining two more global operators, so that the delete will match
1716 the debugging implementation.
1717 - Added wxUSE_DEBUG_NEW_ALWAYS so we can distinguish between using
1718 global memory operators (usually OK) and #defining new to be
1719 WXDEBUG_NEW (sometimes it might not be OK).
1720 - Added time.cpp to makefile; set wxUSE_DATETIME to 1.
1721 - Added a parent-existence check to popup menu code to make it not crash.
1722 - Added some optimization in wxWindow::SetSize to produce less flicker.
1723 It remains to be seen whether this produces any resize bugs.
1724
1725 It's a long time since I updated this file. Previously done:
1726
1727 - wxFrame, wxDialog done.
1728 - wxScrolledWindow done (but backing pixmap not used at present).
1729 - wxBitmap done though could be tidied it up at some point.
1730 - Most basic controls are there, if not rigorously tested.
1731 - Some MDI support (menus appear on child frames at present).
1732 - wxNotebook almost done.
1733 - wxToolBar done (horizontal only, which would be easy to extend
1734 to vertical toolbars).
1735
1736 More recently:
1737
1738 - Colour and font changing done (question mark over what happens
1739 to scrollbars).
1740 - Accelerators done (for menu items and buttons). Also event loop
1741 tidied up in wxApp so that events are filtered through ProcessXEvent.
1742 - wxWindow::GetUpdateRegion should now work.
1743
1744 Alpha 16, September 8th 1998
1745 ----------------------------
1746
1747 wxMSW:
1748
1749 - Added wxSashWindow, wxSashLayoutWindow classes, and sashtest
1750 sample.
1751 - Guilhem's socket classes added, plus wxsocket sample.
1752 - A few more makefiles added.
1753 - GnuWin32/BC++ compatibility mods.
1754 - Further doc updates.
1755 - wxProp updates for correct working with wxGTK.
1756
1757 wxMotif:
1758
1759 - First start at Motif port.
1760 - Made makefiles for wxMotif source directory and minimal sample.
1761 - First go at wxApp, wxWindow, wxDialog, wxPen, wxBrush, wxFont,
1762 wxColour, wxButton, wxCheckBox, wxTextCtrl, wxStaticText,
1763 wxMenu, wxMenuItem, wxMenuBar
1764
1765 Alpha 15, August 31st 1998
1766 --------------------------
1767
1768 wxMSW:
1769
1770 - wxBitmap debugged.
1771 - wxDC::GetDepth added.
1772 - Contribution added whereby wxBitmap will be
1773 converted to DC depth if they don't match.
1774 - wxConfig API improved, documentation updated.
1775 - Printing classes name conventions cleaned up.
1776 - wxUpdateUIEvent now derives from wxCommandEvent
1777 so event can travel up the window hierarchy.
1778
1779 Alpha 14, July 31st 1998
1780 ------------------------
1781
1782 wxMSW:
1783
1784 - Toolbar API has been simplified, and now
1785 wxFrame::GetClientArea returns the available client
1786 area when toolbar, status bar etc. have been accounted for.
1787 wxFrame::CreateToolBar added in line with CreateStatusBar.
1788 - Documentation updates, incl. for wxToolBar.
1789 - New wxAcceleratorTable class plus wxFrame::SetAcceleratorTable.
1790 - Various additions from other folk, e.g. streams, wxConfig
1791 changes, wxNotebook.
1792 - Added wxDocMDIParentFrame, wxDocMDIChildFrame for doc/view.
1793
1794 Alpha 13, July 8th 1998
1795 -----------------------
1796
1797 wxMSW:
1798
1799 - Implemented wxPoint as identical to POINT on Windows, and
1800 altered wxDC wxPoint functions to use wxPoint directly in
1801 Windows functions, for efficiency.
1802 - Cured wxASSERT bug in wxStatusBar95.
1803 - #ifdefed out some bits in oleutils.cpp for compilers that
1804 don't support it.
1805 - Added some operators to wxPoint, wxSize.
1806 - Added inline wxDC functions using wxPoint, wxSize, wxRect.
1807
1808 Alpha 12, July 7th 1998
1809 -----------------------
1810
1811 wxMSW:
1812
1813 - Added wxApp::GetComCtl32Version, and wxTB_FLAT style, so can
1814 have flat toolbars on Win98 or Win95 with IE >= 3 installed.
1815
1816 Alpha 11, July 3rd 1998
1817 -----------------------
1818
1819 wxMSW:
1820
1821 - Added thread.h, thread.cpp.
1822 - Changed Enabled, Checked to IsEnabled, IsChecked in wxMenu,
1823 wxMenuBar.
1824 - Changed wxMenuItem::SetBackColor to SetBackgroundColour,
1825 SetTextColor to SetTextColour, and added or made public several
1826 wxMenuItem accessors.
1827 - Added two overloads to wxRegion::Contains. Added
1828 wxRegion::IsEmpty for a more consistent naming convention.
1829 - Added Vadim's wxDataObject and wxDropSource.
1830 - ENTER/LEAVE events now work.
1831 - Cured wxMemoryDC bug where the DC wasn't being deleted.
1832 - Cured wxGauge SetSize major bugginess.
1833 - Cured problem where if a GDI object was created on the stack,
1834 then went out of scope, then another object was selected into
1835 the DC, GDI objects would leak. This is because the assignment
1836 to e.g. wxDC::m_pen would delete the GDI object without it first
1837 being selected out of the DC. Cured by selecting the old DC object
1838 first, then doing the assignment.
1839 - Split up wxGaugeMSW, wxGauge95, wxSliderMSW, wxSlider95
1840 - Various other bug fixes and additions.
1841
1842 Generic:
1843
1844 - Major work on Dialog Editor (still plenty to go).
1845 - Expanded documentation a bit more.
1846
1847 Alpha 10, May 7th 1998
1848 ----------------------
1849
1850 wxMSW:
1851
1852 - Added desiredWidth, desiredHeight parameters to wxBitmapHandler
1853 and wxIcon functions so that you can specify what size of
1854 icon should be loaded. Probably will remain a Windows-specific thing.
1855 - wxStatusBar95 now works for MDI frames.
1856 - Toolbars in MDI frames now behave normally. They still
1857 require application-supplied positioning code though.
1858 - Changed installation instructions, makefiles and batch files
1859 for compiling with Gnu-Win32/Mingw32/EGCS. Also timercmn.cpp
1860 change to support Mingw32/EGCS. Bison now used by default.
1861
1862 Alpha 9, April 27th 1998
1863 ------------------------
1864
1865 wxMSW:
1866
1867 - Cured bug in wxStatusBar95 that caused a crash if multiple
1868 fields were used.
1869 - Added Gnu-Win32 b19/Mingw32 support by changing resource
1870 compilation and pragmas.
1871 - Cured wxMenu bug introduced in alpha 8 - didn't respond to
1872 commands because VZ changed the id setting in wxMenu::MSWCommand.
1873
1874 Generic:
1875
1876 - Corrected some bugs, such as the wxModule compilation problem.
1877 - Added Gnu-Win32 b19/Mingw32 support by changing resource
1878 compilation and pragmas.
1879 - Changed SIZEOF to WXSIZEOF.
1880
1881 Alpha 8, April 17th 1998
1882 ------------------------
1883
1884 wxMSW:
1885
1886 - Added IsNull to wxGDIObject to check if the ref data is present or not.
1887 - Added PNG handler and sample - doesn't work for 16-bit PNGs for
1888 some reason :-(
1889 - Added wxJoystick class and event handling, and simple demo.
1890 - Added simple wxWave class. Needs Stop() function.
1891 - Added wxModule (module.h/module.cpp) to allow definition
1892 of modules to be initialized and cleaned up on wxWidgets
1893 startup/exit.
1894 - Start of Mingw32 compatibility (see minimal and dialogs samples
1895 makefile.m95 files, and install.txt).
1896 - Note: Windows printing has stopped working... will investigate.
1897 VADIM'S CHANGES:
1898 - Updated wxString: bug fixes, added wxArrayString, some
1899 compatibility functions.
1900 - Updated log.h/cpp, added wxApp::CreateLogTarget.
1901 - file.h: new wxTempFile class.
1902 - defs.h: added wxSB_SIZE_GRIP for wxStatusBar95
1903 - statbr95: wxStatusBar95 control.
1904 - registry.h/cpp: wxRegKey class for Win95 registry.
1905 - listbox.cpp: corrected some bugs with owner-drawn listboxes.
1906 - wxConfig and wxFileConfig classes.
1907
1908 Generic:
1909
1910 - Added src/other/png, src/other/zlib directories.
1911 - Added samples/png.
1912 - IMPORTANT: Changed 'no id' number from 0 to -1, in wxEVT_ macros.
1913 Porters, please check particularly your wxTreeCtrl and wxListCtrl
1914 header files.
1915 - Added modules.h/cpp, config.cpp, fileconf.cpp, textfile.cpp/h.
1916
1917 Alpha 7, March 30th 1998
1918 ------------------------
1919
1920 wxMSW:
1921
1922 - Added tab classes, tab sample.
1923 - Now can return FALSE from OnInit and windows will be
1924 cleaned up properly before exit.
1925 - Improved border handling so panels don't get borders
1926 automatically.
1927 - Debugged MDI activation from Window menu.
1928 - Changes to memory debug handling, including checking for
1929 memory leaks on application exit - but see issues.txt for
1930 unresolved issues.
1931 - Added wxTaskBarIcon (taskbar.cpp/h, plus samples/taskbar)
1932 to allow maintenance of an icon in the Windows 95 taskbar
1933 tray area.
1934 - Got MFC sample working (MFC and wxWidgets in the same
1935 application), partly by tweaking ntwxwin.mak settings.
1936 - Got DLL compilation working again (VC++).
1937 - Changed wxProp/Dialog Editor filenames.
1938
1939 Generic:
1940
1941 - Added tab classes, tab sample.
1942 - Revised memory.cpp, memory.h slightly; memory.h now #defines
1943 new to WXDEBUG_NEW in DEBUG mode. Windows implementation app.cpp
1944 now checks for leaks on exit. Added memcheck sample.
1945 See src/msw/issues.txt for more details.
1946 - resource.h, resource.cpp changed to make wxDefaultResourceTable
1947 a pointer. Now initialize resource system with
1948 wxInitializeResourceSystem and wxCleanUpResourceSystem, to
1949 allow better control of memory.
1950 - wxString now derives from wxObject, to enable memory leak
1951 checking.
1952 - Added some #include fixes in various files, plus changed
1953 float to long in wxToolBar files.
1954
1955 Alpha 6, March 10th 1998
1956 ------------------------
1957
1958 wxMSW:
1959
1960 - Found stack error bug - stopped unwanted OnIdle recursion.
1961 - Removed bug in wxTreeCtrl::InsertItem I added in alpha 5.
1962 - Changed exit behaviour in wxApp/wxFrame/wxDialog. Now will
1963 check if the number of top-level windows is zero before
1964 exiting. Also, wxApp::GetTopWindow will return either
1965 m_topWindow or the first member of wxTopLevelWindows, so you
1966 don't have to call wxApp::SetTopWindow.
1967 - Added dynarray.h/dynarray.cpp (from Vadim).
1968 - Added first cut at OLE drag and drop (from Vadim). dnd sample
1969 added. Drop target only at this stage. See src/msw/ole/*.cpp,
1970 wx/include/msw/ole/*.h. WIN32 only because of UUID usage.
1971 Doesn't work with GnuWin32 - no appropriate headers e.g. for
1972 IUnknown.
1973 Doesn't work with BC++ either - crashes on program startup.
1974 - Added Vadim's owner-draw modifications - will probably remain
1975 Windows-only. This enhances wxMenu, wxListBox. See ownerdrw sample.
1976 - Added wxLB_OWNERDRAW for owner-draw listboxes.
1977 - Vadim's wxCheckListBox derives from wxListBox. See checklst sample.
1978 Doesn't entirely work for WIN16.
1979 - Vadim has added wxMenuItem as a separate file menuitem.cpp. It
1980 can also be used as an argument to wxMenu::Append, not just for
1981 internal implementation.
1982 - Some #ifdefs done for MINGW32 compilation (just alter OPTIONS
1983 in makeg95.env, together with mingw32.bat). However, resource
1984 binding is not working yet so most apps with dialogs crash.
1985
1986 Generic:
1987
1988 - Added Vadim's dynarray.h, dynarray.cpp.
1989 - Added Vadim's menuitem.cpp.
1990 - Added Windows-specific wxCheckListBox,
1991 owner-draw wxListBox, and drag-and-drop
1992 (see docs/msw/changes.txt).
1993
1994 Alpha 5, 14th February 1998
1995 --------------------------
1996
1997 wxMSW:
1998
1999 - GENERIC AND MSW-SPECIFIC CODE NOW TREATED AS TWO SEPARATE
2000 DISTRIBUTIONS. This change log will therefore now refer to
2001 the Windows-specific code only. See docs/changes.txt for generic
2002 changes.
2003 - Removed Windows-specific reference counting system (GDI
2004 resources were cleaned up in idle time) - minimal
2005 advantages now we have a wxWin reference counting system.
2006 - Added missing WXDLLEXPORT keywords so DLL compilation works
2007 again.
2008 - Removed most warnings for GnuWin32 compilation.
2009 - Added wxRegion/wxRegionIterator, but haven't yet used it in
2010 e.g. wxDC.
2011
2012 Generic:
2013
2014 - GENERIC AND MSW-SPECIFIC CODE NOW TREATED AS TWO SEPARATE
2015 DISTRIBUTIONS. This change log will therefore now refer to
2016 the generic code only. See docs/msw/changes.txt for Windows-specific
2017 changes.
2018 - Readmes, change logs and installation files now go in
2019 platform-specific directories under docs, e.g. docs/msw,
2020 docs/gtk.
2021 - Added DECLARE_APP and IMPLEMENT_APP macros so wxApp object gets
2022 created dynamically, not as a global object.
2023 - Put wxColour into wx/msw/colour.h, src/msw/colour.cpp.
2024 - Changed names of some include/wx/generic headers to be
2025 consistent and to conform to gcc pragma conventions. Also
2026 changed choicesg.cpp to choicdgg.cpp.
2027 - Added gcc pragmas.
2028 - Added gtk inclusion in include/wx headers.
2029 - Added consistent file headings to source and headers.
2030 - Removed lang.cpp, lang.h and references to wxSTR_... variables;
2031 added a few references to wxTransString.
2032 - Added operator to wxTransString that converts automatically
2033 to wxString, so we can say e.g. wxMessageBox(wxTransString("Hello"), ...).
2034 - samples/internat now works (minimally).
2035 - Added wxMouseEvent::GetPosition and
2036 wxMouseEvent::GetLogicalPosition, both returning wxPoints.
2037 - Made wxSize and wxRect contain longs not ints.
2038 - Cured some memory leaks (thanks Vadim).
2039 - Tidied up OnIdle and introduced RequestMore/MoreRequested so
2040 will only keep processing OnIdle if it returns TRUE from
2041 MoreRequested.
2042
2043 Alpha 4, 31st January 1998
2044 --------------------------
2045
2046 All:
2047
2048 - Changed wxDC functions to take longs instead of floats. GetSize now takes
2049 integer pointers, plus a version that returns a wxSize.
2050 - const keyword added to various wxDC functions.
2051 - Under Windows, wxDC no longer has any knowledge of whether
2052 an associated window is scrolled or not. Instead, the device
2053 origin is set by wxScrolledWindow in wxScrolledWindow::PrepareDC.
2054 - wxScrolledWindow applications can optionally override the virtual OnDraw
2055 function instead of using the OnPaint event handler. The wxDC passed to
2056 OnDraw will be translated by PrepareDC to reflect scrolling.
2057 When drawing outside of OnDraw, must call PrepareDC explicitly.
2058 - wxToolBarBase/wxToolBarSimple similarly changed to allow for
2059 scrolling toolbars.
2060 - Integrated wxPostScriptDC patches for 1.xx by Chris Breeze,
2061 to help printing with multiple pages.
2062 - IPC classes given base classes (wxConnectionBase etc.) which
2063 define the API used by different implementations. DDE
2064 implementation updated to use these base classes.
2065 - wxHelpInstance now separated into wxHelpControllerBase (base
2066 for all implementations), wxWinHelpController (uses standard
2067 WinHelp), wxXLPHelpController (talks to wxHelp by DDE or
2068 TCP/IP). There will be others eventually, such as
2069 wxHTMLHelpController for Microsoft (and Netscape?) HTML Help.
2070 - Added Vadim Zeitlin's wxString class plus
2071 internationalization code (gettext simulation, wxLocale, etc.).
2072 New files from Vadim:
2073 include\wx\string.h
2074 include\wx\debug.h
2075 include\wx\file.h
2076 include\wx\log.h
2077 include\wx\intl.h
2078 src\common\string.cpp
2079 src\common\log.cpp
2080 src\common\intl.cpp
2081 src\common\file.cpp
2082 No longer use GNU wxString files.
2083 - Split off file-related functions into include\wx\filefn.h and
2084 src\common\filefn.cpp.
2085 - Borland C++ support (WIN32) for main library and
2086 samples, using makefile.b32 files.
2087 - Preparation done for allowing BC++ to compile wxWin as a DLL,
2088 including changes to defs.h.
2089 - wxIntPoint removed, wxPoint is now int, and wxRealPoint
2090 introduced.
2091 - Added wxShowEvent (generated when window is being shown or
2092 hidden).
2093 - Got minimal, docview, mdi samples working for 16-bit VC++ and
2094 cured 16-bit problem with wxTextCtrl (removed global memory
2095 trick).
2096 - Updated GnuWin32 makefiles, checked minimal, mdi, docview samples.
2097
2098 Alpha 3, September 1997
2099 -----------------------
2100
2101 All:
2102
2103 - wxListCtrl, wxTreeCtrl, wxImageList classes done.
2104 - Instigated new file hierarchy, split files and classes up more logically.
2105 - PrologIO and some other utils now put into core library.
2106 - Revamped print/preview classes, added wxPageSetupDialog.
2107 - Started documentation.
2108
2109 Alpha 2, 30th April 1997
2110 ------------------------
2111
2112 All:
2113
2114 - EVT_... macros now have at least one argument, for conformance
2115 with MetroWerks compiler.
2116 - Added ids to .wxr file format.
2117 - Got Dialog Editor compiled and running again but need
2118 to extend functionality to be in line with new controls.
2119 Added dialoged\test app to allow dynamic loading of .wxr files
2120 for testing purposes.
2121 - Rewrote wxBitmap to allow installable file type
2122 handlers.
2123 - Rewrote wxBitmapButton, wxStaticBitmap to not use Fafa.
2124 - Wrote most of wxTreeCtrl and sample (need wxImageList to implement it
2125 fully).
2126 - Added back wxRadioBox.
2127 - Tidied up wx_main.cpp, wxApp class, putting PenWin code in
2128 a separate file.
2129
2130 Alpha 1, 5th April 1997
2131 -----------------------
2132
2133 Generic:
2134
2135 At this point, the following has been achieved:
2136
2137 - A lot, but not all, of the code has been revamped for better
2138 naming conventions, protection of data members, and use of
2139 wxString instead of char *.
2140 - Obsolete functionality deleted (e.g. default wxPanel layout,
2141 old system event system) and code size reduced.
2142 - Class hierarchy changed (see design doc) - base classes such
2143 as wxbWindow now removed.
2144 - No longer includes windows.h in wxWin headers, by using stand-in
2145 Windows types where needed e.g. WXHWND.
2146 - PrologIO revised.
2147 - wxScrolledWindow, wxStatusBar and new MDI classes added.
2148 MDI is now achieved using separate classes, not window styles.
2149 - wxSystemSettings added, and made use of to reflect standard
2150 Windows settings.
2151 - SetButtonFont/SetLabelFont replaced by SetFont; font and colour
2152 settings mucho rationalised.
2153 - All windows are now subclassed with the same window proc to make
2154 event handling far more consistent. Old internal wxWnd and derived
2155 classes removed.
2156 - API for controls revised, in particular addition of
2157 wxValidator parameters and removal of labels for some controls.
2158 - 1 validator written: see examples/validate.
2159 - Event table system introduced (see most samples and
2160 wx_event.cpp/ProcessEvent, wx_event.h). wxEvtHandler
2161 made more flexible, with Push/PopEventHandler allowing a chain
2162 of event handlers.
2163 - wxRadioBox removed - will be added back soon.
2164 - Toolbar class hierarchy revised:
2165 wxToolBarBase
2166 wxToolBarSimple (= old wxToolBar)
2167 wxToolBar95 (= old wxButtonBar under Win95)
2168 wxToolBarMSW (= old wxButtonBar under WIN16/WIN32)
2169 - Constraint system debugged somewhat (sizers now work properly).
2170 - wxFileDialog, wxDirDialog added; other common dialogs now
2171 have class equivalents. Generic colour and font dialogs
2172 rewritten to not need obsolete panel layout.
2173 - .wxr resource system partially reinstated, though needs
2174 an integer ID for controls. Hopefully the resource system
2175 will be replaced by something better and more efficient
2176 in the future.
2177 - Device contexts no longer stored with window and accessed
2178 with GetDC - use wxClientDC, wxPaintDC, wxWindowDC stack
2179 variables instead.
2180 - wxSlider uses trackbar class under Win95, and wxSL_LABELS flag
2181 determines whether labels are shown. Other Win95-specific flags
2182 introduced, e.g. for showing ticks.
2183 - Styles introduced for dealing with 3D effects per window, for
2184 any window: all Win95 3D effects supported, plus transparent windows.
2185 - Major change to allow 3D effect support without CTL3D, under
2186 Win95.
2187 - Bitmap versions of button and checkbox separated out into new
2188 classes, but unimplemented as yet because I intend to remove
2189 the need for Fafa - it apparently causes GPFs in Win95 OSR 2.
2190 - utils/wxprop classes working (except maybe wxPropertyFormView)
2191 in preparation for use in Dialog Editor.
2192 - GNU-WIN32 compilation verified (a month or so ago).
2193
2194