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-07-21 18:46 VZ, revision 16240

fixed a compilation warning

2002-07-21 18:44 VZ, revision 16239

fixed crash in text ctrl log on exit

2002-07-21 17:34 JS, revision 16238

Made wxMouseEvent = operator public

2002-07-21 14:43 VZ, revision 16237

fixed notebook sample page creation for wxGTK (patch 581280)

2002-07-21 14:29 VZ, revision 16236

1. more consistency in wxTree/ListEvent methods naming convention: GetKeyCode() instead of GetCode() 2. wxTreeEvent::GetKeyEvent()::IsAltDown() now works under MSW 3. wxTreeEvent::GetKeyCode() works for alnum keys

2002-07-21 13:47 VZ, revision 16235

don't cache the result of IsAlwaysConnected() and don't call IsOnline() unnecessarily from there

2002-07-21 12:41 VZ, revision 16234

reverted Chris' MSW additions patch (we should use IPC, not Windows-only functions to implement this functionality)

2002-07-21 12:38 VZ, revision 16233

mention that usually wxGetUserId() should be used to construct the lock name

2002-07-21 10:17 GD, revision 16232

corrected assertion with message

2002-07-21 02:57 RD, revision 16231

Test for wxPyTipProvider

2002-07-20 19:45 RD, revision 16230

Fix for wxPyTipProvider. Now it is possible to derive from it and implement GetTip.

2002-07-20 18:10 VS, revision 16229

read message catalogs from the location where wxWin was installed, too

2002-07-20 13:31 SC, revision 16228

added Mark Newsam's patch

2002-07-20 13:10 SC, revision 16227

added Mark Newsam's patch

2002-07-20 02:08 RD, revision 16226

SWIGged updates for wxGTK

2002-07-20 02:07 RD, revision 16225

SWIGged updates for wxMSW

2002-07-20 02:06 RD, revision 16224

signned/unsigned fix

2002-07-20 00:14 RD, revision 16223

Various little tweaks

2002-07-20 00:10 RD, revision 16222

Made the wxInputStream typemap useable outside the core wxc module

2002-07-20 00:07 RD, revision 16221

Added overloaded LoadMenuBar as LoadMenuBarOnFrame for wxPython

2002-07-20 00:06 RD, revision 16220

New wxActiveX code from Lindsay and added ability to load page from stream

2002-07-19 22:30 RD, revision 16219

Some refinements to my experimental RPM builder script and spec

2002-07-19 21:11 RD, revision 16218

Moved the check for page scrolling with the wheel into wxMouseEvent so it wouldn't have to be duplicated everywhere. Also fixed wxSTC so it can handle wheel page scrolling too.

2002-07-19 20:42 JS, revision 16217

Applied patch [ 573644 ] wxDisplay for Mac (again) Applied patch [ 573172 ] Implements wxDisplay for mac Applied patch [ 573356 ] wxDisplay for MSW Alterations: Put sample in regular samples, not contrib Removed multimon.h for copyright reasons

2002-07-19 20:20 JS, revision 16216

Applied patch [ 578189 ] wxMSW stable: revised CW project file