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-12-17 22:56 DW, revision 13065

OS/2 common controls code

2001-12-17 22:55 DW, revision 13064

OS/2 does not support Unicode

2001-12-17 17:06 JS, revision 13063

Updated version number to 2.2.9

2001-12-17 16:56 VZ, revision 13062

updated the change log for 2.2.9

2001-12-17 16:56 VZ, revision 13061

undid the cmd event propgation change - it was incompatible with the old behaviour and shouldn't been have done in the stable branch

2001-12-17 16:53 VZ, revision 13060

backported __TDATE__ and __TTIME__ fix from the main branch

2001-12-17 16:52 VZ, revision 13059

slightly expanded and updated the Unicode overview

2001-12-17 12:21 VZ, revision 13058

fixes error/usage messages given by the cmd line parsing logic in wxApp; also fixed the handling of long-only options in the usage messages

2001-12-17 12:17 VZ, revision 13057

don't discard the informational log messages given after an error one in wxLogGui (only those given before)

2001-12-17 10:06 RR, revision 13056

MacOS 9 seems to clear the background itself, too.

2001-12-17 09:42 RR, revision 13055

MAcOS X clears the background (with stripes) for us, so there is no need to do it again. This solves to optical bugs for the wxStatusBar and wxStaticText.

2001-12-17 01:20 RR, revision 13054

Smooth Aqua buttons in wxTreeCtrl.

2001-12-17 01:18 RR, revision 13053

Header change for smooth Aqua buttons in wxTreeCtrl.

2001-12-17 01:06 VZ, revision 13052

don't use EM_STREAMIN at all in Unicode mode, it's not needed

2001-12-17 01:06 VZ, revision 13051

add missing header for !wxUSE_PCH case

2001-12-17 01:05 VZ, revision 13050

added __TDATE__ and __TTIME__ and use them instead of __DATE__ and __TIME__ for Unicode-friendliness

2001-12-17 00:37 RR, revision 13049

Forgot to unset m_relative in wxFilename::Normalize().

2001-12-17 00:30 VS, revision 13048

fixed Unicode compilation (please use wxT()...)

2001-12-17 00:30 VS, revision 13047

added sample showing wxTR_FULL_ROW_HIGHLIGHT

2001-12-17 00:30 VS, revision 13046

applied patch that adds wxTR_FULL_ROW_HIGHLIGHT to wxTreeCtrl

2001-12-17 00:29 VS, revision 13045

added wxUSE_UNICODE_MSLU

2001-12-17 00:29 VS, revision 13044

safety check for wxUSE_UNICODE and wxUSE_UNICODE_MSLU

2001-12-17 00:28 VS, revision 13043

making wxMSW MSLU(unicows)-friendly

2001-12-16 20:38 VS, revision 13042

fixes to wxFindFirstFile

2001-12-16 20:37 VS, revision 13041

another segfault fix