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