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