]> git.saurik.com Git - wxWidgets.git/blob - docs/changes.txt
1. patch from Søren Erland Vestø implementing wxFTP::GetFileSize()
[wxWidgets.git] / docs / changes.txt
1 wxWindows 2 Change Log
2 ----------------------
3
4 2.4.0
5 -----
6
7 2.3.0
8 -----
9
10 wxBase:
11
12 - wxMimeTypesManager now can create file associations too
13 - wxCopyFile() respects the file permissions (Roland Scholz)
14 - wxFTP::GetFileSize() added (Søren Erland Vestø)
15
16 wxMSW:
17
18 - threads: bug in wxCondition::Broadcast fixed (Pieter van der Meulen)
19
20 2.2.0
21 -----
22
23 wxBase:
24
25 - Fixed bug with directories with trailing (back)slashes in wxPathExists
26 - wxString: added wxArrayString::operator==() and !=()
27 - Fixes for wxCmdLineParser
28 - Added wxGetLocalTimeMillis
29 - Completed Czech translations
30 - Some stream corrections
31 - added missing consts to wxPoint operators
32 - wxDateTime ParseFormat fixes
33 - wxFile::Open(write_append) will create file if it doesn't exist
34 - small fixes to MIME mailcap test command handling, more MIME tests in the sample
35
36 All (GUI):
37
38 - wxGenericDragImage now allows virtual image drawing, and
39 flicker-free dragging is now possible
40 - Added wxPrinter::GetLastError
41 - Fixed wxLogGui reentrancy problem
42 - Paper names now translated
43 - wxGrid fixes
44 - Generic validator now caters for more cases (integers in
45 wxTextCtrl, strings in wxChoice, wxComboBox)
46 - Fixed crash when docview On... functions return FALSE. Show
47 error message when an non-existent filename is typed into the Open
48 File dialog.
49 - Corrected Baltic font encoding handling
50 - wxImage: enhanced TIFF code, added new platform-independent BMP
51 writing code
52 - wxKeyEvent::GetKeyCode() and HasModifiers() added and documented
53 - Fixed wxPropertyForm crashes in sample
54 - wxWizard now calls TransferDataFromWindow() before calling
55 wxWizardPage::GetNext() fixing an obvious bug
56
57 wxMSW:
58
59 - wxWindow::GetCharWidth/Height now calculated accurately.
60 This will affect all .wxr dialog resources, so for
61 backward compatibility, please set
62 wxDIALOG_UNIT_COMPATIBILITY to 1 in setup.h
63 - wxListCtrl: set item text in LIST_ITEM_ACTIVATED events
64 - wxTextCtrl: implemented setting colours for rich edit controls
65 - wxColour now accepts both grey and gray
66 - BC++ DLL compilation fixed
67 - Watcom C++ makefiles improved for JPEG and TIFF compilation
68 - Fixed submenu accelerator bug
69 - Fixed dialog focus bug (crash if the previous window to have
70 the focus was destroyed before the dialog closed)
71 - Too-small default wxTextCtrl height fixed
72 - fixed "missing" initial resize of wxMDIChildFrame
73 - wxFrame restores focus better
74 - Now ignore wxTHICK_FRAME in wxWindow constructor: only relevant to
75 frames anddialogs, interferes with other window styles otherwise
76 (sometimes you'd get a thick frame in a subwindow)
77 - wxTextCtrl insertion point set to the beginning of the control by SetValue
78 - Fix so wxMDIParentFrame is actually shown when Show(TRUE) is called.
79 - wxFileDialog: adjusts struct size if there's an error (struct
80 sizes can be different on different versions of Windows)
81 - wxImageList::GetSize() documented and added to wxMSW
82 - fixed default dialog style to make them non resizeable again
83 - fixed wxFrame::IsShown() which always returned TRUE before
84
85 wxGTK:
86
87 - Please see docs/gtk/changes.txt.
88
89 wxMotif:
90
91 - Small compilation fixes
92
93 Documentation:
94
95 - wxCaret documented
96
97 2.1.16
98 ------
99
100 wxBase:
101
102 All (GUI):
103
104 wxMSW:
105
106 - Various bug fixes
107 - Added wxCHMHelpController, for invoking MS HTML Help
108 files. This works under VC++ only
109 - Modal dialog handling improved
110 - Printer dialog now modal
111
112 wxGTK:
113
114 - Various bug fixes
115
116 wxMotif:
117
118 - Various bug fixes
119
120 2.1.15
121 ------
122
123 Documentation:
124
125 - Added docs/tech for technical notes
126
127 File hierarchy:
128
129 - Started new contrib hierarchy that mirrors
130 the main lib structure; moved OGL and MMedia into it
131
132 wxBase:
133
134 - wxSocket support
135 - wxDateTime replaces and extends old wxDate and wxTime classes (still
136 available but strongly deprecated) with many new features
137 - wxLongLong class provides support for (signed) 64 bit integers
138 - wxCmdLineParser class for parsing the command line (supporting short and
139 long options, switches and parameters of different types)
140 - it is now possible to build wxBase under Win32 (using VC++ only so far)
141 and BeOS (without thread support yet)
142 - wxThread class modified to support both detached and joinable threads, also
143 added new GetCPUCount() and SetConcurrency() functions (useful under Solaris
144 only so far)
145 - wxDir class for enumerating files in a directory
146 - wxLog functions are now (more) MT-safe
147 - wxStopWatch class, timer functions have more chances to return correct
148 results for your platform (use ANSI functions where available)
149 - wxString::ToLong, ToULong, ToDouble methods and Format() static one added
150 - buffer overflows in wxString and wxLog classes fixed (if snprintf() function
151 is available)
152 - wxArray::RemoveAt() replaces deprecated wxArray::Remove(index)
153
154 all (GUI):
155
156 - Added wxImage::Rotate.
157 - new wxCalendarCtrl class for picking a date interactively
158 - wxMenu(Bar)::Insert() and Remove() functions for dynamic menu menagament
159 - wxToolBar supports arbitrary controls (not only buttons) and can be
160 dynamically changed (Delete/Insert functions)
161 - vertical toolbars supported by MSW and GTK native wxToolBar classes
162 - wxTreeCtrl and wxListCtrl allow setting colour/fonts for individual items
163 - "file open" dialog allows selecting multiple files at once (contributed by
164 John Norris)
165 - wxMimeTypesManager uses GNOME/KDE MIME database to get the icons for the
166 MIME types if available (Unix only)
167 - wxDC::DrawRotatedText() (based on contribution by Hans-Joachim Baader)
168 - TIFF support added (libtiff required and included in the distribution)
169 - PCX files can now be written (256 and 24 bits)
170 - validators may work recursively if wxWS_EX_VALIDATE_RECURSIVELY is set
171 - wxScrolledWindow now has keyboard interface
172 - wxTextEntryDialog may be used for entering passwords (supports wxTE_PASSWORD)
173 - added wxEncodingConverter and improved wxFontMapper
174 for dealing with convertions between different encodings,
175 charsets support in wxLocale and wxHTML
176 - wxDragImage class added
177 - samples/help improved to show standard and advanced HTML help
178 controllers, as well as native help
179 - moved wxTreeLayout class to main lib
180
181 wxMSW:
182
183 - wxFrame::MakeFullScreen added.
184 - support for enhanced metafiles added, support for copying/pasting metafiles
185 (WMF and enhanced ones) fixed/added.
186 - implemented setting colours for push buttons
187 - wxStatusBar95 may be now used in dialogs, panels (not only frames) and can be
188 positioned along the top of the screen and not only at the bottom
189 - wxTreeCtrl::IsVisible() bug fixed (thanks to Gary Chessun)
190 - loading/saving big (> 32K) files in wxTextCtrl works
191 - tooltips work with wxRadioBox
192 - wxBitmap/wxIcon may be constructed from XPM included into a program, as in
193 Unix ports
194 - returning FALSE from OnPrintPage() aborts printing
195 - VC++ makefiles and project files made (mostly) consistent
196 - wxSetCursorEvent added
197
198 wxGTK:
199
200 - wxFontMapper endless recursion bug (on some systems) fixed
201 - wxGTK synthesizes wxActivateEvents
202 - UpdateUI handlers may be used with wxTextCtrl
203
204 wxMotif:
205
206 - wxMenu::Enable works
207 - wxToolBar bugs fixed
208 - OGL samples made to work again
209
210 wxHTML:
211
212 - almost complete rewrite of wxHtmlHelpController,
213 including faster search, bookmarks, printing, setup dialog
214 and cross-platform binary compatible .cached files for faster
215 loading of large helpbooks, case insensitive search
216 splitted into 3 parts: wxHtmlHelpData, Frame and Controller
217 - added support for charsets and <meta> tag
218 - added support for font faces and justified paragraphs,
219 taken some steps to prepare wxHTML for frames
220 - added dynamic pushing/poping of wxHtmlParser tag handlers
221 - improved HTML printing
222 - added extensive table of HTML characters substitutions (&nbsp; etc.)
223 - fixed wxHtmlWindow flickering, several minor bugfixes
224 - added some tags: <address>, <code>, <kbd>, <samp>, <small>, <big>,
225 fixed handling of relative and absolute font sizes in <font size>
226
227
228 NOTE: for changes after wxWindows 2.1.0 b4, please see the CVS
229 change log.
230
231 2.1.0, b4, May 9th 1999
232 -----------------------
233
234 wxGTK:
235
236 - JPEG support added.
237 - Many fixes and changes not thought worth mentioning in this file :-)
238
239 wxMSW:
240
241 - wxNotebook changes: can add image only; wxNB_FIXEDWIDTH added;
242 SetTabSize added.
243 - JPEG support added.
244 - Fixes for Cygwin compilation.
245 - Added wxGA_SMOOTH and wxFRAME_FLOAT_ON_PARENT styles.
246 - Many fixes people didn't tell this file about.
247
248 wxMotif:
249
250
251 General:
252
253 - Some changes for Unicode support, including wxchar.h/cpp.
254
255
256 2.0.1 (release), March 1st 1999
257 -------------------------------
258
259 wxGTK:
260
261 - wxGLCanvas fixes.
262 - Slider/spinbutton fixes.
263
264 wxMSW:
265
266 - Fixed problems with <return> in dialogs/panels.
267 - Fixed window cursor setting.
268 - Fixed toolbar sizing and edge-clipping problems.
269 - Some makefile fixes.
270
271 wxMotif:
272
273 - None.
274
275 General:
276
277 - Added wxUSE_SOCKETS.
278 - More topic overviews.
279 - Put wxPrintPaperType, wxPrintPaperDatabase into
280 prntbase.h/cpp for use in non-PostScript situations
281 (e.g. Win16 wxPageSetupDialog).
282
283
284 Beta 5, February 18th 1999
285 --------------------------
286
287 wxGTK:
288
289 - wxExecute improved.
290
291 wxMSW:
292
293 - Fixed wxWindow::IsShown (::IsWindowVisible doesn't behave as
294 expected).
295 - Changed VC++ makefiles (.vc) so that it's possible to have
296 debug/release/DLL versions of the library available simultaneously,
297 with names wx.lib, wx_d.lib, wx200.lib(dll), wx200_d.lib(dll).
298 - Added BC++ 5 IDE files and instructions.
299 - Fixed wxChoice, wxComboBox constructor bugs (m_noStrings initialisation).
300 - Fixed focus-related crash.
301
302 wxMotif:
303
304 - Cured asynchronous wxExecute crash.
305 - Added repaint event handlers to wxFrame, wxMDIChildFrame.
306
307 General:
308
309 - wxLocale documented.
310 - Added include filenames to class reference.
311 - wxHelpController API changed: SetBrowser becomes SetViewer,
312 DisplaySection works for WinHelp, help sample compiles under Windows
313 (though doesn't display help yet).
314
315 Beta 4, February 12th 1999
316 --------------------------
317
318 wxGTK:
319
320 - Miscellaneous fixes.
321
322 wxMSW:
323
324 - Makefiles for more compilers and samples; Cygwin makefiles
325 rationalised.
326 - Added VC++ project file for compiling wxWindows as DLL.
327
328 wxMotif:
329
330 - Added OnEraseBackground invocation.
331 - Added wxRETAINED implementation for wxScrolledWindow.
332 - Cured scrolling display problem by adding XmUpdateDisplay.
333 - Tried to make lex-ing in the makefile more generic (command line
334 syntax should apply to both lex and flex).
335 - Changed file selector colours for consistency (except for buttons:
336 crashes for some reason).
337 - Fixed wxMotif version of wxImage::ConvertToBitmap (used new instead
338 of malloc, which causes memory problems).
339
340 General:
341
342 - Further doc improvements.
343 - wxGenericValidator added.
344 - Added wxImageModule to image.cpp, so adds/cleans up standard handlers
345 automatically.
346
347 Beta 3, January 31st 1999
348 -------------------------
349
350 wxGTK:
351
352 - wxClipboard/DnD API changes (still in progress).
353 - wxToolTip class added.
354 - Miscellaneous fixes.
355
356 wxMSW:
357
358 - wxRegConfig DeleteAll bug fixed.
359 - Makefiles for more compilers.
360 - TWIN32 support added.
361 - Renamed VC++ makefiles from .nt to .vc, and
362 factored out program/library settings.
363 - Fixed wxIniConfig bug.
364
365 wxMotif:
366
367 - A few more colour fixes.
368 - wxGLCanvas and OpenGL samples working.
369 - Some compiler warnings fixed.
370 - wxChoice crash fix.
371 - Dialog Editor starting to work on Motif.
372
373 General:
374
375 - wxBusyCursor class added.
376 - Added samples/dde.
377 - More doc improvements, incl. expanding docs/html/index.htm.
378
379 Beta 2, January 1999
380 --------------------
381
382 wxGTK:
383
384 wxMSW:
385
386 - 16-bit BC++ compilation/linking works albeit without the resource system.
387
388 wxMotif:
389
390 - Cured wxScreenDC origin problem so e.g. sash window sash is drawn at
391 the right place.
392 - Cured some widget table clashes.
393 - Added thread support (Robert).
394 - wxPoem sample now works.
395
396 General:
397
398 - Rearranged documentation a bit.
399 - Sash window uses area of first frame/dialog to paint over when drawing
400 the dragged sash, not just the sash window itself (it clipped to the right
401 or below).
402 - Made resource sample use the correct Cancel button id.
403 - Moved wxProp to main library (generic directory), created proplist
404 sample.
405 - Added bombs and fractal samples.
406
407 Beta 1, December 24th 1998
408 --------------------------
409
410 wxGTK:
411
412 - Various
413
414 wxMSW, wxMotif: not in sync with this release.
415
416
417 Alpha 18, December 29th 1998
418 ----------------------------
419
420 wxMSW:
421
422 - Win16 support working again (VC++ 1.5)
423 - Win16 now uses generic wxNotebook, wxListCtrl,
424 wxTreeCtrl -- more or less working now, although
425 a little work on wxNotebook is still needed.
426 Under 16-bit Windows, get assertion when you click
427 on a tab.
428 - Wrote 16-bit BC++ makefiles: samples don't yet link.
429 - Added CodeWarrior support to distribution courtesy
430 of Stefan Csomor.
431
432 wxMotif:
433
434 - Cured scrolling problem: scrollbars now show/hide themselves
435 without (permanently) resizing the window.
436 - Removed some commented-out lines in wxScrolledWindow::AdjustScrollbars
437 that disabled scrollbar paging.
438 - Set background colour of drawing area in wxWindow, so e.g. wxListCtrl
439 colours correctly.
440 - Removed major bug whereby dialogs were unmanaged automatically
441 when any button was pressed.
442 - Fixed colours of wxWindow scrollbars, made list and text controls
443 have a white background.
444 - Fixed dialog colour setting.
445 - Added settable fonts and colours for wxMenu/wxMenuBar. Now
446 they have sensible colours by default.
447 - Fixed a bug in wxStaticBox.
448 - Cured wxTreeCtrl bug: now works pretty well!
449 - Debugged DrawEllipticArc (a ! in the wrong place).
450 - Added SetClippingRegion( const wxRegion& region ).
451 - Added wxPoint, wxSize, wxRect versions of SetSize etc.
452
453 Alpha 17, November 22nd 1998
454 ----------------------------
455
456 wxMSW:
457
458 - More documentation updates, especially for
459 wxLayoutWindow classes and debugging facilities.
460 - Changed wxDebugContext to use wxDebugLog instead
461 of wxTrace.
462 - Now supports VC++ 6.0, and hopefully BC++ 5.0.
463 However, DLL support may be broken for BC++ since
464 VC++ 6 required changing of WXDLLEXPORT keyword
465 position.
466 - Numerous miscellaneous changes.
467
468 wxMotif:
469
470 - Reimplemented MDI using wxNotebook instead of the MDI widgets, which
471 were too buggy (probably not design for dynamic addition/removal of
472 child frames).
473 - Some improvements to the wxNotebook implementation.
474 - wxToolBar now uses a bulletin board instead of a form, in an attempt
475 to make it possible to add ordinary wxControls to a toolbar.
476 - Cured problem with not being able to use global memory operators,
477 by defining two more global operators, so that the delete will match
478 the debugging implementation.
479 - Added wxUSE_DEBUG_NEW_ALWAYS so we can distinguish between using
480 global memory operators (usually OK) and #defining new to be
481 WXDEBUG_NEW (sometimes it might not be OK).
482 - Added time.cpp to makefile; set wxUSE_DATETIME to 1.
483 - Added a parent-existance check to popup menu code to make it not crash.
484 - Added some optimization in wxWindow::SetSize to produce less flicker.
485 It remains to be seen whether this produces any resize bugs.
486
487 It's a long time since I updated this file. Previously done:
488
489 - wxFrame, wxDialog done.
490 - wxScrolledWindow done (but backing pixmap not used at present).
491 - wxBitmap done though could be tidied it up at some point.
492 - Most basic controls are there, if not rigorously tested.
493 - Some MDI support (menus appear on child frames at present).
494 - wxNotebook almost done.
495 - wxToolBar done (horizontal only, which would be easy to extend
496 to vertical toolbars).
497
498 More recently:
499
500 - Colour and font changing done (question mark over what happens
501 to scrollbars).
502 - Accelerators done (for menu items and buttons). Also event loop
503 tidied up in wxApp so that events are filtered through ProcessXEvent.
504 - wxWindow::GetUpdateRegion should now work.
505
506 Alpha 16, September 8th 1998
507 ----------------------------
508
509 wxMSW:
510
511 - Added wxSashWindow, wxSashLayoutWindow classes, and sashtest
512 sample.
513 - Guilhem's socket classes added, plus wxsocket sample.
514 - A few more makefiles added.
515 - GnuWin32/BC++ compatibility mods.
516 - Further doc updates.
517 - wxProp updates for correct working with wxGTK.
518
519 wxMotif:
520
521 - First start at Motif port.
522 - Made makefiles for wxMotif source directory and minimal sample.
523 - First go at wxApp, wxWindow, wxDialog, wxPen, wxBrush, wxFont,
524 wxColour, wxButton, wxCheckBox, wxTextCtrl, wxStaticText,
525 wxMenu, wxMenuItem, wxMenuBar
526
527 Alpha 15, August 31st 1998
528 --------------------------
529
530 wxMSW:
531
532 - wxBitmap debugged.
533 - wxDC::GetDepth added.
534 - Contribution added whereby wxBitmap will be
535 converted to DC depth if they don't match.
536 - wxConfig API improved, documentation updated.
537 - Printing classes name conventions cleaned up.
538 - wxUpdateUIEvent now derives from wxCommandEvent
539 so event can travel up the window hierachy.
540
541 Alpha 14, July 31st 1998
542 ------------------------
543
544 wxMSW:
545
546 - Toolbar API has been simplified, and now
547 wxFrame::GetClientArea returns the available client
548 area when toolbar, status bar etc. have been accounted for.
549 wxFrame::CreateToolBar added in line with CreateStatusBar.
550 - Documentation updates, incl. for wxToolBar.
551 - New wxAcceleratorTable class plus wxFrame::SetAcceleratorTable.
552 - Various additions from other folk, e.g. streams, wxConfig
553 changes, wxNotebook.
554 - Added wxDocMDIParentFrame, wxDocMDIChildFrame for doc/view.
555
556 Alpha 13, July 8th 1998
557 -----------------------
558
559 wxMSW:
560
561 - Implemented wxPoint as identical to POINT on Windows, and
562 altered wxDC wxPoint functions to use wxPoint directly in
563 Windows functions, for efficiency.
564 - Cured wxASSERT bug in wxStatusBar95.
565 - #ifdefed out some bits in oleutils.cpp for compilers that
566 don't support it.
567 - Added some operators to wxPoint, wxSize.
568 - Added inline wxDC functions using wxPoint, wxSize, wxRect.
569
570 Alpha 12, July 7th 1998
571 -----------------------
572
573 wxMSW:
574
575 - Added wxApp::GetComCtl32Version, and wxTB_FLAT style, so can
576 have flat toolbars on Win98 or Win95 with IE >= 3 installed.
577
578 Alpha 11, July 3rd 1998
579 -----------------------
580
581 wxMSW:
582
583 - Added thread.h, thread.cpp.
584 - Changed Enabled, Checked to IsEnabled, IsChecked in wxMenu,
585 wxMenuBar.
586 - Changed wxMenuItem::SetBackColor to SetBackgroundColour,
587 SetTextColor to SetTextColour, and added or made public several
588 wxMenuItem accessors.
589 - Added two overloads to wxRegion::Contains. Added
590 wxRegion::IsEmpty for a more consistent naming convention.
591 - Added Vadim's wxDataObject and wxDropSource.
592 - ENTER/LEAVE events now work.
593 - Cured wxMemoryDC bug where the DC wasn't being deleted.
594 - Cured wxGauge SetSize major bugginess.
595 - Cured problem where if a GDI object was created on the stack,
596 then went out of scope, then another object was selected into
597 the DC, GDI objects would leak. This is because the assignment
598 to e.g. wxDC::m_pen would delete the GDI object without it first
599 being selected out of the DC. Cured by selecting the old DC object
600 first, then doing the assignment.
601 - Split up wxGaugeMSW, wxGauge95, wxSliderMSW, wxSlider95
602 - Various other bug fixes and additions.
603
604 Generic:
605
606 - Major work on Dialog Editor (still plenty to go).
607 - Expanded documentation a bit more.
608
609 Alpha 10, May 7th 1998
610 ----------------------
611
612 wxMSW:
613
614 - Added desiredWidth, desiredHeight parameters to wxBitmapHandler
615 and wxIcon functions so that you can specify what size of
616 icon should be loaded. Probably will remain a Windows-specific thing.
617 - wxStatusBar95 now works for MDI frames.
618 - Toolbars in MDI frames now behave normally. They still
619 require application-supplied positioning code though.
620 - Changed installation instructions, makefiles and batch files
621 for compiling with Gnu-Win32/Mingw32/EGCS. Also timercmn.cpp
622 change to support Mingw32/EGCS. Bison now used by default.
623
624 Alpha 9, April 27th 1998
625 ------------------------
626
627 wxMSW:
628
629 - Cured bug in wxStatusBar95 that caused a crash if multiple
630 fields were used.
631 - Added Gnu-Win32 b19/Mingw32 support by changing resource
632 compilation and pragmas.
633 - Cured wxMenu bug introduced in alpha 8 - didn't respond to
634 commands because VZ changed the id setting in wxMenu::MSWCommand.
635
636 Generic:
637
638 - Corrected some bugs, such as the wxModule compilation problem.
639 - Added Gnu-Win32 b19/Mingw32 support by changing resource
640 compilation and pragmas.
641 - Changed SIZEOF to WXSIZEOF.
642
643 Alpha 8, April 17th 1998
644 ------------------------
645
646 wxMSW:
647
648 - Added IsNull to wxGDIObject to check if the ref data is present or not.
649 - Added PNG handler and sample - doesn't work for 16-bit PNGs for
650 some reason :-(
651 - Added wxJoystick class and event handling, and simple demo.
652 - Added simple wxWave class. Needs Stop() function.
653 - Added wxModule (module.h/module.cpp) to allow definition
654 of modules to be initialized and cleaned up on wxWindows
655 startup/exit.
656 - Start of Mingw32 compatibility (see minimal and dialogs samples
657 makefile.m95 files, and install.txt).
658 - Note: Windows printing has stopped working... will investigate.
659 VADIM'S CHANGES:
660 - Updated wxString: bug fixes, added wxArrayString, some
661 compatibility functions.
662 - Updated log.h/cpp, added wxApp::CreateLogTarget.
663 - file.h: new wxTempFile class.
664 - defs.h: added wxSB_SIZE_GRIP for wxStatusBar95
665 - statbr95: wxStatusBar95 control.
666 - registry.h/cpp: wxRegKey class for Win95 registry.
667 - listbox.cpp: corrected some bugs with owner-drawn listboxes.
668 - wxConfig and wxFileConfig classes.
669
670 Generic:
671
672 - Added src/other/png, src/other/zlib directories.
673 - Added samples/png.
674 - IMPORTANT: Changed 'no id' number from 0 to -1, in wxEVT_ macros.
675 Porters, please check particularly your wxTreeCtrl and wxListCtrl
676 header files.
677 - Added modules.h/cpp, config.cpp, fileconf.cpp, textfile.cpp/h.
678
679 Alpha 7, March 30th 1998
680 ------------------------
681
682 wxMSW:
683
684 - Added tab classes, tab sample.
685 - Now can return FALSE from OnInit and windows will be
686 cleaned up properly before exit.
687 - Improved border handling so panels don't get borders
688 automatically.
689 - Debugged MDI activation from Window menu.
690 - Changes to memory debug handling, including checking for
691 memory leaks on application exit - but see issues.txt for
692 unresolved issues.
693 - Added wxTaskBarIcon (taskbar.cpp/h, plus samples/taskbar)
694 to allow maintenance of an icon in the Windows 95 taskbar
695 tray area.
696 - Got MFC sample working (MFC and wxWindows in the same
697 application), partly by tweaking ntwxwin.mak settings.
698 - Got DLL compilation working again (VC++).
699 - Changed wxProp/Dialog Editor filenames.
700
701 Generic:
702
703 - Added tab classes, tab sample.
704 - Revised memory.cpp, memory.h slightly; memory.h now #defines
705 new to WXDEBUG_NEW in DEBUG mode. Windows implementation app.cpp
706 now checks for leaks on exit. Added memcheck sample.
707 See src/msw/issues.txt for more details.
708 - resource.h, resource.cpp changed to make wxDefaultResourceTable
709 a pointer. Now initialize resource system with
710 wxInitializeResourceSystem and wxCleanUpResourceSystem, to
711 allow better control of memory.
712 - wxString now derives from wxObject, to enable memory leak
713 checking.
714 - Added some #include fixes in various files, plus changed
715 float to long in wxToolBar files.
716
717 Alpha 6, March 10th 1998
718 ------------------------
719
720 wxMSW:
721
722 - Found stack error bug - stopped unwanted OnIdle recursion.
723 - Removed bug in wxTreeCtrl::InsertItem I added in alpha 5.
724 - Changed exit behaviour in wxApp/wxFrame/wxDialog. Now will
725 check if the number of top-level windows is zero before
726 exiting. Also, wxApp::GetTopWindow will return either
727 m_topWindow or the first member of wxTopLevelWindows, so you
728 don't have to call wxApp::SetTopWindow.
729 - Added dynarray.h/dynarray.cpp (from Vadim).
730 - Added first cut at OLE drag and drop (from Vadim). dnd sample
731 added. Drop target only at this stage. See src/msw/ole/*.cpp,
732 wx/include/msw/ole/*.h. WIN32 only because of UUID usage.
733 Doesn't work with GnuWin32 - no appropriate headers e.g. for
734 IUnknown.
735 Doesn't work with BC++ either - crashes on program startup.
736 - Added Vadim's owner-draw modifications - will probably remain
737 Windows-only. This enhances wxMenu, wxListBox. See ownerdrw sample.
738 - Added wxLB_OWNERDRAW for owner-draw listboxes.
739 - Vadim's wxCheckListBox derives from wxListBox. See checklst sample.
740 Doesn't entirely work for WIN16.
741 - Vadim has added wxMenuItem as a separate file menuitem.cpp. It
742 can also be used as an argument to wxMenu::Append, not just for
743 internal implementation.
744 - Some #ifdefs done for MINGW32 compilation (just alter OPTIONS
745 in makeg95.env, together with mingw32.bat). However, resource
746 binding is not working yet so most apps with dialogs crash.
747
748 Generic:
749
750 - Added Vadim's dynarray.h, dynarray.cpp.
751 - Added Vadim's menuitem.cpp.
752 - Added Windows-specific wxCheckListBox,
753 owner-draw wxListBox, and drag-and-drop
754 (see docs/msw/changes.txt).
755
756 Alpha 5, 14th February 1998
757 --------------------------
758
759 wxMSW:
760
761 - GENERIC AND MSW-SPECIFIC CODE NOW TREATED AS TWO SEPARATE
762 DISTRIBUTIONS. This change log will therefore now refer to
763 the Windows-specific code only. See docs/changes.txt for generic
764 changes.
765 - Removed Windows-specific reference counting system (GDI
766 resources were cleaned up in idle time) - minimal
767 advantages now we have a wxWin reference counting system.
768 - Added missing WXDLLEXPORT keywords so DLL compilation works
769 again.
770 - Removed most warnings for GnuWin32 compilation.
771 - Added wxRegion/wxRegionIterator, but haven't yet used it in
772 e.g. wxDC.
773
774 Generic:
775
776 - GENERIC AND MSW-SPECIFIC CODE NOW TREATED AS TWO SEPARATE
777 DISTRIBUTIONS. This change log will therefore now refer to
778 the generic code only. See docs/msw/changes.txt for Windows-specific
779 changes.
780 - Readmes, change logs and installation files now go in
781 platform-specific directories under docs, e.g. docs/msw,
782 docs/gtk.
783 - Added DECLARE_APP and IMPLEMENT_APP macros so wxApp object gets
784 created dynamically, not as a global object.
785 - Put wxColour into wx/msw/colour.h, src/msw/colour.cpp.
786 - Changed names of some include/wx/generic headers to be
787 consistent and to conform to gcc pragma conventions. Also
788 changed choicesg.cpp to choicdgg.cpp.
789 - Added gcc pragmas.
790 - Added gtk inclusion in include/wx headers.
791 - Added consistent file headings to source and headers.
792 - Removed lang.cpp, lang.h and references to wxSTR_... variables;
793 added a few references to wxTransString.
794 - Added operator to wxTransString that converts automatically
795 to wxString, so we can say e.g. wxMessageBox(wxTransString("Hello"), ...).
796 - samples/internat now works (minimally).
797 - Added wxMouseEvent::GetPosition and
798 wxMouseEvent::GetLogicalPosition, both returning wxPoints.
799 - Made wxSize and wxRect contain longs not ints.
800 - Cured some lemory leaks (thanks Vadim).
801 - Tidied up OnIdle and introduced RequestMore/MoreRequested so
802 will only keep processing OnIdle if it returns TRUE from
803 MoreRequested.
804
805 Alpha 4, 31st January 1998
806 --------------------------
807
808 All:
809
810 - Changed wxDC functions to take longs instead of floats. GetSize now takes
811 integer pointers, plus a version that returns a wxSize.
812 - const keyword added to various wxDC functions.
813 - Under Windows, wxDC no longer has any knowledge of whether
814 an associated window is scrolled or not. Instead, the device
815 origin is set by wxScrolledWindow in wxScrolledWindow::PrepareDC.
816 - wxScrolledWindow applications can optionally override the virtual OnDraw
817 function instead of using the OnPaint event handler. The wxDC passed to
818 OnDraw will be translated by PrepareDC to reflect scrolling.
819 When drawing outside of OnDraw, must call PrepareDC explicitly.
820 - wxToolBarBase/wxToolBarSimple similarly changed to allow for
821 scrolling toolbars.
822 - Integrated wxPostScriptDC patches for 1.xx by Chris Breeze,
823 to help printing with multiple pages.
824 - IPC classes given base classes (wxConnectionBase etc.) which
825 define the API used by different implementations. DDE
826 implementation updated to use these base classes.
827 - wxHelpInstance now separated into wxHelpControllerBase (base
828 for all implementations), wxWinHelpController (uses standard
829 WinHelp), wxXLPHelPController (talks to wxHelp by DDE or
830 TCP/IP). There will be others eventually, such as
831 wxHTMLHelpController for Microsoft (and Netscape?) HTML Help.
832 - Added Vadim Zeitlin's wxString class plus
833 internationalization code (gettext simulation, wxLocale, etc.).
834 New files from Vadim:
835 include\wx\string.h
836 include\wx\debug.h
837 include\wx\file.h
838 include\wx\log.h
839 include\wx\intl.h
840 src\common\string.cpp
841 src\common\log.cpp
842 src\common\intl.cpp
843 src\common\file.cpp
844 No longer use GNU wxString files.
845 - Split off file-related functions into include\wx\filefn.h and
846 src\common\filefn.cpp.
847 - Borland C++ support (WIN32) for main library and
848 samples, using makefile.b32 files.
849 - Preparation done for allowing BC++ to compile wxWin as a DLL,
850 including changes to defs.h.
851 - wxIntPoint removed, wxPoint is now int, and wxRealPoint
852 introduced.
853 - Added wxShowEvent (generated when window is being shown or
854 hidden).
855 - Got minimal, docview, mdi samples working for 16-bit VC++ and
856 cured 16-bit problem with wxTextCtrl (removed global memory
857 trick).
858 - Updated GnuWin32 makefiles, checked minimal, mdi, docview samples.
859
860 Alpha 3, September 1997
861 -----------------------
862
863 All:
864
865 - wxListCtrl, wxTreeCtrl, wxImageList classes done.
866 - Instigated new file hierarchy, split files and classes up more logically.
867 - PrologIO and some other utils now put into core library.
868 - Revamped print/preview classes, added wxPageSetupDialog.
869 - Started documentation.
870
871 Alpha 2, 30th April 1997
872 ------------------------
873
874 All:
875
876 - EVT_... macros now have at least one argument, for conformance
877 with MetroWerks compiler.
878 - Added ids to .wxr file format.
879 - Got Dialog Editor compiled and running again but need
880 to extend functionality to be in line with new controls.
881 Added dialoged\test app to allow dynamic loading of .wxr files
882 for testing purposes.
883 - Rewrote wxBitmap to allow installable file type
884 handlers.
885 - Rewrote wxBitmapButton, wxStaticBitmap to not use Fafa.
886 - Wrote most of wxTreeCtrl and sample (need wxImageList to implement it
887 fully).
888 - Added back wxRadioBox.
889 - Tidied up wx_main.cpp, wxApp class, putting PenWin code in
890 a separate file.
891
892 Alpha 1, 5th April 1997
893 -----------------------
894
895 Generic:
896
897 At this point, the following has been achieved:
898
899 - A lot, but not all, of the code has been revamped for better
900 naming conventions, protection of data members, and use of
901 wxString instead of char *.
902 - Obsolete functionality deleted (e.g. default wxPanel layout,
903 old system event system) and code size reduced.
904 - Class hierarchy changed (see design doc) - base classes such
905 as wxbWindow now removed.
906 - No longer includes windows.h in wxWin headers, by using stand-in
907 Windows types where needed e.g. WXHWND.
908 - PrologIO revised.
909 - wxScrolledWindow, wxStatusBar and new MDI classes added.
910 MDI is now achived using separate classes, not window styles.
911 - wxSystemSettings added, and made use of to reflect standard
912 Windows settings.
913 - SetButtonFont/SetLabelFont replaced by SetFont; font and colour
914 settings mucho rationalised.
915 - All windows are now subclassed with the same window proc to make
916 event handling far more consistent. Old internal wxWnd and derived
917 classes removed.
918 - API for controls revised, in particular addition of
919 wxValidator parameters and removal of labels for some controls.
920 - 1 validator written: see examples/validate.
921 - Event table system introduced (see most samples and
922 wx_event.cpp/ProcessEvent, wx_event.h). wxEvtHandler
923 made more flexible, with Push/PopEventHandler allowing a chain
924 of event handlers.
925 - wxRadioBox removed - will be added back soon.
926 - Toolbar class hierarchy revised:
927 wxToolBarBase
928 wxToolBarSimple (= old wxToolBar)
929 wxToolBar95 (= old wxButtonBar under Win95
930 wxToolBarMSW (= old wxButtonBar under WIN16/WIN32)
931 - Constraint system debugged somewhat (sizers now work properly).
932 - wxFileDialog, wxDirDialog added; other common dialogs now
933 have class equivalents. Generic colour and font dialogs
934 rewritten to not need obsolete panel layout.
935 - .wxr resource system partially reinstated, though needs
936 an integer ID for controls. Hopefully the resource system
937 will be replaced by something better and more efficient
938 in the future.
939 - Device contexts no longer stored with window and accessed
940 with GetDC - use wxClientDC, wxPaintDC, wxWindowDC stack
941 variables instead.
942 - wxSlider uses trackbar class under Win95, and wxSL_LABELS flag
943 determines whether labels are shown. Other Win95-specific flags
944 introduced, e.g. for showing ticks.
945 - Styles introduced for dealing with 3D effects per window, for
946 any window: all Win95 3D effects supported, plus transparent windows.
947 - Major change to allow 3D effect support without CTL3D, under
948 Win95.
949 - Bitmap versions of button and checkbox separated out into new
950 classes, but unimplemented as yet because I intend to remove
951 the need for Fafa - it apparently causes GPFs in Win95 OSR 2.
952 - utils/wxprop classes working (except maybe wxPropertyFormView)
953 in preparation for use in Dialog Editor.
954 - GNU-WIN32 compilation verified (a month or so ago).
955
956