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

2004-05-12 14:10 GT, revision 27228

The wxDb::Open() function that takes a wxDbConnectInf() now has a second optional parameter 'failOnDataTypeUnsupported' that defaults to TRUE to maintain current behavior. This allows users to specify FALSE if they want to try to continue wxDb::getDbInfo() function will now not treat SQL_SUCCESS_WITH_INFO as a failure when checking for supported features. Reformatting of some text, and removal of old commented out code

2004-05-12 14:07 GT, revision 27227

SQL_C_BLOB was getting #define'd incorrectly if there was not already a definition The wxDb::Open() function that takes a wxDbConnectInf() now has a second optional parameter 'failOnDataTypeUnsupported' that defaults to TRUE to maintain current behavior. This allows users to specify FALSE if they want to try to continue Reformatting of some text, and removal of old commented out code

2004-05-12 14:03 GT, revision 27226

wxODBC_BLOB_SUPPORT changed to just being a #define. BLOB support is on by default

2004-05-12 13:59 GT, revision 27225

Fixed assert warning if the listbox has no elements, we shouldn't try to set the selection to the first line

2004-05-12 09:08 JS, revision 27224

Added window styles to wxToolBar handler. Allow wxScrolledWindow to have children.

2004-05-12 09:06 JS, revision 27223

Added window styles for wxToolBar handler Allow wxScrolledWindow to have children

2004-05-12 02:07 RD, revision 27222

reSWIGged

2004-05-12 01:51 RD, revision 27221

reSWIGged

2004-05-12 01:50 RD, revision 27220

More DocStr macro updates

2004-05-12 01:49 RD, revision 27219

Oops, wrong file selected. undid last change

2004-05-12 01:45 RD, revision 27218

reSWIGged

2004-05-12 01:44 RD, revision 27217

More DocStr macro updates

2004-05-12 00:17 RD, revision 27216

Some docstring additions, reformats and epydoc markup. Removed RefDoc macros, instead made all the normal Docstring macros take an extra parameter to be used for the optional details postion of the docstring. The intent is that the docstrings put in the generated .py files checked in to CVS and delivered in releases will be only a paragraph or two, but when used for generating the epydoc reference docs they can optionally contain a lot more details.

2004-05-12 00:12 RD, revision 27215

Check exit code or commands and exit with that code

2004-05-12 00:08 RD, revision 27214

made wx.Joystick stub (for platforms without joystick support) be unicode compatible.

2004-05-12 00:07 RD, revision 27213

Made wx.Locale() make an unitialized locale while still allowing wx.Locale(language) to still work.

2004-05-11 23:03 RD, revision 27212

Fixed compile warning

2004-05-11 20:41 DS, revision 27211

removed tabs; minor cosmetic cleanup

2004-05-11 19:44 DS, revision 27210

made font a non-pointer; code cleanup

2004-05-11 19:43 RD, revision 27209

reSWIGged

2004-05-11 19:25 SC, revision 27208
  • D /wxWidgets/trunk/include/wx/mac/carbon/setup0.h
  • D /wxWidgets/trunk/include/wx/mac/classic/setup.h
  • D /wxWidgets/trunk/include/wx/mac/classic/setup0.h

not needed

2004-05-11 19:24 SC, revision 27207

remove unneeded vars

2004-05-11 18:08 JS, revision 27206

Added wxUSE_MDI

2004-05-11 17:59 RD, revision 27205

reSWIGged

2004-05-11 16:51 SC, revision 27204

added wxUSE_MDI