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-05-09 13:33 DW, revision 10088

Update on Client Size determinations

2001-05-09 13:32 DW, revision 10087

More scrolling support

2001-05-09 10:19 VZ, revision 10086

fixed compilation

2001-05-09 04:31 DW, revision 10085

Fixing the GetClientsize to deal with OS/2's coordinate system.

2001-05-09 01:20 VZ, revision 10084

fixed wxExecute + DDE bug (merged from 2.2)

2001-05-09 01:14 VZ, revision 10083

fixed wxExecute + DDE bug

2001-05-08 22:44 VS, revision 10082

switched to new XPM code in wxMSW

2001-05-08 22:38 VS, revision 10081

applied patch for runtime loading of hhctrl.ocx (wxCHMHelpController should work with all compilers, not only MSVC, now)

2001-05-08 22:30 VS, revision 10080

changes update

2001-05-08 22:30 VS, revision 10079

removed wxUSE_XPM_IN_MSW from setup0.h

2001-05-08 22:29 VS, revision 10078

switched to new XPM code in wxMSW

2001-05-08 22:29 VS, revision 10077

dlg now centered

2001-05-08 22:29 VS, revision 10076

added makefile.vc

2001-05-08 22:29 VS, revision 10075

MSVC fixes for wxEditableListBox (still misteriously gives assertion failure when calling wxListCtrl::EditLabel)

2001-05-08 22:28 VS, revision 10074

fixed missing include

2001-05-08 22:28 VS, revision 10073
  • D /wxWidgets/trunk/src/xpm/makefile.vc
  • D /wxWidgets/trunk/src/xpm/XpmVC.dsp
  • D /wxWidgets/trunk/src/xpm/XpmVC.dsw
  • D /wxWidgets/trunk/src/xpm/xpm.dsp

removed MSVC libxpm makefiles

2001-05-08 22:27 VS, revision 10072

forgot to check in wxHtmlProcessor::IsEnabled test in wxHtmlWindow::SetPage

2001-05-08 22:26 VS, revision 10071

fixed typo in pragma implementation

2001-05-08 22:26 VS, revision 10070

added wxHtmlProcessor test

2001-05-08 22:26 VS, revision 10069

added wxLogError to wxCSConv so that it complains if the encoding is unknown

2001-05-08 22:26 VS, revision 10068

formatting

2001-05-08 22:25 VS, revision 10067

fixed operator== when used with wxNullColour

2001-05-08 22:25 VS, revision 10066

removed now obsoleted commented-out piece of code

2001-05-08 22:25 VS, revision 10065

ShowFullScreen is not MSW-only anymore, updated docs and samples

2001-05-08 19:51 RD, revision 10064

test for mousewheel constants separatly