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-04-27 15:44 VZ, revision 7288

don't wxLogWarn() about missing strings, but just wxLogDebug() them

2000-04-27 15:26 RD, revision 7287

ifdeff'd out the region checking code in DrawAllGridLines

2000-04-27 15:09 VZ, revision 7286

documented ReadLine/Word() and SetStringSeparators()

2000-04-27 14:33 VS, revision 7285

it's replaced by it is, 'll by will

2000-04-27 12:27 BJ, revision 7284

Adding support for OpenLink driver on MSW

2000-04-27 11:37 BJ, revision 7283

add support for SQL Server with OpenLink driver for Unix

2000-04-27 04:40 MT, revision 7282

DLLEXPORT wxStatusBar

2000-04-26 20:53 VZ, revision 7281

1. disabled WS_EX_CONTROLPARENT as I don't know how to work around it otherwise 2. corrected assignments to non-const references

2000-04-26 16:39 JS, revision 7280

Fix for disabled controls

2000-04-26 14:17 VZ, revision 7279

don't even try running Unicode programs under Win9x

2000-04-26 13:46 JS, revision 7278

Fixed assert problem due to radiobox being clicked.

2000-04-26 12:49 VZ, revision 7277

patch from Kristjan Jonsson <kj@raunvis.hi.is> to wxCheckBox::DoGetBestSize()

2000-04-25 19:23 JS, revision 7276

Small fixes

2000-04-25 17:57 RD, revision 7275

Some final tweaks prior to release

2000-04-25 16:46 RD, revision 7274

Some final tweaks prior to release

2000-04-25 14:35 JS, revision 7273

Fixed design flaw in splitter window whereby you couldn't have a sash without a border. Fixed sash layout window bug that didn't erase old sash on resize.

2000-04-25 13:33 BJ, revision 7272

support of Sybase ASE 11

2000-04-25 07:07 VZ, revision 7271

fix for ugly code doing undefined things to wxF(F)ile

2000-04-25 07:03 VZ, revision 7270

adjust spacing and calculate layout correctly for icons larger than 32x32

2000-04-25 06:03 JS, revision 7269

More Unicode fixes

2000-04-24 19:50 VZ, revision 7268

fix for Insert() with tear off menus

2000-04-24 19:49 VZ, revision 7267

fixes for IsOnline() and IsAlwaysOnline()

2000-04-24 18:34 JS, revision 7266

Fixed bad file

2000-04-24 18:33 JS, revision 7265

Fixed bad file

2000-04-24 18:18 JS, revision 7264

Trying to fix corrupted GIFs

2000-04-24 16:14 GRG, revision 7263

Removed unused variable

2000-04-24 14:35 JS, revision 7262

Added the odd 'the'

2000-04-24 14:32 VZ, revision 7261

added and documented wxCHECK_VERSION

2000-04-24 13:37 VS, revision 7260

minor language change

2000-04-24 13:37 VS, revision 7259

a hack to workaround missing wxBuffer in wxBase/Unix

2000-04-24 13:37 VS, revision 7258

moved wxDebugMsg, wxFatalError, wxError out of #if wxUSE_GUI

2000-04-24 13:37 VS, revision 7257

added APPEXTRADEFS to .cpp, .c rules (makes tex2rtf compile with wxBase)

2000-04-24 05:09 RD, revision 7256

build and distrib things

2000-04-24 04:44 RD, revision 7255

build and distrib things

2000-04-23 19:07 VS, revision 7254

VFS -> virtual file system expansion; fixed typos in fs.tex

2000-04-23 19:01 VS, revision 7253

documented wxNotebook style flags

2000-04-23 19:01 VS, revision 7252

fixed typo causing REF NOT FOUND

2000-04-23 19:01 VS, revision 7251

added png files to DATAFILES

2000-04-23 16:35 SN, revision 7250

Added #define to resolve strcasecmp/stricmp issue under OS/2

2000-04-23 16:24 SN, revision 7249

Added define needed by EMX.

2000-04-23 16:23 SN, revision 7248

Added include for non-precompiled headers.

2000-04-23 15:53 JS, revision 7247

Some doc corrections

2000-04-23 14:26 SN, revision 7246

Changed MM_DELETEITEM to MM_REMOVEITEM so reinserting is possible. This possibly created a memory leak?

2000-04-23 12:39 JS, revision 7245

Attempts to make it compile in Unicode mode

2000-04-23 08:56 VZ, revision 7244

a demo for wxGTK bug added

2000-04-23 07:06 VZ, revision 7243

wxNotebook::RemovePage() now only gives critical assert failures instead of crashing

2000-04-23 06:53 VZ, revision 7242

unused parameters taken inside WXUNUSED()

2000-04-23 06:51 VZ, revision 7241

gtk_pizza_adjustment_changed() unused, ifdef'd out

2000-04-23 06:48 VZ, revision 7240

added that wxSP_HORIZONTAL is not supported in wxGTK

2000-04-22 21:24 VZ, revision 7239

1. fixed typo in filelist.txt 2. some DLL makefiles/compilation/linking fixes