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

2006-04-06 12:43 VZ, revision 38603

leave enough space for the trailing NUL when converting UTF-16 to UTF-32 in Mac conversion

2006-04-06 12:38 VZ, revision 38602

don't crash if conversion of a command line argument to Unicode fails

2006-04-06 12:06 MR, revision 38601

wxGTK2: No need to check for __WXGTK20__ here either (and test cia script again)

2006-04-06 12:01 MR, revision 38600

wxGTK2: No need to check for __WXGTK20__ here

2006-04-06 11:59 MR, revision 38599

wxGTK2: We don't need to check for __WXGTK20__ here

2006-04-06 11:51 VZ, revision 38598

added missing const to fix last commit

2006-04-06 11:29 VZ, revision 38597

changed the version and the date

2006-04-06 11:27 VZ, revision 38596

added a cast to wxDecodeSurrogate() to fix wxMSW cross-compilation

2006-04-06 06:35 SC, revision 38595

adding toolbar control handle fix to 2.6

2006-04-06 02:35 RD, revision 38594

Minor tweaks to bring up to date with CVS changes

2006-04-06 02:34 RD, revision 38593

Update with 2.6.3.2 info

2006-04-06 02:30 vell, revision 38592

cleanup (repeat of v197) - added whitespace around operators, some blank lines, fixed comment typos, renamed out-in vars to outBuff-inBuff

2006-04-06 01:15 RD, revision 38591

wx.lib.pubsub updates from Oliver Schoenborn: - the hash problem re non-hashable objects - now supports listeners that use *args as an argument (listener(*args) was not passing the validity test) - corrected some mistakes in documentation - added some clarifications (hopefully useful for first time users) - changed the way singleton is implemented since old way prevented pydoc etc from extracting docs for Publisher

2006-04-06 00:31 RD, revision 38590

Force a full refresh when the focus changes so the bitmap button will redraw its label if needed. Also give defaults to more of the ctor parameters.

2006-04-06 00:30 RD, revision 38589

Backport of: Second fix for Copy/Paste (using expat.native_encoding property). Added cellpos,cellspan properties for Spacer in GridBag sizer. Implemented locating objects in gridbag sizer, expanding tree to show selected object

2006-04-06 00:12 RD, revision 38588

Force a full refresh when the focus changes so the bitmap button will redraw its label if needed. Also give defaults to more of the ctor parameters.

2006-04-05 23:19 VZ, revision 38587

really fixed number of bytes written in WriteString() in Unicode mode

2006-04-05 23:04 VZ, revision 38586

implemented UTF-16/32 using To/FromWChar() instead of MB2WC/WC2MB for sizeof(wchar_t)==4 platforms too

2006-04-05 22:12 VZ, revision 38585

1. use a manifest constant wxNO_LEN instead of -1 for lengths everywhere 2. reimplemented UTF-16/32 conversions using To/FromWChar() API instead of MB2WC/WC2MB for Windows (or rather SIZEOF_WCHAR_T == 2 platforms), the first tangible result is that reading UTF-32BE text streams now works too 3. more off by 1 fixes

2006-04-05 21:03 VZ, revision 38584

name the test just MBConv instead of MBConvTestCase

2006-04-05 19:59 VZ, revision 38583

name the test just Unicode instead of UnicodeTestCase

2006-04-05 18:02 vell, revision 38582

cleanup - added whitespace around operators, some blank lines, fixed comment typos, renamed out-in vars to outBuff-inBuff

2006-04-05 17:36 ROL, revision 38581

implemented locating objects in gridbag sizer, expanding tree to show selected object

2006-04-05 17:10 VZ, revision 38580

Mac compilation fix after last commit

2006-04-05 16:54 VZ, revision 38579

added wxMBConv::Clone() to be able to copy conversion objects polymorphically