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