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

2005-03-08 15:18 ABX, revision 32678

Correct header filename (part of bug #1154011).

2005-03-08 13:12 VZ, revision 32677

don't need AC_CXX_DYNAMIC_CAST for now

2005-03-08 13:09 VZ, revision 32676

use static_cast<> for wxStaticCast; updated comment in front of wxDynamicCast()

2005-03-08 11:17 VZ, revision 32675

mention Linux/AMD64 build fix

2005-03-08 11:17 VZ, revision 32674

removed wx_dynamic_cast(), it can't be implemented properly without real dynamic_cast<>

2005-03-08 10:56 VZ, revision 32673

set wxDIALOG_UNIT_COMPATIBILITY to 0 by default

2005-03-08 10:44 ABX, revision 32672

Allow forward declaration of wxSlider in wxMSW (bug 1157614). Remove unused header from wxSliderMSW.

2005-03-08 10:37 VZ, revision 32671

fixed loop deleting the old filters in SetWildcard() after last commit

2005-03-08 10:04 ABX, revision 32670

Missing flags.

2005-03-08 09:51 ABX, revision 32669

XTI has own wxObjectEventFunction and has to follow event.h

2005-03-08 01:47 RD, revision 32668

Workaround for toolbartool tooltip not getting written to the XRC file.

2005-03-08 01:16 RD, revision 32667

reSWIGged

2005-03-08 01:14 RD, revision 32666

Fix compilation error

2005-03-08 01:06 RD, revision 32665

reSWIGged

2005-03-08 00:43 RD, revision 32664

Little tweaks to match CVS changes

2005-03-08 00:41 RD, revision 32663

Move wxPyCallback back to derive from wxObject

2005-03-08 00:40 VZ, revision 32662

honour stateMask in GetItem() too (patch 1153451)

2005-03-08 00:38 RD, revision 32661

Allow wxBufferedDC to be constructed with just a wxDC.

2005-03-08 00:29 VZ, revision 32660

init member variables properly (patch 1156088)

2005-03-08 00:10 VZ, revision 32659

update from Hakki Dogusan

2005-03-08 00:08 VZ, revision 32658

added wxUSE_STDPATHS

2005-03-08 00:07 VZ, revision 32657

PPC 2003 SDK doesn't seem to have setlocale() neither so just don't use it under Win CE at all

2005-03-08 00:01 VZ, revision 32656

fixed bug in Set(double jdn): don't test whether the date is valid before setting it (closes 1158535)

2005-03-07 23:41 VZ, revision 32655

fix top margin for static box sizer when wxDIALOG_UNIT_COMPATIBILITY == 0

2005-03-07 23:37 VZ, revision 32654

extracted platform-specific code to determine static box borders to wxStaticBox::GetBordersForSizer()