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-11-01 14:16 VZ, revision 42906

also disable/reenable warning 4100 (unreferenced formal parameter) for VC5

2006-11-01 14:08 VZ, revision 42905

fix for longlongHash for architectures where sizeof(long long) == sizeof(long)

2006-11-01 14:04 RR, revision 42904

Fix compilation for GTK >= 2.6

2006-11-01 12:56 RR, revision 42903

Fix warning.

2006-11-01 12:26 RR, revision 42902

wxMiniFrame's default style is without closebox on wxGTK and wxMSW, and now on wxMAC as well. Document that.

2006-11-01 12:21 RR, revision 42901

FRM's small wxSize::Scale enhancement.

2006-11-01 12:17 RR, revision 42900

Also apply second part of patch for preventing aui crashes.

2006-11-01 11:53 RR, revision 42899

Compile fix.

2006-11-01 10:32 SC, revision 42898

typo

2006-11-01 10:21 JS, revision 42897

Reverted patch 1476893 pending further investigation (broke Advise in IPC)

2006-11-01 09:45 JS, revision 42896

Fixed compile error with --enable-stl

2006-11-01 07:09 RD, revision 42895

Fix for always failing assert in GetValue. Save the same value that will be tested for there (the date without any time set.)

2006-11-01 06:07 SC, revision 42894

casing the coordinates recalc

2006-11-01 04:00 KO, revision 42893

Fixing icon drawing and implementing HitTest and GetItemRect for native OS X list ctrl.

2006-11-01 03:59 RD, revision 42892

The rect passed to DrawTreeItemButton is already adjusted, we shouldn't do it again.

2006-11-01 03:27 RD, revision 42891

SWIGged

2006-11-01 03:23 RD, revision 42890

Implement deep copy of wxBitmapRefData

2006-11-01 02:21 RD, revision 42889

Don't use the "wxHtmlWindow" name, so the classname lookup function doesn't get confused

2006-11-01 02:20 RD, revision 42888

better report if the subclass factory has import problems

2006-11-01 02:18 RD, revision 42887

Buffered DCs now take non-const bitmaps

2006-11-01 02:17 RD, revision 42886

Make it possible to create just one clock, for testing

2006-11-01 02:10 RD, revision 42885

Remove comment from patch that doesn't apply anymore

2006-11-01 02:07 RD, revision 42884

Switch wxBufferedDC to use a wxBitmap* internally, so it doesn't increment the refcount of the bitmap refdata, and so it doesn't do a copy on write.

2006-11-01 01:55 VZ, revision 42883

initialize m_surface when copying invalid bitmap

2006-11-01 01:36 VZ, revision 42882

implement proper bitmap copying