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-03-17 23:02 VZ, revision 6813

more tests: OS/user info functions

2000-03-17 23:02 VZ, revision 6812

compilation fix

2000-03-17 23:01 SN, revision 6811

Added include of module.h

2000-03-17 23:00 VZ, revision 6810

1. wxGetFullHostName() does return the full host name now under MSW 2. wxGetEmailAddress() doesn't always return empty string... 3. status bar created under MSW is of type wxStatusBar, hence wxWin RTTI works for it 4. carsh in IPC sample fixed

2000-03-17 19:30 RD, revision 6809

fixes for drop source and for capturing the mouse

2000-03-17 18:59 RD, revision 6808

Some wxPython doc changes

2000-03-17 18:49 RD, revision 6807

fixing the STC sample makefile to find the include directory

2000-03-17 18:29 VZ, revision 6806

fix in fontspec parsing

2000-03-17 18:18 VZ, revision 6805

HTTP_PROXY bug (freeze on program startup) should be fixed

2000-03-17 18:16 RD, revision 6804

wxFont remembers facename of actual font used

2000-03-17 17:59 JS, revision 6803

Some doc fixes; BC++, Watcom C++, Mingw32 fixes

2000-03-17 16:55 VZ, revision 6802

wxHandleFatalExceptions() added, documented

2000-03-17 16:41 SN, revision 6801

Added missing IMPLEMENT_DYNAMIC_CLASS

2000-03-17 15:42 RR, revision 6800

Small makefile change.

2000-03-17 15:30 VZ, revision 6799

skip status bars in wxWindow::Fit

2000-03-17 15:09 GRG, revision 6798

Fixed bug for late events arriving after connections had been destroyed

2000-03-17 14:08 VZ, revision 6797

warnings from FreeBSD compilation log removed

2000-03-17 14:05 JS, revision 6796

Removed an include from windres flags since it can't cope with a long command line

2000-03-17 13:59 VZ, revision 6795

oops, compilation error - fixed

2000-03-17 13:58 VZ, revision 6794

wxSTIPPLE_MASK_OPAQUE implementation from Klaas Holwerda

2000-03-17 13:39 BJ, revision 6793

fix for textctrl height

2000-03-17 13:31 BJ, revision 6792

*** empty log message ***

2000-03-17 13:12 BJ, revision 6791

default font for dialog

2000-03-17 12:47 SN, revision 6790

Added #pragma implementation for gcc.

2000-03-17 12:46 SN, revision 6789

bool-> int, gcc doesn't like bool in _C_ code.