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.

2006-10-30 17:03 MW, revision 42731

Some watcom warnings.

2006-10-30 16:34 BIW, revision 42730

wxaui notebook tabs can scroll; notebook themability improved

2006-10-30 16:18 VZ, revision 42729

generate wxEVT_COMMAND_TEXT_COPY event in wxHtmlWindow

2006-10-30 16:14 ABX, revision 42728

Updated to recently added files.

2006-10-30 16:04 VZ, revision 42727

GetCurrentSelection() was documented but not present in all ports (just MSW and GTK); moved it to the base classes

2006-10-30 15:41 VZ, revision 42726

include wx/msw/private.h before wx/msw/uxtheme.h for consistency with other headers (it's not needed, strictly speaking, as uxtheme.h now includes it itself anyhow, but it's more clear like this)

2006-10-30 15:37 VZ, revision 42725

need to include wx/msw/private.h to get GetHwnd() which is used here

2006-10-30 15:02 RR, revision 42724

Mark GetMinSize() as virtual and explain why.

2006-10-30 14:46 RR, revision 42723

[ 1587248 ] Segfault w/o Session Manager (e.g. KDE/GNOME ...)

2006-10-30 14:33 ABX, revision 42722

Updated to recently added files.

2006-10-30 13:57 RR, revision 42721

Compilo.

2006-10-30 13:29 ABX, revision 42720

Match EscapeSqlChars() interface.

2006-10-30 13:25 RR, revision 42719

Moved overridden SetMinSize() to base class.

2006-10-30 13:18 RR, revision 42718

Make SetMinSize() and SetMaxSize() virtual so they can be overridden in wxTLW to set WM hints. Actually did that for wxGTK, nothing required for wxMSW, no idea about wxMac. Documented this in tlw.tex.

2006-10-30 12:45 ABX, revision 42717

Keep buildable.

2006-10-30 12:33 VS, revision 42716

moved wxScrollBar geometry methods out of wxRenderer, they are common for all themes

2006-10-30 12:24 VS, revision 42715

renamed wxControlWithArrows::HitTest() to HitTestArrow() to avoid conflict with wxWindow::HitTest()

2006-10-30 12:16 MW, revision 42714
  • D /wxWidgets/trunk/include/wx/fileback.h

Moved to include/wx/private/fileback.h

2006-10-30 11:56 ABX, revision 42713

Minor header cleaning.

2006-10-30 11:46 RR, revision 42712

[ 1587059 ] wxLaunchDefaultBrowser fix for KDE

2006-10-30 11:41 VS, revision 42711

don't use deprecated wxSTRING_MAXLEN

2006-10-30 11:29 VZ, revision 42710

define wxLongLong_t as long long if it is supported, only fall back to long otherwise as we want to be able to pass wxLongLong_t to the standard C99 functions working with long long

2006-10-30 11:25 VS, revision 42709

compilation fix for !wxUSE_MIMETYPE

2006-10-30 11:20 VZ, revision 42708

slightly reduce the number of #ifndef __WATCOMC__

2006-10-30 11:08 ABX, revision 42707

Temporary ugly trick to make release for OpenWatcom possible.