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-12-18 23:52 RD, revision 44006

remove debug code

2006-12-18 23:19 RD, revision 44005

minor demo tweaks

2006-12-18 23:18 RD, revision 44004

wx.lib.customtreectrl patches from Andrea Gavana.

2006-12-18 23:15 RD, revision 44003

reSWIGged

2006-12-18 23:14 RD, revision 44002

Make wx.MenuItem.Destroy a NOP since the regular garbage collection will handle the destruction now.

2006-12-18 23:13 RD, revision 44001

Some docstring changes, default value for clockwise arg in AddArc

2006-12-18 20:22 RD, revision 44000

bump subrelease number

2006-12-18 17:24 VS, revision 43999

wxDFB: fix events processing to support sockets events

2006-12-17 15:49 VZ, revision 43998

suppress a CodeWarrior warning about long to int conversion (bug 1616948)

2006-12-17 14:52 VZ, revision 43997

don't treat foo in c:\\foo\bar as network share

2006-12-17 14:49 VZ, revision 43996

corrected tests to deal with multiple consecutive (back)slashes

2006-12-17 14:13 VZ, revision 43995

added test for parsing c:\\aaa\bbb\ccc paths (aaa shouldn't be interpreted as network share)

2006-12-17 13:47 VZ, revision 43994

don't set the label colour in DrawButtonLabel(), this is done by the caller in wxControlRenderer::DrawLabel()

2006-12-17 02:13 VZ, revision 43993

forcefully get rid of the scrollbars in CalcWindowSizes() if we don't need them any more

2006-12-16 23:11 VZ, revision 43992

for for initializing wxFileName with empty string returning true from IsOk() and tests for the correct behaviour (patch 1617156)

2006-12-16 23:08 VZ, revision 43991

added links to Dir/FileName in construction section (part of patch 1617156)

2006-12-16 15:18 VZ, revision 43990

don't set score files permissions to 0666, why would this be needed or wanted? (and it didn't compile in Unicode build)

2006-12-16 15:11 VZ, revision 43989

added include/msvc/wx/setup.h

2006-12-16 15:09 VZ, revision 43988

test both wxMBConvUTFxx and wxCSConv(wxFONTENCODING_UTFxx), they should behave the same

2006-12-15 23:15 RD, revision 43987

Fix for the Demos menu

2006-12-15 23:15 RD, revision 43986

wx.aui.AUI_ART_GRADIENT_TYPE --> wx.aui.AUI_DOCKART_GRADIENT_TYPE

2006-12-15 10:03 SC, revision 43985

adding common search field file

2006-12-15 06:14 SC, revision 43984

using native architecture for development builds only, saves half of the compiles

2006-12-15 01:47 VZ, revision 43983

fix compilation with wxUSE_STL=1 for VC6 (and presumably others) (bug 1614814)

2006-12-15 01:32 VZ, revision 43982

respect background colour of wxStaticText in wxUniv