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