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-11-22 12:59 JS, revision 12590

#ifdefed out the joystick code, and removed the wxBitmapList addition from the wxBitmap constructor that was causing a crash.

2001-11-22 12:58 JS, revision 12589

Applied patch #484508 (mostly sample warnings). I've no idea why CVS thinks that the .mcp files have been changed - they haven't.

2001-11-22 11:38 RR, revision 12588

Tries to fix wxListBox focus problems.

2001-11-22 11:18 JS, revision 12587

Added missing VC++ project files

2001-11-22 11:18 , revision 12586

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

2001-11-22 10:38 VZ, revision 12585

added wxSockAddress copy ctor which, in particular, fixes Clone() and fixed its operator=() return type

2001-11-22 09:11 MBN, revision 12584

Unicode compilation fixed for almost all samples

2001-11-22 09:10 MBN, revision 12583

Unicode compilation fixes

2001-11-22 09:09 MBN, revision 12582

Converting uninitialized data is not a Good Idea

2001-11-22 09:08 MBN, revision 12581

Must convert the last part, too

2001-11-22 09:04 MBN, revision 12580

Readded --use-temp-file to RCFLAGS, needed for old windres

2001-11-22 09:03 MBN, revision 12579

Test for wctype.h Fix for broken Cygwin wchar.h

2001-11-22 00:58 VZ, revision 12578

fix for Unicode build

2001-11-22 00:43 VZ, revision 12577

minor flicker reduction in the virtual list ctrl

2001-11-22 00:33 VS, revision 12576

added -static packages to specfiles

2001-11-22 00:32 VS, revision 12575

changes to wx-config --static to allow static linkage in presence of shared library

2001-11-22 00:31 VS, revision 12574

reverted fix for missing wxEvent::operator=

2001-11-22 00:30 VS, revision 12573

change to /usr/share/wx/version

2001-11-22 00:29 VS, revision 12572

- change to /usr/share/wx/version - do not set executable flag for .a libraries

2001-11-22 00:29 VS, revision 12571

oops, checked in wrong version of wxMOtif.spec

2001-11-21 23:48 VZ, revision 12570

fixed wxDropFilesEvent dtor, added copy ctor and implemented Clone() for it

2001-11-21 23:39 VZ, revision 12569

fixed wxTaskBarIcon compilation

2001-11-21 22:59 DW, revision 12568

New .def file.

2001-11-21 21:46 VZ, revision 12567

mention wxObject and wxEvent API changes

2001-11-21 21:44 VZ, revision 12566

1. removed wxObject::CopyObject() and Clone() - some objects just can't be copied 2. made wxEvent::Clone() pure virtual and added missing Clone()s to the other event classes which this changes has helped to discover