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