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

2001-01-07 17:13 vadz, revision 9063

typo: return Win98, not 99, from wxGetOSDescription()

2001-01-07 14:55 roebling, revision 9062

Make wxMenuItem::GetLabel() handle escaped underscores (which are '__') correctly.

2001-01-07 01:35 vadz, revision 9061

1. don't print !isprint() chars in text ctrl 2. better combobox popup positioning (ok now) 3. dismiss on kill focus seems to work

2001-01-06 18:00 vadz, revision 9060

wxPopupWindow class added - nothing works any more but at least it's there

2001-01-06 14:31 vadz, revision 9059

fix for gcc bug under Mac OS X

2001-01-06 14:18 vadz, revision 9058

fixed wxStreamBuffer::SetBufferIO() (thanks to Gilles Depeyrot)

2001-01-05 21:03 vadz, revision 9057

wxDateTime::IsValid() now returns m_time != (wxLongLong)-1

2001-01-05 19:10 georgetasker, revision 9056

Fixed a problem in ConvertWXArrayToC() that would assign a string to an incorrect memory location due to missing parens "(*choices)[i] = aChoices[i];"

2001-01-05 18:58 roebling, revision 9055

Corrcted wxMenuItem::GetLabel() in terms of handling underscores which really ought to be there.

2001-01-05 14:01 juliansmart, revision 9054

Corrected horizontal rule drawing when number of items is 1

2001-01-05 13:35 juliansmart, revision 9053

In wxListCtrl::Find, don't decrement 'start' if already -1, or the search fails.

2001-01-05 10:50 juliansmart, revision 9052

Changed GetDocuments() to remove cast, added GetTemplates()

2001-01-04 19:42 vadz, revision 9051

added wxArrayString::RemoveAt()

2001-01-04 19:06 vadz, revision 9050

fix for copy ctor from the main branch

2001-01-04 18:46 vadz, revision 9049

fix for wxList copy ctor

2001-01-04 15:18 joukj, revision 9048

Committing in . Modified Files: wxWindows/src/common/descrip.mms Updating VMS support ----------------------------------------------------------------------

2001-01-04 12:55 vadz, revision 9047

added src/msw/files.lst to the list of files to generate and updated it

2001-01-04 12:17 vadz, revision 9046

use default timeout of 1 minute

2001-01-04 11:05 vadz, revision 9045

tests for the new [de]selection grid methods (patch by Roland Scholz <scholz@pb.izm.fhg.de>)

2001-01-04 02:30 vadz, revision 9044

fix for Centre() (thanks Derry!)

2001-01-03 19:03 vaclavslavik, revision 9043

added SAX error callback (thanks go to Robert)

2001-01-03 17:16 vadz, revision 9042

test for bug with new wu-ftpd

2001-01-03 17:14 vadz, revision 9041

a fix for new wu-ftpd

2001-01-03 17:09 vadz, revision 9040

regenerated the makefiles to include filename.cpp

2001-01-03 15:37 georgetasker, revision 9039

Added filename.obj to the target list so it gets built with VC