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-30 19:49 MBN, revision 42756

Nearly finished Italian translation.

2006-10-30 19:41 VZ, revision 42755

Added wxMemoryDC::SelectObjectAsSource() and make SelectObject() unshare the bitmap to ensure that no other bitmaps are modified; also remove some code duplication by introducing wxMemoryDCBase (patch 1580745)

2006-10-30 19:36 VZ, revision 42754

mention comparison operators changes

2006-10-30 19:30 VZ, revision 42753

no changes, just wrap long lines

2006-10-30 19:26 VZ, revision 42752

COW cleanup patch (1583966): 1. perform deep comparison for the classes for which it makes sense in the ports where this wasn't done yet 2. remove (shallow) comparison operators for the classes for which it does not make sense (such as wxBitmap) 3. makes wxBitmap use COW on all ports 4. adds wxObject::IsRefTo() 5. centralizes and improves COW docs

2006-10-30 19:14 VZ, revision 42751

use explicit virtual keyword with overridden virtual methods

2006-10-30 19:13 RR, revision 42750

Replaced SetSizeHints -> SetMinSize

2006-10-30 19:11 VZ, revision 42749

compilation fix for wxUSE_UNICODE_MSLU && !WXWIN_COMPATIBILITY_2_6 (bug 1587408)

2006-10-30 19:09 RR, revision 42748

Replaced SetSizeHints() with SetMinSize(). Fixed what must by typo be the way.

2006-10-30 18:58 BIW, revision 42747

aui notebook button enabling/disabling implemented

2006-10-30 18:52 RR, revision 42746

It's too late.

2006-10-30 18:52 RR, revision 42745

Typo.

2006-10-30 18:47 RR, revision 42744

Small fix again.

2006-10-30 18:40 ABX, revision 42743

Simplest fix received from OW community (Peter C. Chapin).

2006-10-30 18:20 RR, revision 42742

Removed GetAdjustedBestSize().

2006-10-30 18:18 RR, revision 42741

removed hack that used SetSizeHints() for some strange reason.

2006-10-30 18:15 JS, revision 42740

Copy constructor warning elimination

2006-10-30 18:08 ABX, revision 42739

Tinderbox build fix.

2006-10-30 18:07 RR, revision 42738

Correct wxPickerBase size calculation.

2006-10-30 18:06 ABX, revision 42737

wxWinCE build fix.

2006-10-30 18:00 PC, revision 42736

don't try to add emission hook if GtkWidget type is not loaded

2006-10-30 17:52 JS, revision 42735

Added page break specification

2006-10-30 17:51 JS, revision 42734

Reuse wxCaret object Add page break specification Optimize drawing after character input

2006-10-30 17:07 VZ, revision 42733

handle XOpenDisplay() failure in GetSM(); reformatted the code

2006-10-30 17:05 ABX, revision 42732

Tinderbox build fix.