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

2004-12-18 10:37 SC, revision 31053

Big Endian Fixes, LCID support (must be paired with LCID-Charset support on the .hhp interpretation side)

2004-12-17 16:31 RD, revision 31052

Only test the high order bit from GetKeyState, otherwise we can have bogus readings.

2004-12-17 16:07 RN, revision 31051

wxMediaCtrl API changes for 2.5.x/2.6

2004-12-17 15:41 RN, revision 31050

Document osx hack

2004-12-17 15:37 RN, revision 31049

Warning fixes for msvc - return function address explicitly

2004-12-17 12:12 ABX, revision 31048

Unicode markup.

2004-12-17 12:09 ABX, revision 31047

Follow wxTreeCtrl API.

2004-12-17 02:10 RD, revision 31046

reSWIGged

2004-12-17 02:01 RD, revision 31045

Added default values for some parameters

2004-12-17 02:00 RD, revision 31044

Added notes for recent changes

2004-12-17 01:59 RD, revision 31043

docstring

2004-12-17 01:58 RD, revision 31042

ComputeScaleAndOrigin

2004-12-17 01:43 VZ, revision 31041

override AcceptsFocus() inherited from wxStaticBox to accept focus

2004-12-17 01:41 VZ, revision 31040

accept focus in radiobox again (broken by making it derive from static box which doesn't accept it)

2004-12-17 01:35 VZ, revision 31039

corrected comment about wxRadioBox not deriving from wxStaticBox in wxMSW (now it does)

2004-12-17 01:27 VZ, revision 31038

restored WS_EX_TRANSPARENT as otherwise background can be not drawn at all sometimes

2004-12-17 01:22 RD, revision 31037

Build/installer support for building with MSVC 7.1 and Python 2.4

2004-12-16 22:51 DE, revision 31036

Fixed typo(?)

2004-12-16 21:26 RD, revision 31035

reset m_selectionOld when the selection is programatically changed

2004-12-16 21:24 ABX, revision 31034

Make ComputeScaleAndOrigin() as virtual part of wxDCBase and this way present on missing platforms. Add into manaul too.

2004-12-16 20:32 ABX, revision 31033

Send full url to wxHtmlWindow::OnOpeningURL validation (and therefore use wxURL to not duplicate code). Present it in statusbar of samples/html/test application.

2004-12-16 19:44 ABX, revision 31032

Fixed typo.

2004-12-16 19:39 ABX, revision 31031

wxUniversal fix.

2004-12-16 19:36 ABX, revision 31030

GCC of PalmOS fix.

2004-12-16 13:25 VZ, revision 31029

suppress annoying beeps when enter is pressed in combobox and there is no default button