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-03-24 23:57 ABX, revision 38353

Updated changes list after int/size_t unsigned int.

2006-03-24 23:51 RD, revision 38352

The null byte at the end of the string should not be included in the size of a text data object in the clipboard, otherwise we have to subtract it when the data is requested and that results in truncating one byte for other data formats.

2006-03-24 23:46 ABX, revision 38351

Back to unsigned int count in wxTreeCtrl.

2006-03-24 22:50 ABX, revision 38350

More null virtuals in wxRadioBoxBase (see: 'Developers_Notebook-Incomplete-API' in wxWiki)

2006-03-24 17:19 vell, revision 38349

minor cleanup

2006-03-24 17:01 RD, revision 38348

Add a note about WXK*PRIOR and WXK*NEXT

2006-03-24 13:50 JS, revision 38347

Commented out code that breaks metal style setting when set before Create

2006-03-24 13:49 JS, revision 38346

Commented out call that breaks metal style setting before Create

2006-03-24 13:41 ABX, revision 38345

Allow easier PalmOS5 development by volounteers.

2006-03-24 13:41 JS, revision 38344

Big performance gain when appending plus infinite looping fix (paint -> size -> paint -> size)

2006-03-24 13:01 JS, revision 38343

Reduced deprecation warning frequency

2006-03-24 12:27 JS, revision 38342

Hidden variable warning fix

2006-03-24 12:17 ABX, revision 38341

PRIOR/NEXT build fixes.

2006-03-24 12:13 JS, revision 38340

Added note about accelerator translation

2006-03-24 10:32 ABX, revision 38339

Keep wxPalmOS buildable in case Access would reuse some portions of PalmOS6.

2006-03-24 10:27 ABX, revision 38338

PRIOR/NEXT build fixes.

2006-03-24 10:20 ABX, revision 38337

PRIOR/NEXT build fixes and warning corrections.

2006-03-24 08:44 ABX, revision 38336

Source cleaning.

2006-03-24 08:31 ABX, revision 38335

Warning fixes.

2006-03-24 08:28 JS, revision 38334

Updated adding samples section.

2006-03-24 08:28 ABX, revision 38333

Fix after removal of PRIOR/NEXT in common headers.

2006-03-24 08:22 JS, revision 38332

Build corrections

2006-03-24 08:22 ABX, revision 38331

Fix after removal of PRIOR/NEXT in common headers (duplicates change in GTK2 sources).

2006-03-24 08:19 ABX, revision 38330

Warning fixes.

2006-03-24 07:51 ABX, revision 38329

Back to 'unsigned int' after reasearch of 'size_t' problems.