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-09-17 18:49 DW, revision 17240

OS/2 changes made in main trunk that didn't make it in time for the branch

2002-09-17 15:39 DW, revision 17239

OS/2 change to generic mdi didn't quite make it in time for the branching.

2002-09-17 15:31 DW, revision 17238

GetTitle needs to be a const method.

2002-09-17 15:29 VZ, revision 17237

mention OpenBSD and /usr/include fixes

2002-09-17 15:20 VZ, revision 17236

always look in /usr/include for headers but never add it to CPPFLAGS; same for /usr/lib

2002-09-17 15:20 VZ, revision 17235

reremoved /usr/include from SEARCH_INCLUDE

2002-09-17 14:27 SC, revision 17234

made MacSetupCursor virtual in order to allow wxTextCtrl to use MLTE native cursor handling

2002-09-17 14:10 VZ, revision 17233

exclude -I/usr/local/include from cppflags only when using gcc

2002-09-17 14:08 VZ, revision 17232

added AC_SUBST(GCC)

2002-09-17 13:41 VZ, revision 17231

more printf() format warnings fixed

2002-09-17 12:48 DW, revision 17230

Latest TODO file. Not to be confused with files.lst, the configure file.

2002-09-17 12:30 VZ, revision 17229

added __OPENBSD__ which was defined in configure but missing here before

2002-09-17 12:29 VZ, revision 17228

define __{OPEN/NET}BSD__ + __BSD__ for Open/NetBSD, dont define __FREEBSD__ for them

2002-09-17 12:28 VZ, revision 17227

test for __BSD__, not only __FREEBSD__ in ping(1) options determination code

2002-09-17 12:24 VZ, revision 17226

workaround for bug in OpenBSD headers

2002-09-17 10:40 VZ, revision 17225

don't use the bitmaps in toolbars with wxTB_NOICONS style

2002-09-17 07:49 CE, revision 17224

borland make update for wxbase

2002-09-17 07:38 CE, revision 17223

borland makefile for console sample

2002-09-17 01:44 RD, revision 17222

Fix for wxPyInputStream, m_lastRead was getting incremented twice.

2002-09-17 01:05 RD, revision 17221

Provide implementation for GetTopItem

2002-09-17 00:46 RD, revision 17220

Avoid an assert in wxComboBox when setting default values that don't exist in the list of choices.

2002-09-17 00:27 RD, revision 17219

Some last minue wxPython changes

2002-09-16 19:20 JS, revision 17218

Added scripts to make a minimal wxMSW distribution

2002-09-16 16:03 JS, revision 17217

Updated date

2002-09-16 04:56 DW, revision 17216

nativedlg and some interface changes.