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-03-08 23:03 MR, revision 37903

Compilation fix on the branch as well...

2006-03-08 19:45 JS, revision 37902

Added slightly better font dialog for Mac

2006-03-08 16:34 ABX, revision 37901

Warning fix.

2006-03-08 03:06 RD, revision 37900

workaround MacSetMetalAppearance being made protected

2006-03-08 01:48 , revision 37899

This commit was manufactured by cvs2svn to create branch 'unlabeled-1.1.2'.

2006-03-08 01:48 RD, revision 37898

Updated to Scintilla 1.67

2006-03-08 01:27 VZ, revision 37897

don't draw focus rect for custom drawn items when the list control doesn't have focus

2006-03-08 00:23 VZ, revision 37896

generate wxEVT_COMMAND_TEXT_ENTER for multiline controls too

2006-03-08 00:20 VZ, revision 37895

correct gcc print format warnings

2006-03-08 00:19 VZ, revision 37894

compilation fix after last commit

2006-03-08 00:15 VZ, revision 37893

test EVT_TEXT_ENTER

2006-03-08 00:09 VZ, revision 37892

use wxCHECK instead of wxASSERT to avoid crashing later (coverity checker CID 19)

2006-03-08 00:05 VZ, revision 37891

don't crash in case of unknown sizer type (coverity checker CID 17)

2006-03-08 00:03 VZ, revision 37890

don't crash in case of incorrectly specified parent type of MDI child frame (coverity checker CID 16)

2006-03-07 23:55 VZ, revision 37889

use wxCHECK instead of wxASSERT in CanonicalizePluginName() to avoid crashing in console apps (coverity checker CID 13)

2006-03-07 23:52 VZ, revision 37888

test for dst!=NULL instead of bpp==1 in Rescale() as otherwise we'd crash on monochrome display (not very common any more, but still) (coverity checker CID 12)

2006-03-07 23:47 VZ, revision 37887

don't crash if one of GetAllCommands() parameters is NULL (coverity checker CID 11)

2006-03-07 23:44 VZ, revision 37886

removed unneeded test for pal!=NULL in ConvertToImage() (coverity checker CID 10)

2006-03-07 23:40 VZ, revision 37885

oops, undid last commit, the extra test is unneded (but a comment explaining why it isn't probably wouldn't hurt)

2006-03-07 23:38 VZ, revision 37884

make sure we don't use uninitalized output stream in OnSysWrite() (coverity checked CID 7)

2006-03-07 23:34 VZ, revision 37883

fixed crash in case of not subclasses wxWizardPage in the resources (coverity checker CID 18)

2006-03-07 23:32 VZ, revision 37882

fixed yet another memory leak in LoadGnomeDataFromKeyFile() (coverity checker CID 51)

2006-03-07 23:30 VZ, revision 37881

fix another memory leak in SetCommand() (coverity checker CID 52)

2006-03-07 23:27 VZ, revision 37880

fix memory leak (coverity checker CID 53)

2006-03-07 23:24 VZ, revision 37879

make it clear that m_page is not NULL in OnBackOrNext() (coverity checked CID 20)