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

2001-08-01 22:50 VS, revision 11240

compilation fix

2001-08-01 22:50 VS, revision 11239

compilation fix (Vadim, is this correct?)

2001-08-01 16:59 JS, revision 11238

This time, changed the correct release script.

2001-08-01 16:58 JS, revision 11237

Added progress dialog to project files; changed version in release script

2001-08-01 15:29 VZ, revision 11236

applied patch 432202 (allow installing in already existing directories)

2001-08-01 15:03 VZ, revision 11235

applied patch 441270 (fix cygwin wxSplashScreen compilation)

2001-08-01 15:00 VZ, revision 11234

applied patch 444915 (warning fixes for gcc 2.95.4)

2001-08-01 14:57 VZ, revision 11233

added wxUSE_FINDREPLDLG

2001-08-01 14:55 VZ, revision 11232

added generic implementation and documentation for wxFindReplaceDialog

2001-08-01 14:53 VZ, revision 11231

added tests for ScrollLines/Pages

2001-08-01 11:45 VZ, revision 11230

removed KLB mods - but I'm doing this for the last time

2001-08-01 11:24 VZ, revision 11229

removed duplicate typedef

2001-08-01 02:29 VZ, revision 11228

Vain attempts to make kbd navigation work inside find/replace dialog - it still doesn't. But at least the dialog itself does work now.

2001-07-31 22:44 VS, revision 11227

wxWindowBase remembers title/label now

2001-07-31 22:36 VS, revision 11226

wxMGL compilation fix that I forgot to chekc in

2001-07-31 22:36 VS, revision 11225

friend class fix

2001-07-31 22:34 VS, revision 11224

fixed friend class declaration (why the hell did somebody fix it only for his compiler?!)

2001-07-31 21:30 RD, revision 11223

Fixed "Failed to set clipboard data. (error 1418: thread does not have a clipboard open.)" error when using wxTextCtrl::Replace

2001-07-31 21:29 VZ, revision 11222

started applying patch 410826

2001-07-31 20:57 DW, revision 11221

Added regex to the build. New .def file for .dll builds.

2001-07-31 20:56 DW, revision 11220

TRUE instead of true

2001-07-31 17:58 VZ, revision 11219

fixed compilation [warning]

2001-07-31 17:56 VZ, revision 11218

declare and define wxEVT_COMMAND_TEXT_UPDATED even if wxUSE_TEXTCTRL == 0

2001-07-31 17:50 KLB, revision 11217

Latest updates from SciTech code tree including numerous warning fixes for the Watcom and other compilers.

2001-07-30 21:37 RD, revision 11216

Applied patch #445873