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