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

2009-02-27 14:49 FM, revision 59189

add references to OnEventLoopEnter/Exit callbacks

2009-02-27 14:48 FM, revision 59188

fix doxygen warnings

2009-02-27 14:41 FM, revision 59187

mention that some event logic now requires a running event loop (see ticket #10320)

2009-02-27 13:12 VZ, revision 59186

VC6 compilation fix after last change: WXDLLIMPEXP_TEMPLATE_INSTANCE_BASE is not needed for template classes used as base classes apparently; do suppress some DLL export-related warnings

2009-02-27 12:24 VZ, revision 59185

refactor wxDocChildFrame and wxDocMDIChildFrame to use wxDocChildFrameAny intead of duplicating its code (with subtle differences, as usual); also added wxDocChildFrameAnyBase and store a pointer to it in wxView to reset the frame view if the view is being deleted because its creation fails to avoid crashes in this case

2009-02-27 11:36 VZ, revision 59184

added wxDECLARE_NO_COPY_TEMPLATE_CLASS_2

2009-02-27 10:54 JS, revision 59183

Fixed wxRichTextCtrl base class

2009-02-27 10:21 VZ, revision 59182

move functions using deprecated methods out of line to avoid deprecation warnings from MSVC when building any code including wx/event.h

2009-02-27 09:00 JS, revision 59181

Corrected IMPLEMENT_CLASS/BEGIN_EVENT_TABLE base class

2009-02-27 08:56 JS, revision 59180

Corrected IMPLEMENT_CLASS/BEGIN_EVENT_TABLE base class

2009-02-27 05:27 SC, revision 59179

applying patch, fixes #10523

2009-02-27 05:23 SC, revision 59178

applying patch, fixes #10524

2009-02-26 19:35 JMS, revision 59169

No longer overestimate virtual height given to the vertical scroll bar

2009-02-26 19:04 KO, revision 59168

Fix ordering.

2009-02-26 19:00 JMS, revision 59167

wxPropertyGrid::IsEditorFocused() is now public

2009-02-26 18:59 VZ, revision 59166

fix Remove() argument in the example (closes #10521)

2009-02-26 17:55 KO, revision 59165

Adding new symbols needed for wxGraphicsBitmap support.

2009-02-26 16:16 VZ, revision 59164

deprecate the old TryValidator/Parent() and replace them with the new and documented TryBefore/After()

2009-02-26 16:10 VZ, revision 59163

added wxDEPRECATED_BUT_USED_INTERNALLY_INLINE

2009-02-26 15:24 VZ, revision 59162

override TryValidator() in wxMDIParentFrame to implement forwarding of menu/toolbar events to the active child at wx level instead of forwarding the WM_COMMAND itself: this is better as it prevents the same event from being passed twice to wxApp fall back if a handler exists in the child frame but skips the event and also because the code is portable now and can be moved down to the base class; also call the base class TryValidator() from wxDocMDI classes

2009-02-26 14:15 VZ, revision 59161

another missing WXDLLIMPEXP to fix DLL build

2009-02-26 11:46 CE, revision 59160

update for 2.8.10-rcX with bakefile 0.2.5

2009-02-26 10:59 VZ, revision 59159

added wxAboutDialog::GetCopyrightToDisplay()

2009-02-26 10:56 VZ, revision 59158

rebake after WX_AGE change in build/bakefiles/version.bkl

2009-02-26 10:51 VZ, revision 59157

correct WX_AGE after last change