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

2004-04-07 20:43 RD, revision 26653

XRC needs to know about wxFIXED_SIZE too.

2004-04-07 19:50 RD, revision 26652

style tweaked

2004-04-07 19:49 RD, revision 26651

Use wx.CLIP_CHILDREN on the splitter windows

2004-04-07 19:48 RD, revision 26650

changed border style

2004-04-07 19:47 RD, revision 26649

Fixes so bg colors in a notebook on XP are visible again

2004-04-07 19:46 RD, revision 26648

Use a panel

2004-04-07 19:36 RD, revision 26647

Added wx.FIXED_SIZE. Added some new methods to wx.Window Added a Destroy method to wx.TaskbarIcon to help avoid double deletes

2004-04-07 19:32 RD, revision 26646

use wx.FIXED_SIZE

2004-04-07 19:23 RD, revision 26645

Use the size value passed to the ctor to set the window's minimum size.

2004-04-07 19:21 RD, revision 26644

Added wxFIXED_SIZE. Propogated wxSizer::SetItemMinSize to SetSizeHints for window items. Updated docs for flag parameter to be more readable and understandable.

2004-04-07 05:20 RD, revision 26643

Added some convenience inlines

2004-04-07 05:20 RD, revision 26642

Fixed tex2rtf error

2004-04-06 19:10 RD, revision 26641

Somehow the Validate(), TransferDataToWindow(), TransferDataFromWindow(), and InitDialog() methods got lost.

2004-04-06 17:18 DS, revision 26640

applied patch #928786: "Fix memory leak produced by ConvertArgsToUnicode()"

2004-04-06 15:34 DS, revision 26639

applied patch #926140: "warning cleaning"

2004-04-06 13:19 DS, revision 26638

applied patch #929947: "Various cleaning of warnings under MSW"; removed some tabs

2004-04-06 12:15 VS, revision 26637

applied patch: wxLongLong CppUnit test (928257)

2004-04-06 12:14 VS, revision 26636

this code was taken from console sample, preserve its copyright

2004-04-06 09:49 VS, revision 26635

upgrade to bakefile-0.1.4

2004-04-06 09:48 DS, revision 26634

fixed non-pch compilation, initial window size; slight code cleanup

2004-04-06 09:34 VS, revision 26633

upgrade to bakefile-0.1.4

2004-04-06 07:53 VS, revision 26632

make aclocal-1.8 happy (patch 930105)

2004-04-06 05:37 RD, revision 26631

Check for errors after unicode conversions

2004-04-06 00:09 VZ, revision 26630

update from Tsolakos Stavros

2004-04-05 22:04 VS, revision 26629

don't build console apps for WinCE