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

2008-07-06 16:29 SN, revision 54513

Make AutoSizing in wxGrid's SetCol/RowSize work and use it from corresponding AutoSize functions. This fixes #4107.

2008-07-06 14:14 VZ, revision 54511

fix unused parameters warnings (#9529)

2008-07-06 14:04 VZ, revision 54510

avoid duplicated command events if a wxFrame-level handler called event.Skip() (#4757)

2008-07-06 13:40 VZ, revision 54509

added wxscintilla and wx_stc projects (#4378)

2008-07-06 02:21 VZ, revision 54504

take const address objects in wxSocketClient::Connect() and wxSocketBase::SetLocal()

2008-07-06 02:20 VZ, revision 54503

add a numeric column test

2008-07-06 00:26 VZ, revision 54501

remove mentions of pos attribute, it never worked and it's time to remove it

2008-07-06 00:25 VZ, revision 54500

don't use deprecated wxToolBar::AddTool() overload taking position parameters which don't do anything anyhow

2008-07-05 20:53 VZ, revision 54499

remove code for drawing icon of minimized window manually, this was only useful under NT 3.51 and earlier among all Win32 systems and I don't think we support that any more

2008-07-05 20:51 VZ, revision 54498

avoid duplicating wxWindow::HandleCommand() in wxFrame, only handle the commands for the frame menu bar elements there: this avoid generating duplicate events if a command event handler skips

2008-07-05 19:06 VS, revision 54497

reverted Robert's premature removal of deprecated 2.6 functions in r54490

2008-07-05 18:25 SN, revision 54496

Added missing include (#9625).

2008-07-05 18:23 SN, revision 54495

Added missing include (#9625).

2008-07-05 18:23 PC, revision 54494

mark long-deprecated methods as such, and don't use them in wx code

2008-07-05 18:05 SN, revision 54493

Experimental simplification of the code by using MWERKS version for all compilers.

2008-07-05 17:54 SN, revision 54492

Fixed Digital Mars breakage as suggested by Vadim on mailing list (#9619).

2008-07-05 17:38 SN, revision 54491

Added missing include (depending on configuration, see #9622).

2008-07-05 10:58 RR, revision 54490

Remove 2_6 compatibility code

2008-07-04 14:23 SC, revision 54486

changing condition to make sure we are not failing in case the min system is given as 10.3.9 ... solves #9693

2008-07-04 14:05 RR, revision 54485

Use t_str() instead of c_str()

2008-07-04 09:49 JS, revision 54484

Typo correction

2008-07-04 08:02 RR, revision 54483

Ticket #9689 (new defect) Opened 33 hours ago Documentation Corrections for \interface\wx\notebook.h

2008-07-04 07:56 RR, revision 54482

added wxString.t_str() and used it in filefn.cpp

2008-07-03 20:34 RR, revision 54481

Make wxMSW wxBase compile in UTF-8 mode

2008-07-03 17:20 MMK, revision 54480

Fixed DB project