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-05-18 03:27 PC, revision 39203

avoid wxColour::Set(long) confusion

2006-05-18 03:08 PC, revision 39202

spinbutton code simplification

2006-05-18 02:42 PC, revision 39201

allow size event for windows without scrollbars

2006-05-18 02:39 PC, revision 39200

avoid GTK "assertion `min < max' failed"

2006-05-18 01:52 RD, revision 39199

Reverted mistaken check-in

2006-05-18 01:22 RD, revision 39198

Use correct DLL import/export specifier for multi-lib builds

2006-05-18 01:05 VZ, revision 39197

buttonbar.cpp/.h must be in GUI_CMN_SRC/HDR as toolbkg.cpp which is in common depends on them under Mac

2006-05-18 00:52 VZ, revision 39196

added virtual dtor to wxMacListControl to silence gcc warnings

2006-05-18 00:51 VZ, revision 39195

fixed typo in last commit

2006-05-18 00:42 VZ, revision 39194

suppress gcc printf format warning

2006-05-18 00:40 VZ, revision 39193

added virtual dtor to wxMacListControl to silence gcc warnings

2006-05-17 23:37 RD, revision 39192

Forgot about dropping the 'wx' for some Python objects

2006-05-17 22:21 ABX, revision 39191

Opening first subpage initially.

2006-05-17 19:49 ABX, revision 39190

Rearranged widgets sample to show more and categorized widgets.

2006-05-17 16:32 JS, revision 39189

Documentation states scrollbars (plural) are switched off by wxHW_SCROLLBAR_NEVER, so make sure this is true, even if the layout erroneously wants to create a horizontal scrollbar.

2006-05-17 10:55 ABX, revision 39188

#include order with correct PCH support.

2006-05-17 10:42 JS, revision 39187

Fixes for compile breakage with no PCH

2006-05-17 09:13 VZ, revision 39186

reset fd after closing it

2006-05-17 09:07 ABX, revision 39185

Include wx/button.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-05-17 08:59 JS, revision 39184

Combobox may not be fully created at this point

2006-05-17 08:52 VS, revision 39183

commented OpenContainer usage

2006-05-17 08:48 ABX, revision 39182

Missing 'int' interface for wxPlatform.

2006-05-17 05:20 RD, revision 39181

I haven't taught SWIG about wxChar, so pretend it's a wxString

2006-05-17 05:15 RD, revision 39180

Clipboard events

2006-05-17 05:13 RD, revision 39179

Use Bind for OnCloseWindow