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-07-14 23:33 VZ, revision 34853

added wxDialog::GetEscapeId()

2005-07-14 23:09 VZ, revision 34852

moved Esc processing from wxWindow to wxDialog where it belongs; use the -- to be implemented in 2.7 -- GetEscapeId() to decide what to do when Esc is pressed

2005-07-14 23:07 VZ, revision 34851

added stub of GetEscapeId()

2005-07-14 23:06 VZ, revision 34850

added wxID_NONE

2005-07-14 22:11 MR, revision 34849

Optimize wxGTK2 wxTextCtrl::GetLineText

2005-07-14 16:35 MR, revision 34848

"Separators are now correctly shown in the toolbars under Windows XP" is a 2.6.2 fix, but also included in wxWidgets-2.6.1-Patch01.zip - move the changelog entry from 2.6.1 to 2.6.2 or it won't be noticed with 2.6.2 release.

2005-07-14 16:13 VZ, revision 34847

use wxLogError() instead of wxMessageBox in wxDocument::DoOpenDocument(), otherwise the error message don't appear in correct order

2005-07-14 16:12 MR, revision 34846

wxGLCanvas ctors have default values for pos and size. Document it for the first ctor, the other ctors don't have a default arg set for wxGLContext* and wxGLCanvas* in some platform headers, so not sure if can add the pos and size that follow it to the docs.

2005-07-14 16:08 MR, revision 34845

wxProgressDialog is inherited from wxDialog, not wxFrame. Add wxProgressDialog to "Classes by category" listing.

2005-07-14 16:02 VZ, revision 34844

set m_lasterror if the file couldn't be opened in wxFileInputStream ctor

2005-07-14 15:37 VZ, revision 34843

fixes for s.Printf(s) crashes

2005-07-14 15:14 VZ, revision 34842

fixed warning due to not using dllexport wxShadowObjectFields/Methods

2005-07-14 09:14 VZ, revision 34841

fix addr2line output parsing (patch 1228591)

2005-07-13 18:05 VZ, revision 34840

added test for wxXmlResource::Unload()

2005-07-13 18:01 VZ, revision 34839

added wxXmlResource::Unload() (replaces patch 1178853)

2005-07-13 17:58 VZ, revision 34838

no changes, just comments fixes

2005-07-13 17:13 ROL, revision 34837

fix for toolbar items selection - impossible to find exact coordinates

2005-07-13 17:11 ROL, revision 34836

ART_NEW is not defined in previous versions, use NORMAL_FILE for now

2005-07-13 16:30 VZ, revision 34835

commented and documented wxXRC_NO_RELOADING flag

2005-07-13 14:47 ROL, revision 34834

some new parameters removing empty text nodes from XML

2005-07-13 14:34 ROL, revision 34833

toolbars can be added inside windows, fix for relative pathnames

2005-07-13 10:08 VZ, revision 34832

added test of box sizer proportions

2005-07-12 22:05 MBN, revision 34831

Applied fix for wxCreateTopLevelRealizedWidget crash. Patch #1231717 by Johan van Zyl.

2005-07-09 21:25 VZ, revision 34830

made wxTLW::GetSize() return the size of the maximized frame when called between Maximize() and Show(), not the original size

2005-07-08 22:12 MW, revision 34829

Correction to previous commit