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-08-26 17:50 RD, revision 16790

Fixup clipboard usage a bit more.

2002-08-25 21:13 MBN, revision 16789

Bring italian translation up to date

2002-08-25 21:02 SC, revision 16788

added forcing to image conversion to always attempt a color icon (needed eg for menus)

2002-08-25 20:27 RR, revision 16787

Compile fix for prop. Test change for dcclient.

2002-08-25 20:26 RR, revision 16786

Added configure check for vswprintf

2002-08-25 19:03 VZ, revision 16785

Windows compilation fixes after recent changes

2002-08-25 18:41 RR, revision 16784

More work on Printing. It prints Kanji now using outlines and correctly prints wxHTML, but there are still problems with GetTextExtent() etc.

2002-08-25 18:29 SN, revision 16783

HWND already typedef'ed on OS/2 with EMX.

2002-08-25 18:26 SN, revision 16782

EMX (OS/2) defines _MAX_PATH only

2002-08-25 18:25 SN, revision 16781

HWND already typedef'ed when compiling with EMX (OS/2).

2002-08-25 18:24 SN, revision 16780

protected to restrictive for compiling with EMX.

2002-08-25 18:22 SN, revision 16779

Added __WXPM__ specific include, so it also compiles without pre-compiled headers.

2002-08-25 18:20 SN, revision 16778

Update to current API.

2002-08-25 18:20 GD, revision 16777

BSD systems define _T to something different in ctype.h, therefore include ctype.h before overriding _T

2002-08-25 18:20 SN, revision 16776

Added an include to timer.h (needed for non-precompiled headers).

2002-08-25 18:17 SN, revision 16775

Added the usual GNU pragma.

2002-08-25 18:16 SN, revision 16774

EMX (OS/2) compilation fix. The implemented logic for not reloading Netscape doesn't work and besides, Netscape is doing it automatically anyway.

2002-08-25 18:07 SN, revision 16773

Like VMS, EMX (OS/2) doesn't support setsid.

2002-08-25 17:58 SN, revision 16772

Compilation fixes for EMX. Mostly adding includes and declarations that are missing when not using pre-compiled headers.

2002-08-25 17:53 SN, revision 16771

Dynamically retrieve used codepage.

2002-08-25 17:50 SN, revision 16770

Use generic dirdlg, added generic mdi classes.

2002-08-25 17:15 VZ, revision 16769

no real changes

2002-08-25 17:14 VZ, revision 16768

use wxWcslen() instead of wcslen() which isn't always available in wxWCharBuffer; do accept NULL in wx[W]CharBuffer ctor as the code elsewhere uses this

2002-08-25 17:13 VZ, revision 16767

reorganized, improved and hopefully simplified wxchar.h and printf() functions handling; also added wxWcslen() to fix wcslen() problems

2002-08-25 17:12 SN, revision 16766

For now, use generic dirdlg for wxOS2.