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

2006-03-11 18:02 SN, revision 38003

Removed -fno-strict-aliasing for OS/2 (not supported by all supported gcc versions).

2006-03-11 15:35 SC, revision 38002

backporting text-services support (japanese et al)

2006-03-11 14:51 JS, revision 38001

Applied patch [ 1372332 ] Support for WX_RESCOMP to allow MSYS+wx-config to work

2006-03-11 14:49 JS, revision 38000

Fix crash caused by last change

2006-03-11 14:40 JS, revision 37999

Applied patch [ 1428990 ] wxUniv: patch for toolbar button remain in pressed status

2006-03-11 14:33 JS, revision 37998

Applied patch [ 1443707 ] kill "cast truncates constant value" warnings

2006-03-11 14:28 JS, revision 37997

Applied patch [ 1435340 ] Add support of wxToggleButton to wxGenericValidator With precomp header fix

2006-03-11 14:22 JS, revision 37996

Applied [ 1425529 ] Tooltip was not removed on deletion

2006-03-11 14:17 JS, revision 37995

Applied patch [ 1436761 ] wxGrid: Can't enable cell edit ctrl on very wide columns

2006-03-11 13:43 JS, revision 37994

Applied patch [ 1432449 ] wxXml API documentation

2006-03-11 13:26 JS, revision 37993

Applied patch [ 1447184 ] Elimination of a warning about unused parameters

2006-03-11 13:24 JS, revision 37992

Applied patch [ 1447666 ] Fix obscure GTK wxListBox construction bug

2006-03-11 13:13 JS, revision 37991

Applied patch [ 1447732 ] Fix CVS HEAD for VC6

2006-03-11 12:07 SC, revision 37990

backporting raw access

2006-03-11 11:38 JS, revision 37989

Backported Unicode font enumeration fix from 2.7

2006-03-10 22:29 RD, revision 37988

reSWIGged

2006-03-10 21:46 RD, revision 37987

Reverted part of last change, using OnGetItemColumnImage in virtual lists is not supported in 2.6 because of binary compatibility issues.

2006-03-10 21:37 RD, revision 37986

Backported Patch #1424869: Implement wxListCtrl::SetItemColumnImage

2006-03-10 21:37 VZ, revision 37985

don't Connect() to wxEVT_RIGHT_DOWN twice (fixed problem introduced by last patch)

2006-03-10 21:36 VZ, revision 37984

made DoListHitTest() more efficient (patch 1446848) and also fix it under OS X 10.4 where the coodrinates returned by data browser are client and not screen ones

2006-03-10 21:30 VZ, revision 37983

define wxUSE_UNICODE=1 on the command line in UNICODE builds (allows to use default wx/setup.h unchanged)

2006-03-10 21:26 RD, revision 37982

Applied Patch #1424869: Implement wxListCtrl::SetItemColumnImage

2006-03-10 21:24 VZ, revision 37981

simplification: create listbox in only one place (patch 1447019)

2006-03-10 19:38 RD, revision 37980

reSWIGged

2006-03-10 19:04 SC, revision 37979

patch 1444066