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

1999-04-15 18:09 OK, revision 2186

Defer loading of character sets, and some anti-crash checks related to missing or incomplete LANG env var.

1999-04-15 18:07 OK, revision 2185

Slightly better style?

1999-04-15 16:02 OK, revision 2184

Right-o, wxConv_local does cause some weird crashes, but things appears to work without right now, so I #if-ed it out for now.

1999-04-15 15:38 OK, revision 2183

(ugh, I need to get a faster computer) Applied the more beautiful compilation fix.

1999-04-15 15:13 OK, revision 2182

Another inline constructor to facilitate Unicode conversion without #if-ing...

1999-04-15 14:54 OK, revision 2181

Compilation problem in non-Unicode mode. (Will fix in a more beautiful way later)

1999-04-15 14:51 OK, revision 2180

Compiler warning in non-Unicode mode fixed. (No, does not fix a real problem, the library is still compiling here)

1999-04-15 14:40 KB, revision 2179

Added a wxYield() warning to wxExecute() entry.

1999-04-15 14:36 OK, revision 2178

OK, while I wait for the non-Unicode build to compile, I can report that now all files in gtk/ compiles in Unicode mode. unix/ is still missing, but that probably wouldn't take too long.

1999-04-15 14:18 KB, revision 2177

Added wxEnableTopLevelWindows(bool enable) for use by wxSafeYield().

1999-04-15 14:16 VZ, revision 2176

workaround for mingw32 div() bug

1999-04-15 13:53 VZ, revision 2175

GTK 1.0.x compilation fix

1999-04-15 13:47 VZ, revision 2174

GTK 1.0.x compilation fix

1999-04-15 13:24 OK, revision 2173

A couple more.

1999-04-15 13:02 OK, revision 2172

So far so good. These now compiles in Unicode mode.

1999-04-15 12:08 RR, revision 2171

added update UI event code to toolbar, could someone test this

1999-04-15 10:11 OK, revision 2170

Implemented wxArrayString::Shrink() and stuff.

1999-04-15 10:05 RR, revision 2169

egcs compilation fix toolbars give away their space when floating (as well)

1999-04-14 22:47 OK, revision 2168

OK, enough for today. To be continued tomorrow...

1999-04-14 21:53 OK, revision 2167

These at least compiles in Unicode mode...

1999-04-14 21:52 OK, revision 2166

char -> wxChar

1999-04-14 20:23 OK, revision 2165

This seems to be compiling.

1999-04-14 19:59 OK, revision 2164

If you look at the conversion and character set code at the bottom of string.cpp (and the #includes), maybe someone will think that it should be moved into a separate file. (I'd agree but not bother yet.) (And someone added literals without _T() in imaggif.cpp again)

1999-04-14 19:56 OK, revision 2163

More helpful Unicode stuff. Conversion classes are now: wxConv_libc (standard mbstowcs/wcstombs) wxConv_file (usually same as above, but I think some Asian locales use different encoding systems on the filenames than on the contents of the files) wxConv_UTF7 (7-bit Unicode encoding (similar to BASE64), for email etc, not implemented yet) wxConv_UTF8 (8-bit Unicode encoding, not implemented yet, just uses mbstowcs/wcstombs, which just happens to be UTF-8 in glibc2) wxConv_gdk (gdk_mbstowcs/gdk_wcstombs, not too useful) wxConv_local (current 8-bit character set, from LANG env var) wxConv_current: pointer to conversion class. Points by default to wxConv_local, but it's meant to be able to be redirected by the user (and wxGTK can point it at wxConv_UTF8 if it manages to set the UTF-8 locale). mbc_str() returns mb_str(*wxConv_current) for convenience. I will use mbc_str() in my upcoming wxGTK adaption.

1999-04-14 16:56 RR, revision 2162

wxGTK's built-in dockable menu now give their space away when floating

1999-04-14 14:58 VZ, revision 2161

HitTest() now works when the ctrl is scrolled too

1999-04-14 14:55 RR, revision 2160

mini frame rewrite (titlebar still missing)

1999-04-14 14:37 OK, revision 2159

wxConv classes and instances, including wxConv_gdk.

1999-04-14 14:36 OK, revision 2158

wxMBConv derived classes and instances. Added wxConv_gdk (wrapper for gdk_mbstowcs and gdk_wcstombs, which use X calls instead of libc calls), which should probably not be used, but is now there for completeness, and in case it's useful after all.

1999-04-14 12:58 RR, revision 2157

added wxCB_READONLY fixed MDI bug fixed GTK 1.2.0 compilation in wxMenu::something

1999-04-14 11:56 OK, revision 2156

And here

1999-04-14 11:56 OK, revision 2155

Declared here too

1999-04-14 11:55 OK, revision 2154

The char->wxChar in window.h cascades through some other header files. Someone give a hint why you'd declare the same extern global vars separately in a ton of header files instead of just once in a header file included by all the others?

1999-04-14 09:37 OK, revision 2153

char -> wxChar. (Vadim, you can probably just go ahead messing with this file now)

1999-04-13 22:29 VS, revision 2152

fixed transparency

1999-04-13 22:24 VZ, revision 2151

compilation fix

1999-04-13 20:22 RR, revision 2150

Drag'n'Drop works in a basic form

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

This is the way to go (well, close enough). Unicodified lots of asserts.

1999-04-13 17:45 OK, revision 2148

By this commit, I guess I'm announcing intent to add Unicode support to wxGTK. "Somebody stop me!" - The Mask

1999-04-13 16:46 RR, revision 2147

Drag works. Drop works, Drag'n'Drop doesn't work.

1999-04-13 16:22 OK, revision 2146

Got some compiler warnings in non-Unicode build. Fixed them.

1999-04-13 16:15 OK, revision 2145

Someone must have committed some ASCII string literals while I wasn't looking.

1999-04-13 15:23 OK, revision 2144

Unicode conversion. All files in the common/ subdirectory now compiles in Unicode mode.

1999-04-13 15:20 OK, revision 2143

Unicode conversion.

1999-04-13 14:36 OK, revision 2142

Now this one also compiles in Unicode mode.

1999-04-13 13:45 KB, revision 2141

Added variable cursor to highlight embedded user data.

1999-04-13 12:44 OK, revision 2140

Unicode interface (the communication itself is still in ASCII, I hope).

1999-04-13 12:40 OK, revision 2139

Unicode support.

1999-04-13 12:29 OK, revision 2138

Fixed a typo. Added sloppy implementation of wxSscanf (converts source and format, then calls vsscanf; use only on number arguments!)

1999-04-13 12:19 OK, revision 2137

Add wxSscanf (used in ftp.cpp to parse returned address)