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-04 18:48 ABX, revision 41006

Warning fix.

2006-09-04 18:33 MW, revision 41005

A better compile fix for Wine (which lacks pbt.h).

2006-09-04 17:57 MW, revision 41004

Define HAVE_BOOLEAN when the Windows headers declare 'boolean' to avoid a conflict with the jpeg headers which will otherwise also declare it.

2006-09-04 16:57 MW, revision 41003

Revert the last commit since it doesn't work.

2006-09-04 16:49 MW, revision 41002

Compile fix for Wine.

2006-09-04 16:40 MW, revision 41001

Missing headers.

2006-09-04 16:36 MW, revision 41000

Hacks for wine.

2006-09-04 15:23 VS, revision 40999

removed unneeded header

2006-09-04 15:22 VS, revision 40998

better comment in wxSystemSettingsNative::GetColour

2006-09-04 15:17 VS, revision 40997

fixed wxRegion::operator==

2006-09-04 15:16 VS, revision 40996

cosmetic fixes

2006-09-04 14:37 JS, revision 40995

Fixed ISO-8859-11 mapping to code page under Windows

2006-09-04 13:35 VZ, revision 40994

merge of RTL changes (with many modifications) from SOC2006_RTL branch

2006-09-04 12:12 VZ, revision 40993

small cleanup, removed unused headers

2006-09-04 12:05 VZ, revision 40992

added wxSizer::Get/SetContainingWindow()

2006-09-04 11:14 VS, revision 40991

added alpha support to generic wxColour

2006-09-04 11:12 VS, revision 40990

reformatted DEFINE_STD_WXCOLOUR_CONSTRUCTORS to fit standard terminal; use wxALPHA_OPAQUE instead of 255

2006-09-04 10:56 VS, revision 40989

removed obsolete and incorrect comment

2006-09-04 08:52 RR, revision 40988

I forgot to commit this one.

2006-09-04 06:59 JJ, revision 40987

OpenVMS compile support update Modified Files: wxWidgets/src/aui/descrip.mms

2006-09-03 20:12 RR, revision 40986

Compilo.

2006-09-03 17:18 SN, revision 40985

Backported fixes from 1.25 (patch #1523304) and 1.26.

2006-09-03 17:12 SN, revision 40984

Backported fixes according to patch #1523304.

2006-09-03 16:57 SN, revision 40983

Backported drawing fixed according to patch #1523304.

2006-09-03 16:43 SN, revision 40982

Disable CLIP_SIBLINGS style (backported patch #1523304).

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.