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

2002-09-08 23:12 VZ, revision 17090

fixed bug in parsing formats in which fields don't have any non-numeric delimiters

2002-09-08 23:11 VZ, revision 17089

variosu fixes to the tests

2002-09-08 22:52 MBN, revision 17088

Fix wxSnvprintf (and hence wxString::Format) for Unicode, when using the wxSnvprintf in wxchar.cpp.

2002-09-08 22:12 VS, revision 17087

compilation fixc

2002-09-08 22:11 VS, revision 17086

another false statement corrected

2002-09-08 18:11 VZ, revision 17085

fixed Printf() format spec warnings

2002-09-08 18:00 VZ, revision 17084

fixed Printf() format spec warnings

2002-09-08 14:46 JS, revision 17083

Added a note about bug in Mingw32 headers. Other Mingw32-related fixes.

2002-09-08 14:10 JS, revision 17082

Renamed duplicate style variable

2002-09-08 12:55 VZ, revision 17081

define HAVE_EXPLICIT for BC++ >= 0x520

2002-09-08 12:50 SN, revision 17080

Added yet another couple of missing includes (leading to linker errors).

2002-09-08 12:35 JS, revision 17079

Added a directory for sharing publicity resources

2002-09-08 10:51 SN, revision 17078

Added missing includes for non-precompiled headers.

2002-09-08 10:48 JS, revision 17077

Changed syntax of test for -fvtable-thunks so it works.

2002-09-08 10:28 JS, revision 17076

Added LV_ITEMA and used a #define for LV_ITEM to avoid mysterious compilo under Mingw32 2.95.2 Added #defines for SHGetFileInfo for Mingw32 2.95.2 in volume.cpp

2002-09-08 10:07 GD, revision 17075

path correction for wxMac using Apple Developer Tools

2002-09-08 01:07 RD, revision 17074

A refinement of my patch from Neil Hodgson

2002-09-08 00:53 VZ, revision 17073

added shell32.lib to wxBase link options

2002-09-08 00:49 VZ, revision 17072

char -> wxChar

2002-09-08 00:49 VZ, revision 17071

fixed (yet another?) crash in wxStrtok

2002-09-08 00:47 VZ, revision 17070

don't #define wxStrtok() which takes 3 arguments as wcstok() which takes only 2, this can't compile in Unicode

2002-09-08 00:46 VZ, revision 17069

corrected wxExecute() tests

2002-09-08 00:41 VZ, revision 17068

corrected wxShell() ret code

2002-09-08 00:40 VZ, revision 17067

fixed wxExecute() for console programs (process messagse for the hidden window, don't hang)

2002-09-08 00:38 RD, revision 17066

SWIGged updates for wxGTK