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-10-14 14:46 SC, revision 42006

cleanup for 10.5

2006-10-14 14:36 RR, revision 42005

Make status bar grip move to the left in RTL.

2006-10-14 13:24 RR, revision 42004

Remove tree control lines unconditionally under GTK2 (similar to what wxMac does) as it simply looks wrong (as we are using GTK+ tree buttons).

2006-10-14 13:22 RR, revision 42003

Forgot border when reversing coordinates for RTL.

2006-10-14 12:37 SN, revision 42002

Added include for app.h, so wxTheApp is defined, fixing bug #1574784.

2006-10-14 07:10 RR, revision 42001

Left in debug printf.

2006-10-14 07:06 RR, revision 42000

Better place for coordinate mirroring and removal of stupid hack. This makes the positioning correct in the end but leaves window hopping when resizing unsolved in RTL mode.

2006-10-14 04:03 PC, revision 41999

remove unused XIM code, minor cleanup

2006-10-13 19:57 RD, revision 41998

reSWIGged

2006-10-13 19:56 RD, revision 41997

text tweak

2006-10-13 19:55 RD, revision 41996

This works ok on Mac now

2006-10-13 19:32 RD, revision 41995

comment out prints

2006-10-13 19:20 RD, revision 41994

Add USE_GDIPLUS=1

2006-10-13 19:19 RD, revision 41993

wxMemoryDC constructor now optionally accepts a wxBitmap parameter, calling SelectObject itself if a valid bitmap is passed. Reverted wxBuffered[Paint]DC to nearly the pre 2.7.1 state, kept wxAutoBufferedPaintDC and added wxAutoBufferedPaintDCFactory.

2006-10-13 19:14 RD, revision 41992

Reverted wxBuffered[Paint]DC to nearly the pre 2.7.1 state, kept wxAutoBufferedPaintDC and added wxAutoBufferedPaintDCFactory.

2006-10-13 19:06 RD, revision 41991

some fixes in the compatibility class

2006-10-13 19:01 RD, revision 41990

bump subrelease number

2006-10-13 18:48 RD, revision 41989

wxMemoryDC constructor now optionally accepts a wxBitmap parameter, calling SelectObject itself if a valid bitmap is passed.

2006-10-13 18:33 RD, revision 41988

Fix for wxToolbook, allow oldSel == wxNOT_FOUND when changing to a new selection.

2006-10-13 14:30 JS, revision 41987

Fixed tab selection bug Slight improvement to kerning-related jumpy text when selecting Default tab efficiency improvement and naming conventions cleanup

2006-10-13 14:15 ABX, revision 41986

Fix for assert in setting image from file by Jaakko Salli.

2006-10-13 11:59 SC, revision 41985

removing double definition

2006-10-13 11:58 SC, revision 41984

setting according to a minimum system of 10.3 and supporting 64 bit

2006-10-13 09:16 RR, revision 41983

Remove method GetWindow() returning a GdkWindow*

2006-10-13 09:00 RR, revision 41982

Applied part of [ 1575767 ] Init/size/check fixes for sockets Left out the time out parameter change. Left out the improper test for arbitrary too large value upon read failure.