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