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-05-04 13:36 ROL, revision 45806

test needed for wxGTK

2007-05-04 12:26 VS, revision 45805

use wxFormatString in wxV[f]printf()

2007-05-04 11:10 VS, revision 45804

compilation fix for --enable-utf8 --disable-utf8only case

2007-05-04 10:41 VS, revision 45803

use wxFormatString helper class for 'vararg' functions' format argument; this prepares the code for removal of implicit wxString conversion to char* in STL build and also fixes VC6 compilation

2007-05-04 01:02 RD, revision 45802

Doc and version update from Chris

2007-05-04 01:01 RD, revision 45801

Backport: Various fixes and improvements to get look-and-feel similar across different platforms.

2007-05-04 00:28 VZ, revision 45800

added src to the HelpGen directory

2007-05-03 23:34 ROL, revision 45799

Various fixes and improvements to get look-and-feel similar across different platforms.

2007-05-03 22:29 RR, revision 45798

Putting draft of wxImplDC and the wxDC using it for viewing pleasure into CVS. Guarded by #if 0 since it doesn't even compile yet.

2007-05-03 22:25 RR, revision 45797

Put old wxDC methods using long instead of wxCoord into WXWIN_COMP_2_8

2007-05-03 18:03 VS, revision 45796

fixed typo in Watcom code

2007-05-03 17:58 VS, revision 45795

fixed passing raw unconverted strings through wxArgNormalizer<> for VC++

2007-05-03 17:47 RD, revision 45794

update generated doc

2007-05-03 17:46 RD, revision 45793

Correct import

2007-05-03 17:46 RD, revision 45792

add floatcanvas/Utilities subpackage

2007-05-03 17:45 RD, revision 45791

Suppress log message, work around deprecation warning

2007-05-03 17:01 RD, revision 45790

backport more fixes from HEAD

2007-05-03 15:35 VS, revision 45789

fixed DLL linking of wxConvLibc etc.

2007-05-03 15:26 VZ, revision 45788

use a default URL, I got tired of typing it in the dialog every time

2007-05-03 14:34 VS, revision 45787

don't do char*->wchar_t*>char* roundtrip in wxArgNormalizerUtf8<const char*> if current locale uses UTF-8

2007-05-03 13:46 VZ, revision 45786

make it possible to override desktop detection using gtk.desktop system option

2007-05-03 13:41 VZ, revision 45785

show the error returned by SmcOpenConnection(); don't call it more than once -- the desktop environment is not going to change while the program is running

2007-05-03 13:21 VS, revision 45784

fixed reverted #if condition around wxDoLogTraceWchar

2007-05-03 12:30 VZ, revision 45783

compilation fix for PCH-less build

2007-05-03 11:05 VS, revision 45782

added code for optimized handling of UTF-8 locales: some string operations are more efficient under it and it's possible to completely compile-out support for other locales if the target system is known to only use UTF-8 locales