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.

2004-03-30 00:56 DE, revision 26478

GetMenuBar() now traverses up the hierarchy so it no longer has to be done here.

2004-03-30 00:49 DE, revision 26477

wxMenuBase changes: 1. GetMenuBar() tries GetParent()->GetMenuBar() first (traverse up hierarchy). 2. IsAttached() returns true if GetMenuBar() returns a menubar. 3. AddSubMenu() does not call Attach() on added submenus.

2004-03-30 00:43 DE, revision 26476

Instead of m_menuBar use GetMenuBar() which will be modified (with next patch) to traverse up the menu hierarchy to return the menu bar.

2004-03-30 00:15 RD, revision 26475

Regenerated ReST docs, removed the config setting that outputs the generated date so these will change less often.

2004-03-30 00:14 RD, revision 26474

Updated version number

2004-03-30 00:10 RD, revision 26473

Generate pywrap as a console tool.

2004-03-29 20:59 PKO, revision 26472

Oops. Put @echo off line back in. Only needed to change pythonw.exe to python.exe.

2004-03-29 20:54 PKO, revision 26471

Made more useable from the command-line, since that is its primary purpose.

2004-03-29 20:01 RD, revision 26470

Check that the file successfully loaded, use the length read for the conversion.

2004-03-29 19:04 SC, revision 26469

attempt to work around SDK specific problems

2004-03-29 18:46 VS, revision 26468

applied patch 923858 (fixes crash in zlib streams)

2004-03-29 18:34 SC, revision 26467

BestSize is ok for built-ins

2004-03-29 18:17 SC, revision 26466

another attempt to export

2004-03-29 18:07 RR, revision 26465

Applied SetForegorund colour patch for GTK2.

2004-03-29 18:02 RR, revision 26464

Applied patches.

2004-03-29 16:23 SC, revision 26463

added tlw include

2004-03-29 16:06 SC, revision 26462

best size calculations based on bitmap size

2004-03-29 15:54 RD, revision 26461

if basePath is empty use '.'

2004-03-29 15:52 RD, revision 26460

Use "&Help" so wxMac doesn't make an extra help menu

2004-03-29 14:56 SC, revision 26459

Update Region is not always correct, we use the visible region therefore

2004-03-29 14:54 SC, revision 26458

UMADrawControl is not to be used anymore

2004-03-29 14:49 SC, revision 26457

Cleanup

2004-03-29 12:46 SC, revision 26456

SetSize with all -1 was returning too soon in some cases

2004-03-29 12:12 SC, revision 26455

fixed multiline wrap-around

2004-03-29 12:02 VZ, revision 26454

added a howto for adding a new encoding to wxWin