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