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

2013-11-13 18:43 JS, revision 75181

Fixed clashing attribute values

2013-11-13 13:53 VZ, revision 75180

Fix crash when setting invalid label with "&" at the end. We detected that the label was invalid and gave a debug warning message about it but then still proceeded to crash by accessing the data beyond the end of the string. Don't do this. Closes #15665.

2013-11-13 13:52 VZ, revision 75179

Fix crash when setting invalid label with "&" at the end. We detected that the label was invalid and gave a debug warning message about it but then still proceeded to crash by accessing the data beyond the end of the string. Don't do this. Closes #15665.

2013-11-12 19:06 VZ, revision 75178

Merge the changes from 3.0 branch.

2013-11-11 21:59 VZ, revision 75177

Update the checksums for the 3.0 release notes files. Also mention the binaries existence in the top level file.

2013-11-11 14:22 VZ, revision 75176

Tag 3.0.0 release.

2013-11-11 14:10 VZ, revision 75175

Remove "rc2" from the release notes. The hashes are still the old ones and will be updated later as the binaries are not ready yet.

2013-11-11 14:10 VZ, revision 75174

Update the version in wx/version.h and add an item for it to the docs. Mention the need to udpate this file in the release checklist.

2013-11-11 14:10 VZ, revision 75173

Fix the 3.0.0 release date and update the release announcement slightly.

2013-11-11 14:10 VZ, revision 75172

Update the README file to follow the manual introduction closer. It makes sense for the introduction to be a longer version of the README, not a completely different topic.

2013-11-11 13:37 VZ, revision 75171

Add the scripts used to build MSVS wxMSW binaries. Closes #14495.

2013-11-10 19:35 PC, revision 75170

don't need Pango workaround code with GTK+3

2013-11-10 19:26 PC, revision 75169

use gtk_combo_box_get_wrap_width(), we require GTK+ 2.6 now

2013-11-10 19:26 PC, revision 75168

fully initialize GTypeInfo structure

2013-11-10 19:25 VZ, revision 75167

Fix wxFileName compilation in Cygwin builds. Do define StatAny() helper calling either stat() or lstat() under Cygwin, it is available and should be used there even if __WIN32__ is defined.

2013-11-10 19:25 VZ, revision 75166

Add a comment explaining the need for a temporary NULL variable. Explain the changes of r75162 as they risk not being preserved otherwise. Also make this variable static and const because it's really a constant.

2013-11-10 19:25 VZ, revision 75165

Use Cocoa by default for --with-osx and --with-mac configure options. Even though Cocoa is now officially the default port, these options still selected Carbon.

2013-11-10 19:25 VZ, revision 75164

Update minimal required GTK+ version to 2.6 in another place. It really should only appear in a single place only, ideally, but currently we have it in several different documents inside and outside the manual.

2013-11-10 19:13 PC, revision 75163

use G_VALUE_INIT

2013-11-10 18:26 PC, revision 75162

avoid NULL casts, clang says casting nullptr_t is not allowed closes #15660

2013-11-10 16:56 JS, revision 75161

Corrected and tidied XML import/export of standard data members

2013-11-10 14:45 DS, revision 75160

spelling and styling fixes

2013-11-10 14:28 DS, revision 75159

Doc changes. Updated some wxOSX related information.

2013-11-10 10:09 DS, revision 75158

Spelling fixes. Changed "MacOS X" occurrences to "OS X" (in docs only).

2013-11-10 02:48 PC, revision 75157

spelling fixes