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-15 01:30 VZ, revision 43981

correct GetBestSize() to return correct best size, i.e. the same size as AutoSize() would give to the control since the fix in 1.407

2006-12-15 01:20 VZ, revision 43980

mention wxRmDir() and its opposite return value meaning in wxRmdir() description (bug 1614494)

2006-12-15 01:09 VZ, revision 43979

correct GetBestSize() to return correct best size, i.e. the same size as AutoSize() would give to the control since the fix in 1.407

2006-12-14 17:45 VS, revision 43978

wxDFB's wxICON and wxBITMAP should use embedded XPMs, too

2006-12-14 16:53 VS, revision 43977

compilation fix for wxUSE_ACCEL && !wxUSE_BUTTON

2006-12-14 14:13 VS, revision 43976

moved wxX11's wxSocketTable to private wxSocketEventDispatcher class reusable in other ports (backport from SOC2006_SOCKETS branch); use it in wxDFB

2006-12-14 13:54 VS, revision 43975

fixed wxStdRenderer::DrawButtonLabel() to not change text colour, otherwise menu items below a disabled item would be rendered incorrectly

2006-12-14 07:19 PC, revision 43974

make sure style is set on menubar before querying its size

2006-12-14 02:08 VZ, revision 43973

really removed __WIN95__ (as mentioned, but not done, in last commit)

2006-12-14 02:07 VZ, revision 43972

test for __WIN32__ and not __WIN95__ when defining wxUSE_OWNER_DRAWN and wxUSE_RICHEDIT; don't even define __WIN95__ any more as it's not used anywhere

2006-12-14 00:07 MW, revision 43971

Fix for printf positional parameter check from Francesco.

2006-12-13 19:04 VZ, revision 43970

mention bcc Unicode build fix

2006-12-13 19:03 VZ, revision 43969

don't crash in Unicode build if command line arguments are not valid UTF-8 strings (bug 1614363)

2006-12-13 18:55 CE, revision 43968

add distrib\mac\pbsetup-sh to mac distro

2006-12-13 18:24 VZ, revision 43967

added 2.8.0.1-1 packaged by myself

2006-12-13 13:14 VZ, revision 43966

added a tiny script to build both ANSI and Unicode debian packages

2006-12-13 13:04 VZ, revision 43965

cast size_t to unsigned long, not unsigned (even though there is no risk of truncation here, it's still better practice)

2006-12-13 12:32 MW, revision 43964

Change wxMkDir/wxRmDir to _wmkdir/_wrmdir for Borland unicode builds to match recent change of wxMBFILES.

2006-12-13 12:08 VS, revision 43963

make sure the window is fully painted before DirectFB WM shows it, otherwise artifacts could be seen on the screen

2006-12-13 09:46 CE, revision 43962

avoid configure, etc being in DOS format

2006-12-13 09:25 CE, revision 43961

move on to 2.8.1

2006-12-13 09:24 CE, revision 43960

tidy up

2006-12-13 09:18 CE, revision 43959

try toi fix readme readme

2006-12-13 08:49 CE, revision 43958

up to 2.8.0

2006-12-12 22:27 RR, revision 43957

Made wxSearchCtrl look like other text controls under GTK+.