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