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