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-06 13:12 VS, revision 17740

added wxConvISO8859_1

2002-11-06 11:10 VS, revision 17739

added wxXmlResource::SetFlags as per wxWorkshop team's request

2002-11-06 10:46 RR, revision 17738

Fixed wxMemoryStream to make it work without any associated stream.

2002-11-06 10:45 RR, revision 17737

Unicode copmile fix.

2002-11-06 10:44 RR, revision 17736

Updated internat sample for Unicode, correction.

2002-11-06 04:23 RD, revision 17735

SWIGged update for wxGTK

2002-11-05 23:08 RD, revision 17734

Fix to allow wxShapeRegion to display text, from George Seally

2002-11-05 23:03 RD, revision 17733

wxSizer.Show, IsShown, etc. Wrappers for and use new wxInputStream methods Other tweaks, fixes, etc. to go along with recent CVS changes.

2002-11-05 17:41 JS, revision 17732

Added 32x32 versions of wxWindows icon and a .ico containing 16x16 and 32x32 versions

2002-11-05 15:09 JS, revision 17731

Added a 16x16 wxWindows blocks icon

2002-11-05 14:53 JS, revision 17730

Use wxFileNameFromPath, not FileNameFromPath

2002-11-05 14:40 VZ, revision 17729

added missing winundef.h include after windows.h

2002-11-05 13:42 JS, revision 17728

Added further accelerators, though Up/Down/Left/Right are still not working for some reason.

2002-11-05 13:36 VZ, revision 17727

don't fall back to GTK 1.x if --with-gtk2 was specified; don't try to build in Unicode when using GTK 1.x

2002-11-05 11:29 RL, revision 17726

#include missing menu header

2002-11-05 10:03 RL, revision 17725

Only compile parser.o if PROLOGIO/RESOURCES are enabled. Removed it from *.t for platforms where configure would add it, it should possibly be removed from more, and this probably breaks the msw project files somehow too, but I'm not sure where to fix that. There were some other changes apparent in the diff... seemingly a result of earlier changes to tmake templates -- I'm committing them too, on the pretence that they are either right, or we've a problem in the tmake stuff to fix. Nothing has broken for me yet..

2002-11-05 09:11 JJ, revision 17724

Committing in . One OpenVMS define to make linking possible. Modified Files: Tag: WX_2_4_BRANCH wxWindows/src/motif/utils.cpp ----------------------------------------------------------------------

2002-11-05 01:22 VZ, revision 17723

fix for compilation with wxUSE_WCHAR_T==0 (bug 615084)

2002-11-05 00:57 VZ, revision 17722

attemps to fix compilation after applying the last patch

2002-11-05 00:46 VZ, revision 17721

wxUpdateUIEvent derives from wxCommandEvent, not wxEvent

2002-11-05 00:45 VZ, revision 17720

generate EVT_CONTEXT_MENU under GTK

2002-11-04 23:26 VZ, revision 17719

removed LVN_HOTTRACK case completely -- why comment it out if we don't ever need it at all?

2002-11-04 23:22 VZ, revision 17718

added #if wxUSE_PROLOGIO test

2002-11-04 23:16 VZ, revision 17717

added wxUSE_PROLOGIO

2002-11-04 23:11 VZ, revision 17716

undid the last commit -- do use wxUSE_PROLOGIO guard