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-02-01 13:52 ABX, revision 37253

wxOS2 warning fixes after daily build log.

2006-02-01 10:25 ROL, revision 37252

updated from CVS

2006-01-31 21:37 ABX, revision 37251

[ 1420190 ] Enable backspace key on smartphone

2006-01-31 21:29 ABX, revision 37250

Warning fix.

2006-01-31 21:27 ABX, revision 37249

Build fix.

2006-01-31 20:50 RD, revision 37248

reSWIGged

2006-01-31 20:42 RD, revision 37247

Allow wxPython 2.6 to still be able to use OnGetItemColumnImage if my custom patch has been applied.

2006-01-31 20:14 RD, revision 37246

demo tweak

2006-01-31 20:11 RD, revision 37245

reSWIGged

2006-01-31 19:52 RD, revision 37244

reSWIGged

2006-01-31 19:46 RD, revision 37243

reSWIGged

2006-01-31 17:48 RD, revision 37242

Delay part of the setup

2006-01-31 17:44 RD, revision 37241

Use const reference parameters so the right typemaps will be used.

2006-01-31 17:44 RD, revision 37240

Don't need to check for ShiftDown ourselves

2006-01-31 17:43 RD, revision 37239

Add output of SWIG_VERSION macro

2006-01-31 16:22 JS, revision 37238

Mac doesn't like getting an icon if it's a bitmap

2006-01-31 16:01 JS, revision 37237

wxControl::SetLabel no longer strips out codes so do it here

2006-01-31 15:37 JS, revision 37236

Added missing include

2006-01-31 15:12 JS, revision 37235

Added wxUSE_TOOLBOOK

2006-01-31 14:37 JS, revision 37234

Regenerated configure for wxToolbook

2006-01-31 13:54 JS, revision 37233

Added SetSheetStyle to property sheet dialog to allow specification of alternative book styles and shrink-to-fit mode Updated dialogs sample with example of toolbook-style property sheet dialog

2006-01-31 13:51 JS, revision 37232

Introduced the ability to size a book control based on the currently selected page

2006-01-31 09:29 JS, revision 37231

Put MFC sample at end of list

2006-01-31 09:28 JS, revision 37230

Added toolbook.cpp

2006-01-31 04:02 RD, revision 37229

Revert the OnGetItemColumnImage changes for 2.6

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.