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