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-26 13:10 RR, revision 2286

Layout things in wxMessageBox Positioning of frames and dialogs

1999-04-26 10:33 OK, revision 2285

Heavier checks for wxUSE_WCHAR_T

1999-04-26 10:16 OK, revision 2284

Optional implementation of wcslen().

1999-04-25 16:55 RR, revision 2283

experimental OLE control (the reason for the recent reshuffle)

1999-04-25 16:31 RR, revision 2282

The colour is called Aquamarine, not Aquaramine. No, you cannot eat it either. Also, menubar short cuts work now. Some more focus goodies.

1999-04-25 15:10 RR, revision 2281

Backgrounds work again splitter sample compiles with Unicode if a wxClientDC is used on an unrealized widget, the widget's realization is forced in wxClientDC added underscores to wxMenuBar - don't work.. tried to figure out why wxFrame doesn't get keyboard input

1999-04-25 12:43 OK, revision 2280

Implemented UTF-8 encoding.

1999-04-25 12:42 OK, revision 2279

Uses wxUSE_WCHAR_T for compilers that don't support wchar_t. Added wx_str() and WXCSTRINGCAST, which should be explicitly defined to work on wxChar (doesn't look like people want c_str() to be unconditionally defined as wxChar).

1999-04-25 01:00 RR, revision 2278

Fixed a layout bug in MyFixed More things done after realization wxListCtrl is grey now. Why?

1999-04-24 22:36 OK, revision 2277

GetValue() converts using wxConv_current... my app seems to be starting to work in Unicode mode, will wonders never cease.

1999-04-24 21:57 RR, revision 2276

Had to change the time point, when widgets are created (no longer forced). This seems to break wxNotebook...

1999-04-24 19:34 OK, revision 2275

Fixed bug in wxConv_local.

1999-04-24 16:00 RR, revision 2274

DnD with Unicode fixes

1999-04-24 13:57 OK, revision 2273

Added wxOKlibc(), which checks for glibc2.0, which incorrectly does UTF-8 conversion even when it's not in UTF-8 locale

1999-04-24 13:07 OK, revision 2272

Small bugfix for wxString::Printf regarding %hs...

1999-04-24 12:55 RR, revision 2271

small change required for OLE component

1999-04-24 12:25 OK, revision 2270

Constructor should survive getting passed a null pointer for conversion.

1999-04-24 12:21 OK, revision 2269

cMB2WX and cWX2MB accepts null pointers.

1999-04-24 10:18 RR, revision 2268

wxGLCanvas works again added GTK 1.2 logical functions

1999-04-24 08:50 RR, revision 2267

minimal now works in Unicode mode

1999-04-23 10:38 RR, revision 2266

made controls sample compile in unicode mode

1999-04-23 09:14 KB, revision 2265

Modify to demonstrate layout bug.

1999-04-23 07:31 OK, revision 2264

More fixes to make Borland compile this in Unicode mode.

1999-04-23 07:30 OK, revision 2263

Unicode fix.

1999-04-22 22:45 OK, revision 2262

Yet another one.

1999-04-22 22:39 OK, revision 2261

Another Unicode fix.

1999-04-22 22:19 OK, revision 2260

Unicode fix.

1999-04-22 21:54 OK, revision 2259

Unicode fix.

1999-04-22 00:31 OK, revision 2258

Added operator[] (read-only of course). Borland C++ 4.52 wasn't smart enough to automatically convert to a pointer for array indexing.

1999-04-21 21:46 OK, revision 2257

Unicode fixes.

1999-04-21 12:35 RR, revision 2256

fixed bitmap constructor for monochrome bitmaps

1999-04-20 19:23 RR, revision 2255

script update

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

Another "char" occurrence

1999-04-20 13:52 BM, revision 2253

Can't figure out why Borland was excluded from DRAG and DROP... anyways, its changed

1999-04-20 11:08 OK, revision 2252

Some Unicode fixes (mostly for Borland's pickiness regarding _T(), which might be considered a good thing anyway).

1999-04-20 11:05 OK, revision 2251

Moved that HAVE_WCSTR_H here.

1999-04-20 11:05 OK, revision 2250

...and my Linux doesn't have wcstr.h. (Including of those files should be performed in wxchar.h now anyway) Also encapsulated wxWCharBuffer in #if wxUSE_WCHAR_T

1999-04-20 11:00 OK, revision 2249

Some further changes. Now also sets a wsUSE_WCHAR_T that's set to 0 for MSVC++ 1.5, and 1 otherwise. You may define it to 0 for other compilers that don't have wchar_t either.

1999-04-20 10:49 RR, revision 2248

two people fixing the same thing...

1999-04-20 10:30 KB, revision 2247

typos fixed

1999-04-20 10:26 KB, revision 2246

Tests for wchar.h/wcstr.h - PLEASE DO NOT GUESS BUT USE CONFIGURE TO TEST!!!

1999-04-20 10:25 KB, revision 2245

I think I fixed the wxGenericPrintSetupDialog but PLEASE CHECK

1999-04-20 10:09 RR, revision 2244

little doc updates removed GTK 1.0 Drag'n'Drop added (const char*) constructor to wxDataFormat added -I pointing to embedded /png and /jpeg dirs corrected frame/dialog resizing

1999-04-19 20:43 JS, revision 2243

Fixed wxPostScript printing problem (used wrong constructor, and the right one was wrong anyway...) Fixed include dir ordering in wxMotif makefiles (wrong version of zlib.h picked up) and added wxchar.cpp to Motif makefile. Changed buffer.h since there's no wchar.h on my system.

1999-04-19 20:27 VZ, revision 2242

a wxCHECK added

1999-04-19 19:54 OK, revision 2241

Must include wchar.h in non-Unicode build too, since buffer.h depends on it

1999-04-19 18:27 OK, revision 2240

Hmm, seems Borland also doesn't want wchar_t in fopen() and friends (correct me if I'm wrong?)

1999-04-19 18:23 OK, revision 2239

More wxChar conversion

1999-04-19 18:04 OK, revision 2238

Those pesky globals declared all over again

1999-04-19 18:02 OK, revision 2237

Unicode conversion for MSW, or something