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):

2000-07-08 16:43 JS, revision 7713

Turn off wxUSE_WCHAR_T for Watcom C++.

2000-07-08 10:29 JS, revision 7712

Doc typos corrected, added wxDIALOG_UNIT_COMPATIBILITY test, made file open error result in a message box (docview.cpp)

2000-07-08 10:27 JS, revision 7711

Added wxDIALOG_UNIT_COMPATIBILITY

2000-07-08 10:13 RR, revision 7710

Updated changes.txt.

2000-07-08 07:52 JS, revision 7709

Updated gettext link

2000-07-08 07:52 JS, revision 7708

Updated gettext documentation

2000-07-07 19:45 VZ, revision 7707

compilation fix for S_ISDIR and VC++

2000-07-07 10:07 VZ, revision 7706

use (POSIX) S_ISDIR instead of (not POSIX) S_IFDIR

2000-07-07 09:58 VZ, revision 7705

compilation fix

2000-07-06 23:47 RL, revision 7704

made GetSelection return insertion point if no selection

2000-07-06 21:43 VZ, revision 7703

set item text in LIST_ITEM_ACTIVATED events

2000-07-06 21:34 VZ, revision 7702

1. wColour now accepts both grey and gray under MSW 2. implemented setting colours for rich edit controls

2000-07-06 13:40 RR, revision 7701

Fix for BadMatch problems on SGI.

2000-07-06 13:13 VZ, revision 7700

added wxArrayString::operator==() and !=()

2000-07-06 11:23 VZ, revision 7699

added dummy Set/GetMargin

2000-07-05 19:27 VZ, revision 7698

fixed wxColourDialog crash

2000-07-05 16:22 VZ, revision 7697

controls with wxTE_PROCESS_TAB may still generate navigation events

2000-07-05 14:08 GRG, revision 7696

#pragma message, and not #pragma warning, for BC++

2000-07-05 12:23 DW, revision 7695

no message

2000-07-05 05:45 GRG, revision 7694

New cygwins seem to have commctrl.h as well

2000-07-05 05:44 GRG, revision 7693

Replaced a complex MINGW / GCC version check with a #if wxUSE_NORLANDER_HEADERS

2000-07-05 05:43 GRG, revision 7692

Re-added a few warnings. Please don't just shut them off, drop me a line instead (guille@iies.es)

2000-07-05 05:42 GRG, revision 7691

set WX????DLL to 1 when making a DLL

2000-07-04 17:14 JS, revision 7690

Removed WXDLLEXPORT from typedef.

2000-07-04 12:27 VZ, revision 7689

documented wxTextFile::Create()