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

2000-01-04 16:35 VZ, revision 5237

wxMSW compilation fixes for old mingw32

2000-01-04 16:18 GRG, revision 5236

Corrected problem related to wxSIZE_ALLOW_MINUS_ONE

2000-01-04 15:32 RR, revision 5235

Update bug in wxListCtrl, Y2000 bug in wxFileDialog (sic).

2000-01-04 15:14 DW, revision 5234

needed a check for wxUSE_VALIDATORS in the wxListCtrl::Create proc when calling the parent class, wxControl::Create

2000-01-04 15:02 JJ, revision 5233

Committing in . Patches for VMS Temporarily patch to get the IMAGE sample compiled in MOTIF-mode N.B. GetSubImage still gives rubish Modified Files: wxWindows/setup.h_vms wxWindows/include/wx/motif/bitmap.h wxWindows/src/common/datetime.cpp wxWindows/src/common/descrip.mms wxWindows/src/generic/descrip.mms wxWindows/src/motif/bitmap.cpp ----------------------------------------------------------------------

2000-01-04 14:53 VZ, revision 5232

wxSIZE_ALLOW_MINUS_ONE handling corrected

2000-01-04 14:34 RR, revision 5231

Correct deafult GUI font is now found when querying wxSystemSetting. Hack.

2000-01-04 13:41 DW, revision 5230

Added Calctrl.obj to generic build list

2000-01-04 13:35 DW, revision 5229

Add some "USE" defs that were missing.

2000-01-04 13:02 RR, revision 5228

New colour, font, theme and size code..

2000-01-04 11:54 GRG, revision 5227

Some typos fixed

2000-01-03 23:56 VZ, revision 5226

added test of bg colour in the tree sample

2000-01-03 23:38 VZ, revision 5225

1. wxTreeCtrl::SetBackgroundColour() works (with new comctl32 anyhow) 2. wxToolTip should work with old comctl32

2000-01-03 23:32 DW, revision 5224

Visualage C++ V4.0 has a native long long data type.

2000-01-03 23:31 DW, revision 5223

VisualAge C++ V4.0 fixups, can't differentiate between time_t and double???

2000-01-03 23:21 OK, revision 5222

BC++ 5.x also supports _beginthreadex and _endthreadex

2000-01-03 22:45 GRG, revision 5221

Some little changes

2000-01-03 20:00 OK, revision 5220

Better make it a const reference then.

2000-01-03 19:57 OK, revision 5219

Make wxColour parameter be passed by reference to inline method, so it can be inlined by BC++.

2000-01-03 19:31 OK, revision 5218

Cast both operands of ?: to (wxControl*) so BC++ compiles it

2000-01-03 19:30 RD, revision 5217

Made wxEditor constructor args consistent with other window classes

2000-01-03 19:15 OK, revision 5216

Unicode compilation fix

2000-01-03 18:58 OK, revision 5215

Unicode compilation fixes for BC++ 5 (BC++ 5 mostly doesn't cope with the wxString == char* operation)

2000-01-03 18:53 OK, revision 5214

Those wxTRACE_* string constants appears to need wxT()

2000-01-03 18:52 DW, revision 5213

Need LINKAGEMODE for Visualage C++ compiles on the static global procs at the top