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

2007-08-15 21:01 VZ, revision 48121

relinquish the mouse capture when a dialog is about to be made modal to ensure that the mouse can be used in it (patch 1754648)

2007-08-15 20:31 VZ, revision 48120

make wxChoice and wxListBox inherit from wxControlWithItems and not wxControl for all ports

2007-08-15 20:30 JS, revision 48119

Bring back double border

2007-08-15 20:29 JS, revision 48118

Removed double border style

2007-08-15 20:23 VZ, revision 48117

added ReadType convenience functions (patch 1764160)

2007-08-15 20:17 VZ, revision 48116

include wx/msw/winundef.g instead of writing just a subset of #undefs in wx/defs.h itself (patch 1774707)

2007-08-15 18:38 VZ, revision 48115

uncomment the change which was meant to be committed the last time

2007-08-15 17:58 DE, revision 48114

Use the new wxUSE_ABI_INCOMPATIBLE_FEATURES to enable enhancements for wxCocoa builds.

2007-08-15 17:43 DE, revision 48113

Add a new wxUSE_ABI_INCOMPATIBLE_FEATURES and corresponding --enable-abi-incompatible-features which defaults to the opposite of --enable-shared.

2007-08-15 17:17 DE, revision 48112

Merged modified 47462 (VZ) from trunk: allow using dashes in the names of --enable/with options used with WX_ARG_XXX macros This has the side effect of using wx_cv_use_ in preference to ac_cv_use_. I did not include changes related to how --enable-all-features works.

2007-08-15 17:09 DE, revision 48111

Regenerate configure to incorporate the proper CFLAGS/CXXFLAGS -g test that doesn't blow away the existing flags.

2007-08-15 17:08 DE, revision 48110

Update the wxAutohacks libs.m4 with some of the changes from newer autoconf (this will make generated configure at least match what is currently in the tree).

2007-08-15 16:31 DE, revision 48109

Clean autoconf_inc.m4 of references to now-deleted contribs like animate and propgrid.

2007-08-15 16:24 DE, revision 48108

Regenerate all of the Makefile.in files with Bakefile 0.2.2. * Minor whitespace changes in WINDRES commands * Updates version to 2.8.4 from 2.8.2. * Other minor generation differences.

2007-08-15 16:12 DE, revision 48107

Merged 48106 from trunk: Add support for uniquifying to all wxCocoa Objective-C classes. Patch from Mark Taylor. Copyright 2007 Software 2000 Ltd.

2007-08-15 16:10 DE, revision 48106

Add support for uniquifying to all wxCocoa Objective-C classes. Patch from Mark Taylor. Copyright 2007 Software 2000 Ltd.

2007-08-15 16:00 JS, revision 48105

Regenerated makefiles

2007-08-15 15:56 JS, revision 48104

Regenerated makefiles

2007-08-15 15:28 VS, revision 48103

removed outdated comment

2007-08-15 13:30 VZ, revision 48102

use correct WXDLLIMPEXP macro for friend declaration

2007-08-15 13:27 VZ, revision 48101

corrected the 'Derived from' sections using the script from the patch 1765640

2007-08-15 13:23 VZ, revision 48100

added a script to automaitcally fix 'Derived from' doc sections; updated the 'Library' sections script to be able to run it on files already having these functions (patch 1765640)

2007-08-15 13:19 VZ, revision 48099

use ES_RIGHT|ES_NUMBER styles for the buddy control as it's used for numeric entry (modified patch 1767478)

2007-08-15 13:13 VZ, revision 48098

don't enable previously checked button in a radio group (patch 1767481)

2007-08-15 13:09 VZ, revision 48097

don't assert when ExpandAll() is called on hidden root item (fixes 1765566, replaces patch 1768282)