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