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

2005-12-01 23:20 vell, revision 36328

minor cleanup: corrected typos, etc.

2005-12-01 14:30 MW, revision 36327

Silence warning from bcc

2005-12-01 14:28 vell, revision 36326

minor cleanup: corrected typos, etc.

2005-12-01 12:55 VS, revision 36325

fixed wxComboBox::Clear to clear stored value

2005-12-01 11:05 ABX, revision 36324

[ 1357527 ] Cast to void to silence GCC's warnings.

2005-11-30 20:51 MW, revision 36323

Small fixes to allow compilation in Unicode mode with gcc

2005-11-30 20:48 MW, revision 36322

Replace non-ascii characters with escapes

2005-11-30 20:46 MW, revision 36321

Silence warning about truncation since the comment says it ok

2005-11-30 20:39 MW, revision 36320

Only define wxIntegerHash::longlongHash when long long isn't long

2005-11-30 20:35 MW, revision 36319

Let TARGET_CPU work with either upper or lower case

2005-11-30 20:33 MW, revision 36318

Instructions for Win64

2005-11-30 20:13 MW, revision 36317

Let TARGET_CPU work with either upper or lower case

2005-11-30 19:34 vell, revision 36316

corrected comment typos

2005-11-30 18:30 vell, revision 36315

readability cleanup

2005-11-30 17:45 vell, revision 36314

added missing #endif

2005-11-30 17:29 VZ, revision 36313

IsItemShown/Enabled() are now implemented on more platforms than just wxMSW

2005-11-30 17:28 VZ, revision 36312

implemented IsItemEnabled/Shown()

2005-11-30 17:24 VZ, revision 36311

put user-specified CPP/C/CXXFLAGS after the ones we set from configure to allow overriding them

2005-11-30 16:39 VZ, revision 36310

1. derive wxGTK wxRadioBox from wxRadioBoxBase now, as in all other ports 2. implemented wxRadioBox::IsItemShown/Enabled() for wxGTK

2005-11-30 16:33 VZ, revision 36309

Set major dim after the items have been created

2005-11-30 16:31 VZ, revision 36308

added wxSUPPRESS_GCC_PRIVATE_DTOR_WARNING macro

2005-11-30 16:28 VZ, revision 36307

1. moved m_majorDim duplicated in many ports to wxRadioBoxBase 2. also implement Getcolumn/RowCount() in it now and document them 3. removed various remains of old (pre-wxRadioBoxBase) cruft sorry in advance for any compilation breakage on the platforms I can't test on

2005-11-30 15:35 VZ, revision 36306

suppress gcc warnings about class having private dtor and no friends

2005-11-30 15:27 VZ, revision 36305

corrected GetChildren() docs

2005-11-30 14:50 VZ, revision 36304

added test for wxString::Format() string truncation for longer strings