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

1999-04-13 11:44 OK, revision 2136

The prevalent wide characters.

1999-04-13 11:43 OK, revision 2135

Unicode. You know the drill.

1999-04-13 11:26 VZ, revision 2134

GetViews() documented

1999-04-13 10:34 OK, revision 2133

More Unicode stuff. Implemented wxFprintf. Some printfs changed to wxPrintf, fprintf to wxFprintf, as well as the usual char->wxChar and _T().

1999-04-13 10:31 OK, revision 2132

char->wxChar

1999-04-13 10:21 OK, revision 2131

Fixed glibc2.0 check (for that glibc2.0 workaround, which gives glibc2.1 warnings instead, since __ctype_tolower/upper is not declared there) Added declarations for wxFprintf and wxVfprintf.

1999-04-13 09:01 VZ, revision 2130

wxTempFile now respects umask when creating new files

1999-04-13 08:56 VZ, revision 2129

an attempt to fix glibc2.0 stupidness

1999-04-13 08:31 VZ, revision 2128

apparently this should fix some Borland problem

1999-04-13 08:14 VZ, revision 2127

some typos in docs and code corrected (thanks Janos)

1999-04-13 08:08 OK, revision 2126

Implemented wxPrintf.

1999-04-13 08:03 OK, revision 2125

Added wxPrintf declaration.

1999-04-13 08:00 VZ, revision 2124

Pending() and Dispatch() implemented

1999-04-13 07:41 OK, revision 2123

Another one bites the dust.

1999-04-13 07:38 OK, revision 2122

Unicode-mode typos in string.cpp (where did they suddenly come from?) More Unicode-build conversion.

1999-04-13 07:19 OK, revision 2121

wxString assignment operator from wx[W]CharBuffer.

1999-04-13 06:53 OK, revision 2120

wxAtof independent of wxNEED_WX_STDLIB_H, used by Visual C++ in Unicode mode, defined to atof in non-Unicode mode.

1999-04-13 06:48 OK, revision 2119

wxAtof implementation independent of (the rest of) wxNEED_WX_STDLIB_H

1999-04-12 23:21 VZ, revision 2118

wxAtof() fixed (?)

1999-04-12 22:56 RR, revision 2117

wxDropTarget starts to work

1999-04-12 22:43 OK, revision 2116

BIG glitch.

1999-04-12 22:41 OK, revision 2115

Small glitch.

1999-04-12 22:31 OK, revision 2114

It now compiles all these files without warnings in Unicode mode. (at least It Works For Me(tm)) I will respond to any complaints when I wake up for another workday (any complaints will prove whether Vadim was right in that it's bound to break things)

1999-04-12 22:20 OK, revision 2113

Oh well, I'll just stuff in the rest of the Unicode changes I have made so far here. You may start complaining now.

1999-04-12 22:17 OK, revision 2112

Uses Unicode strings. Now we've got a __TFILE__ macro, too (I think?)