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-16 23:06 OK, revision 2211

Unicodified wxSplitPath

1999-04-16 22:59 OK, revision 2210

Had changed the prototype of wxOnAssert after the discovery of __TFILE__ but had forgotten to change the implementation too.

1999-04-16 21:47 VZ, revision 2209

bug in handling escaped chars in entries/group names corrected

1999-04-16 19:05 BM, revision 2208

Made return a const reference

1999-04-16 18:35 VZ, revision 2207

attempted Borland C++ compilation fix

1999-04-16 18:35 VZ, revision 2206

log unknown log levels too

1999-04-16 18:27 BM, revision 2205

Changed some parameters to be const references

1999-04-16 17:51 VZ, revision 2204

wxLog shouldn't complain about log levels it doesn't know about

1999-04-16 17:26 OK, revision 2203

const-ness warnings in non-Unicode again.

1999-04-16 16:41 OK, revision 2202

Hm, better make the operators inline.

1999-04-16 14:19 OK, revision 2201

All files compile in Unicode mode, but I have only converted things near points of compiler warnings/errors, they have not been exhaustively reviewed.

1999-04-16 14:15 OK, revision 2200

Added a comment.

1999-04-16 14:14 OK, revision 2199

Some Unicode conversion.

1999-04-16 14:05 VZ, revision 2198

don't log empty status messages in wxLogWindow

1999-04-16 12:49 OK, revision 2197

Needed the reverse operator+ too...

1999-04-16 12:24 OK, revision 2196

operator+(const wxString&, const wx[W]CharBuffer)

1999-04-16 11:30 OK, revision 2195

wxGetUserHome() may return const val.

1999-04-16 11:20 OK, revision 2194

wxGetUserHome() returns a const value in Unicode mode.

1999-04-16 11:19 OK, revision 2193

Compiles in Unicode mode. OK, I've still got generic/ left to convert...

1999-04-16 11:18 OK, revision 2192

wxGetUserHome() returns "const wxMB2WXbuf" for Unix in Unicode build.

1999-04-16 09:58 OK, revision 2191

wxLoadCharacterSets() now appears to work (was a bit slow, but since it's not called until someone actually uses wxConv_local, it should not affect too many).

1999-04-16 09:52 RR, revision 2190

wxImage now uses GTK 1.2's fast rendering code if possible

1999-04-15 19:29 RR, revision 2189

removed some test code

1999-04-15 19:16 VZ, revision 2188

log messages given during program initialization are not discarded any more

1999-04-15 19:10 RR, revision 2187

small mods to tree ctrl