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

2005-12-30 20:20 RD, revision 36603

another deprecation

2005-12-30 19:01 vell, revision 36602

minor reformat

2005-12-30 18:53 vell, revision 36601

two more ReadGIF tweaks

2005-12-30 18:48 vell, revision 36600

fixed spelling mistake in comment

2005-12-30 18:40 vell, revision 36599

reformatted; added more error checking

2005-12-30 18:38 vell, revision 36598

added protection against corrupted GIFs in ReadGIF

2005-12-30 13:30 MW, revision 36597

The Sun customised version of Pango shipping with Solaris 10 crashes if the language is left NULL (bug 1374114)

2005-12-29 23:01 RD, revision 36596

[Get|Set]Quality() are deprecated

2005-12-29 22:57 RD, revision 36595

wx.FontMapper.SetConfig is deprecated (it is removed already in 2.7)

2005-12-29 22:40 RD, revision 36594

docstrign fixes

2005-12-29 22:23 vell, revision 36593

cleanup - reformatting (lots), minor code tweaks

2005-12-29 19:42 vell, revision 36592

cleanup - reformatting, minor code tweaks

2005-12-29 17:52 RD, revision 36591

Applied patches from Will Sadkin for wx.lib.masked modules: * Now ignores kill focus events when being destroyed. * Added missing call to set insertion point on changing fields. * Modified SetKeyHandler() to accept None as means of removing one. * Fixed keyhandler processing for group and decimal character changes. * Fixed a problem that prevented input into the integer digit of a integerwidth=1 numctrl, if the current value was 0. * Fixed logic involving processing of "_signOk" flag, to remove default sign key handlers if false, so that SetAllowNegative(False) in the NumCtrl works properly. * Fixed selection logic for numeric controls so that if selectOnFieldEntry is true, and the integer portion of an integer format control is selected and the sign position is selected, the sign keys will always result in a negative value, rather than toggling the previous sign.

2005-12-29 17:48 RD, revision 36590

comment fix

2005-12-29 06:43 vell, revision 36589

fix MinGW/gcc compilation issue

2005-12-29 02:01 KH, revision 36588

Remove obsolete GetForce

2005-12-29 01:56 KH, revision 36587

Remove obsolete GetForce

2005-12-29 01:49 KH, revision 36586

Remove wxConfig object caching (m_config), which solves dangling pointer problem if the global config object changes (and just makes things simpler)

2005-12-29 01:45 KH, revision 36585

Always update cached config object to global object if one exists. (Caching removed altogether on HEAD/2.7, but with header changes.)

2005-12-28 23:40 vell, revision 36584

fix MinGW/gcc compilation issue

2005-12-28 23:02 vell, revision 36583

fix SetInvokingWindow link problem

2005-12-28 06:44 vell, revision 36582

cleanup - reformatting, minor code rewrites

2005-12-27 23:07 RD, revision 36581

Spawn the MDI demos as new processes

2005-12-27 22:16 VZ, revision 36580

compilation fix after latest dc.h changes for !WX_PRECOMP case

2005-12-27 21:41 RD, revision 36579

Setting the color of the caption text was missing.