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-21 11:23 vadz, revision 9138

test

2001-01-21 01:22 vadz, revision 9137

another attempt to fix parser compilation

2001-01-20 19:50 vaclavslavik, revision 9136

fixed bug #129464 (hopefully)

2001-01-20 19:35 depeyrot, revision 9135

corrected creation of wxNORMAL_FONT for Mac OS

2001-01-20 19:30 depeyrot, revision 9134

applied wxNativeFontInfo patch from Derry Bryson (with minor changes)

2001-01-20 19:25 depeyrot, revision 9133

CodeWarrior project for Classic Mac OS

2001-01-19 22:32 dwebster, revision 9132

chmod is not available in VisualAge

2001-01-19 22:30 dwebster, revision 9131

remove plot.cpp from build

2001-01-19 18:46 vadz, revision 9130

removed shift/reduce conflict

2001-01-19 00:20 vaclavslavik, revision 9129

updated wxLocale documentation to reflect API changes

2001-01-19 00:18 vaclavslavik, revision 9128

updated the script to generate pieces of TeX documentation as well

2001-01-19 00:18 vaclavslavik, revision 9127

fixed Farsi/Persian bug (not reflected in intl.cpp, intl.h yet due to the lock)

2001-01-19 00:17 vaclavslavik, revision 9126

applied pseudo-patch #103306

2001-01-19 00:16 vaclavslavik, revision 9125

moved XMLIDs counter inside GetXMLID to prevent initialization order problems

2001-01-18 18:10 vadz, revision 9124

added timestamping to wxLogStream

2001-01-18 13:35 joukj, revision 9123

Committing in . Modified Files: wxWindows/src/common/dynlib.cpp VMS patch for second argument of dlopen ----------------------------------------------------------------------

2001-01-18 12:37 roebling, revision 9122

This is how wxPlotWindow would look like with the suggested event type creation.

2001-01-17 18:01 vadz, revision 9121

applied file history patch

2001-01-17 17:05 vadz, revision 9120

fixed bug 128581

2001-01-17 17:00 vadz, revision 9119

tried to fix layout of label-less static box sizers

2001-01-17 16:45 vadz, revision 9118

added RTLD_GLOBAL to dlopen flags (bug 128705)

2001-01-17 16:18 vadz, revision 9117

no changes

2001-01-17 16:08 vadz, revision 9116

fixed wxSplitPath() bug and added tests for it

2001-01-17 12:43 joukj, revision 9115

Committing in . Modified Files: wxWindows/src/generic/descrip.mms removed plot.cpp reference ----------------------------------------------------------------------

2001-01-17 00:31 vaclavslavik, revision 9114

Bitmaps are no longer rescaled to reflect printerPPI/screenPPI ratio. Instead, we change user scale before drawing them and then restore it back.