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-08-13 12:05 JS, revision 48045

Added XRC handler for wxPropertySheetDialog (Sander Berents)

2007-08-13 12:04 JS, revision 48044

Added XRC handler for wxPropertySheetDialog (Sander Berents)

2007-08-13 11:13 JS, revision 48043

Fixes for WinCE

2007-08-13 10:27 JS, revision 48042

Typo fix

2007-08-13 10:26 JS, revision 48041

Typo fix

2007-08-11 22:09 JS, revision 48029

Preserve original menu label for later retrieval

2007-08-11 19:17 VS, revision 48027

fixed wxStringTokenizer to correctly handle wxTOKEN_RET_DELIMS after the recent change to use iterators

2007-08-11 19:07 JS, revision 48026

Menu fix

2007-08-11 18:39 JS, revision 48025

Compile fixes

2007-08-11 18:02 JS, revision 48024

Small fix

2007-08-11 17:54 JS, revision 48023

Menu label consistency changes

2007-08-11 12:18 VS, revision 48022

added missing export declarations for wxGTK internal functions needed outside of wxCore

2007-08-11 12:03 VS, revision 48021

added missing export declarations for wxGTK internal functions needed outside of wxCore

2007-08-11 11:46 VZ, revision 48020

use WXDLLIMPEXP_FWD_CORE instead of WXDLLEXPORT in forward declaration

2007-08-11 01:28 DE, revision 48018

Use wxLogStdErr in preference to wxLogGui on wxCocoa.

2007-08-10 20:28 DE, revision 48017

Don't needlessly indirect through NSNotificationCenter.

2007-08-10 20:14 DE, revision 48016

Use SetNSSlider instead of SetNSView so that the WXNSSlider (Objective-C) gets associated with the wxCocoaNSSlider (C++) via the hash map and events actually work.

2007-08-10 20:12 DE, revision 48015

Fix up NSSlider code to not use class posing and instantiate the proper type (now WXNSSlider) from slider.mm. Copyright 2007 Software 2000 Ltd.

2007-08-10 20:03 DE, revision 48014

Return something halfway reasonable from GetCharWidth/GetCharHeight because the generic log dialog divides by GetCharWidth which doesn't work so well when it's zero.

2007-08-10 19:28 DE, revision 48012

Set the svn:keywords property to Id on the new files.

2007-08-10 19:26 DE, revision 48011

Attempt to fix RCS-ID tags so svn will fill them in.

2007-08-10 19:25 DE, revision 48010

Major wxCocoa wxSlider overhaul from Mark Oxenham. Copyright 2007 Software 2000 Ltd.

2007-08-10 18:44 DE, revision 48008

Merge 48007 from trunk: Tell NSTextField to send us its action message and respond to it so we can generate wxEVT_COMMAND_TEXT_ENTER. Copyright 2007 Software 2000 Ltd.

2007-08-10 18:40 DE, revision 48007

Tell NSTextField to send us its action message and respond to it so we can generate wxEVT_COMMAND_TEXT_ENTER. Copyright 2007 Software 2000 Ltd.

2007-08-10 11:48 JS, revision 48005

Typo correction