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

2003-08-19 17:28 SC, revision 23028

removing rtti special functions

2003-08-19 17:27 VS, revision 23027

wxStrdup(NULL) doesn't work

2003-08-19 16:58 VS, revision 23026

OS/2 doesn't use lib prefix for libraries

2003-08-19 16:48 SC, revision 23025

RTTI extensions

2003-08-19 16:44 SC, revision 23024

switching back to normal accessors, workaround not needed anymore

2003-08-19 16:40 SC, revision 23023

XTI extensions

2003-08-19 15:57 JS, revision 23022

Unicode fix

2003-08-19 15:51 JS, revision 23021

Applied patch [ 778716 ] Fix resolve in smapi.cpp for UNICODE

2003-08-19 15:40 JS, revision 23020

Warning fixes from ABX

2003-08-19 15:16 CE, revision 23019

CBuilder & IDE details Not appropriate for new makefiles

2003-08-19 15:15 CE, revision 23018
  • D /wxWidgets/trunk/distrib/msw/process_all_samples_bcb.bat
  • D /wxWidgets/trunk/distrib/msw/process_sample_bcb.bat

CBuilder project creation files Not appropriate for new makefiles

2003-08-19 14:51 DE, revision 23017

Use NSBox with the NSBoxSeparator box type

2003-08-19 14:49 DE, revision 23016

Override CocoaSetEnabled() to call -[NSControl setEnabled:] Do NOT forget to override this in subclasses which use a Cocoa view not derived from NSControl. Crashes will result.

2003-08-19 14:47 DE, revision 23015

Override CocoaSetEnabled() to do nothing. Although static lines are controls in the wxWindows sense, they are not in the Cocoa sense.

2003-08-19 14:45 DE, revision 23014

Added machinery to Enable/Disable windows. When a window is disabled, it disables all of its children. Every window maintains a bool indicating whether it should be enabled (i.e. Enable() was called on it directly). When a window is reenabled, it reenables children, but only if they are actually supposed to be enabled. Override CocoaSetEnabled() in subclasses to actually enable/disable a Cocoa control.

2003-08-19 12:37 JS, revision 23013

Fix to remove CW/Mac warning

2003-08-19 11:17 CE, revision 23012

fix bug in directory creation

2003-08-19 10:30 CE, revision 23011

fix bug in name of implib

2003-08-19 10:00 SC, revision 23010

unicode fixes, enabling notebook images again

2003-08-19 08:41 JS, revision 23009

Use _NO_THEMES

2003-08-19 04:27 DE, revision 23008

Wrap NSTableView in an NSScrollView and disable the header

2003-08-19 04:10 DE, revision 23007

Use bounds rect instead of frame rect when positioning subviews

2003-08-19 04:08 DE, revision 23006

Use setAutoresizingMask: NSViewMinYMargin to keep subviews in the same position relative to the wxWindows coordinate system

2003-08-18 23:57 VZ, revision 23005

use wxWindowBase::Create() instead of duplicating its code in MacPreControlCreate()

2003-08-18 23:56 VZ, revision 23004

added missing Create() implementation