Changelogs

Overview

These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2016-05-09 08:38:04

Changes per page:

25 50 100 250 500 1000 2000

Changelog for wxWidgets (70435 changes):

2001-01-31 14:48 georgetasker, revision 9238

Destructor for wxFileType was deleting its member m_impl without checking if it was already NULL or not.

2001-01-31 12:33 vadz, revision 9237

added test for vertical gauge

2001-01-31 12:23 vadz, revision 9236

wxGA_VERTICAL patch by Shane Forsythe shane@patmos-international.com

2001-01-31 12:22 vadz, revision 9235

support for wxGA_VERTICAL in wxGauge

2001-01-31 05:33 dwebster, revision 9234

Ownerdrawn stuff for OS/2

2001-01-31 05:32 dwebster, revision 9233

Add a Get and Set for an OS/2 PS

2001-01-30 22:49 robind, revision 9232

Gobs of changes moved from the main trunk to the 2.2 branch in preparataion for 2.2.5 release. See CHANGES.txt for details.

2001-01-30 21:26 depeyrot, revision 9231

changed argument types (replaced long with wxCoord)

2001-01-30 21:22 depeyrot, revision 9230

corrected indentation

2001-01-30 21:17 depeyrot, revision 9229

added missing return type (implicit int no longer accepted by compilers)

2001-01-30 21:15 depeyrot, revision 9228

removed unused variables

2001-01-30 21:06 depeyrot, revision 9227

added test for __MACH__ for Mac OS X compilation

2001-01-30 21:02 depeyrot, revision 9226

added missing return type (implicit int no longer accepted by compilers)

2001-01-30 21:00 depeyrot, revision 9225

added tests for __MACH__ to compile under Mac OS X

2001-01-30 20:54 robind, revision 9224

Gobs of changes move from the main trunk to the 2.2 branch in preparataion for 2.2.5 release. See CHANGES.txt for details.

2001-01-30 15:38 dwebster, revision 9223

OS/2 compile error fix

2001-01-30 14:14 georgetasker, revision 9222

Allow MDI children to have a non-default window style passed down to them. Previously only default frame styles were possible, even when a valid style was passed.

2001-01-30 06:07 dwebster, revision 9221

Compile error fixes

2001-01-30 06:06 dwebster, revision 9220

XPM updates

2001-01-29 23:05 juliansmart, revision 9219

Corrected DoBlit code to use offset into mask

2001-01-29 23:01 georgetasker, revision 9218

The new SORT parameter for SelectViewType() and SelectDocumentType() sorted the displayed list, but the view/template returned as the one selected was corresponding to the template from the original unsorted list of templates.

2001-01-29 21:42 dwebster, revision 9217

Add wxInvertMask for OS/2 xpm processing

2001-01-29 21:37 dwebster, revision 9216

minor fix for OS/2

2001-01-29 21:36 dwebster, revision 9215

new icc file for VA4

2001-01-29 19:56 vadz, revision 9214

another fix for MDI styles