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-09-03 16:40 SN, revision 40981

Backported changes from v. 1.40 (patch #1523304).

2006-09-03 13:21 RR, revision 40980

Commit wxComboCtrl clipping patch from J. Salli

2006-09-03 13:16 RR, revision 40979

Added tests for run-time switch of venetian blind effect (Patch from Bryan P).

2006-09-03 12:23 RR, revision 40978

Commited FRM's stockitem patch (empty stock items).

2006-09-03 11:48 RR, revision 40977

Commited patch for wxSizer::Replace()

2006-09-03 09:56 VZ, revision 40976

call TIFF callbacks wxTIFFFooProc instead of _tiffFooProc to avoid potential conflicts; also there is no need to use reserved identifiers here

2006-09-03 09:51 VZ, revision 40975

close output stream when TIFFClose() is called

2006-09-03 01:05 KO, revision 40974

Backporting fix for SetPageSource.

2006-09-02 23:36 VZ, revision 40973

don't convert title to current encoding if input encoding is wxFONTENCODING_DEFAULT (this shouldn't be necessary and provokes an assert from wxCSConv ctor)

2006-09-02 22:29 RD, revision 40972

reSWIGged

2006-09-02 22:21 RD, revision 40971

reSWIGged

2006-09-02 22:21 RR, revision 40970

Don't use wxWindows::DoGetClientSize() from wxTopLevelWindow as border with should not be taken into account here.

2006-09-02 22:11 RD, revision 40969

properties fixes for Mac

2006-09-02 22:00 KO, revision 40968

Adding TaskRunnerThread class, for threaded operations, along with errorOccurred and elapsedTime methods for getting information about a process.

2006-09-02 21:53 RD, revision 40967

compile fixes for Python 2.5

2006-09-02 20:04 RD, revision 40966

reSWIGged

2006-09-02 19:55 RD, revision 40965

reSWIGged

2006-09-02 19:46 RD, revision 40964

Start adding some properties for getter/setter methods

2006-09-02 19:45 RD, revision 40963

bump subrel number

2006-09-02 17:43 RD, revision 40962

Move the language catalogs install directory on MSW from 'locale' to 'i18n' to avoid conflict (and an import warning) with the standard locale.py module.

2006-09-02 17:38 KO, revision 40961

Make archive top level dirs match that of the archive name.

2006-09-02 12:54 RR, revision 40960

Map iso8859-11 to codepage 874.

2006-09-02 12:39 VZ, revision 40959

don't report UTF-8 encoding as ISO-8859-1 in GTK2 builds (backport of 1.190 from HEAD)

2006-09-02 12:37 RR, revision 40958

Forgot to commit.

2006-09-02 11:50 RR, revision 40957

Added native GTK+ sash drawing to wxAUI.