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