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