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):

2006-01-31 02:37 RD, revision 37228

Another patch from Tim Kosse for using images on more than one column

2006-01-31 02:29 RD, revision 37227

Move SendSizeEvent to wxWindow

2006-01-31 02:28 RD, revision 37226

use explicit SWIG version

2006-01-31 01:55 RD, revision 37225

Putting the SetBestFittingSize() call at the end of wxToolBar::Realize seems to cause more problems than it fixes, and in fact I can't seem to duplicate the problems that it had before any longer, so let's remove it.

2006-01-31 00:54 ABX, revision 37224

Last parameter of GetVolumeInformation() is not pointer.

2006-01-31 00:46 ABX, revision 37223

Last parameter of GetVolumeInformation() is not pointer.

2006-01-30 20:04 JS, revision 37222

Reverting patch 1325857

2006-01-30 16:46 ABX, revision 37221

Tree != List

2006-01-30 16:38 RD, revision 37220

This is a TOOLBOOK, not a LISTBOOK

2006-01-30 16:29 RD, revision 37219

fix for compile warning, Patch #1418530

2006-01-30 16:26 JS, revision 37218

Added wxUSE_TOOLBOOK

2006-01-30 16:00 JS, revision 37217

Entry for wxToolbook.

2006-01-30 15:40 JS, revision 37216

Adapted notebook sample to demonstrate wxToolbook

2006-01-30 15:38 JS, revision 37215

Updates for wxToolbook class

2006-01-30 15:35 JS, revision 37214

Added wxToolbook class

2006-01-30 15:19 JS, revision 37213

Separated out book control sizing code

2006-01-30 12:32 JJ, revision 37212

Committing in . Updated OpenVMS compile support Modified Files: wxWidgets/descrip.mms ----------------------------------------------------------------------

2006-01-29 17:35 vell, revision 37211

wxPython tab cleaning

2006-01-29 15:44 RR, revision 37210

Fix rawbitmap sample to clear bitmap first.

2006-01-29 15:37 RR, revision 37209

Corrected rawbitmap sample to "clear" the enitre bitmap to being fully transparent first. The code then works correctly using both wxAlphaPixelFormat and wxNativePixelFormat under GTK2.

2006-01-29 08:49 vell, revision 37208

remove extraneous whitespace

2006-01-29 02:36 RD, revision 37207

Ensure the window is still valid before adjusting the scrollbars

2006-01-29 02:34 RD, revision 37206

Minor demo tweaks

2006-01-29 02:33 RD, revision 37205

Changes needed to be able to build with SWIG 1.3.24, 1.3.27 as well as the upcoming 1.3.28, using #if statements on SWIG_VERSION. Adjustments to ownership of SWIG objects, add some destructors and explicitly disown non-window objects when their ownership is transfered to a C++ object. Since all window objects are owned by their parent, or by themselves, always set their thisown attribute to False. Explicitly set thisown to False after any Destroy() methods are called, so SWIG doesn't try to destroy them again. Etc.

2006-01-29 02:14 RD, revision 37204

Ouput a SWIG_VERSION #define to the wrapper file.