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-03-07 02:01 VZ, revision 32628

added wxUSE_DATEPICKCTRL

2005-03-06 20:47 JS, revision 32627

Removed spurious comment

2005-03-06 17:16 JS, revision 32626

Doc tweaks SetAxisOrientation: Y is top down by default, not bottom up!

2005-03-06 13:43 VZ, revision 32625

fix warning about comparing (signed) -1 with (unsigned) in_addr_t under Solaris

2005-03-06 12:16 VZ, revision 32624

replaced C++ comment with a C one

2005-03-06 03:31 RD, revision 32623

Added toolbar wxTB_TEXT flag and tool label property

2005-03-05 23:36 VZ, revision 32622

(blind) GTK1 compilation fix

2005-03-05 23:24 MW, revision 32621

Fix for problem with wxGetFileKind on WinCE

2005-03-05 17:16 MBN, revision 32620

Use the common wxParseCommonDialogsFilter function in wxMotif wxFileDialog.

2005-03-05 16:13 MBN, revision 32619

Avoid uninitialized variable warnings.

2005-03-05 16:11 MBN, revision 32618

Use the IsMDIChild() function instead of wxRTTI, avoiding linking MDI classes in all programs.

2005-03-05 16:09 MBN, revision 32617

Corrected wxStringListBase implementation of DeleteFunction. Since wxStringList, when wxUSE_STL == 1 is a list of object (not pointers to objects) it requires and empty DeleteFunction.

2005-03-05 16:06 MBN, revision 32616

Use the correct WXDLLIMPEXT declaration for wxStringListBase.

2005-03-05 00:57 RD, revision 32615

reSWIGged

2005-03-05 00:52 RD, revision 32614

Docstring updates

2005-03-05 00:52 RD, revision 32613

Added wx.ArtProvider.GetSize

2005-03-05 00:40 RD, revision 32612

reSWIGged

2005-03-05 00:24 RD, revision 32611

bump the version flags

2005-03-05 00:21 RD, revision 32610

Tweak how we cheat on the resource files

2005-03-05 00:18 RD, revision 32609

Add Resize, SetRGBRect, Size, and GetOrFindMaskColour methods to wx.Image Added wx.Rect.IsEmpty

2005-03-05 00:17 RD, revision 32608

Added wx.Rect.IsEmpty

2005-03-05 00:15 RD, revision 32607

Add Resize, SetRGBRect, Size, and GetOrFindMaskColour methods to wx.Image

2005-03-05 00:13 RD, revision 32606

Remove refrences to building OGL

2005-03-04 23:23 RR, revision 32605

Try to catch theme change on the fly in button in order to resize buttons.

2005-03-04 19:32 ABX, revision 32604

Better wxFile support, warning fixes and minor source cleaning.