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

2003-10-22 17:08 SC, revision 24253

fix for unicode build

2003-10-22 14:46 VS, revision 24252

include wx/platform, to get __WINDOWS__ etc

2003-10-22 08:43 VZ, revision 24251

account for parent area origin when creating controls and windows

2003-10-22 08:41 VZ, revision 24250

moved text creation after tbar creation

2003-10-22 08:33 VZ, revision 24249

added default value (0) for flags argument of AdjustForParentClientOrigin()

2003-10-22 08:27 VZ, revision 24248

mention ShouldInheritColours() change

2003-10-22 08:12 VZ, revision 24247

regen'd after adding wx/dlimpexp.h

2003-10-22 07:49 VZ, revision 24246

removed duplicate yellow green from colour database

2003-10-22 06:46 SC, revision 24245

adding support for mach unicode builds

2003-10-21 23:30 VZ, revision 24244

don't allocate system fonts/colours dynamically

2003-10-21 23:00 VZ, revision 24243

fix for wxDateTime::SetToYearDay(last month day) (bug 816065)

2003-10-21 22:45 VZ, revision 24242

fix for mistakenly prepending slash to the filenames without paths (bug introduced by last check in)

2003-10-21 21:34 VZ, revision 24241

generate trace messages with dialup mask so that they're not shown by default

2003-10-21 20:22 GD, revision 24240

applied SF patch # 826838 to fix removal of -psn_* command line argument

2003-10-21 14:05 VS, revision 24239

wxUSE_GUI=0 not needed anymore

2003-10-21 13:14 VS, revision 24238

more supressed warnings for bcc

2003-10-21 12:51 VZ, revision 24237

free the DIB for raw bitmaps even if they don't use alpha channel

2003-10-20 17:43 VZ, revision 24236

Open Watcom doesn't like typename, use class (patch 826812)

2003-10-19 13:41 SC, revision 24235

VC6 template fixes

2003-10-19 09:10 MBN, revision 24234

MSVC 5 compilation fix.

2003-10-19 09:09 MBN, revision 24233

Added some wxPerl notes.

2003-10-19 09:03 MBN, revision 24232

wxMotif fix for Sun C++ compiler.

2003-10-18 23:51 VZ, revision 24231

replaced all occurences of wxColourDatabase::FindColour() with Find(); minor code cleanup here and there

2003-10-18 23:46 VZ, revision 24230

documented wxColourDatabase::FindColour() change

2003-10-18 23:22 VZ, revision 24229

use #if WXWIN_COMPAT and not #ifdef (patch 826160)