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-04-06 04:39 RD, revision 33378

Return the wx.SizerItem from the Add methods

2005-04-06 04:36 RD, revision 33377

fix email message

2005-04-06 04:28 RD, revision 33376

reSWIGged

2005-04-06 04:23 RD, revision 33375

Check validity of items before using them

2005-04-06 04:19 RD, revision 33374

Corrected the name of EVT_TREE_ITEM_MENU

2005-04-06 04:16 RD, revision 33373

reSWIGged

2005-04-06 04:15 RD, revision 33372

Added wx.GetTopLevelWindows() function which returns a copy of the list of top-level windows that currently exist in the application.

2005-04-06 03:44 RD, revision 33371

Today's changes

2005-04-06 00:32 VZ, revision 33370

use LVS_EX_LABELTIP by default

2005-04-06 00:31 MW, revision 33369

Change the name of the smart pointer so that wxZipOutputStreamPtr is free for the user.

2005-04-06 00:24 VZ, revision 33368

reversed change of rev 1.127: this resulted in bug 1175461 while the original bug which 1.127 fixed can't be reproduced any more (probably fixed by 1.131?)

2005-04-06 00:21 VZ, revision 33367

added more tests for wxFileConfig creation: adding new entries/groups in different order

2005-04-05 23:33 VZ, revision 33366

move code ignoring VK_SPACE and VK_RETURN WM_CHAR messages to MSWDefWindowProc() from MSWWindowProc(): this allows to catch wxCharEvents for them while still not letting the control have them

2005-04-05 23:30 VZ, revision 33365

reset selection anchor when a key changing selection is pressed without Shift (closes bug 1176908)

2005-04-05 23:09 VZ, revision 33364

removed code which doesn't do anything (patch 1175655)

2005-04-05 23:07 VZ, revision 33363

don't generate assert when creating wxEVT_COMMAND_TREE_ITEM_MENU and the tree is in multi select mode (replaces patch 1177263)

2005-04-05 23:03 VZ, revision 33362

log right mouse down/up events too

2005-04-05 22:59 VZ, revision 33361

don't let WM_RBUTTONDOWN reach def window proc as it would enter a local modal message loop waiting for WM_RBUTTONUO and hose our event generation

2005-04-05 22:43 VZ, revision 33360

added GetVisibleBegin/End() to complement/replace GetFirst/LastVisibleLine() and use them in the code to fix problems when the control is empty and GetLastVisibleLine() returns (size_t)-1 (closes bug 1176561)

2005-04-05 22:23 VZ, revision 33359

add extra space for top border when wxDIALOG_UNIT_COMPATIBILITY == 1 too

2005-04-05 22:14 VZ, revision 33358

fix for richedit version 1 control bug with bad refresh after resize under Windows XP

2005-04-05 21:46 VZ, revision 33357

use wxTE_RICH2 for the text control, it looks better under Windows

2005-04-05 21:27 VZ, revision 33356

fixed wxStaticBox::SetBackgroundColour(): this should change background for the label only, not the entire box contents

2005-04-05 21:17 VZ, revision 33355

mention static box border fir under wxMSW

2005-04-05 21:15 VZ, revision 33354

we need to leave some space for static box border even if its label is empty