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

2001-05-06 01:20 RD, revision 10013

Added MouseWheel support to wxSTC

2001-05-06 00:26 RD, revision 10012

fixed typo

2001-05-06 00:25 RD, revision 10011

Fixed HandleMouseWheel to be __WIN32__ sensitive

2001-05-06 00:09 VZ, revision 10010

start of menu support

2001-05-05 23:48 VZ, revision 10009

ignore the yet unused bmp icons

2001-05-05 18:06 VS, revision 10008

updated VC makefiles to compile expat

2001-05-05 18:06 VS, revision 10007

reverted the hack for accepting broken HHC files (new wxHF_xxxx flags provide same features)

2001-05-05 18:05 VS, revision 10006

added new wxHF_xxxx contants to control wxHtmlHelpFrame's appearance (book icons in contents)

2001-05-05 18:05 VS, revision 10005

updated to show new wxHF_xxxx contants

2001-05-05 18:05 VS, revision 10004

added new gizmo: wxEditableListBox

2001-05-05 18:04 VS, revision 10003

fixed typo

2001-05-05 18:04 VS, revision 10002

minor change: buf[(size_t)pos] instead of buf.c_str()[pos]

2001-05-05 15:12 VZ, revision 10001

fixed item parameter for CHECKLISTBOX_TOGGLED event (was always -1 before when suing the mouse)

2001-05-04 23:54 VS, revision 10000

1. changed AddSharedProcessor to AddGlobalProcessor 2. Added wxHtmlProcessor::Enable and IsEnabled 3. fixed fatal bug in wxHtmlWindow::Add[Global]Processor

2001-05-04 23:53 VS, revision 9999

applied patch #421410: 1. Mingw and BCC makefiles 2. compilation fixes

2001-05-04 23:52 VS, revision 9998

added wxHtmlHelpController::GetHelpData and removed SetBookBasePath (you can use GetHelpData() for same effect)

2001-05-04 23:36 DM, revision 9997

Added the Carbon precompiled headers

2001-05-04 19:45 DW, revision 9996

Keeping these somewhat up to date

2001-05-04 18:28 RD, revision 9995

Got a new version of StructuredText from Zope's CVS.

2001-05-04 14:50 JS, revision 9994

*** empty log message ***

2001-05-04 14:16 JS, revision 9993

Referred reader to install.txt files.

2001-05-04 10:31 JS, revision 9992

Added mac.rsp, zipmac.bat

2001-05-04 07:28 RD, revision 9991

Redirected mouse wheel events from the child grid windows to the wxGrid so the default behaviour in wxScrolledWindow can take care of it.

2001-05-04 07:26 RD, revision 9990

Added mouse wheel support for MSW. It generates a wxMouseEvent with a type of wxEVT_MOUSEWHEEL. wxMouseEvent has new members and accessors to transport mouse wheel rotation data. New members and accessors are documented. wxGenericScrolledWindow modified to turn mouse wheel events into scroll actions. Added wxUSE_MOUSEWHEEL to setup0.h to allow disabling the platform specific parts.

2001-05-04 05:11 RD, revision 9989

build fixes for Python 2.1 distutils