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