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-01-26 22:25 VZ, revision 13840

use DEFAULT_CHARSET instead of ANSI_CHARSET

2002-01-26 22:25 JS, revision 13839

Changed test for INT32 to work with latest Cygwin. But might break other versions :-(

2002-01-26 22:11 GD, revision 13838

added missing return values

2002-01-26 22:05 GD, revision 13837

tweaked conditional compilation

2002-01-26 22:05 VZ, revision 13836

compilation fixes after previous check in (sorry)

2002-01-26 22:04 GD, revision 13835

added include needed for ProjectBuilder

2002-01-26 22:02 GD, revision 13834

corrected conditional compilation to take wxUSE_POSTSCRIPT into account

2002-01-26 22:01 GD, revision 13833

added missing public in declaration of wxMacToolTipTimer class

2002-01-26 21:59 GD, revision 13832

corrected includes when wxUSE_CMDLINE_PARSER is 0

2002-01-26 21:59 VZ, revision 13831

Win16 compilation fixes

2002-01-26 21:52 JS, revision 13830

Small doc changes and added missing files.lst to contrib.rsp

2002-01-26 17:02 VZ, revision 13829

patch to fix various filename-related functions for cygwin

2002-01-26 12:50 VZ, revision 13828

fixed handling of "a:\" command line arguments, added comment explaining how the conversion from string to arguments array is supposed to work

2002-01-26 12:31 VZ, revision 13827

fixed crash in wxGetCharacterSet when not using iconv

2002-01-26 10:59 JS, revision 13826

Moved setup.h out of the way

2002-01-26 10:59 , revision 13825

This commit was manufactured by cvs2svn to create branch 'WX_2_2_BRANCH'.

2002-01-26 10:59 JS, revision 13824

Moved setup.h out of the way

2002-01-26 01:33 VZ, revision 13823

fixed bug in wxGrid dimensions calculation (Staffan Ulfberg)

2002-01-26 00:54 VZ, revision 13822

fixed typo in dtor docs

2002-01-26 00:24 VS, revision 13821

wxFileCtrl::Update was hiding wxWindow::Update

2002-01-26 00:24 VS, revision 13820

workaround for MGL's weirdness: won't render rectangles of w=1 or h=1

2002-01-26 00:24 VS, revision 13819

hide mouse when using wxScreenDC in wxMGL

2002-01-26 00:23 VS, revision 13818

don't use GTK specific code in wxListCtrl when building wxUniv

2002-01-26 00:22 VS, revision 13817

fix for wxSYS_COLOUR_LISTBOX representation

2002-01-26 00:21 VS, revision 13816

don't check for libjpeg,libtiff and libpng when building wxMGL, they are part of libmgl and we want to reuse them (for two reasons: one, they are dynamically loaded at runtime; and two, we get symbols conflicts otherwise