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-06-14 18:36 RD, revision 39728

Revert last change, it causes problems with not being able to use AutoCompletion in situations like "test=foo."

2006-06-14 18:32 VZ, revision 39727

context help for notebook pages tests added

2006-06-14 18:27 VZ, revision 39726

let wxFRAME_EX_CONTEXTHELP override wxM{IN|AX}IMIZE_BOX as the latter are included in the default style and getting rid of them manually requires writing ugly wxDEFAULT_FRAME_STYLE & ~(wxMINIMIZE_BOX | wxMAXIMIZE_BOX) while this is almost always what we need

2006-06-14 17:46 VZ, revision 39725

show native-looking (with 3D shadow) help tooltips for context help, if possible, using wxCHMHelpController

2006-06-14 17:09 ABX, revision 39724

Include wx/colour.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-06-14 16:42 ABX, revision 39723

Code symetry for both directions of trimming towards fixing bug #1472688.

2006-06-14 16:32 ABX, revision 39722

wxString::Trim() test.

2006-06-14 16:31 JS, revision 39721

Compile fix

2006-06-14 15:55 VZ, revision 39720

fixed wrong return value and child creation login in GetWindowChild() (includes patch 1506083)

2006-06-14 15:54 VZ, revision 39719

fill in flags parameter of HitTest() for all book controls; added new wxNB_HITTEST_ONPAGE bit

2006-06-14 15:03 ABX, revision 39718

Unneeded semicolon.

2006-06-14 13:11 JS, revision 39717

Fix for wrong combobox/height being reported if set size is pending

2006-06-14 12:00 VZ, revision 39716

made wxTree/ListCtrl::HitTest() const

2006-06-14 11:42 JS, revision 39715

wxCalendarCtrl workaround for occasional wrong combobox height reporting on wxMSW

2006-06-14 10:33 VZ, revision 39714

fix for the last printf format warning fix

2006-06-14 10:19 ABX, revision 39713

Source cleaning.

2006-06-14 10:14 ABX, revision 39712

Whitespaces lined up.

2006-06-14 10:10 ABX, revision 39711

Don't create uneeded variables.

2006-06-14 10:02 ABX, revision 39710

Include wx/bitmap.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-06-14 06:38 RD, revision 39709

fixed line endings

2006-06-14 04:08 RD, revision 39708

Revert last change, it was unintended

2006-06-14 04:05 RD, revision 39707

fixed line endings

2006-06-13 23:37 KO, revision 39706

Updating MSW file list.

2006-06-13 22:33 RD, revision 39705

reSWIGged

2006-06-13 22:27 RD, revision 39704

GetItemFromPoint is protected on wxMSW