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

2005-02-07 20:35 RD, revision 31828

Don't add wxfilesdir twice

2005-02-07 20:26 RD, revision 31827

wx.Rect.Inflate/Defalte docs

2005-02-07 20:16 JS, revision 31826

Don't release capture unless we already have it.

2005-02-07 19:27 RD, revision 31825

Use wx.StdDialogButtonSizer

2005-02-07 19:17 RD, revision 31824

update version number, add build_options patch

2005-02-07 18:37 JS, revision 31823

Added validator to generic date picker control

2005-02-07 16:50 VZ, revision 31822

no changes, just added a couple of virtual keywords

2005-02-07 15:20 ABX, revision 31821

wxSizeEvent for wxPalmTLW. wxScrollEvent for wxSlider.

2005-02-07 14:57 JS, revision 31820

Workaround for static controls appearing with a white background on otherwise grey panels on WinCE

2005-02-07 14:55 JS, revision 31819

Life! made more WinCE-friendly

2005-02-07 12:22 VS, revision 31818

use wxUSE_DATEPICKCTRL

2005-02-07 11:32 VS, revision 31817

added wxDatePickerCtrl XRC control

2005-02-07 10:12 SC, revision 31816

DebugAlloc and DebugFree must be present also if there is no overridden global new as wxObject::new still needs it

2005-02-07 04:52 RN, revision 31815

Remove event handlers wxApp::OnQueryEndSession and wxDialog::OnCharHook from docs...

2005-02-07 04:40 RN, revision 31814

Remove depreciated wxTabCtrl and wxTabEvent API from docs...

2005-02-06 23:21 VZ, revision 31813

blind fix for XTI compilation after last change

2005-02-06 22:57 VS, revision 31812

update for the next bakefile version (no effect with current bakefile)

2005-02-06 21:39 RR, revision 31811

GTK 1.2 compilo/link error.

2005-02-06 21:29 RR, revision 31810

GTK 1.2 compilation.

2005-02-06 20:03 JS, revision 31809

Can now set msw.window.no-clip-children to 1 to eliminate weird refresh behaviour (delays between a window being erased and repainted, giving a ghostly gradual-redraw effect). May be a temporary 'fix' until properly fixed before 2.6.

2005-02-06 19:41 JS, revision 31808

Set solid colour for whole control, not pages

2005-02-06 19:17 JS, revision 31807

Can suppress themed notebook page with wxNB_NOPAGETHEME or setting system option msw.notebook.themed-background to 0

2005-02-06 18:42 JS, revision 31806

Restored the ability to set the background colour for a toolbar on Windows

2005-02-06 18:25 RN, revision 31805

Doc fixes N-Z edition. Thanks to Arnout for pointing these out. Also I fixed some others as I went along...

2005-02-06 18:24 RR, revision 31804

I think I found out how GTK+ want popup windows to be handled...