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

2002-03-25 05:39 DW, revision 14765

no message

2002-03-24 22:17 RR, revision 14764

Implemented two-window approach for wxX11. Implemented wxSTAY_ON_TOP the way Qt does it. Added group window support.

2002-03-24 21:19 JS, revision 14763

Added SetActive to wxEventLoop Ensured Yield has a wxEventLoop (wxX11) Process size event explicitly in top-level SetSize (wxX11) Added wxYield to wxTopLevelWindow::Show (wxX11)

2002-03-24 15:50 VS, revision 14762

dirty fix for even dirtier memory leak

2002-03-24 10:31 JS, revision 14761

Updated art filespec

2002-03-24 10:29 JS, revision 14760

Updated release scripts

2002-03-24 01:24 VZ, revision 14759

fixes to radio menu items

2002-03-24 00:27 VS, revision 14758

moved the rest of XPMs in /include/wx/generic to /art

2002-03-24 00:23 VS, revision 14757

fixed sizers-inside-wxFrame

2002-03-24 00:23 VS, revision 14756

added radio menu items ot XRC

2002-03-24 00:23 VS, revision 14755

added wxTheme::GetArtProvider to wxUniv

2002-03-24 00:22 VS, revision 14754

change wxICON_INFO to wxICON_INFORMATION in Mac and MSW wxIcon code to be consistent with the constants

2002-03-24 00:22 VS, revision 14753

add automatic rescaling to wxArtProvider

2002-03-24 00:22 VS, revision 14752

WXWIN_COMPATIBILITY_2_2 is on by default

2002-03-24 00:22 VS, revision 14751

don't use deprecated wxImage methods inside wxWin

2002-03-24 00:22 VS, revision 14750

added wxArtProvider

2002-03-24 00:21 VS, revision 14749

remove wxApp::GetStdIcon from documentation

2002-03-24 00:21 VS, revision 14748

don't use wxApp::GetStdIcon

2002-03-24 00:19 VS, revision 14747

compilation fix for WXWIN_COMPATIBILITY_2_2

2002-03-24 00:19 VS, revision 14746

move wxApp::GetStdIcon to wxArtProvider

2002-03-24 00:18 VS, revision 14745

make dist works again with wxArtProvider related changes

2002-03-24 00:18 VS, revision 14744
  • D /wxWidgets/trunk/include/wx/generic/error.xpm
  • D /wxWidgets/trunk/include/wx/generic/info.xpm
  • D /wxWidgets/trunk/include/wx/generic/question.xpm
  • D /wxWidgets/trunk/include/wx/generic/warning.xpm
  • D /wxWidgets/trunk/include/wx/gtk/error.xpm
  • D /wxWidgets/trunk/include/wx/gtk/info.xpm
  • D /wxWidgets/trunk/include/wx/gtk/question.xpm
  • D /wxWidgets/trunk/include/wx/gtk/warning.xpm
  • D /wxWidgets/trunk/include/wx/gtk1/error.xpm
  • D /wxWidgets/trunk/include/wx/gtk1/info.xpm
  • D /wxWidgets/trunk/include/wx/gtk1/question.xpm
  • D /wxWidgets/trunk/include/wx/gtk1/warning.xpm

moved the rest of XPMs to /art

2002-03-23 12:58 JS, revision 14743

Added hack to make standard art provider link with app

2002-03-23 12:02 JS, revision 14742

Use wxHtmlHelpController for HTML help, not wxHelpControllerHtml :-) Use wxHtmlHelpController, not wxHelpControllerHtml

2002-03-23 01:37 VZ, revision 14741

fixed assert failure in SetPath() (backported from HEAD)