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

2008-04-16 06:07 RD, revision 53198
  • D /wxWidgets/branches/unlabeled-1.11.2

removing old bogus branches

2008-04-16 06:07 RD, revision 53197
  • D /wxWidgets/branches/unlabeled-1.10.4

removing old bogus branches

2008-04-16 06:07 RD, revision 53196
  • D /wxWidgets/branches/unlabeled-1.10.2

removing old bogus branches

2008-04-16 06:07 RD, revision 53195
  • D /wxWidgets/branches/unlabeled-1.9.4

removing old bogus branches

2008-04-16 06:07 RD, revision 53194
  • D /wxWidgets/branches/unlabeled-1.9.2

removing old bogus branches

2008-04-16 06:04 RD, revision 53193
  • D /wxWidgets/branches/unlabeled-1.5.2
  • D /wxWidgets/branches/unlabeled-1.5.4
  • D /wxWidgets/branches/unlabeled-1.5.6
  • D /wxWidgets/branches/unlabeled-1.6.2
  • D /wxWidgets/branches/unlabeled-1.6.4
  • D /wxWidgets/branches/unlabeled-1.7.2
  • D /wxWidgets/branches/unlabeled-1.7.6
  • D /wxWidgets/branches/unlabeled-1.8.2
  • D /wxWidgets/branches/unlabeled-1.8.4

removing old bogus branches

2008-04-16 06:02 RD, revision 53192
  • D /wxWidgets/branches/unlabeled-1.4.2
  • D /wxWidgets/branches/unlabeled-1.4.4
  • D /wxWidgets/branches/unlabeled-1.4.6

removing old bogus branches

2008-04-16 06:01 RD, revision 53191
  • D /wxWidgets/branches/unlabeled-1.2.2
  • D /wxWidgets/branches/unlabeled-1.2.4
  • D /wxWidgets/branches/unlabeled-1.3.2
  • D /wxWidgets/branches/unlabeled-1.3.4
  • D /wxWidgets/branches/unlabeled-1.3.6

removing old bogus tags

2008-04-16 06:00 RD, revision 53190
  • D /wxWidgets/branches/unlabeled-1.1.4
  • D /wxWidgets/branches/unlabeled-1.1.6

removing old bogus tags

2008-04-16 06:00 RD, revision 53189
  • D /wxWidgets/branches/unlabeled-1.1.2

removing old bogus tags

2008-04-16 05:59 RD, revision 53188
  • D /wxWidgets/branches/tag

removing old bogus tags

2008-04-16 03:40 BP, revision 53187

Finished reviewing (fixing) the datetime.h interface header.

2008-04-15 23:30 VZ, revision 53186

execute the usual cleanup code from EVT_END_SESSION handler under MSW, otherwise it's not run at all because we're simply killed by the system (bug 1428691)

2008-04-15 23:17 VZ, revision 53185

added a section about Connect(), improve/streamline the one about event tables

2008-04-15 12:55 MW, revision 53180

Move wxGTK Stable quick build to a machine with gtk+ installed.

2008-04-15 12:22 VZ, revision 53179

add possibility to specify the conversion to use in wxStringOutputStream; use it instead of reimplementing the same logic erroneously in wxHTML (bug 1711476)

2008-04-15 12:17 MW, revision 53178

Move builds to the currently available testdrive machines.

2008-04-15 12:16 MW, revision 53177

Just whitespace fixes, no change.

2008-04-15 09:06 RR, revision 53176

Use correct tree style

2008-04-15 08:49 RR, revision 53175

Mention default constr

2008-04-15 07:46 BP, revision 53174

Reviewed wxDatePickerCtrl and categorized most of the wxDateTime methods.

2008-04-15 03:25 BP, revision 53173

Reviewed dataobj.h interface header and added wxDataViewCtrl class group.

2008-04-14 22:30 VS, revision 53172

more wxString:[Aa]ppend() overloads for better compatibility

2008-04-14 20:14 RR, revision 53171

Support bitmaps and text and header columns using wxImageList, minor sizing corrections

2008-04-14 20:13 RR, revision 53170

Use scoped ptr template