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-03-30 19:54 RD, revision 26503

Version number update

2004-03-30 19:50 RD, revision 26502

Better conversion functions for integral and floating point types, allows truncated floats to be used where integers are expeceted, raises more meaningful exceptions, etc.

2004-03-30 19:17 RD, revision 26501

remove 'point' arg from kwargs if it was replaced

2004-03-30 18:29 SC, revision 26500

fixing auto wrap and default font

2004-03-30 17:10 VZ, revision 26499

implemented Freeze/Thaw() (patch 922156)

2004-03-30 16:57 SC, revision 26498

databrowser notification trigger events now

2004-03-30 16:53 SC, revision 26497

use base class implementation

2004-03-30 16:42 JS, revision 26496

More installation instruction tweaks

2004-03-30 16:38 JS, revision 26495

Fix for missing __CHAR_BIT__ under MacOS X

2004-03-30 16:26 JS, revision 26494

Compile fixes for 10.2 headers

2004-03-30 16:09 SC, revision 26493

reexported and changed linefeeds to unix

2004-03-30 14:43 JS, revision 26492

Need wxUSE_LIBMSPACK

2004-03-30 14:43 SC, revision 26491

since we are not getting the kEventDraw messages for everything we handle UserPanes via a proper draw proc and only dispatch the kEventDraw for the native OS controls

2004-03-30 14:38 VZ, revision 26490

use -lcma for a build with threads under HP-UX using native compiler

2004-03-30 14:28 VZ, revision 26489

define _INCLUDE__STDC_A1_SOURCE for HP-UX, it is apparently needed to get mbtowcs() &c

2004-03-30 12:55 SC, revision 26488

mixed height and width

2004-03-30 12:44 SC, revision 26487

commented that redraw workaround as it was causing more harm than benefit

2004-03-30 10:26 JS, revision 26486

Removed redundant lines

2004-03-30 08:11 JS, revision 26485

Added Ryan Wilcox's creator type setting script

2004-03-30 02:18 RD, revision 26484

reSWIGged

2004-03-30 02:18 RD, revision 26483

reSWIGed

2004-03-30 01:52 RD, revision 26482

Typos

2004-03-30 01:52 RD, revision 26481

Forward declare wxPyScrolledWindow

2004-03-30 01:51 RD, revision 26480

fixed GetFirstChild/GetNextChild to make a copy of the wxTreeItemId

2004-03-30 01:50 DE, revision 26479

Do not #undef wxNEED_PRINTF_CONVERSION if wxVsnprintf_ has not been defined (to an OS implementation). Instead, check when delcaring the wxSnprintf and wxVsnprintf wrappers and only define them if wxVsnprintf_ has been defined. This allows HAVE_VSWPRINTF to be false yet still allow other OS wchar functions to be used which will be needed to work around FreeBSD/Darwin.