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-31 18:23 JG, revision 38478

Add support for XP themed owner drawn buttons and bitmap buttons.

2006-03-31 18:07 ABX, revision 38477

Removed every usage of obsolete wxTLW flags. 2.6 compatibility markup for them.

2006-03-31 17:43 VZ, revision 38476

use wxHAVE_U_ESCAPE to accomodate old compilers

2006-03-31 17:42 VZ, revision 38475

enable tests using \u escapes for VC7; replaced compiler version checks for this with wxHAVE_U_ESCAPE defined once and for all in testprec.h

2006-03-31 17:40 VZ, revision 38474

really pass the proper output buffer size in wxMBConv_win32 round trip check, at least for the encodings without NULs such as UTF7

2006-03-31 17:34 VZ, revision 38473

pass proper output buffer size in round trip conversion success check in wxMBConv_win32, otherwise conversions from UTF-7 always failed for example

2006-03-31 17:10 VZ, revision 38472

moved wide char conversion tests to their own file

2006-03-31 17:07 VZ, revision 38471

removed wxTextFile test case, what was it doing here?

2006-03-31 16:39 ROL, revision 38470

version 0.1.7-3

2006-03-31 16:38 ROL, revision 38469

ignore wrong colour spec

2006-03-31 14:36 ROL, revision 38468

fix for copy/paste to work with i18n

2006-03-31 14:26 VZ, revision 38467

added tests for UTF8 and UTF16 files

2006-03-31 14:00 VZ, revision 38466

don't give error when reading empty file in Unicode build

2006-03-31 13:58 VZ, revision 38465

Unicode compilation fixes

2006-03-31 13:53 VZ, revision 38464

rewrote Read() to slurp all the file at once to avoid problems in Unicode build

2006-03-31 13:46 VZ, revision 38463

added unit test for wxTextFile (reading only for now)

2006-03-31 11:13 ABX, revision 38462

Better backward compatibility and deprecation markup for interface deprecated in comments.

2006-03-31 09:58 JS, revision 38461

Make bundle on Mac

2006-03-31 00:05 VZ, revision 38460

also link in ODBC lib if wxUSE_ODBC (patch 1457800)

2006-03-31 00:03 VZ, revision 38459

use wx/dynlib.h and not wx/dynload.h (patch 1448691)

2006-03-31 00:01 VZ, revision 38458

added #if wxUSE_CONSTRAINTS around the whole file (patch 1448826)

2006-03-30 23:49 VZ, revision 38457

don't compile DirectDraw code when wxUSE_DIRECTDRAW==0 (patch 1461271); set wxUSE_DIRECTDRAW to 0 by default

2006-03-30 23:01 JG, revision 38456

Include compatibility guard for int GetItemSpacing( bool isSmall ) in implementation file also.

2006-03-30 19:15 RD, revision 38455

typo

2006-03-30 17:09 RD, revision 38454

Fixed problem in wx.lib.splitter when used on 64-bit platforms. Used the current length of the list for specifying an append instead of sys.maxint.