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-19 17:48 OK, revision 2236

Helps Borland compile further in Unicode mode.

1999-04-19 17:47 OK, revision 2235

Some Unicode changes.

1999-04-19 16:31 KB, revision 2234

SOCKLEN_T expanded to socklen_t if supported, neede by ALPHA (yes, it's back!)

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

Forgot an additional prototype.

1999-04-19 16:07 OK, revision 2232

Attempts to make this wchar_t business compile with Borland C++ 4.52. (While I was at it, I made the macro usage even more confus... I mean portable... than before.)

1999-04-19 15:13 RR, revision 2231

JPEG fixes

1999-04-19 12:51 VZ, revision 2230

wxTextCtrl::DiscardEdits doesn't empty the text ctrl

1999-04-19 10:14 JS, revision 2229

Fixed wxexpr.cpp bug (quote wasn't being removed in new MB code); fixed one of the remaining memory leaks (wxMSW, wxDefaultValidator)

1999-04-18 21:22 VZ, revision 2228

fix for the fix for the umask fix in wxTempFile

1999-04-18 10:48 OK, revision 2227

glibc2.1 chokes on null input to wcstombs()

1999-04-18 00:20 OK, revision 2226

...for both buffer types...

1999-04-18 00:18 OK, revision 2225

Oops. The typecasting was interpreted as a constructor call...

1999-04-17 23:01 OK, revision 2224

Defer retrieval of LANG env var, too. No memory management or conversion is now performed in wxCSConv constructor.

1999-04-17 22:51 OK, revision 2223

New private SetName method in wxCSConv...

1999-04-17 20:30 VZ, revision 2222

tooltips in controls in dialogs actually work now

1999-04-17 20:29 VZ, revision 2221

radiobox now sends notification messages when the selection is changed from keyboard, but doesn't send them when the selection does not change (when the already selected button is clicked with the mouse)

1999-04-17 19:46 BM, revision 2220

Enough wxBitmapDataObject implementation to work with wxClipboard

1999-04-17 17:54 RR, revision 2219

Added a bit of libJPEG 6.0b

1999-04-17 13:55 OK, revision 2218

Unicodified list of color strings.

1999-04-17 13:46 RR, revision 2217

added missing files

1999-04-17 13:43 RR, revision 2216

libPNG 1.0.3

1999-04-17 13:21 OK, revision 2215

Adapted those asserts and debug messages for Unicode. All of wxGTK now compiles, and for my app, also links in Unicode mode. (Too bad it just segfaults though, guess it's debugging time... if only gdb wouldn't segfault even when just loading the core file)

1999-04-17 13:12 OK, revision 2214

Unicodified wxEndsWithPathSeparator

1999-04-17 12:21 OK, revision 2213

Fixed typo

1999-04-17 12:20 OK, revision 2212

Unicodified a few routines.

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