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-13 00:59 GT, revision 11365

Replaced /'s with \'s as BCC requires \'s for path names

2001-08-12 23:56 GT, revision 11364

Replaced 'erase' with $(RM) so that the default file deletion program can be overriden

2001-08-12 23:50 GT, revision 11363

Makefile submitted by Markus G. for G95

2001-08-12 23:49 GT, revision 11362

Added regex to WXINC line (patch from Markus G) Added definition of RM for use in makefiles so that 'erase' can be overridden with a different file deletion program (like 'rm')

2001-08-12 22:10 VS, revision 11361

added wxEventLoop::GetActive()

2001-08-12 21:45 GT, revision 11360

Removed semi-colons off the end of two macro statement lines so that compilation would be possible for BCC

2001-08-12 15:45 GD, revision 11359

corrections for Mac OS compilation

2001-08-12 15:43 GD, revision 11358

added missing methods/removed duplicated base methods

2001-08-12 15:39 GD, revision 11357

bitmap mask corrections for Mac OS

2001-08-12 15:29 GD, revision 11356

corrected CodeWarrior project target names and generated application names

2001-08-12 15:15 GD, revision 11355

applied SourceForge patch #440594 which corrects ListBox related errors in Carbon applications under Mac OS X the LDEF resource is no longer used in Carbon applications

2001-08-12 15:07 GD, revision 11354

added CodeWarrior 5.3 projects for working demos corrected CodeWarrior project target names and generated application names

2001-08-12 10:39 GD, revision 11353

added missing return value

2001-08-12 10:38 GD, revision 11352

added container class files

2001-08-12 00:13 VS, revision 11351

wxMGL bugfixes

2001-08-12 00:11 VS, revision 11350

fixed fl makefiles that Julian didn't fix correctly

2001-08-12 00:11 VS, revision 11349

compilation fix

2001-08-12 00:11 VS, revision 11348

fixed wxUniv compilation

2001-08-11 11:04 GD, revision 11347

added container class source

2001-08-11 09:43 SC, revision 11346

corrected a bug in the masking code

2001-08-10 18:31 RR, revision 11345

Message dialog crashes when calling ::Move() etc. Better do nothing than crash. MacOS 9.

2001-08-10 17:03 JS, revision 11344

Fixed project files for regex.lib, taking the regex C files out of the main wxvc.dsp

2001-08-09 22:43 VS, revision 11343

wxMGL support

2001-08-09 22:42 VS, revision 11342

added evtlooop.cpp for mgl

2001-08-09 22:40 VS, revision 11341

wxMGL wxWindow and wxApp mostly complete, now hunting bugs