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

2006-10-19 00:22 KO, revision 42106

Allow other classes to access the SetupMouseEvent function.

2006-10-18 23:51 RD, revision 42105

reSWIGged

2006-10-18 23:50 RD, revision 42104

some changes to make epydoc happy

2006-10-18 23:49 RD, revision 42103

docstring

2006-10-18 23:46 RD, revision 42102

regen ReST docs

2006-10-18 23:45 RD, revision 42101

remove "pre"

2006-10-18 22:36 RD, revision 42100

Patch #1579801: wxBufferedDC shared buffer bitmap

2006-10-18 22:09 RD, revision 42099

Patch from Andrea: fixes no page chang* events with mouse right click, plus a couple of other minor issues

2006-10-18 21:55 RR, revision 42098

Test for KDE and GNOME using session manager vendor. Use it in mime types initialization. Add wxUSE_DETECT_SM

2006-10-18 19:17 RR, revision 42097

Support wxFULLSCREEN_NOSTATUSBAR Correct Get/SetClientSize() accordingly.

2006-10-18 19:02 RR, revision 42096

Support wxFULLSCREEN_NOMENUBAR

2006-10-18 17:24 RR, revision 42095

Ref counting overview.

2006-10-18 17:23 RR, revision 42094

[ 1578529 ] better docs for reference-counted objects This already includes the change for wxBitmap, which is not COW yet.

2006-10-18 17:19 RR, revision 42093

[ 1579280 ] small src/unix/mimetype.cpp optimizations I'm not sure if this actually changes the assembly in a smart compiler, but who knows.

2006-10-18 17:06 RR, revision 42092

[ 1579793 ] numerous bug fixes when mask is used Corrects PNG handling and wxImage::Paste()

2006-10-18 03:54 RD, revision 42091

If an empty string is passed, remove the tooltip instead of setting it to "".

2006-10-18 03:41 RD, revision 42090

don't clear the tooltip unless there is one.

2006-10-18 03:32 PC, revision 42089

use generic wxAnimationCtrl in wxGTK-universal

2006-10-18 00:06 KH, revision 42088

Do not send a changed event if a button is clicked for down/up when the control is already at min/max and wrap is not specified. Fixes both wxSpinButton and wxSpinCtrl. Bug #1578523.

2006-10-17 22:41 RD, revision 42087

More updates from Andrea

2006-10-17 20:49 RD, revision 42086

reSWIGged

2006-10-17 19:51 RD, revision 42085

Need to subtract the m_miniTitle to get client size, not add it.

2006-10-17 19:50 RD, revision 42084

Add impl for IsFrozen

2006-10-17 19:37 RD, revision 42083

GetSpacer returns a copy, not a reference to the size

2006-10-17 19:37 RD, revision 42082

updates from Andrea, plus some fixes