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-01-07 08:33 SC, revision 36753

bug fix for MacTel builds, using the same code on PPC as well (wxMask)

2006-01-07 06:30 vell, revision 36752

minor cleanup

2006-01-07 06:09 vell, revision 36751

minor cleanup

2006-01-07 06:01 vell, revision 36750

cleanup - reformat

2006-01-07 01:14 VZ, revision 36749

refresh the MDI frame window menu whenever a child frame is shown/hidden (and not only when its menu bar is changed as this means that the menu is never refreshed if the child frame has no menu)

2006-01-07 01:12 VZ, revision 36748

just added wxUSE_MENUS around code using the menus

2006-01-07 01:05 VZ, revision 36747

removed Win16 code

2006-01-07 00:31 VZ, revision 36746

added a test command to show the current selection

2006-01-06 23:43 SN, revision 36745

Integrated fixes for sizing/positioning; cleanup; removal of handle/window association in dtor. (All according to patch #1396667).

2006-01-06 22:31 SN, revision 36744

Fixed sizing&positioning and an error in subclassing.

2006-01-06 22:26 SN, revision 36743

Cosmetic fixes.

2006-01-06 21:44 VZ, revision 36742

Unicode compilation fix

2006-01-06 21:41 VZ, revision 36741

fixed bug in GetString() introduced during the latest round of changes

2006-01-06 21:33 VZ, revision 36740

added GetString() test

2006-01-06 21:17 vell, revision 36739

cleanup - reformat (take 2)

2006-01-06 21:14 vell, revision 36738

cleanup - reformat

2006-01-06 17:10 VZ, revision 36737

add comment about using not quite standard mbstowcs() feature

2006-01-06 17:06 VZ, revision 36736

use our own mbstowcs() and wcstombs() implementations with Metrowerks as MSL CRT doesn't implement Unix98 extension of allowing to call them with NULL output parameters to just get the size of the needed buffer which we rely on (backport from HEAD)

2006-01-06 16:52 VZ, revision 36735

use our own mbstowcs() and wcstombs() implementations with Metrowerks as MSL CRT doesn't implement Unix98 extension of allowing to call them with NULL output parameters to just get the size of the needed buffer which we rely on

2006-01-06 16:04 SN, revision 36734

Removed creation&deletion of an unused font object.

2006-01-06 16:01 SN, revision 36733

Allow multiple lines for a static text

2006-01-06 12:54 VZ, revision 36732

added wx/object.h include (bug 1398517)

2006-01-06 12:53 VZ, revision 36731

added wx/object.h include (bug 1398517; backport from HEAD)

2006-01-06 07:05 RD, revision 36730

another merge from WX_2_6_BRANCH

2006-01-06 05:36 RD, revision 36729

reSWIGged