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

2005-10-19 17:00 ABX, revision 35953

const consistent for Clone(). Load/Save split to DoLoad/DoSave. Build fixes, warning fixes and other source cleaning.

2005-10-19 16:56 ABX, revision 35952

richtext.bkl added and dmars makefiles removed.

2005-10-19 14:44 JS, revision 35951

First part of a layout optimization

2005-10-19 13:54 JS, revision 35950

Only draw if inside client rectangle

2005-10-19 12:52 JS, revision 35949

Added wxRichTextCtrl

2005-10-19 10:43 ABX, revision 35948

constfunc correction

2005-10-19 10:12 ABX, revision 35947

constfunc correction

2005-10-18 20:57 MW, revision 35946

Restore ALL_BASE_HEADERS to its previous meaning of 'all for a given port' as it is used in this sense in rpmspec.bkl, add ALL_PORTS_BASE_HEADERS for 'make dist', and rebake.

2005-10-18 20:50 MW, revision 35945

Restore ALL_BASE_HEADERS to its previous meaning of 'all for a given port' as it is used in this sense in rpmspec.bkl, add ALL_PORTS_BASE_HEADERS for 'make dist', and rebake.

2005-10-18 18:59 MW, revision 35944

Add Cygwin note about precompiled headers to the 2.6.x branch.

2005-10-18 18:54 MW, revision 35943

Add note that precompiled headers do not work on current Cygwin.

2005-10-18 16:02 DE, revision 35942

Remove sm_cocoaDelegate singleton. We need per-instance data anyway so we may as well make it the target instead of the userInfo.

2005-10-18 15:27 DE, revision 35941

Replace wxNSTimerData -setTimer method with -initWithWxTimer: initializer which correctly calls the superclass (NSObject) init. Add an -init method for correctness; technically not needed as it is never called but it's an Objective-C best practice. Release the wxNSTimerData instance just after passing it to the NSTimer factory method. NSTimer retains it and we don't keep a pointer to it so we should not keep a refence to it. This fixes the bug in wxTimer::Stop where the program crashes in the NSCFTimer userInfo method because the NSTimer has already been invalidated.

2005-10-18 14:33 MW, revision 35940

Warning fixes for win64

2005-10-18 14:30 MW, revision 35939

Work around bug in VC++ 8 64-bit

2005-10-18 14:29 MW, revision 35938

Comment out long running test that needs moving from the default registry

2005-10-18 14:26 MW, revision 35937

Include different manifests on win64

2005-10-18 14:24 MW, revision 35936

Link with bufferoverflowu.lib for VC++ 8 and later

2005-10-18 14:22 MW, revision 35935

Add wxString::operator<<(long long) and wx_truncate_cast_impl

2005-10-18 14:20 MW, revision 35934

Backport wx_truncate_cast implementations for Intel and MS compilers

2005-10-18 14:18 MW, revision 35933

Add wxSting << inserter for long long

2005-10-18 13:53 MW, revision 35932

Regenerate msvc makefiles for TARGET_CPU

2005-10-18 13:46 MW, revision 35931

Add TARGET_CPU to msvc makefiles for Win64

2005-10-18 12:31 ABX, revision 35930

Set/get for internal border in book based controls.

2005-10-18 11:27 MW, revision 35929

Add manifests for Win64