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-03-26 09:37 JJ, revision 14790

Committing in . OpenVMS compile issues Modified Files: wxWindows/include/wx/db.h wxWindows/src/common/descrip.mms wxWindows/src/generic/descrip.mms ----------------------------------------------------------------------

2002-03-26 01:43 RD, revision 14789

switch to _EXPORTED_ hash maps to avoid VC++ warnings

2002-03-26 00:44 VZ, revision 14788

made radio buttons and the toolbat text work for Win32 toolbar

2002-03-25 23:37 VS, revision 14787

added wxArtProvider sample (not yet finished)

2002-03-25 23:28 VS, revision 14786

oops, this was for my debugging purposes :(

2002-03-25 23:28 VS, revision 14785

added skeleton of wxArtProvider sample

2002-03-25 23:28 DW, revision 14784

no message

2002-03-25 23:28 VS, revision 14783

added wxArtProvider sample (not yet finished)

2002-03-25 23:26 VS, revision 14782

forgot to check in modified artstd.cpp

2002-03-25 23:25 VS, revision 14781

surround deprecated wxImage methods in WXWIN_COMPATIBILITY_2_2

2002-03-25 23:14 VZ, revision 14780

fixed compilation for wxMSW after the recent changes

2002-03-25 22:05 RR, revision 14779

Some more fiddling with two-window approach and the wxNO_FULL_REPAINT_ON_RESIZE flag.

2002-03-25 21:38 VZ, revision 14778

tests for the new toolbar features (icons text and the radio buttons)

2002-03-25 21:38 VZ, revision 14777

implemented (but it doesn't work yet) the radio buttons and text in the buttons for the GTK toolbars

2002-03-25 21:37 VZ, revision 14776

added and documented wxTB_NOICONS and wxTB_TEXT style flags

2002-03-25 18:06 DW, revision 14775

New radio item menu stuff

2002-03-25 17:06 VZ, revision 14774

some minor appearance fixes

2002-03-25 16:52 VZ, revision 14773

updated for 2.4.0

2002-03-25 16:30 VZ, revision 14772

more fixes to radio menu items: fixed Check() for them; allow separators inside the radio groups

2002-03-25 15:25 VZ, revision 14771

some UTF8 tests

2002-03-25 15:11 VZ, revision 14770

fixed compilation for wxBase

2002-03-25 15:11 VZ, revision 14769

fixed compilation under Unix where SQL_DATETIME is not defined

2002-03-25 14:31 VZ, revision 14768

fixed the menu bug introduced by the previous commit

2002-03-25 14:06 VZ, revision 14767

blind fix for compilation under AIX: always include wchar.h if available, even if we have wcstr.h

2002-03-25 14:06 VZ, revision 14766

test for wcstr.h only if we don't have wchar.h