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-03-14 22:00 RD, revision 38078

Can't use IsValidInsert from GtkAddHelper as it could cause a segfault in GetCount if the widget is not fully created yet.

2006-03-14 20:28 RD, revision 38077

Fix compilation error

2006-03-14 19:44 ABX, revision 38076

Line-up interfaces to use size_t for GetCount()s (and count related api).

2006-03-14 19:30 ABX, revision 38075

Line-up interfaces to use size_t for GetCount()s (and count related api).

2006-03-14 18:45 RD, revision 38074

m_windowReserved was removed

2006-03-14 16:04 VZ, revision 38073

we don't need reserved virtual functions on HEAD

2006-03-14 15:59 VZ, revision 38072

fixed centering of a TLW on a non-TLW parent

2006-03-14 15:45 VZ, revision 38071

added GetScreenPosition/Rect() which always return the screen coordinates of the window (for child windows and TLWs alike)

2006-03-14 08:39 JJ, revision 38070

Committing in . Update OpenVMS compile support Modified Files: wxWidgets/src/x11/descrip.mms ----------------------------------------------------------------------

2006-03-14 05:17 RD, revision 38069

reSWIGed

2006-03-14 05:06 RD, revision 38068

reSWIGged

2006-03-14 04:18 RD, revision 38067

reSWIGged

2006-03-14 04:15 RD, revision 38066

SWIG-1.3.29

2006-03-14 04:06 RD, revision 38065

SWIG 1.3.29

2006-03-14 01:40 RD, revision 38064

Silence some warnings

2006-03-14 01:39 RD, revision 38063

Keep wxSTC_LEX_ASP and _PHP available for now.

2006-03-14 01:29 RD, revision 38062

typo

2006-03-14 01:28 RD, revision 38061

Sometimes we do need to allow recursion of callbacks

2006-03-14 00:36 MR, revision 38060

OnGetLineHeight and OnGetLinesHint are virtual, so document them as such. Closes bug #1445485

2006-03-14 00:35 ABX, revision 38059

wxComboBox with SmartphoneCE has different members due to differnt wxChoice.

2006-03-14 00:24 MR, revision 38058

Docs: Escape underscores

2006-03-13 23:11 RD, revision 38057

Dtor for wxHtmlCell

2006-03-13 17:33 RD, revision 38056

Calling normal window methods on stock dialogs (that just wrap a platform API instead of being a real dialog) can cause errors.

2006-03-13 17:32 RD, revision 38055

Check for second subclassing without using wxCheckWindowWndProc which would cause it to always fail and never set the window proc.

2006-03-13 15:11 JS, revision 38054

If we processed a command event, return true, or we could end up processing it again.