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-11-01 12:56 SC, revision 17665

added BI_RLE4 implementation

2002-10-31 20:43 VZ, revision 17664

restored the old values of the wxFontEncoding enum elements and also made Chinese/Japanese encodings synonyms for the MS ones, not the new values

2002-10-31 19:49 RR, revision 17663

Blind Compile fix for GTK 2.0 non-Unicode mode.

2002-10-31 14:04 SC, revision 17662

added support for file types popup upon save, an Get/SetFilterIndex

2002-10-31 08:48 SC, revision 17661

refresh only upon resize not on move only

2002-10-30 19:56 RR, revision 17660

Enable Unicode input methods via GTK's and XIM under GTK 2.0.

2002-10-30 18:01 RR, revision 17659

Compile fix after latest cleanup.

2002-10-29 22:40 RR, revision 17658

Mixed up KOI and Chinese. (Wrong order in lists).

2002-10-29 21:48 RR, revision 17657

Replaced lots of ANSI/ASCII strings with their Unicode equivalents, i.e. I put wxT() arounf them in lots of places.

2002-10-29 20:42 VZ, revision 17656

no changes

2002-10-29 14:41 VZ, revision 17655

added LED sample (patch 622939)

2002-10-29 04:46 RL, revision 17654

typo fix

2002-10-29 00:40 VZ, revision 17653

removed erroneous spaces from an example code snippet (bug 624580)

2002-10-29 00:36 VZ, revision 17652

clarify where should WXWIN point to (bug 621118)

2002-10-29 00:34 VZ, revision 17651

fix for setting m_winLastFocused correctly in some situations (see bug 622297)

2002-10-29 00:31 VZ, revision 17650

corrected misleading comment for WXWIN_COMPATINILITY_2_2 (closes 625817)

2002-10-29 00:28 VZ, revision 17649

let Ctrl-C work even in a readonly text control

2002-10-29 00:14 VZ, revision 17648

dy parameter in ScrollList() is the number of pixels, not lines (closes bug 628778)

2002-10-29 00:06 VZ, revision 17647

compilation fix for !wxUSE_CHOICE (patch 629092)

2002-10-29 00:04 VZ, revision 17646

enable wxProgressDialog for wxUniv, it should work

2002-10-29 00:02 VZ, revision 17645

fix for wxUniv compilation (patch 630082)

2002-10-28 23:24 DW, revision 17644

Weekly updates

2002-10-28 20:20 VZ, revision 17643

documented DeleteChildren

2002-10-28 20:17 VZ, revision 17642

don't crash if IsVisible() is called for the hidden virtual root

2002-10-28 20:03 VZ, revision 17641

don't overrun 80 char buffer boundaries in HandleTooltipNotify()