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

2006-03-10 18:58 SC, revision 37978

fixing RawBitmap access

2006-03-10 18:54 SC, revision 37977

not needed anymore

2006-03-10 18:45 RD, revision 37976

Compilation fix for wxGTK2

2006-03-10 18:37 RD, revision 37975

track which version of SWIG was used

2006-03-10 18:35 RD, revision 37974

Added wx.CommandEvent.GetClientData

2006-03-10 18:29 RD, revision 37973

Typos corrected

2006-03-10 18:25 RD, revision 37972

make it easier to chosse the version of SWIG I use during development

2006-03-10 18:09 RD, revision 37971

Increase timeout in order to catch slower clicks

2006-03-10 18:05 JS, revision 37970

Typo correction

2006-03-10 18:04 JS, revision 37969

To -> From

2006-03-10 18:02 VZ, revision 37968

OnApply() calls TransferDataFromWindow(), not To

2006-03-10 17:44 RD, revision 37967

Applied patch #1441370: lib.plot - allow passing in wx.Colour()

2006-03-10 17:37 JS, revision 37966

GTK+1 fixes

2006-03-10 17:35 VZ, revision 37965

signed/unsigned comparison warning fixed

2006-03-10 17:02 SC, revision 37964

additional types for carbon events

2006-03-10 17:00 JS, revision 37963

Applied [ 1444322 ] Make GTK wxSlider emit thumb track messages

2006-03-10 16:44 SC, revision 37962

fix for non precomp

2006-03-10 16:11 SC, revision 37961

adding experimental font dialog version - hacking the font panel ...

2006-03-10 16:06 SC, revision 37960

CodeWarrior fixes

2006-03-10 16:04 SC, revision 37959

non mach-o fix

2006-03-10 16:03 SC, revision 37958

using new API (no visual difference)

2006-03-10 16:01 SC, revision 37957

added non mach version

2006-03-10 15:59 SC, revision 37956

support for unicode font names

2006-03-10 13:42 VZ, revision 37955

handle directories with spaces in them better

2006-03-10 10:00 ABX, revision 37954

Warning fix.