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

2003-01-15 00:55 VZ, revision 18740

update wxStaticText check in revisions

2003-01-15 00:54 VZ, revision 18739

fix for the previous commit

2003-01-15 00:26 RD, revision 18738

SWIGged updates for wxGTK

2003-01-15 00:23 RD, revision 18737

More string module migrations

2003-01-14 23:48 VZ, revision 18736

some mor minor bug fixes which can be backported

2003-01-14 23:47 VZ, revision 18735

fixed wxStaticText best size calculation (closes bug 667324)

2003-01-14 22:22 VZ, revision 18734

Start() should resume the stopwatch if it is suspended

2003-01-14 21:27 RD, revision 18733

Fixed typemaps for wxArrayInt

2003-01-14 21:27 RD, revision 18732

Added missing IsChecked method

2003-01-14 21:23 RD, revision 18731

Removed the stxview sample. The StructuredText package it depends on is not compatible with current Pythons, and the development of it has fragmented into various implementations...

2003-01-14 21:12 JS, revision 18730

Fixed refresh bug by refreshing whole window on (de)activation

2003-01-14 21:10 JS, revision 18729

Fixed refresh bug on early versions of MacOS X by refreshing whole window on (de)activation

2003-01-14 20:34 SC, revision 18728

added TARGET_CARBON and __MACH__ info

2003-01-14 20:15 GD, revision 18727

clarified some Mac OS related preprocessor defines

2003-01-14 19:40 VZ, revision 18726

compilation fix for wxUSE_CONSTRAINTS==0

2003-01-14 18:30 MBN, revision 18725

#define HAVE_W32API_H for Cygwin/GCC 3.x, too. (backport)

2003-01-14 18:29 MBN, revision 18724

#define HAVE_W32API_H for Cygwin/GCC 3.x, too.

2003-01-14 09:59 JS, revision 18723

Applied patch [ 667563 ] Wine: compile fix for using glibc/msvcrt

2003-01-14 09:02 VZ, revision 18722

fixed incorrect cast in wxRegKey:GetName()

2003-01-14 07:22 JJ, revision 18721

Committing in . Updates for OpenVMS support Modified Files: wxWindows/src/motif/descrip.mms wxWindows/src/unix/utilsx11.cpp ----------------------------------------------------------------------

2003-01-14 07:01 GD, revision 18720

updated source to not use deprecated wxList methods

2003-01-14 06:55 RD, revision 18719

String methods migration for build scripts. (Patch from KA)

2003-01-14 06:43 RD, revision 18718

Migrated demo code to not import string module. (Patch from Kevin Altis)

2003-01-13 23:16 VZ, revision 18717

mention Solaris 7 compilation fix

2003-01-13 21:55 VZ, revision 18716

use WX_STATVFS_T instead of trying to guess statvfs() argument