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

2004-11-01 19:02 RR, revision 30228

define EXTRALIBS_GNOMEPRINT

2004-11-01 18:40 RR, revision 30227

Added --with-gnomeprint and its wxUSE_LIBGNOMEPRINT Removed the now obsolete test for FT2 (FreeType) which was used by the Pango based printing which I removed.

2004-11-01 18:03 RN, revision 30226

rewrite core foundation conversion to be efficient, double-pass mac WC2MB to verify that there were no invalid characters converted, set amount of memory to allocate to 32 for mac conversion to prevent needless large buffer allocations

2004-11-01 18:03 RN, revision 30225

warning fix for 10.2

2004-11-01 17:55 RD, revision 30224

Avoid the IsVisible assert in GetNextVisible

2004-11-01 15:58 JS, revision 30223

Fixed bug in setting/getting value for wxComboBox. Read-only status is taken into account.

2004-11-01 15:55 JS, revision 30222

Added missing functions and variable

2004-11-01 15:24 RR, revision 30221

Added possibility to select a printer reported by CUPS as a target. Some other corrections.

2004-11-01 12:09 RR, revision 30220

wxListCtrl::InsertItem() ignored the column.

2004-11-01 06:00 DE, revision 30219

Rebake after MacOS CarbonLib additions

2004-11-01 05:57 SC, revision 30218

switching to defines not having a value for __WXMAC__

2004-11-01 05:10 DE, revision 30217

wxMac: Rearrange a few things and add support for CarbonLib build.

2004-11-01 05:02 DE, revision 30216

Use PLATFORM_MACOS. PLATFORM_MAC is defined for OS X (no good).

2004-11-01 04:57 DE, revision 30215

HACK: Add PLATFORM_MACOS as an option

2004-11-01 00:38 DE, revision 30214

Declare namespace std {} before using namespace std; for MetroWerks

2004-11-01 00:01 DE, revision 30213

Work around the fact that Metrowerks (CW 8.3) and Apple (10.2.8 sdk) headers try to detect each other and change their behavior but just wind up screwing everything up.

2004-10-31 23:53 DE, revision 30212

#include "wx/settings.h" wxSystemSettings is needed by non-OSX code. Typically precompiled headers are used so this hadn't been noticed before.

2004-10-31 23:45 DE, revision 30211

Added src/tiff/tif_apple.c when PLATFORM_MAC==1

2004-10-31 23:43 RR, revision 30210

Moved the wxPageSetupDialogData <-> native conversion code for MSW to the appropriate file in src/msw/printdlg.cpp Removed the now obsolete printer setup dialog code.

2004-10-31 21:46 DE, revision 30209

Do not use framework includes in CFM builds.

2004-10-31 19:34 SN, revision 30208

Removed debug output.

2004-10-31 19:33 SN, revision 30207

Newest version of script(s) for creating DLLs - now divided in two, main script takes additional argument for script generating DLL name, new script generates DLL names from (too long) library names.

2004-10-31 18:26 RN, revision 30206

because gcc is dumb and can't tell the difference between a std::string and a wxString

2004-10-31 18:15 SN, revision 30205

Fixed "pragma interface" handling.

2004-10-31 16:34 RR, revision 30204

Moved print dialog data conversion code from cmndata to its msw place.