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):

2007-09-17 13:34 RR, revision 48750

compilation

2007-09-17 11:41 MW, revision 48749

Cache user and group names for tar streams as getting these can be expensive.

2007-09-17 10:56 RR, revision 48748

Don't compile with < GTK 2.4

2007-09-17 10:17 RR, revision 48747

Always make wxWindow::SetFocus() focus the window, overriding SetCanFocus, some more focus related docs

2007-09-17 10:01 VZ, revision 48746

rename wxFileList to wxFileListCtrl

2007-09-17 09:52 VZ, revision 48745

reverted accidental change to this file as part of rev 48732

2007-09-17 09:28 JS, revision 48744

Removed restriction that multiple centre panes can't be resized

2007-09-17 09:28 JS, revision 48743

Removed restriction that multiple centre panes can't be resized

2007-09-17 09:26 JS, revision 48742

Added omitted variable copy

2007-09-17 09:25 JS, revision 48741

Added omitted variable copy

2007-09-17 09:24 JS, revision 48740

Removed "not yet working" comment for --enable-universal_binary

2007-09-17 09:13 JS, revision 48739

Remove "not yet working" comment for --enable-universal_binary

2007-09-17 00:40 VZ, revision 48738

declare wxVector<wxXmlResourceHandler *> as DLL-exported to avoid VC++ warnings in shared build

2007-09-17 00:32 VZ, revision 48737

don't abbreviate 'control' to 'ctrl' (patch 1780280)

2007-09-17 00:25 VZ, revision 48736

define wxUSE_CAIRO as 0 for non-GTK builds to avoid warnings about using undefined symbols in preprocessor conditions

2007-09-17 00:22 VZ, revision 48734

reverted wxSocket changes of rev 48723 as they broke linking under non-Unix systems

2007-09-17 00:14 VZ, revision 48733

added new and improved wxFileCtrl implementation (patch 1763164)

2007-09-17 00:12 VZ, revision 48732

don't access m_clientDataItemsType directly

2007-09-16 23:53 VZ, revision 48731

compilation fix

2007-09-16 23:40 VZ, revision 48730

don't use NULL when we mean 0

2007-09-16 23:27 VZ, revision 48729

fix warnings due to use of WXDLLEXPORT on forward declarations

2007-09-16 23:12 VZ, revision 48728

fix access to client data of wxComboBox in wxUniv by virtualizing access to wxControlWithItems::m_clientDataItemsType

2007-09-16 18:53 VZ, revision 48727

include wx/beforestd.h before iostream headers to avoid problems with visibility in Unix build

2007-09-16 17:51 CE, revision 48726

fix for VC6 sorry

2007-09-16 17:47 CE, revision 48725

fix for VC6