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

2006-11-01 01:16 SN, revision 42881

Generalized compilation fix for old compilers.

2006-11-01 01:01 SN, revision 42880

Dummy implementation for copying bitmaps.

2006-11-01 00:49 MW, revision 42879

Fix setting the large file flag.

2006-10-31 23:50 SN, revision 42878

Compilation fix.

2006-10-31 23:38 KO, revision 42877

Explicitly forward non-command events along to the native control first.

2006-10-31 23:29 SN, revision 42876

Maximize chances to find an existing definition for O_BINARY and MAX_PATHLEN.

2006-10-31 23:14 RR, revision 42875

Return SetSizeHints() in wxWindow to its former life but still recommend to use SetMinSize() and SetMaxSize(). I've already purged wxWidgets of any use of this function internally, but others may use it still.

2006-10-31 23:03 RR, revision 42874

Fix crash when intersecting with NULL region.

2006-10-31 22:48 RR, revision 42873

Commited region iterator fix.

2006-10-31 20:46 SN, revision 42872

Compilation fix.

2006-10-31 19:30 RD, revision 42871

Add a topc overview about window sizing

2006-10-31 18:43 RD, revision 42870

Always draw the selection of selected items, not just when they have an icon

2006-10-31 18:41 RD, revision 42869

fix typo

2006-10-31 17:52 RD, revision 42868

reSWIGged

2006-10-31 17:40 RD, revision 42867

Change the wxCharBuffer typemap to make sure there is data before accessing it, set result to an empty string if now.

2006-10-31 17:38 RD, revision 42866

wxTGAHandler is included by default

2006-10-31 17:29 VZ, revision 42865

always define our HKPD/CC/DD constants, without using WINVER which is irrelevant anyhow (only run-time version matters, not compile-time)

2006-10-31 16:50 VZ, revision 42864

include wx/private/*.h and wx/port/gtk/*.h files in the distribution (also fixes Debian packages build)

2006-10-31 16:46 VZ, revision 42863

call PKG_PROG_PKG_CONFIG before checking for gnomeprintui, gnomevfs and hildon libraries -- otherwise they were never detected

2006-10-31 16:39 VZ, revision 42862

no changes, just resolving conflict with Julian's change which was almost exactly the same as mine

2006-10-31 16:37 VZ, revision 42861

don't compute (and mainly don't cache) our best size until we have created the radio buttons

2006-10-31 16:37 JS, revision 42860

Add newline at end - necessary for PDF

2006-10-31 16:35 JS, revision 42859

Invalidate cache because best size was calculated earlier

2006-10-31 16:34 JS, revision 42858

Initialise all variables

2006-10-31 16:19 VZ, revision 42857

correct compilation after last change (added ifdef in the wrong function...)